0% found this document useful (0 votes)
33 views

Logic For A Seven Segment Display.

The logic needed to drive a seven-segment display efficiently.

Uploaded by

ishiva42
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views

Logic For A Seven Segment Display.

The logic needed to drive a seven-segment display efficiently.

Uploaded by

ishiva42
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Truth Table (Segment A):

W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
1
1
2
1
0
9
1
1
4
0
0
7
1
1
1
0
0
5
1
1
6
0

Truth Table (Segment B):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
1
1
2
1
0
9
1
1
4
1
0
7
1
1
1
1
0
5
0
1
6
0

Truth Table (Segment C):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
1
1
2
0
0
9
1
1
4
1
0
7
1
1
1
1
0
5
1
1
6
1

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
1
1

01
1
0
0
1

11
X
X
X
X

10
1
0
X
X

Sum-of-Products:
(WX)+Z
Using allowed gates:
(WX)Z

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
1
1

01
1
1
1
1

11
X
X
X
X

10
0
0
X
X

Sum-of-Products:
W
Using allowed gates:
W

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
0
1

01
1
1
1
1

11
X
X
X
X

Sum-of-Products:
(X)+Y+Z
Using allowed gates:
(X)YZ

10
1
1
X
X

Truth Table (Segment D):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
1
1
2
1
0
9
0
1
4
0
0
7
0
1
1
0
0
5
1
1
6
1

Truth Table (Segment E):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
0
1
2
1
0
9
0
1
4
0
0
7
0
1
1
0
0
5
0
1
6
1

Truth Table (Segment F):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
1
0
3
0
1
2
0
0
9
1
1
4
1
0
7
0
1
1
0
0
5
1
1
6
1

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
1
1

01
0
0
0
0

11
X
X
X
X

10
1
1
X
X

Sum-of-Products:
X
Using allowed gates:
X

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
1
0

01
0
0
0
0

11
X
X
X
X

10
0
1
X
X

Sum-of-Products:
(WXY) + (XZ)
Using allowed gates:
(WXY) (XZ)

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
1
0
0

01
1
1
0
0

11
X
X
X
X

Sum-of-Products:
Y
Using allowed gates:
Y

10
1
1
X
X

Truth Table (Segment G):


W
0
0
0
0
0
0
0
0
1
1

X
0
0
0
0
1
1
1
1
0
0

Y
0
0
1
1
0
0
1
1
0
0

Z Digit Output
0
8
1
1
0
0
0
3
1
1
2
1
0
9
1
1
4
1
0
7
0
1
1
0
0
5
1
1
6
1

Karnaugh Map:
WX
YZ

00
01
11
10

00
1
0
1
1

01
1
1
0
0

11
X
X
X
X

10
1
1
X
X

Sum-of-Products:
(XZ) + (YX) + (YX) + W
Using allowed gates:
(XZ) (YX) (YX) W

You might also like