Skip to content
Snippets Groups Projects
Commit a68970dc authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Test] mark globalaccpool test as vivado

parent 1890182d
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ def make_accpool_modelwrapper(ch, pe, idim, idt): ...@@ -63,7 +63,7 @@ def make_accpool_modelwrapper(ch, pe, idim, idt):
numInputVectors=[1, idim, idim], numInputVectors=[1, idim, idim],
) )
graph = helper.make_graph( graph = helper.make_graph(
nodes=[accpool_node], name="graph", inputs=[inp], outputs=[outp], nodes=[accpool_node], name="graph", inputs=[inp], outputs=[outp]
) )
model = helper.make_model(graph, producer_name="thresholding-model") model = helper.make_model(graph, producer_name="thresholding-model")
...@@ -88,6 +88,7 @@ def prepare_inputs(input_tensor, idt): ...@@ -88,6 +88,7 @@ def prepare_inputs(input_tensor, idt):
@pytest.mark.parametrize("imdim", [7]) @pytest.mark.parametrize("imdim", [7])
# execution mode # execution mode
@pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"]) @pytest.mark.parametrize("exec_mode", ["cppsim", "rtlsim"])
@pytest.mark.vivado
def test_fpgadataflow_globalaccpool(idt, ch, fold, imdim, exec_mode): def test_fpgadataflow_globalaccpool(idt, ch, fold, imdim, exec_mode):
if fold == -1: if fold == -1:
pe = 1 pe = 1
......
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