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

[Stitch] typo fix in CreateStitchedIP

parent c355e559
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ class CreateStitchedIP(Transformation):
ip_dirs = ["list"]
# add RTL streamer IP
ip_dirs.append("/workspace/finn/finn-rtllib/memstream")
if model.graph.node.op_type not in ["StreamingFIFO", "IODMA"]:
if model.graph.node[0].op_type not in ["StreamingFIFO", "IODMA"]:
warnings.warn(
"""First node is not StreamingFIFO or IODMA.
You may experience incorrect stitched-IP rtlsim or hardware
......
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