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

Question for DDIO_IN IP

均符
Beginner
388 Views

We wanna use DDIO_IN IP for capture data at twice the rate of the clock with a high-speed interface application in which the data is clocked at both edges of the clock.

The freq. of clock from our front-end is 148.5MHz for 1080p. 

The FPGA chip we used is 5CGTFD7D5F27C7N.

There are errors when we capture data.

"The Cyclone device family supports both DDR SDRAM and FCRAM

memory interfaces up to 133 MHz." refering to http://www.altera.com/literature/hb/cyc/cyc_c51010.pdf(Implementing Double Data Rate I/O Signaling in Cyclone Devices).

How can we solve this problem?

0 Kudos
1 Reply
NurAida_A_Intel
Employee
344 Views

Hi Sir,

 

Welcome to Intel Community.

 

Yes, you are right. Cyclone devices support DDR SDRAM and FCRAM interfaces at up to 133 MHz through dedicated circuitry. There are few guidelines for user to meet 133 MHz performance for DDR SDRAM and FCRAM interfaces as below:

 

  • The DQS signal must be in the middle of the DQ group it clocks
  • Resynchronize the incoming data to the logic array clock using successive LE registers or FIFO buffers
  • LE registers must be placed in the LAB adjacent to the DQ I/O pin column it is fed by.

 

For more details, you may refer to this  Cyclone FPGA Family Data Sheet under section "External RAM Interfacing"--> https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ds/ds_cyc.pdf

 

Hope this helps.

 

Thanks

 

Regards,

Aida

0 Kudos
Reply