Article ID: 000095450 Content Type: Troubleshooting Last Reviewed: 06/12/2024

Why are the parameters of the AXI Bridge FPGA IP not preserved when the IP is generated from the Platform Designer script?

Environment

  • Intel® Quartus® Prime Pro Edition
  • AXI Bridge Intel® FPGA IP
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    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.

    Related Products

    This article applies to 1 products

    Intel® Programmable Devices