ECE333 - Digital Systems ======================== Four-Bit Exponential Calculator ABCD = 4-bit binary input JKLM = 4-bit exponential calculator output ABCD : JKLM ---- ---- 0000 : 1111 0001 : 1110 0010 : 1100 0011 : 1011 0100 : 1010 0101 : 1001 0110 : 1000 0111 : 0111 1000 : 0110 1001 : 0101 1010 : 0101 1011 : 0100 1100 : 0100 1101 : 0011 1110 : 0011 1111 : 0010