Is there any other way more clever to implement this boolean function using a 2*4 decoder?

Thread Starter

asdasd12e12

Joined Nov 24, 2021
48
So here is the function and my attempt:

1.png


Where the ' annotation means complement and Q2 is the most significant bit and Q0 the least significant bit.

I'm also trying to implement the same function but this time using only one 1*2 decoder but without much sucess. If the only entry of the decoder is Q2, pretty much most of the circuit is just using and's and or's gates without really much of the actual decoder.
 

ApacheKid

Joined Jan 12, 2015
1,610
So here is the function and my attempt:

View attachment 256934


Where the ' annotation means complement and Q2 is the most significant bit and Q0 the least significant bit.

I'm also trying to implement the same function but this time using only one 1*2 decoder but without much sucess. If the only entry of the decoder is Q2, pretty much most of the circuit is just using and's and or's gates without really much of the actual decoder.
I can't make sense of that diagram.

How many inputs does this have?

How many outputs?

Can you just list a table of every possible input and the desired output for each case?
 

Ian0

Joined Aug 7, 2020
9,817
It looks like a Karnaugh map to me, with three inputs and one output.
By inspection, if we let the "don't care" state be zero, then the output is the inverse of Q1 except for when Q0 and Q2 are both 1.
80A49609-C577-4CE8-B9A7-F15C19E5B3A7.jpegIs it essential to use the 2:4 decoder?
 
Top