Daniel D. Gajski
University of California, Irvine
View Questions Only
View Questions with Strategies
(Map representation) Generate the map representations for the following Boolean functions.
w\xy | 00 | 01 | 11 | 10 |
---|---|---|---|---|
0 | 1 | 1 | 1 | 0 |
1 | 1 | 0 | 1 | 1 |
X0X1\Y0Y1 | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 1 | 1 | 1 | 1 |
01 | 0 | 1 | 1 | 0 |
11 | 0 | 0 | 1 | 0 |
10 | 0 | 1 | 1 | 1 |
w\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
0 | 1 | 0 | 1 | 1 |
1 | 0 | 1 | 1 | 0 |
wx\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 1 | 0 | 0 | 1 |
01 | 0 | 0 | 1 | 1 |
11 | 0 | 1 | 1 | 0 |
10 | 0 | 0 | 1 | 1 |
(Map method) Using the map method, determine the prime implicants of the following Boolean functions.
X0X1\Y0Y1 | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 1 | 1 | 1 | 1 |
01 | 0 | 1 | 1 | 0 |
11 | 0 | 0 | 1 | 0 |
10 | 0 | 1 | 1 | 1 |
PI list: :x0'x1', y0y1, x0'y1, x1'y1, x1'y0
w\xy | 00 | 01 | 11 | 10 |
---|---|---|---|---|
0 | 1 | 1 | 1 | 0 |
1 | 1 | 0 | 1 | 1 |
PI list: w'x', x'y', w'y, xy, wy', wx
wx\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 1 | 0 | 0 | 1 |
01 | 1 | 1 | 0 | 0 |
11 | 0 | 1 | 1 | 0 |
10 | 0 | 0 | 1 | 1 |
PI list: w'y'z', w'xy', xy'z, wxz, wyz, wx'y, x'yz', w'x'z'
wx\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 0 | 1 | 1 | 1 |
01 | 0 | 0 | 1 | 1 |
11 | 1 | 0 | 0 | 1 |
10 | 1 | 1 | 0 | 0 |
PI List :w'y, w'x'z, xyz', x'y'z, wy'z', wx'y'
(Map method) Find all the minimal covers for the following Boolean functions.
y\wx | 00 | 01 | 11 | 10 |
---|---|---|---|---|
0 | 1 | 0 | 1 | 1 |
1 | 1 | 1 | 1 | 0 |
Minimal covers:
F=xw+x'y'+w'y
F=xy+x'w'+wy'
w\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
0 | 1 | 0 | 1 | 1 |
1 | 0 | 1 | 1 | 0 |
Minimal covers:
F=w'z'+yz+wz
F=w'z'+yw'+wz
wx\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 1 | 0 | 0 | 1 |
01 | 0 | 0 | 1 | 1 |
11 | 0 | 1 | 1 | 0 |
10 | 1 | 1 | 0 | 0 |
Minimal covers:
F=w'x'z'+w'xy+wxz+wx'y'
F=x'y'z'+wy'z+xyz+w'yz'
wx\yz | 00 | 01 | 11 | 10 |
---|---|---|---|---|
00 | 0 | 1 | 1 | 1 |
01 | 0 | 0 | 1 | 1 |
11 | 1 | 0 | 0 | 1 |
01 | 1 | 1 | 0 | 0 |
Minimal covers:
F=w'y+w'x'z+wxz'+wx'y'
F=w'y+x'y'z+xyz'+wy'z'
F=w'y+x'y'z+wxz'+wy'z'
F=w'y+x'y'z+wxz'+wx'y'
(Gate-array mapping) Convert the function wx'y'+yw'z'+yxz+yxw into
(Technology mapping) Using the library defined by Tables 3.14, 3.15 and 3.16, perform technology mapping and minimize the delay for the following Boolean functions.
(Technology mapping) Derive a minimum-delay implementation for the carry-look-ahead function c4 = g3+p3g2+p3p2g1+p3p2p1g0+p3p2p1p0c0 that use: