Why are the parameters of the AXI Bridge FPGA IP not preserved when the IP is generated from the Platform Designer script? - Why are the parameters of the AXI Bridge FPGA IP not preserved when the IP is generated from the Platform Designer script? Description Due to a problem in the Quartus® Prime Pro Edition Software version 23.1, the parameters are not preserved when the IP is generated from the script obtained by the tool "Export System as Platform Designer Script." Resolution Modify the AXI Bridge FPGA IP component-creation part of the Platform Designer script by adding the validate_component and save_component lines as it is indicated below: add_component axi_bridge_0.ip altera_axi_bridge axi_bridge_0 19.3.0 load_component axi_bridge_0 set_component_parameter_value AXI_VERSION {AXI4-Lite} validate_component set_component_parameter_value parameter_1 {value} set_component_parameter_value parameter_2 {value} … save_component load_instantiation axi_bridge_0 … This problem is scheduled to be fixed in a future release of the Quartus® Prime Pro Edition Software. Custom Fields values: ['novalue'] Troubleshooting 14018194878 False ['AXI Bridge IP'] ['FPGA Dev Tools Quartus® Prime Software Pro'] 23.3 22.2 ['Programmable Logic Devices'] ['novalue'] ['novalue'] ['novalue'] - 2024-05-07

external_document