
Implement a function 3x8 Decoder with 4 variables
Jan 11, 2018 · using a 3x8 Decoder and any other additional combinational logic. How can I implement this function if there are 4 variables (ABCD) in the expression but only 3 inputs in my 3x8 Decoder?
How to implement 8x1 multiplexer using 3x8 decoder and 3-state buffer
Jun 18, 2018 · How to implement 8x1 multiplexer using 3x8 decoder and 3-state buffer Ask Question Asked 7 years, 6 months ago Modified 1 year, 10 months ago
Design a 3-to-8 Decoder Using Only Three 2-to-4 Decoders
Oct 7, 2014 · Using only three 2-to-4 decoders with enable and no other additional gates, implement a 3-to-8 decoder with enable. The inputs of the resulting 3-to-8 decoder should be labeled X [2..0] for the …
How can I design a 4-to-16 decoder using two 3-to-8 decoders and 16 …
Feb 28, 2015 · Your question is a bit strange, if you plan on using just the two decoder chips what are the 16 two-input AND gates for? The circuit could be made using just two 3-8 decoders, or possibly …
Implementing 3 to 8 decoder using 4 input NOR Gate
Feb 11, 2013 · I'm very confused by this question + this title ... is the question how to implement this arbitrary logic function using only 3-to-8 decoders, 4-input NOR gates, and inverters?
Implement a Function using 3x8 decoder (74LS138)
I need to implement the function below using 3x8 decoder (74LS138) and a minimum number of gates but I did not see 74LS138 before. F = (A.B)' I implement the function using a normal 3x8 decoder b...
digital logic - Showing three functions with Decoder 3-8 - Electrical ...
Showing three functions with Decoder 3-8 Ask Question Asked 12 years, 6 months ago Modified 10 years, 1 month ago
Designing a 6x64 Decoder - Electrical Engineering Stack Exchange
May 8, 2017 · I am making a 64x32 bit SRAM, I need to use a 6x64 decoder as the Row address decoder. My question, is it possible to design a 6x64 Decoder using 3x8 Decoders?
7segmentdisplay - Building a BCD to 7-segment using 3x8 decoder ...
So.. I know how to build a BCD to 7-segment using 3x8 decoder but the question provides 4-digit binaries and asks to only input 3 of those.. my question is that won't two different digits be regard...
Verilog code for construction of 4x16 decoder using 3x8 decoder
Nov 5, 2020 · Verilog code for construction of 4x16 decoder using 3x8 decoder [closed] Ask Question Asked 5 years, 1 month ago Modified 5 years, 1 month ago