4 to 3 encoder

Thread Starter

yzc717

Joined Nov 5, 2010
2
I am pretty new to the circuit and I am trying to design a 4 (decimal 3,2,1,0) to 3 (base2 00, 01, 10, 11) encoder. I know how the internal, but I have no idea to represent those constant in Logisim, and I dont want user to choose more than one input.

Help appreciated!
 

Kermit2

Joined Feb 5, 2010
4,159
try two OR gates

each has two connections

one to input "1" and "3" the other to input "2" and "3".

(input zero would not be used in this configuration - ala idiot switch)
 
Top