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

Parallel Flash for high speed configuration Cyclone IV E device. Can the MAX10 PFL configuration bridge be used? 8 bits or 16 bits Interface to the Cyclone IV? Reference Design?

ymerm
Beginner
1,117 Views

Are current design uses a Cyclone IV E device, EP4CE75U19I7N, and the Micron Synchronous FLASH device, PC28F128P33BF60A. As you are aware the Flash device has been obsolete.

 

  1. Can we use a MAX10 device with the PFL as a configuration bridge with other Flash devices, i.e. MT28EW256ABA1HPN-0SIT, in FPP mode?
  2. The Cyclone IV, has 16 dedicated Data pins for configuration, can the FPL support 16 bits or do we need 8 bits?
  3. Is there a reference design / schematic?

 

Thanks in advance

0 Kudos
3 Replies
Nooraini_Y_Intel
Employee
326 Views

Hi ymerm,

 

Yes, you can use MAX 10 with the PFL IP to perform FPP configuration to any FPGA device. Please refer to the PFL user guide on the PFL IP supporting flash devices:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug_pfl.pdf

 

Cyclone IV FPP mode only support 8 bits data width. You should refer to the FPP Configuration chapter from the Cyclone IV device handbook to further understand this:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/cyclone-iv/cyiv-5v1.pdf

 

The PFL IP (in MAX 10 ) act as the bridge between the flash device and Cyclone IV device to perform:

a) program flash memory devices with the MAX10 device JTAG interface.

b) configuration (e.g. FPP or PS mode) to the Cyclone IV device

 

You should read the PFL IP user guide to understand usage and settings that you need to perform the FPP mode. Also you can refer to this Configuration walk through from link below which has some useful examples:

https://fpgawiki.intel.com/wiki/Configuration_Walk-Through

 

You can refer to the Cyclone IV GX development kit schematic as reference in the link below. Even though the Cyclone IV GX development kit is built using PS mode (1 bit data), the difference is the 8 bits data and MSEL pins connection for FPP mode.

https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/kit-cyclone-iv-gx.html

 

Regards,

Nooraini

 

 

 

 

0 Kudos
DMose2
Beginner
326 Views

Hi Nooraini,

 

My name is Dov, and I work together with Yehuda. I have a question as well.

 

In addition to FPGA configuration at power up, we need to support remote update of the FPGA configuration. There has to be a way that we can program the flash device from the Cyclone iV via the MAX10 (we don't have access to the MAX10 JTAG during remote update).

Is this possible? Thanks, Dov

0 Kudos
Nooraini_Y_Intel
Employee
326 Views

Hi Dmose2,

 

Yes, you are correct about PFL can only be use with Quartus programmer via JTAG interface. I checked with my colleague who specialize in Embedded area, it seems that user can consider to use NIOS II with Avalon Tri-State Conduit components in FPGA to access the CFI flash. You can refer to chapter 5.2.6. Nios II Processor Booting from CFI Flash in the Embedded Design handbook for the details:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/hb/nios2/edh_ed_handbook.pdf

 

Also, you can refer to the Cyclone V dev kit reference manual, schematic and BUP(board portal update) design as reference:

https://www.intel.com/content/www/us/en/programmable/products/boards_and_kits/dev-kits/altera/kit-cyclone-v-gt.html

Most of the FPGA dev kit come with the BUP(board portal update) design that utilize NIOS II with Avalon Tri-State Conduit components in FPGA. While the PFL in CPLD is use to perform the FPPx16 configuration to Cyclone V.

You can refer to chapter "FPGA Programming from Flash Memory" for some explanation and Figure 2–4. PFL Configuration on the FPGA-CPLD-flash connection from the Cyclone V GT dev kti reference manual:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/rm_cvgt_fpga_dev_board.pdf

 

Regards,

Nooraini

 

 

0 Kudos
Reply