Question: * design a module named: dumbcode * * this module takes a 3 bit input named a (lower case letter a) * and gives a
* design a module named: dumbcode
*
* this module takes a 3 bit input named a (lower case letter a)
* and gives a 4 bit output named z (lower case letter z)
*
* the output is described by the following table:
*
* 0 -> 0
* 1 -> 14
* 2 -> 13
* 3 -> 12
* 4 -> 11
* 5 -> 10
* 6 -> 9
* 7 -> 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
