mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-22 05:07:21 -04:00
De-activate trace feature for now
This commit is contained in:
parent
44300f4dbd
commit
9c1b32e1c9
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -166,12 +166,12 @@ verilate:
|
|||
-Wno-UNOPTFLAT \
|
||||
-Wno-UNUSED \
|
||||
-Wno-ASSIGNDLY \
|
||||
--trace-structs --trace \
|
||||
-LDFLAGS "-lfesvr" -CFLAGS "-std=c++11 -I../tb/dpi" -Wall --cc --vpi \
|
||||
$(list_incdir) --top-module ariane_testharness \
|
||||
--Mdir build \
|
||||
--Mdir build -O3 \
|
||||
--exe tb/ariane_tb.cpp tb/dpi/SimDTM.cc tb/dpi/SimJTAG.cc tb/dpi/remote_bitbang.cc
|
||||
cd build && make -j8 -f Variane_testharness.mk
|
||||
# --trace-structs --trace \
|
||||
|
||||
verify:
|
||||
qverify vlog -sv src/csr_regfile.sv
|
||||
|
|
2
tb
2
tb
|
@ -1 +1 @@
|
|||
Subproject commit 0e8c94df6f6b32ed3b0e4828a4065e04545cc341
|
||||
Subproject commit d8f7666f1bb520d9edcced48ca1737614dc63b51
|
Loading…
Add table
Add a link
Reference in a new issue