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.

synthesizing using only nand nor and not gate

Status
Not open for further replies.

jayTudu

Member level 1
Joined
Oct 14, 2008
Messages
38
Helped
4
Reputation
8
Reaction score
1
Trophy points
1,288
Activity points
1,553
Dear frnd ,
can any one help me out in synthesizing a ckt using only nand nor and not gate. i am using desing
vision tool for logic synthesis.

"Keep posting in forum and enhance your output...................."

Jaynarayan...
 

Entire circuits can be synthesized using just NAND gates OR just NOR gates. For simple circuits thats OK, but its easier and more efficient to define your circuits in some HDL and let a computer handle anything more complex than a handful of gates.

If you must synthesize in just NAND, know De Morgans backwards. The pic may be of help.
43_1239440846.gif


Simply put
Take any input and negate it you have a NOT
negate it Again you have a BUFFER

if you take a NAND and negate inputs you get an OR.
if you take a OR and negate outputs you get an NOR.
if you take a NOR and negate inputs you get an AND.
if you take a AND and negate outputs you get an NAND.

and in reverse.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top