summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-09-25 22:28:07 -0600
committerAlejandro Soto <alejandro@34project.org>2023-09-25 22:28:07 -0600
commit9fa82e6621df63335199b7abc0b4ca8acd2f3e03 (patch)
tree7b1960ddc2d4f992bb4b3ed52b48ca6421c7ee49 /Makefile
parented0bd705f94f6aea568ec8405534984a37770f21 (diff)
Makefile: enable multithreaded verilated models
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1035ed3..e84867a 100644
--- a/Makefile
+++ b/Makefile
@@ -74,4 +74,4 @@ $(OBJ_DIR)/%.mk: \
$(VERILATOR) \
-O3 --cc --exe --trace -y $(RTL_DIR) --Mdir $(dir $@) \
--top $(word 1,$(subst /, ,$*)) $(patsubst tb/%,../tb/%,$^) \
- --x-assign unique --x-initial unique
+ --x-assign unique --x-initial unique --threads $(shell nproc)