mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-03 10:15:19 +00:00
sim/regression-wally: exclude zkn*, zbk* from soc config
This commit is contained in:
parent
19fce5033f
commit
d0f756c8ad
@ -383,8 +383,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 any(s in test for s in ['zfa', 'zfh']):
|
if any(s in test for s in ['zfa', 'zfh', 'zbk', 'zkn']):
|
||||||
continue # Skip zfa and zfh tests
|
continue # Skip tests for extensions that aren't in riscv-arch-tests yet
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=test,
|
name=test,
|
||||||
variant="rv64gc",
|
variant="rv64gc",
|
||||||
|
Loading…
Reference in New Issue
Block a user