Forum Discussion
Altera_Forum
Honored Contributor
11 years agoDDR3 HMC Timing issue with Qsys(device:5CGXFC5C6F27C7)
I'm a beginner in FPGA. project contains DDR3 Hard memory controller and Avalon-MM Traffic Generator, the HDLs and sdc is generated by Qsys. but timeQuest show timimg closure errors. why? ...
Altera_Forum
Honored Contributor
9 years agoSimply means you are trying to clock everything too fast for the FPGA speed grade. The combinational paths will be too long to allow timing closure.
The answer is to either reduce the clock frequency, or reduce the design complexity, or add additional pipelining in long paths. The latter two are not really possible with closed IP cores, unless you can get away with adding a pipeline stage between the traffic generator and the DDR3.