Question
Design a combinational circuit that takes a seven-bit ASCII representation of a lower case letter (`a' through `z') as input and outputs an eight-bit EBCDIC
Design a combinational circuit that takes a seven-bit ASCII representation of a lower case letter (`a' through `z') as input and outputs an eight-bit EBCDIC representation of the letter. You do not care what the circuit will output when other letters are input. For the ASCII characters, label the inputs A6 through A0 representing the ASCII character from most signicant bit (MSB) to least signicant bit (LSB). For the EBCDIC, label the outputs E7 (MSB) to E0 (LSB).
Implement this circuit using only AND, OR, NAND, NOR, XOR, XNOR and NOT gates. Use as few gates as possible
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started