sim/regression-wally: Exclude zfh tests from soc config

This commit is contained in:
Marcus Mellor 2024-03-11 13:09:10 -05:00
parent 3867ea0e53
commit 8a82137c0d

View File

@ -395,6 +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
tc = TestCase(
name=test,
variant="rv64gc",