Forum Discussion
Altera_Forum
Honored Contributor
15 years agoFrequency Maximum for Fast Model Cyclone IV GX
I implement a design using Quartus II. The device that I choose is Cyclone IV GX (mode: auto). After compilation, there are 3 timing models: slow 1200mV 85C, slow 1200mV 0C and fast 1200mV 0C. For sl...
Altera_Forum
Honored Contributor
15 years agoFirst, the slow model at a given temperature is the worst case. The fast model should be better.
Regarding delay... what delay ? fmax has two components. classical fmax and restricted. classic fmax = 1/(launch reg tco + latch reg tSU). i.e. you can go as fast as almost hitting the tSU window. restricted fmax is a new concept that appeared with super fast fpga. You may not go as fast as classic because of other restrictions e.g. -minimum pulse width -minimum period (max allowed toggle rate) -hold time violation (normally tH is protected by inbuilt silicon delays that make sure clk is always faster than data but with very fast clk you may hit back at previous edge hold time of latching reg)