Added SIM define to run_testbench.bat

This commit is contained in:
Niels Moseley 2018-01-27 22:32:51 +01:00
parent 645ec26081
commit ac2d460f92

View File

@ -1,2 +1,2 @@
iverilog -g2005 -s apple1_tb -o apple1_tb -c apple1_files.txt
iverilog -DSIM -g2005 -s apple1_tb -o apple1_tb -c apple1_files.txt
vvp apple1_tb