Skip to content

Commit

Permalink
tb: set randomly values for signals with Xs
Browse files Browse the repository at this point in the history
  • Loading branch information
cfuguet committed Dec 10, 2024
1 parent c28b117 commit cf19a79
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions rtl/tb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,15 @@ USER_CPPFLAGS += -I$(TB_DIR) \
$(if $(filter 1,$(DEBUG)),-DDEBUG) \
$(CONF_DEFINES)

VERILATOR_FLAGS += -Wall -Wno-fatal -O3 -I$(HPDCACHE_DIR)/rtl/src \
--x-assign fast --x-initial fast \
VERILATOR_FLAGS += -Wall -Wno-fatal \
-Werror-PINMISSING \
-Werror-IMPLICIT \
-Werror-UNDRIVEN \
-Werror-MULTIDRIVEN \
-Wno-PINCONNECTEMPTY \
--report-unoptflat \
-O3 -I$(HPDCACHE_DIR)/rtl/src \
--x-assign unique --x-initial unique \
$(if $(filter 1,$(DISABLE_TRACE)),\
$(info make: Tracing support disabled), \
$(info make: Tracing support enabled) \
Expand Down

0 comments on commit cf19a79

Please sign in to comment.