fixed redundant cache fills

This commit is contained in:
Blaise Tine
2020-11-11 12:07:27 -05:00
parent c39f98a8af
commit ce95c40aee
3 changed files with 44 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ VL_FLAGS += verilator.vlt
# Debugigng
ifdef DEBUG
VL_FLAGS += -DVCD_OUTPUT --assert --trace --trace-structs --trace-threads 1 $(DBG_FLAGS)
VL_FLAGS += -DVCD_OUTPUT --assert --trace --trace-structs $(DBG_FLAGS)
CFLAGS += -DVCD_OUTPUT $(DBG_FLAGS)
else
VL_FLAGS += -DNDEBUG