Don't use all cores for Verilator
This commit is contained in:
3
Makefile
3
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user