From dc616680bad604531eb74a09f6e63bfa356337b9 Mon Sep 17 00:00:00 2001 From: David Harris Date: Sat, 14 Sep 2024 07:21:44 -0700 Subject: [PATCH] removed waiver from regression --- bin/regression-wally | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/regression-wally b/bin/regression-wally index 0f8084dd9..b1f73719d 100755 --- a/bin/regression-wally +++ b/bin/regression-wally @@ -3,7 +3,8 @@ # # regression-wally # David_Harris@Hmc.edu 25 January 2021 -# Modified by Jarred Allen +# Modified by Jarred Allen and many others +# SPDX-License-Identifier: Apache-2.0 WITH SHL-2.1 # # Run a regression with multiple configurations in parallel and exit with # non-zero status code if an error happened, as well as printing human-readable @@ -233,7 +234,6 @@ bpredtests = [ lockstepwaivers = [ "WALLY-q-01.S_ref.elf", # Q extension is not supported by ImperasDV "WALLY-cbom-01.S_ref.elf" #, # cbom extension is not supported by ImperasDV because there is no cache model in ImperasDV -# "coverage_ieu.elf" # Issue 881: ImperasDV misinterprets 0x6BF05013 as a grevi rather than an illegal instruction ] ################################## @@ -411,7 +411,7 @@ if (args.ccov): # only run RV64GC tests on Questa in code coverage mode if (args.fp): addTests(tests64gc_fp, coveragesim) elif (args.fcov): # only run RV64GC tests on Questa in lockstep in functional coverage mode - addLockstepTestsByDir(WALLY+"/addins/cvw-arch-verif/tests/rv32/I", "rv32gc", coveragesim) + addLockstepTestsByDir(WALLY+"/addins/cvw-arch-verif/tests/rv32/", "rv32gc", coveragesim) # addLockstepTestsByDir(WALLY+"/addins/cvw-arch-verif/tests/rv64/I", "rv64gc", coveragesim) elif (args.fcovrvvi): # only run RV64GC tests on Questa in rvvi coverage mode addTests(tests64gc_nofp, coveragesim)