From d0f756c8add3994b003e3bfc86dae8944fede3c8 Mon Sep 17 00:00:00 2001 From: Marcus Mellor Date: Mon, 11 Mar 2024 16:49:56 -0500 Subject: [PATCH] sim/regression-wally: exclude zkn*, zbk* from soc config --- sim/regression-wally | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/regression-wally b/sim/regression-wally index 1ce3b93b5..264f92371 100755 --- a/sim/regression-wally +++ b/sim/regression-wally @@ -383,8 +383,8 @@ if (soc): configs = [] # Delete all configs, just use test64gc coverStr = '-coverage' # Include coverage report for test in tests64gc: - if any(s in test for s in ['zfa', 'zfh']): - continue # Skip zfa and zfh tests + if any(s in test for s in ['zfa', 'zfh', 'zbk', 'zkn']): + continue # Skip tests for extensions that aren't in riscv-arch-tests yet tc = TestCase( name=test, variant="rv64gc",