Skip to content

Commit 34f89e2

Browse files
authored
Merge pull request #5 from csantosb/main
simulation elaborate before running
2 parents 5d2d9ff + 9077bb3 commit 34f89e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sim/ghdl.sh

+1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ set -e
55
cd $(dirname "$0")
66

77
ghdl -a ../rtl/neoTRNG.vhd neoTRNG_tb.vhd
8+
ghdl -e neoTRNG_tb
89
ghdl -r neoTRNG_tb --stop-time=100us --wave=neoTRNG_tb.ghw

0 commit comments

Comments
 (0)