Forum Discussion
qd0090
New Contributor
5 years agoLPM DIVIDE latency
hi everyone:
i want to use LPM DIVIDE in max 10, and i use quartus prime 16.1, the clk is 96MHz
but i did not found information about the latency of LPM DIVIDE , so i do not know how many c...
KennyT_altera
Super Contributor
5 years agoUsually, what we do is use the modelsim to simulate the RTL behavior of the design first.
Then constrain the design and make sure the timing closed.
From there, you should be able to see the latency in the Timing reports.
This latency should not be vary so much. If you look into the modelsim simulation, you will see usually, it take about one cycle of input clock to do the operation.
qd0090
New Contributor
5 years agoi test the latency in signaltab, sometimes is 4 clks.
how to constrain the lpm divide?