Skip to content

Commit

Permalink
Makefile: Fix Verilator bugs by limiting the threads to one (openhwgr…
Browse files Browse the repository at this point in the history
…oup#768)

Signed-off-by: Jean-Roch Coulon <[email protected]>
  • Loading branch information
JeanRochCoulon authored Nov 24, 2021
1 parent 725a662 commit f5c6871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ root-dir := $(dir $(mkfile_path))

support_verilator_4 := $(shell ($(verilator) --version | grep '4\.') > /dev/null 2>&1 ; echo $$?)
ifeq ($(support_verilator_4), 0)
verilator_threads := 2
verilator_threads := 1
endif

ifndef RISCV
Expand Down

0 comments on commit f5c6871

Please sign in to comment.