Maker Pro
Maker Pro

Synchronous logic: Tpd<Th on the flip-flops of VHC family

V

valentin tihomirov

Hello,
A noob needs some clarification on the crusal design basics. The
http://www.fairchildsemi.com/ds/74/74VHC595.pdf shift register allow for
cascading Q' pin output pin to SER data input. However, I have discovered an
interesting fact - the new value at the output may apperar earlier
(propagation delay = 1ns) than the hold time of SER allows (2ns). Isn't this
logic familiy designed for synchronous operation?
 
F

Fred Bloggs

valentin said:
Hello,
A noob needs some clarification on the crusal design basics. The
http://www.fairchildsemi.com/ds/74/74VHC595.pdf shift register allow for
cascading Q' pin output pin to SER data input. However, I have discovered an
interesting fact - the new value at the output may apperar earlier
(propagation delay = 1ns) than the hold time of SER allows (2ns). Isn't this
logic familiy designed for synchronous operation?

That "1ns" column for a "minimum" Tpd over temperature is a bogus
number. Any operating condition that reduces the Tpd will also reduce
the minimum Th. The inportant thing is that Tpd will remain ~5x Th. You
will encounter no problems.
 
V

valentin tihomirov

That "1ns" column for a "minimum" Tpd over temperature is a bogus
number. Any operating condition that reduces the Tpd will also reduce
the minimum Th. The inportant thing is that Tpd will remain ~5x Th. You
will encounter no problems.

But the 2ns is the minimum Th as well, so the operating condition reducing
Tpd => 1ns will reduce Th => 2ns limit. This makes the safe operation (Tpd
~5xTh) impossible.

Additional thing which needs clarification is the upper limit of Th. Why do
they specify the lowest threshold if the parameter is longer in reality? Do
they want me to retain the input signal constant during the minimal time or
it must last some longer? IMO, it is the maximal Th, which have to be
satisfied (and specified) in order for the device to switch propertly.

Thanks.
 
F

Fred Bloggs

valentin said:
But the 2ns is the minimum Th as well, so the operating condition reducing
Tpd => 1ns will reduce Th => 2ns limit. This makes the safe operation (Tpd
~5xTh) impossible.

That 2ns in the datasheet is the single value of Th guaranteed to work
over -40<Ta<+85 oC, it does not mean that a lesser Th will not work
under fixed operating conditions. The logic was designed so that Tpd>Th
for every instance of operating conditions.
Additional thing which needs clarification is the upper limit of Th. Why do
they specify the lowest threshold if the parameter is longer in reality? Do
they want me to retain the input signal constant during the minimal time or
it must last some longer? IMO, it is the maximal Th, which have to be
satisfied (and specified) in order for the device to switch propertly.

You should translate "minimum" to mean: can be removed no sooner than Th
after SCLK transition. SER must remain valid for Th nsecs after the SCLK
edge. Any additional time you hold SER is wasted, the clocking action is
finished, and the SER input no longer has any effect. A maximal Th would
be something like Tclk-Tsetup and has nothing to do with hold time.
 
R

Rich Grise

Hello,
A noob needs some clarification on the crusal design basics. The
http://www.fairchildsemi.com/ds/74/74VHC595.pdf shift register allow for
cascading Q' pin output pin to SER data input. However, I have discovered an
interesting fact - the new value at the output may apperar earlier
(propagation delay = 1ns) than the hold time of SER allows (2ns). Isn't this
logic familiy designed for synchronous operation?

Yes, the family is designed for synchronous operation, which means that
meeting the setup times by a 2X margin makes them robust and reliable.
In other words, what is the state of these ins and outs at the clock
transition?

Cheers!
Rich
 
Top