You are on page 1of 5

Pre-Lab

1. Design a 16-line mux using two 74LS151.


Draw the logic diagram and explain the
operation.

D0
D1
D2
D3 74LS151
D4
D5
D6
D7
W S

X Y Z F

D8
D9
D10
D11
D12 74LS151
D13
D14
D15
S'

X Y Z

W, X, Y and Z are controllers, where W is the MSB,


This design will be
equal to the following
D0
diagram: -
-
-
- MUX
-
- 16-line F
-
-
-
-
D15

W X Y Z
2. Design a 1-to-16-line DMux using the
74LS138. Draw the logic diagram and
explain the operation.

Y0
-
B -
-
C 74LS138 -
-
-
D -
-
-
Y7

Y8
-
B -
-
-
C -
74LS138 -
D -
-
-
Y7

Where W is the MSB,


This design will act like to the following diagram:
Y0

A -
-
-
DMUX -
B -
-
1-16
-
-
C -
-

D Y15

3. Analyze the MUX circuit below and find the


maxterm equation for F. Assume literal
A=MSB.

D Y F
0

A B

AB|CD 00 01 11 10

00 0 0 1 0

01 0 0 0 0

11 1 1 0 1

10 1 1 1 1
F (A, B, C, D) = AC' + ACD' + B'CD

4. Design the following expression using


multiplexer: F(A,B,C)=AB+AC
Put the selection circuit S1, S0=AC, AB, BC.

AB

S1 S0 F

0 0 1

0 1 0

1 0 C

1 1 C

AC

S1 S0 F

0 0 B'

0 1 B'

1 0 0

1 1 1
BC

S1 S0 F

0 0 A'

0 1 1

1 0 0

1 1 A

You might also like