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

[Vitis] stitching fix for newer Alveo shells

change the resolve_type of interfaces to avoid linking errors for
newer Alveo shells
parent eb81391c
No related branches found
No related tags found
No related merge requests found
......@@ -333,8 +333,8 @@ class CreateStitchedIP(Transformation):
# if targeting Vitis, add some properties to the IP
if self.vitis:
tcl.append(
"ipx::remove_bus_parameter FREQ_HZ "
"[ipx::get_bus_interfaces CLK.AP_CLK -of_objects [ipx::current_core]]"
"set_property value_resolve_type user [ipx::get_bus_parameters "
"-of [ipx::get_bus_interfaces -of [ipx::current_core ]]]"
)
# replace source code with dcp
tcl.append(
......
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