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

[Stitch] call assign_bd_address before range setting in AXI-MM wireup

parent 49c7073d
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ class CreateStitchedIP(Transformation):
self.connect_cmds.append(
"set_property name m_axi_gmem0 [get_bd_intf_ports m_axi_gmem_0]"
)
self.connect_cmds.append("assign_bd_address")
seg_name = "%s/Data_m_axi_gmem/SEG_m_axi_gmem0_Reg" % (inst_name)
self.connect_cmds.append(
"set_property offset 0 [get_bd_addr_segs {%s}]" % (seg_name)
......
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