minor update

This commit is contained in:
Blaise Tine 2023-06-01 09:16:00 -04:00
parent 2d5f8da44c
commit 567a7788d5
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ make -C tests/regression run-simx
make -C tests/regression run-rtlsim
# test global barriers with multiple cores
./ci/blackbox.sh --driver=simx --app=dogfood --args="-n64 -t20" --cores=2
./ci/blackbox.sh --driver=simx --app=dogfood --args="-n1 -t19 -t20" --cores=2
echo "regression tests done!"
}

View file

@ -4,6 +4,6 @@ SRCS = main.cpp
VX_SRCS = kernel.cpp
OPTS ?= -n64 -x19
OPTS ?= -n64 -x19 -x20
include ../common.mk