Sie sind auf Seite 1von 5

Quiz 4 40 minutes

1. Consider the three functions shown below. Find all of the minimum sum of
products for each. Treat each as a separate problem, but indicate what
sharing (of prime implicants) can be done.

ab ab ab
00 01 11 10 00 01 11 10 00 01 11 10
cd cd cd
00 1 1 00 1 00 1 1 1

01 1 01 1 1 01 1

11 1 1 1 1 11 1 1 11 1

10 1 1 10 1 1 10 1 1
f g h

2. Find the equations for a minimum two-level NAND gate circuit. All you need
to show is the maps and the sum of product equations, indicating the sharing.
This solution requires 10 gates/32 gate inputs. (The comparable solution to
problem 1 requires 14 gates/42 gate inputs.)

ab ab ab
00 01 11 10 00 01 11 10 00 01 11 10
cd cd cd
00 1 1 00 1 00 1 1 1

01 1 01 1 1 01 1

11 1 1 1 1 11 1 1 11 1

10 1 1 10 1 1 10 1 1
f g h
3. Implement the functions of problems 1 and 2 on the PAL shown below. Be
sure to label all inputs and outputs.
4. Implement the functions of problems 1, 2, and 3 on the PLA shown below.
Full credit if you use 9 or fewer terms. Be sure to label all inputs and outputs.
A copy of the map is shown for your convenience.

ab ab ab
00 01 11 10 00 01 11 10 00 01 11 10
cd cd cd
00 1 1 00 1 00 1 1 1

01 1 01 1 1 01 1

11 1 1 1 1 11 1 1 11 1

10 1 1 10 1 1 10 1 1
f g h
5. Consider the following two functions of 5 variables.
F (A, B, C, D, E) = m (0, 1, 2, 3, 4, 5, 6, 7, 19, 22)
G (A, B, C, D, E) = m (1, 2, 7, 24, 25, 26, 27, 28, 29, 30, 31)
Implement them using only the ROM shown on the next page.

6. Implement the functions of problem 5 using only 3-input, 8-output, active


low decoders, each with one active low enable input and two NAND gates (with
as many inputs as are necessary). A truth table and a block diagram of the
decoder is shown below. BONUS if you do it with only two 4-input NAND gates.
EN' A1 A2 A3 Y0 Y1 Y2 Y3 Y4 Y5 Y6 Y7
1 X X X 1 1 1 1 1 1 1 1
0 0 0 0 0 1 1 1 1 1 1 1
0 0 0 1 1 0 1 1 1 1 1 1
0 0 1 0 1 1 0 1 1 1 1 1
0 0 1 1 1 1 1 0 1 1 1 1
0 1 0 0 1 1 1 1 0 1 1 1
0 1 0 1 1 1 1 1 1 0 1 1
0 1 1 0 1 1 1 1 1 1 0 1
0 1 1 1 1 1 1 1 1 1 1 0

A1 Y0
A2 Y1
Y2
A3
Y3
Y4
Y5
Y6
EN' Y7
5.

0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31

Das könnte Ihnen auch gefallen