เนื่องจากปัญหาในซอฟต์แวร์ Quartus® Prime Pro Edition เวอร์ชัน 23.1 พารามิเตอร์จะไม่ได้รับการรักษาเมื่อ IP ถูกสร้างขึ้นจากสคริปต์ที่ได้รับโดยเครื่องมือ "Export System as Platform Designer Script"
แก้ไข ส่วนการสร้างส่วนประกอบ AXI Bridge FPGA IP ของสคริปต์ Platform Designer โดยเพิ่มบรรทัด validate_component และ save_component ตามที่ระบุไว้ด้านล่าง:
altera_axi_bridge axi_bridge_0 add_component axi_bridge_0.ip 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
…
ปัญหานี้ถูกกําหนดให้ได้รับการแก้ไขในซอฟต์แวร์ Quartus® Prime Pro Edition ในอนาคต