Forum Discussion
Altera_Forum
Honored Contributor
14 years agoYou need to see if its your code that is the limit.
Try doing timing analysis for a simple register-to-register path within the FPGA (not an IOE-to-register path though, as that will be slower). I would expect that you can get fmax much higher than 120MHz in a Cyclone III (assuming a high speed grade device). I use ancient FLEX10K devices at 125MHz with no issues. You most likely need to pipeline your code to reduce the register-to-register paths. Cheers, Dave