Skip to content
Snippets Groups Projects
Unverified Commit 1860f80f authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Test] mark test_fpgadataflow_thresholding as slow & vivado

parent 7ac985fb
No related merge requests found
......@@ -105,6 +105,8 @@ def prepare_inputs(input_tensor, idt):
@pytest.mark.parametrize("ich", [16])
# execution mode
@pytest.mark.parametrize("exec_mode", ["rtlsim", "cppsim"])
@pytest.mark.vivado
@pytest.mark.slow
def test_fpgadataflow_thresholding(idt, act, nf, ich, exec_mode):
if nf == -1:
nf = ich
......
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