Knowledge Base Article
Why is the SPI slave to Avalon® Master Bridge IP missing from the IP Catalog for Agilex™ 5 FPGA devices in Quartus® Prime Pro Edition Software version 24.2
Description
Due to a problem in Quartus® Prime Pro Edition Software version 24.2, the SPI slave to Avalon® Master Bridge IP is missing from the IP Catalog for the Agilex™ 5 FPGA devices.
Resolution
This problem can be resolved by enabling the SPI slave to Avalon® Master Bridge IP back to the IP Catalog in Quartus® Prime Pro Edition Software version 24.2 for the Agilex™ 5 FPGA. Please follow the below steps.
For Linux
1) sed -i.bak -e '/SUPPORTED_DEVICE_FAMILIES/ s|set_module_property SUPPORTED_DEVICE_FAMILIES {"Arria 10" "Cyclone 10 GX" "Stratix 10" "Agilex" "Agilex 7" "Agilex 9"}|set_module_property SUPPORTED_DEVICE_FAMILIES {"Arria 10" "Cyclone 10 GX" "Stratix 10" "Agilex" "Agilex 7" "Agilex 9" "Agilex 5"}|' ${QUARTUS_ROOTDIR:?}/../ip/altera/sopc_builder_ip/altera_avalon_spislave_to_avalonmm_bridge/SPISlaveToAvalonMasterBridge_hw.tcl
2) sed -i.bak -e '/version/ s|set_module_property version "19.1.4"|set_module_property version "19.1.5"|' ${QUARTUS_ROOTDIR:?}/../ip/altera/sopc_builder_ip/altera_avalon_spislave_to_avalonmm_bridge/SPISlaveToAvalonMasterBridge_hw.tcl
For Windows
1) Navigate to the file "<Quartus_directory>/24.2/ip/altera/sopc_builder_ip/altera_avalon_spislave_to_avalonmm_bridge/SPISlaveToAvalonMasterBridge_hw.tcl" and search for the line containing the following line
set_module_property SUPPORTED_DEVICE_FAMILIES {"Arria 10" "Cyclone 10 GX" "Stratix 10" "Agilex" "Agilex 7" "Agilex 9"}
2) Change the line to the following:
set_module_property SUPPORTED_DEVICE_FAMILIES {"Arria 10" "Cyclone 10 GX" "Stratix 10" "Agilex" "Agilex 7" "Agilex 9" "Agilex 5"}
3) Within the same file, look for this line:
set_module_property version "19.1.4"
4) Change the line to the following:
set_module_property version "19.1.5"
Additional Information
This problem is scheduled to be fixed in future release of the Quartus® Prime Pro Edition Software version.