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

[IPI] expose AXI lite port from TLastMarker as external

parent 0ff8041a
No related branches found
No related tags found
No related merge requests found
......@@ -121,6 +121,11 @@ class CodeGen_ipstitch(Transformation):
connect_cmds.append(
"make_bd_intf_pins_external [get_bd_intf_pins %s/out_r]" % inst_name
)
# make AXI lite IF external
connect_cmds.append(
"make_bd_intf_pins_external [get_bd_intf_pins %s/s_axi_control]"
% inst_name
)
# create a temporary folder for the project
prjname = "finn_vivado_stitch_proj"
......
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