File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,11 +170,12 @@ vsim-clean:
170170# ######### Verilator #############
171171# #################################
172172
173+ VERILATOR_JOBS ?= 0
173174VERILATOR_BUILD_DIR := $(VERILATOR_DIR ) /build
174175VERILATOR_LOG_DIR := $(VERILATOR_DIR ) /logs
175176VERILATOR_FLIST := $(VERILATOR_DIR ) /cva6tb.flist
176177VERILATOR_WARNINGS := -Wall -Wno-fatal -Wno-style -Wno-BLKANDNBLK -Wno-WIDTHEXPAND -Wno-WIDTHTRUNC -Wno-WIDTHCONCAT -Wno-ASCRANGE -Wno-IMPLICITSTATIC
177- VERILATOR_FLAGS := --binary -j 0 --Mdir $(VERILATOR_BUILD_DIR ) $(VERILATOR_WARNINGS ) -O3 -f $(VERILATOR_FLIST ) --assert --timing \
178+ VERILATOR_FLAGS := --binary -j $( VERILATOR_JOBS ) --Mdir $(VERILATOR_BUILD_DIR ) $(VERILATOR_WARNINGS ) -O3 -f $(VERILATOR_FLIST ) --assert --timing \
178179 --trace-fst --trace-structs --trace-threads 2 --x-assign fast --x-initial fast
179180
180181$(VERILATOR_LOG_DIR ) :
You can’t perform that action at this time.
0 commit comments