We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c7538 commit 54414a7Copy full SHA for 54414a7
hardware/Makefile
@@ -33,8 +33,6 @@ dpi_library ?= work-dpi
33
veril_library ?= $(buildpath)/verilator
34
# verilator path
35
veril_path ?= $(abspath $(INSTALL_DIR)/verilator/bin)
36
-# verilator threads
37
-veril_threads ?= 4
38
# verilator top-level
39
veril_top ?= ara_tb_verilator
40
# Top level module to compile
@@ -134,7 +132,6 @@ $(veril_library)/V$(veril_top): Makefile ../Bender.yml $(shell find src -type f)
134
132
# Verilate the design
135
133
$(veril_path)/verilator -f $(veril_library)/bender_script \
136
-GNrLanes=$(nr_lanes) \
137
- --threads $(veril_threads) \
138
-O3 \
139
-Wno-BLKANDNBLK \
140
-Wno-CASEINCOMPLETE \
0 commit comments