From 9fa82e6621df63335199b7abc0b4ca8acd2f3e03 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 25 Sep 2023 22:28:07 -0600 Subject: Makefile: enable multithreaded verilated models --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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) -- cgit v1.2.3