summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)