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

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