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

[IPI] write generated script for stitching

parent 018b923f
No related branches found
No related tags found
No related merge requests found
......@@ -66,4 +66,7 @@ class CodeGen_ipstitch(Transformation):
# TODO connect streams between layers
# TODO connect clock and reset to external port
# TODO expose first in and last out
tcl_string = "\n".join(tcl)
with open(vivado_proj_dir + "/make_project.tcl", "w") as f:
f.write(tcl_string)
return (model, False)
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