3 BIT BINARY TO DECIMAL DECODER
Binary inputs- Logic Sources
Decimal outputs- LEDs
I have written down the boolean algebra statement for each decimal.
Bits -B1, B2, B3
LOWERCASE LETTERS INDICATE INVERTED VALUES (cuz there's no bar in the keyboard)
Full stop indicates AND gate connection
1-B1.b2.b3
2-b1.B2.b3
3-B1.B2.b3
4-b1.b2.B3
5-B1.b2.B3
6-b1.B2.B3
7-B1.B2.B3