From 02bc62e919c1e390d86fda11711d35ea13a5e815 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Wed, 18 Nov 2020 00:35:58 -0800 Subject: [PATCH] Dump FST traces with Verilator --- tests/gmii/Makefile | 3 +-- tests/xgmii/Makefile | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/gmii/Makefile b/tests/gmii/Makefile index 26bf821..484e345 100644 --- a/tests/gmii/Makefile +++ b/tests/gmii/Makefile @@ -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 diff --git a/tests/xgmii/Makefile b/tests/xgmii/Makefile index ddb66d9..e46fb3c 100644 --- a/tests/xgmii/Makefile +++ b/tests/xgmii/Makefile @@ -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