Problem Give the implementation of BCD-to-7 segment decoder using PLA. Assume common
cathode display.
Solution:
7-Segment display format
7-Segment Display Elements for all Numbers
Consider the truth table of BCD-to-7 segment decoder
Consider the expression for different outputs a, b, c, d, e, f, g
�=∑0,2,3,5,6,7,8,9
�=∑0,1,2,3,4,7,8,9
�=∑0,1,3,4,5,6,7,8,9
�=∑0,2,3,5,6,8
�=∑0,2,6,8
�=∑0,4,5,6,8,9