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

[Transform] more flexible AXI lite name handling for renaming

parent 8fc2f1fc
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,8 @@ class CreateStitchedIP(Transformation):
"[get_bd_intf_pins %s/%s]" % (inst_name, axilite_intf_name[0])
)
self.connect_cmds.append(
"set_property name s_axi_control " "[get_bd_intf_ports s_axi_control_0]"
"set_property name s_axi_control "
"[get_bd_intf_ports %s_0]" % axilite_intf_name[0]
)
assert (
self.has_axilite is 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