sim/regression-wally: Exclude zfa tests from soc

This commit is contained in:
Marcus Mellor 2024-03-11 16:26:26 -05:00
parent 8a82137c0d
commit 5c05ec1423

View File

@ -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",