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

[Tests] Add jenkins marker for downsampler test

parent 4e948468
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ def build_model(is_1d, in_dim, k, stride, dt_in, dt_w, pad_half=0, flip_1d=False
@pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"])
@pytest.mark.slow
@pytest.mark.vivado
@pytest.mark.fpgadataflow
def test_fpgadataflow_downsampler(is_1d, flip_1d, exec_mode):
if flip_1d and not is_1d:
pytest.skip("flip_1d only applicable for is_1d")
......
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