Don't use all cores for Verilator

This commit is contained in:
2025-08-24 22:58:45 -07:00
parent 4efbada1d8
commit 1e484bc2c6

View File

@@ -3,7 +3,8 @@ LOG_REDIR = >&
TIME=/usr/bin/time --format "Elapsed: %E, Memory: %M KB [Swaps %W]" TIME=/usr/bin/time --format "Elapsed: %E, Memory: %M KB [Swaps %W]"
# Makefile variables # Makefile variables
NUM_PROCS=$(shell nproc --all) # NUM_PROCS=$(shell nproc --all)
NUM_PROCS=6
PROJ_BASE=$(shell pwd) PROJ_BASE=$(shell pwd)
# Make and run project # Make and run project