diff --git a/sim/regression-wally b/sim/regression-wally index 9ae8268e4..fdfe6a220 100755 --- a/sim/regression-wally +++ b/sim/regression-wally @@ -395,8 +395,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",