How to change the device family in Quartus ii 15.0
Hello,
Currently I'm trying to build the FPGA using Quartus 15.0.0 Build 145 and I got the below errors when compiled...
Error (12024): WYSIWYG primitive "pll1" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll1_phy" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll2" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll2_phy" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll3" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll4" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll6" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll6_phy" is not compatible with the current device family
Error (12024): WYSIWYG primitive "pll7" is not compatible with the current device family
Error (12152): Can't elaborate user hierarchy "nios2:u0|nios2_mem_if_ddr3_emif_0:mem_if_ddr3_emif_0|nios2_mem_if_ddr3_emif_0_pll0:pll0"
Info (144001): Generated suppressed messages file C:/projects/TR1-CNTL/CNTL_CALC/output_files/cntl_calc_top.map.smsg
Error: Quartus II 64-Bit Analysis & Synthesis was unsuccessful. 10 errors, 16 warnings
Error: Peak virtual memory: 5116 megabytes
Error: Processing ended: Wed Oct 05 16:13:36 2022
Error: Elapsed time: 00:00:41
Error: Total CPU time (on all processors): 00:01:09
Error (293001): Quartus II Full Compilation was unsuccessful. 12 errors, 16 warnings
So as per the above errors, it is clearly shows that it is not compatible with current device family, so I want to change the device from Arria ii to Altera Arria V. So please help me in getting the build to be finished.
Thanks,