What are set up time & hold time constraints? What do they
signify?

Answers were Sorted based on User's Feedback



What are set up time & hold time constraints? What do they signify?..

Answer / guest

Setup time: Time before the active clock edge of the
flipflop, the input should be stable. If the signal changes
state during this interval, the output of that flipflop
cann't be predictable (called metastable).

Hold Time: The after the active clock edge of the flipflop,
the input should be stable. If the signal changes during
this interval, the output of that flipflop cann't be
predictable (called metastable).

Is This Answer Correct ?    51 Yes 4 No

What are set up time & hold time constraints? What do they signify?..

Answer / arpan

Setup time is the min time before the active edge of the
clock that the data gets stable. If the setup time is
violated then the logic enters into a metastable state. We
can say that setup time is violated when the logic is too
slow compare to clock. So, whenever we do simulations we do
setup time calculation in worst case. Since, in worst case
data changes too late. So, if the design passes the worst
case setup time, then its proper.
Hold time is the min time after the active edge of the clock
that the data should remain stable. Logic will also enter
into the metastable state if hold time is violated. We can
say hold violation occurs when the logic is too fast. So,
whenever we do simulation for hold time calculation we do in
best case since in best case data is changed too early. So,
if the design passes best case hold time, then its proper.

Is This Answer Correct ?    2 Yes 0 No

What are set up time & hold time constraints? What do they signify?..

Answer / raghavendra

the setup and hold time constraints are
1.constraint for setup time:the data and clock should be available at the same time
2.constraint for hold time:the data should not change after clock tick.

they signify the correctness of the signal

Is This Answer Correct ?    3 Yes 12 No

Post New Answer

More VLSI Interview Questions

What products have you designed which have entered high volume production?

1 Answers   Intel,


Explain depletion region.

0 Answers  


Explain the three regions of operation of a mosfet.

0 Answers  


what is conductance and valence band?

1 Answers  


Explain why present VLSI circuits use MOSFETs instead of BJTs?

0 Answers  






Explain what is multiplexer?

0 Answers  


What types of CMOS memories have you designed? What were their size? Speed?

0 Answers   e-tec, Intel,


What are the ways to Optimize the Performance of a Difference Amplifier?

0 Answers  


What is SPICE?

4 Answers   Intel,


what is SCR (Silicon Controlled Rectifier)?

0 Answers  


Explain Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?

0 Answers   Intel,


Explain the concept of a Clock Divider Circuit? Write a VHDL code for the same?

3 Answers   Intel,


Categories