Merge remote-tracking branch 'origin/dev' into local-chisel34

This commit is contained in:
abejgonzalez
2020-12-11 15:08:02 -08:00
3 changed files with 7 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ TRACING_CFLAGS := $(if $(filter $(VERILATOR_FST_MODE),0),,-DCY_FST_TRACE)
#----------------------------------------------------------------------------------------
# we initially had --noassert for performance, but several modules use
# assertions, including dramsim, so we enable --assert by default
VERILATOR_OPT_FLAGS := \
VERILATOR_OPT_FLAGS ?= \
-O3 \
--x-assign fast \
--x-initial fast \