From 6a117dc74f67f628c399a86f23d2080da6e9666d Mon Sep 17 00:00:00 2001 From: Marcus Mellor Date: Mon, 11 Mar 2024 16:26:26 -0500 Subject: [PATCH] sim/regression-wally: Exclude zfa tests from soc --- sim/regression-wally | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/regression-wally b/sim/regression-wally index 49c92af95..1ce3b93b5 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 'zfh' in test: - continue # Skip zfh tests + if any(s in test for s in ['zfa', 'zfh']): + continue # Skip zfa and zfh tests tc = TestCase( name=test, variant="rv64gc",