Altera_Forum
Honored Contributor
13 years agoHelp with problem
Using the hierarchy design procedure and Quartus II software, design a digital code converter, which takes a 4-bit BCD input, and based on the value of the select bit the converter either generates the Excess3 or the Gray code of the input BCD at the output. (s0=0 the output should be excess3, s0=1 the output should be gray code.) Use only Decoders and Multiplexers in your design.