mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-08 20:55:18 +00:00
sim/regression-wally: Exclude zfa tests from soc
This commit is contained in:
parent
39fbf1e797
commit
6a117dc74f
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user