Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thinkie said:25% is quite a lot.
if your clock is 4ns (250MHz) you should have 10-15% margin plus your clock jitter. You can find the clock jitter from your pll specification if it comes from a PLL.
After PnR when you have exact clock skew information you can probably lower your margins on the final sign-off STA
dannyic said:Thinkie said:25% is quite a lot.
if your clock is 4ns (250MHz) you should have 10-15% margin plus your clock jitter. You can find the clock jitter from your pll specification if it comes from a PLL.
After PnR when you have exact clock skew information you can probably lower your margins on the final sign-off STA
how do you define the clock with 10-15% margin? is it defined as 3.8 ns or 4.2 ns? please advise! Thanks.
Thinkie said:If you use the clock_uncertainty you should not have it for hold times too as you will get a design full of buffers that you don't really need.
You can use a different value of certainty of hold and different of setup times
dannyic said:dannyic said:Thinkie said:25% is quite a lot.
if your clock is 4ns (250MHz) you should have 10-15% margin plus your clock jitter. You can find the clock jitter from your pll specification if it comes from a PLL.
After PnR when you have exact clock skew information you can probably lower your margins on the final sign-off STA
how do you define the clock with 10-15% margin? is it defined as 3.8 ns or 4.2 ns? please advise! Thanks.
anyone can help this out.
dannyic said:Thinkie said:If you use the clock_uncertainty you should not have it for hold times too as you will get a design full of buffers that you don't really need.
You can use a different value of certainty of hold and different of setup times
I think set_clock_uncertainty is used during prelayout stage. For post layout, I am using "set_clock_propagation propagated" cmd. How much margin do we have if we use slow lib to synthesize the design?