1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
Andreas.Olofsson 89f995c20c Fixed nasty testbench problem that snuck in
-The pass fail indicator is always tricky to get right
-In this case diff/done went high on the same cycle so everything was passing..
-Added check for same cyle completion/fail
-Also, changed the top level anme to "testbench", seems more popular
2020-08-19 19:34:03 -04:00
..
2020-01-28 18:12:57 -05:00
2020-02-01 09:07:47 -05:00
2020-08-17 16:09:32 -04:00
2020-01-28 18:12:57 -05:00
2020-01-28 18:12:57 -05:00
2020-01-28 18:12:57 -05:00
2020-02-06 12:50:34 -05:00

What defines are used

iverilog -g2005 -DTARGET_SIM=1 $cfg $core.v $DV -f $LIBS -o $core.bin

How to compile all duts?

The script "build_all.sh" builds all dut files in this directory with random

./build_all.sh