Forum Discussion
How to read back EPCS64 flash data by FPGA after its configuration
we have a customised FPGA board having FPGA EP3C120****.Flash Device connected this fpga is EPCS64.
It is working fine with AS mode flashing and configuration is happening to FPGA in every power on as per standard.
we want to Read the content of Flash after its configuration like reading a memory from its starting address.
This Flash is interface to FPGA with following Pins (DCLK, NCS0, ASDO, Data0). please suggest the method to read back the flash.
1 Reply
- ShafiqY_Intel
Frequent Contributor
Hi jmoha4,
You can use Examine option in Quartus programmer to read back the flash data.
Open Programmer --> Add Device
Choose your FPGA device and click Okay. (For my case I use cyclone 10 LP 10CL08Y)
Right Click on your device --> choose "Attach Flash Device"
Choose your Flash device and click Okay. (For my case I use EPCQ64)
Finally, Tick Examine and click Start
I hope this will help.
Cheers