diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-25 22:28:07 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-25 22:28:07 -0600 |
| commit | 9fa82e6621df63335199b7abc0b4ca8acd2f3e03 (patch) | |
| tree | 7b1960ddc2d4f992bb4b3ed52b48ca6421c7ee49 /Makefile | |
| parent | ed0bd705f94f6aea568ec8405534984a37770f21 (diff) | |
Makefile: enable multithreaded verilated models
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
