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

[Tests] Ensure that i/o FIFOs are created for dynamic swg tests

parent a4b8a8ff
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ def test_fpgadataflow_conv_dynamic(cfg):
getCustomOp(comp_node).set_nodeattr("SIMD", 4)
getCustomOp(comp_node).set_nodeattr("PE", 4)
model = model.transform(InsertDWC())
model = model.transform(InsertFIFO())
model = model.transform(InsertFIFO(create_shallow_fifos=True))
model = model.transform(GiveUniqueNodeNames())
model = model.transform(GiveReadableTensorNames())
model = model.transform(PrepareIP("xc7z020clg400-1", 5))
......
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