Intel Corporation Interview Question

What are setup up time and hold time?

Interview Answers

Anonymous

Apr 3, 2015

Setup time is the amount of time BEFORE the clock edge that data must be valid for; and, hold time is the amount of time AFTER the clock edge that data must be valid for

Anonymous

Feb 24, 2016

Data is valid either it is in high state or low state. The data has to be stable before the clock rise and after the clock rise for the data to be read. The time for which data needs to be stable before the clock rise is Setup Time. The time for which data needs to be stable after the clock rise is HOld time.