OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

[/] [neorv32/] [trunk/] [sim/] [simple/] [ghdl.sh] - Blame information for rev 64

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 64 zero_gravi
#!/usr/bin/env bash
2
 
3
# `GHDL` is used to check all VHDL files for syntax errors and to simulate the default testbench. The previously
4
# installed CPU test program is executed and the console output (UART0 primary UART) is dumped to a text file. After the
5
# simulation has finished, the text file is searched for a specific string. If the string is found, the CPU test was
6
# successful.
7
 
8
# Abort if any command returns != 0
9
set -e
10
 
11
cd $(dirname "$0")
12
 
13
./ghdl.setup.sh
14
./ghdl.run.sh

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.