- test_sync_clk_basic and test_sync_clk_plugin now run at FS & HS

- test_sync_clk_plugin marked as known failure (now fails as expected for HS and FS)
This commit is contained in:
xross
2022-08-04 19:54:29 +01:00
parent 3a9f2fff3a
commit 5690442a4b
7 changed files with 89 additions and 50 deletions

View File

@@ -8,7 +8,7 @@ def pytest_addoption(parser):
default=False,
help="Run tests with instruction tracing",
)
parser.addoption(
"--enablevcdtracing",
action="store_true",
@@ -16,6 +16,7 @@ def pytest_addoption(parser):
help="Run tests with vcd tracing",
)
@pytest.fixture
def options(request):
yield request.config.option