From b23a9c76e7e7c0bb9966b1323d9fa6351bc29573 Mon Sep 17 00:00:00 2001 From: Santosh Srivatsan Date: Tue, 1 Feb 2022 13:26:41 -0500 Subject: [PATCH] Changed run-simx-32imf to run-simx to comply with the rest of the code --- ci/regression.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/regression.sh b/ci/regression.sh index 359402b0..b99754af 100755 --- a/ci/regression.sh +++ b/ci/regression.sh @@ -15,7 +15,7 @@ make -C tests/riscv/isa run-rtlsim make -C tests/regression run-vlsim make -C tests/opencl run-vlsim make -C tests/runtime run-simx -make -C tests/riscv/isa run-simx-32imf +make -C tests/riscv/isa run-simx make -C tests/regression run-simx make -C tests/opencl run-simx