From 1e484bc2c6e070f25f81410f671d68c56ec39823 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 24 Aug 2025 22:58:45 -0700 Subject: [PATCH] Don't use all cores for Verilator --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a1d8a82..fbd4f2f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,8 @@ LOG_REDIR = >& TIME=/usr/bin/time --format "Elapsed: %E, Memory: %M KB [Swaps %W]" # Makefile variables -NUM_PROCS=$(shell nproc --all) +# NUM_PROCS=$(shell nproc --all) +NUM_PROCS=6 PROJ_BASE=$(shell pwd) # Make and run project