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."
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.