Still giving sc_time_stamp error

This commit is contained in:
felsabbagh3
2019-10-16 19:45:21 -04:00
parent 8bc3b8b0a5
commit 0690043a43
11 changed files with 375 additions and 905 deletions

View File

@@ -0,0 +1,12 @@
all: RUNFILE
# -LDFLAGS '-lsystemc'
VERILATOR:
verilator rf2_32x128_wm1_rtl.v -cc --exe testbench.cpp --Wno-UNOPTFLAT --Wno-WIDTH --Wno-STMTDLY --Wno-UNSIGNED
RUNFILE: VERILATOR
(cd obj_dir && make -j -f Vrf2_32x128_wm1_rtl.mk)
clean:
rm obj_dir/*