Forum Discussion
Altera_Forum
Honored Contributor
13 years ago --- Quote Start --- I am wondering if we can read Jic file from EPCS flash devices --- Quote End --- You can read the contents of the flash easily enough. Its just SPI flash. You can instantiate an SPI controller or just PIO and access the flash directly. You just need to set the EPCS interface pins as "Use as regular I/O" so that you can connect them to your custom logic. Cheers, Dave