Dump FST traces with Verilator

This commit is contained in:
Alex Forencich
2020-11-18 00:35:58 -08:00
parent a57c10db30
commit 02bc62e919
2 changed files with 2 additions and 4 deletions

View File

@@ -51,8 +51,7 @@ else ifeq ($(SIM), verilator)
#COMPILE_ARGS += -GDATA_WIDTH=$(PARAM_DATA_WIDTH)
ifeq ($(WAVES), 1)
COMPILE_ARGS += --trace
#COMPILE_ARGS += --trace-fst
COMPILE_ARGS += --trace-fst
endif
endif

View File

@@ -54,8 +54,7 @@ else ifeq ($(SIM), verilator)
COMPILE_ARGS += -GCTRL_WIDTH=$(PARAM_CTRL_WIDTH)
ifeq ($(WAVES), 1)
COMPILE_ARGS += --trace
#COMPILE_ARGS += --trace-fst
COMPILE_ARGS += --trace-fst
endif
endif