FPGA Intellectual Property
PCI Express*, Networking and Connectivity, Memory Interfaces, DSP IP, and Video IP
6352 Discussions

How to reduce EMIF_USR_CLK frequêncy?

AAmor
Novice
1,303 Views

Hi there, folks

 

I am currently designing an FPGA-based co-processor with a general architecture as illustrated by the attached figure.

 

ARCH.pngThe project is built on top of Intel's PCIE Gen3 x8 DMA reference design for Arria 10 GX Development Kit. EMIF and PCIE modules are both Intel's reference IP for DDR interfacing and PCIE-based DMA operations, respectively.

The user logic (MY CORE) is a quite complex design that receives clock and reset signals from the EMIF IP (emif_usr_clk, and emif_usr_reset_n). However, the emif_usr_clk signal, which is fixed on 250 MHz, has made it almost impossible for me to meet timing constraints for my design.

I would like to know if there is a way to slow down emif_usr_clk frequency to something around 200 MHz or less. I don't want to use a different clock tree because it would force me to use cross clocking bridges between MYCORE and EMIF, adding communication and resource overhead that I can not afford right now.

 

Thank you in advance for any information you could share.

 

My best regards

 

Anderson

 

 

 

 

0 Kudos
1 Reply
NurAida_A_Intel
Employee
383 Views

Hi Sir,

The frequency of this clock is depend on the interface frequency when you configure this IP. Since you want to slow down the emif_usr_clk frequency to 200MHz, you can reduce the memory clock frequency to 800MHz. Please also note that the “Mem Timing” parameter setting might slightly change according to frequency.

And to ensure your EMIFIP configuration is within the spec, you check below EMIF spec estimator link.

https://www.intel.com/content/www/us/en/programmable/support/support-resources/support-centers/external-memory-interfaces-support/emif.html

Hope this helps

Thanks

Regards,

NAli1

0 Kudos
Reply