Cyclon IV qdz file compatible with Quartus
Hi,
I recently bought a Cyclone IV GX FPGA Development Kit. I managed to find the user manual.
However, I can not find the configuration files (qdz) for Quartus.
In here (https://www.terasic.com.tw/cgi-bin/page/archive.pl?Language=English&CategoryNo=139&No=745&PartNo=4#contents), there seems to be a version for Quartus 12.1.
But, unless I am mistaken, Quartus 12.1 is not available for download on Intel's website.
If I try to flash the Cyclon IV GX 150F01989 using Quartus 17.0 or even 22.1, I can not do it because I can not find the design file to use.
I tried to use the CYCLONE IV qdz files given there but without succes:
Could you please tell me :
- where I could download Quartus v12.1 ?
- or if there is a design file available somewhere for the Cyclon IV GX 150F01989 development kit compatible with new version of Quartus (17.1 or 21. or other)?
Thank you,
Hi everyone,
Finally found the solution:
Use the .qdz file provided from Intel website for Cyclone IV, with the compatible Quartus version (in my case, Prime 22.1std)
Create project for the device EP4CGX150DF31C7
In the programmer, use auto-detect button that show EP4CGX150 and EPM2210.
Right click on EP4CGX150 and "change file". Choose the .sof file created by the project.
It will remplace the EP4CGX150 by EP4CGX150DF31C7, and allow you to configure/program this device.
If you start the flashing process, it should work.
(EPM2210 is unused in my case, left there for Quartus to be happy)
Thanks your help !