Skip to content
Snippets Groups Projects
Unverified Commit 3097b912 authored by auphelia's avatar auphelia Committed by GitHub
Browse files

Merge pull request #748 from Xilinx/hotfix/fifo_insertion

[Hotfix] Fix test for dynamic fm dimensions
parents a4b8a8ff aad29ebf
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