Forum Discussion
Altera_Forum
Honored Contributor
8 years agoHi,
I think you need to know where you want to store those information either in an external flash device (such as CFI flash, SPI etc) or in the on-chip memory of the FGPA device. The FPGA device contains volatile type memory which means once you power down, all the information is lost. Thus, if you need to store those information in a non-volatile type memory, then you would need to use a component/IP to access those flash memory in your project design. For example, if you are use EPCS device with the FPGA, then you can use ASMI Parallel IP to access (read, write and erase) and store the password information in the EPCS device. Regards, nyusof (This message was posted on behalf of Intel Corporation)