Forum Discussion
Altera_Forum
Honored Contributor
7 years ago --- Quote Start --- AN478 discusses using a parallel FLASH device in AP (Active Parallel) programming mode - without a CPLD. In this programming method the target FPGA generates the control signals for the parallel FLASH device that's connected directly to it. If you want to program an FPGA using a CPLD to control the FLASH memory then you need to use FPP (Fast Passive Parallel) mode, for which you will not need the PFL IP. Refer to the relevant section on page 8-15 of the 'arria v device handbook (https://www.altera.com/en_us/pdfs/literature/hb/arria-v/av_5v2.pdf)'. You will need to generate a raw binary file or similar (not a .pof) to program into your parallel FLASH. Cheers, Alex --- Quote End --- Thank you very much for your reply Alex. This document clarifies a lot of things.