diff --git a/src/finn/transformation/fpgadataflow/create_stitched_ip.py b/src/finn/transformation/fpgadataflow/create_stitched_ip.py index 74bc7395512425e6b81defe5cec4afaa4b669e90..51b45e0e401cb45447a36db3d48ad43bb60369d4 100644 --- a/src/finn/transformation/fpgadataflow/create_stitched_ip.py +++ b/src/finn/transformation/fpgadataflow/create_stitched_ip.py @@ -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(