Dump FST traces with Verilator

This commit is contained in:
Alex Forencich
2020-11-18 00:34:41 -08:00
parent ca57cdb198
commit f2995d716e
3 changed files with 3 additions and 6 deletions

View File

@@ -75,8 +75,7 @@ else ifeq ($(SIM), verilator)
COMPILE_ARGS += -GRUSER_WIDTH=$(PARAM_RUSER_WIDTH) COMPILE_ARGS += -GRUSER_WIDTH=$(PARAM_RUSER_WIDTH)
ifeq ($(WAVES), 1) ifeq ($(WAVES), 1)
COMPILE_ARGS += --trace COMPILE_ARGS += --trace-fst
#COMPILE_ARGS += --trace-fst
endif endif
endif endif

View File

@@ -57,8 +57,7 @@ else ifeq ($(SIM), verilator)
COMPILE_ARGS += -GSTRB_WIDTH=$(PARAM_STRB_WIDTH) COMPILE_ARGS += -GSTRB_WIDTH=$(PARAM_STRB_WIDTH)
ifeq ($(WAVES), 1) ifeq ($(WAVES), 1)
COMPILE_ARGS += --trace COMPILE_ARGS += --trace-fst
#COMPILE_ARGS += --trace-fst
endif endif
endif endif

View File

@@ -63,8 +63,7 @@ else ifeq ($(SIM), verilator)
COMPILE_ARGS += -GUSER_WIDTH=$(PARAM_USER_WIDTH) COMPILE_ARGS += -GUSER_WIDTH=$(PARAM_USER_WIDTH)
ifeq ($(WAVES), 1) ifeq ($(WAVES), 1)
COMPILE_ARGS += --trace COMPILE_ARGS += --trace-fst
#COMPILE_ARGS += --trace-fst
endif endif
endif endif