From 7a887364301587d1b724c87e05c94745d37855ed Mon Sep 17 00:00:00 2001 From: Richard Yan Date: Thu, 30 Jan 2025 03:34:39 -0800 Subject: [PATCH] timeout cycles set to 0 --- sims/vcs/scripts/run_sims.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sims/vcs/scripts/run_sims.sh b/sims/vcs/scripts/run_sims.sh index 362272d5..38399f78 100755 --- a/sims/vcs/scripts/run_sims.sh +++ b/sims/vcs/scripts/run_sims.sh @@ -19,7 +19,7 @@ lineno=0 start_run() { echo "kickoff elf $KERNELS_PATH/$2 on config $1" lineno=$((lineno+1)) - make CONFIG=$1 BINARY="$KERNELS_PATH/$2" LOADMEM=1 run-binary"$4" 2>&1 | ./scripts/pprint "$3" $lineno & + make CONFIG=$1 TIMEOUT_CYCLES=0 BINARY="$KERNELS_PATH/$2" LOADMEM=1 run-binary"$4" 2>&1 | ./scripts/pprint "$3" $lineno & } check_exists() {