diff --git a/src/finn/transformation/fpgadataflow/codegen_ipstitch.py b/src/finn/transformation/fpgadataflow/codegen_ipstitch.py index f482db793018933883a068bb16fd99ece671064b..ace8dfaf682d9d55637586fc55f621352ce5bc21 100644 --- a/src/finn/transformation/fpgadataflow/codegen_ipstitch.py +++ b/src/finn/transformation/fpgadataflow/codegen_ipstitch.py @@ -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"