Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
21592 Discussions

Storage data inside the FPGA

Altera_Forum
Honored Contributor II
1,176 Views

Hi, 

I’m working with cyclone III FPGA (EP3C25) and I wanted to know if it’s possible to restore small amount of data inside the FPGA after general power down and power up again? (Without using any external storage devices such as Flash…)  

Thanks,  

 

Idan
0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
448 Views

No it is not possible for Altera FPGAs, since it's SRAM type memory inside afaik.

0 Kudos
Altera_Forum
Honored Contributor II
448 Views

 

--- Quote Start ---  

 

I’m working with cyclone III FPGA (EP3C25) and I wanted to know if it’s possible to restore small amount of data inside the FPGA after general power down and power up again? (Without using any external storage devices such as Flash…)  

 

--- Quote End ---  

 

 

You cannot store data in the FPGA that will survive a power-cycle. However, the Cyclone III has to configure itself from an external non-volatile memory device, eg., an EPCS device. You can program data into that device. You can then access that data at the next power-on, or if your logic depends on it, you can have logic copy the external data into on-chip SRAM, and then have your logic access it from there. 

 

Cheers, 

Dave
0 Kudos
Reply