Still giving sc_time_stamp error
This commit is contained in:
12
models/memory/cln28hpc/rf2_32x128_wm1/Makefile
Normal file
12
models/memory/cln28hpc/rf2_32x128_wm1/Makefile
Normal 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/*
|
||||
Reference in New Issue
Block a user