Skip to content

Commit 54414a7

Browse files
committed
[hardware] Deactivate multithreaded verilation
1 parent 93c7538 commit 54414a7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hardware/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ dpi_library ?= work-dpi
3333
veril_library ?= $(buildpath)/verilator
3434
# verilator path
3535
veril_path ?= $(abspath $(INSTALL_DIR)/verilator/bin)
36-
# verilator threads
37-
veril_threads ?= 4
3836
# verilator top-level
3937
veril_top ?= ara_tb_verilator
4038
# Top level module to compile
@@ -134,7 +132,6 @@ $(veril_library)/V$(veril_top): Makefile ../Bender.yml $(shell find src -type f)
134132
# Verilate the design
135133
$(veril_path)/verilator -f $(veril_library)/bender_script \
136134
-GNrLanes=$(nr_lanes) \
137-
--threads $(veril_threads) \
138135
-O3 \
139136
-Wno-BLKANDNBLK \
140137
-Wno-CASEINCOMPLETE \

0 commit comments

Comments
 (0)