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

[Stitch] use 4G as default aperture for AXI masters

parent d2b363aa
No related branches found
No related tags found
No related merge requests found
......@@ -165,9 +165,9 @@ class CreateStitchedIP(Transformation):
self.connect_cmds.append(
"set_property offset 0 [get_bd_addr_segs {%s}]" % (seg_name)
)
# TODO should propagate this information from the node instead of 64M
# TODO should propagate this information from the node instead of 4G
self.connect_cmds.append(
"set_property range 64M [get_bd_addr_segs {%s}]" % (seg_name)
"set_property range 4G [get_bd_addr_segs {%s}]" % (seg_name)
)
self.intf_names["aximm"] = [("m_axi_gmem0", aximm_intf_name[0][1])]
......
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