Electronic – What are “Levels of Delay” in the 74LS138 data sheet

datasheetttl

I'm looking at the following three data sheets for 74LS138 devices:

Each has a "switching characteristics" table giving propagation delay,
and each table has two figures for each delay, for 2 and 3 "levels of
delay." For example, here are the select-to-output delays (in
nanoseconds) for each of the above:

            Levels   Low→High    High→Low
   Vendor  of Delay  Typ  Max    Typ  Max

TI ('138)      2     11   20     18   41
               3     21   27     20   39

 Motorola      2     13   20     27   41
               3     18   27     26   39

Fairchild      2     18   27     27   40
               3     18   27     27   40

For my purposes (address decoding logic for 8-bit CPUs) the high→low
figure is the one of interest, and those are so close that it seems to
make little difference. But I'm curious as to what these "Levels of
Delay" are and why they make a difference to the Low to High timings
on some versions of this device. And why does the
TI SN74HCT138 not have these different levels of delay?

Best Answer

This refers to the number of gates that the signal passes through to affect the output.

The logic diagram below is useful here.

LS138 Logic Diagram

Looking at the path from SELECT A to Y0, the signal passes through 2 gates to affect the output; if I look at the path from SELECT A to Y5 the signal passes thrpough 3 gates.

So the first example has 2 levels of delay and the second has 3 levels of delay.