From 5e499928b2704afcae4d3cbd7dedd990f70cf4a4 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Thu, 25 Mar 2021 13:26:08 -0700 Subject: Parallel verilator build. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 41fa7d9..fa00bb4 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ sim: build/Vtop build/Vtop: $(SOURCES) $(COLLATERAL) @mkdir -p build - verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build --exe --top-module top $(SOURCES) + verilator +1800-2017ext+sv -Wall -Wno-BLKSEQ -O3 -Ihdl $(OPTS) --Mdir build --trace --cc --build -j --exe --top-module top $(SOURCES) clean: rm -rf build -- cgit v1.2.3