hi,
How to decide what value shoud I put for set_clock_gating_check setup & hold time? Frequency for my design is 80Mhz
hi,
How to decide what value shoud I put for set_clock_gating_check setup & hold time? Frequency for my design is 80Mhz
maybe decided by your gated clock cell!!
set_clock_gating_check is set on the AND cell, which provided gated clock output.
it garantee the clock should arrive earlier than the gating signal, and its value is decided by the input pin relation of the AND cell that you selected.
generally, it is just an additional check, if you put the LATCH and AND cell close enough, then it is just no need to set.
if u have gated clocks in the design, then it is best to use set_clock_gating_check. Otherwise u may end up in surprises while testing
may be this article will help u,"How To Successfully Use Gated Clocking in an ASIC design ,Darren Jones ,SNUG Boston 2002".
enjory it.
regards
Here it is:Originally Posted by free1983
http://www.edaboard.com/viewtopic.ph...t=darren+jones
clock gating using the reduecd power consumtion .
clock gating means stop working of the clock.but that FF value doesnot changed
vamsi