Quartus® Prime Pro Edition 소프트웨어 버전 23.1의 문제로 인해 "플랫폼 디자이너 스크립트로 시스템 내보내기" 도구에서 얻은 스크립트에서 IP를 생성할 때 매개 변수가 보존되지 않습니다.
아래와 같이 validate_component 및 save_component 행을 추가하여 플랫폼 디자이너 스크립트의 AXI Bridge FPGA IP 구성 요소 생성 부분을 수정합니다.
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}
{value}set_component_parameter_value parameter_2
…
save_component
load_instantiation axi_bridge_0
…
이 문제는 Quartus® Prime Pro Edition 소프트웨어의 향후 릴리스에서 해결될 예정입니다.