94
Unit 8 Solutions
8.10
X
W
1
1
1
1
A B
C D 00 01 11 10
00
01
A
B
8.11 (a)
cont.
f = (A + B)(B’C’ + BD’)
= AB’C’ + ABD’ + BB’C’ + BD’
= (A + B)(B’ + B)(B’ + D’)(B + C’)(C’ + D’)
From the Karnaugh map and the BB’C’ term
8.11 (a)
8.9 (a) A B
C D 00 01 11 10
00
01
1
1
1
1
1
f = (A’B’+AC’)(A+D) = AA’B’ + AC’ + A’B’D +
AC’D) = AA’B’ + AC’ + A’B’D
static-1 hazard: 0001↔1001
static-0 hazard: 0010↔1010
potential dynamic hazards:
A B
C D 00 01 11 10
00
0
0
C
A
8.9 (b) Since a circuit with NOR gates is desired, start with
POS expressions for f that corresponds to a hazard-
free OR-AND (NOR-NOR) circuit. From the Kar-
naugh map, all prime implicants are required,
f = (A’+C’)(A+B’)(A+D)(C’+D)(B’+C’).
f can be multiplied out as f = (A’B’D+C’)(A+B’D).
When this expression is expanded to a POS, it does
not contain any sum of the form (X + X’ + ß) so the
corresponding circuit is free of hazards. The three
level NOR circuit is.