Forum Discussion
Altera_Forum
Honored Contributor
8 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.