mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
sim/regression-wally: Exclude zfh tests from soc config
This commit is contained in:
parent
203f588d25
commit
39fbf1e797
@ -383,6 +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
|
||||
tc = TestCase(
|
||||
name=test,
|
||||
variant="rv64gc",
|
||||
|
Loading…
Reference in New Issue
Block a user