Design Example Error in Compilation
Hi community,
I want to generate the binary file for Avalon streaming PCI HIP Design example on the device 1SG10MHN3F74C2LG.
I am following the steps given in -
L- and H-tile Avalon® Streaming and Single Root I/O Virtualization (SRIOV) Intel® FPGA IP for PCI Express* User Guide
- > 2.4. Generating the Design Example
In step No. 15. Compile the example design project to generate the .sof file for the complete example design........
This step 15 I am getting the error in Quartus GUI as -
- Error(22819): The option assigned for assignment (USE_PWRMGT_SCL : SDM_IO14) is not supported.
- Error(22819): The option assigned for assignment (USE_PWRMGT_SDA : SDM_IO11) is not supported.
Where to get the correct assignment for 10M devices? I am using Quartus 23.1 version.
-Piyush
Hi Piyush,
You can comment out offending statement in the QSF to bypass this error message
for example setting "set_global_assignment -name USE_PWRMGT_SCL : SDM_IO14
Regards,
Wincent_Intel