mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
sim/regression-wally: Exclude zfa tests from soc
This commit is contained in:
parent
8a82137c0d
commit
5c05ec1423
@ -395,8 +395,8 @@ if (soc):
|
|||||||
configs = [] # Delete all configs, just use test64gc
|
configs = [] # Delete all configs, just use test64gc
|
||||||
coverStr = '-coverage' # Include coverage report
|
coverStr = '-coverage' # Include coverage report
|
||||||
for test in tests64gc:
|
for test in tests64gc:
|
||||||
if 'zfh' in test:
|
if any(s in test for s in ['zfa', 'zfh']):
|
||||||
continue # Skip zfh tests
|
continue # Skip zfa and zfh tests
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=test,
|
name=test,
|
||||||
variant="rv64gc",
|
variant="rv64gc",
|
||||||
|
Loading…
Reference in New Issue
Block a user