Help with PSPICE: Building a 3-Input Circuit

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Dexterous
Messages
10
Reaction score
0
Hello , i need some help with pspice.
i need to build a circuit with 3 entrances and 1 exit.
that will provide "1" every time there is at least tow "1" in the entrances.

x y z Z
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1

this is what i built and what i get..
any suggestions?
323Untitled.png
 
Physics news on Phys.org


With your table, I find the relation:


[itex] Z=A\cdot\left ( B + C\right ) + B\cdot C[/itex]

You should be able to build it with 4 gates.

J.
 


i need to built it with NAND gates only...