444 Chapter 15
logic that has no timing or memory associated with it: for such systems other techniques,
such as state machine analysis, are better used instead.
The simplest arrangement of gates that exhibit memory, at least while power is still
applied, is the cross-coupled NAND (or NOR) gate ( Figure 15.4 ). More complex
AND AB CInputs0
0
1
10
1
0
10
0
0
1AB CA
0
0
1
10
1
0
10
11
0
0
11
1BCA
0
0
1
10
1
0
11
1
1
0BCAB CC A. BC ABA
0
1
0
10
0
1
11
0
0
0BCA
0
1
0
10
0
1
10
1
1
0BCName Symbol Truth table Logic equationOutputsORNOTNANDAAA AAB B A B A A BBNOREXOR11BQ CCCCCCCC&&1&C AiC A. BC ABC AB
ABABFigure 15.3 : Symbols and truth tables for the common basic gates. For larger arrays of gates
it is more useful to express the overall logical function as a set of sums (the OR function)
and products (the AND function); this is the terminology used by gate array designers.