Skip to content
Snippets Groups Projects
Commit 6bbd32d3 authored by auphelia's avatar auphelia
Browse files

Merge remote-tracking branch 'upstream/dev' into feature/split_large_fifos

parents c3761e1b cff32de4
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.8'
......
......@@ -49,6 +49,7 @@ def fetch_test_model(topology, wbits=2, abits=2):
@pytest.mark.slow
@pytest.mark.vivado
@pytest.mark.fpgadataflow
@pytest.mark.parametrize(
"method", ["largefifo_rtlsim_python", "largefifo_rtlsim_cpp", "characterize"]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment