Altera_Forum
Honored Contributor
13 years agoFmax
:oops:
Hi, In my architecture I need to do the following formula: " ("conv_integer (byte) * 10000)/127 + 10000 I'm working with 10MHz clock. The code Fmax is: 14.5MHz ("TimeQueast" is all blue after clock constrain to 10MHz) Is it going to be enough for the calculation to be quick for using the date immediately inside the Process or must I use pipeline stages and divider IP block instead of "/" operator? in simulation is works just fine. Thanks, Idan