GPR ASIC Working

This commit is contained in:
felsabbagh3
2019-10-29 23:20:16 -04:00
parent 3caae2b88e
commit 3b49b82c46
15 changed files with 168 additions and 99 deletions

View File

@@ -84,7 +84,8 @@ SRC = \
CMD= \
-do "vcd file vortex.vcd; \
-do "VoptFlow = 0; \
vcd file vortex.vcd; \
vcd add -r /vortex_tb/*; \
vcd add -r /vortex/*; \
run -all; \
@@ -102,12 +103,13 @@ LOG=
# vlib
comp:
vlog $(OPT) -work $(LIB) $(SRC)
vlog -O0 $(OPT) -work $(LIB) $(SRC)
# vlog -O0 -dpiheader vortex_dpi.h $(OPT) -work $(LIB) $(SRC)
sim: comp
vsim vortex_tb $(LOG) -c -lib $(LIB) $(CMD)
vsim vortex_tb $(LOG) -c -lib $(LIB) $(CMD) > vortex_sim.log
# vsim -novopt vortex_tb $(LOG) -c -lib $(LIB) $(CMD) > vortex_sim.log