Skip to content

Commit c4272e4

Browse files
committed
Makefile: enable CircumSpect in Verilator simulation
1 parent 7640875 commit c4272e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ VERILATOR_ARGS += --x-assign fast --x-initial fast
105105
VERILATOR_CFLAGS += -O3 -march=native -mtune=native
106106

107107
verilator/croc.f: Bender.lock Bender.yml
108-
$(BENDER) script verilator -t rtl -t verilator -t cve2_include_tracer -DSYNTHESIS -DVERILATOR -DTRACE_EXECUTION > $@
108+
$(BENDER) script verilator -t rtl -t verilator -t cve2_include_tracer -t cspect -DSYNTHESIS -DVERILATOR -DTRACE_EXECUTION > $@
109109

110110
verilator/obj_dir/Vtb_croc_soc: verilator/croc.f $(CSPECT_LIB) $(SW_HEX)
111111
cd verilator; $(VERILATOR) $(VERILATOR_ARGS) -O3 --top tb_croc_soc -f croc.f $(CSPECT_LIB)

0 commit comments

Comments
 (0)