Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to implement 4:1 mux and 2:1 mux as a Nor gate?

Status
Not open for further replies.

p_shinde

Full Member level 5
Joined
Feb 25, 2006
Messages
292
Helped
6
Reputation
12
Reaction score
2
Trophy points
1,298
Location
tokyo
Activity points
3,455
Interview Q

hi,

hw to implement 4:1 mux and 2:1 mux as Nor gate?

ple reply soon its urgent.

thanks in advance.

bye,
Prasad
 

Re: Interview Q

2 x 1 MUX, make the equation first:

O = (EN & A) | (ENb & B)

then make it logic gates

finally replace to NOR gates
 

Re: Interview Q

Check the document
 

Re: Interview Q

For a 2 input nor gate,there are 4 possible combinations,so we can implement it using 4 x 1 multiplexer.The two inputs A and B are given to the mux as selection inputs and keeping enable signal high.

Now for 2 input nor gate the output will be 1 when all inputs are 0.,thus we will connect Vcc to I0 and ground to I1,I2 and I3.
 

Re: Interview Q

I have drawn the diagram for nor gate by using 2 X 1 MUX
 

Re: Interview Q

hi,

Nor using 4×1 mux, suppose A,B are select lines. Y is output.
I0,I1,I2,I3 are input to mux.
Give VDD to I0,
GND to I1,I2,I3.


Nor using 2×1 mux,
I0,I1 are input to mux,
Take A as select line.
Give complement of B to I0 input of Mux.
Gnd to I1 input of Mux.

Checkfunctionality.

Hop u understand.

If u hav any doubts tell me.
 

Interview Q

Hi p_shinde
Look what a nor gate does.Assume A and B are inputs.
If B zero it passes the (A complement) to output.
if B is one then output is '0'.
Now connect B to select
A' to LSB input
and logic 1 to MSB input

Regards
tronix
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top