Skip to content

Commit c40400f

Browse files
committed
mock-array: limit number of parallel threads building simulation
Signed-off-by: Øyvind Harboe <[email protected]>
1 parent b9e0081 commit c40400f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flow/designs/asap7/mock-array/simulate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ verilator -Wall --cc \
3535
$FLOW_HOME/designs/src/mock-array/simulate.cpp
3636

3737
# Link the generated object files into the VMockArray executable
38-
make -j -C $OBJ_DIR -f VMockArray.mk
38+
make -j16 -C $OBJ_DIR -f VMockArray.mk
3939

4040
# Run the simulation
4141
$OBJ_DIR/VMockArray

0 commit comments

Comments
 (0)