How to Implement Circuits Using Only NAND and NOR Gates?

  • Thread starter Thread starter DirectCurrent
  • Start date Start date
  • Tags Tags
    Design Logic
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 3K views
DirectCurrent
Messages
11
Reaction score
0
Hi all,:cool:

how do we implement any given circuit with the help of NAND and NOR gates??
 
Engineering news on Phys.org
DirectCurrent said:
Hi all,:cool:

how do we implement any given circuit with the help of NAND and NOR gates??

Truth table, Karnaugh map, reduced SOP form equation, gates.
 
hi,

Sorry i didn't cleared my question.. I am feeling stupid..

Actually i wanted to ask that if a logic diagram is already implemented with AND and OR gates, then how to convert it or implement it with Nand and Nor gates??
 
DirectCurrent said:
Actually i wanted to ask that if a logic diagram is already implemented with AND and OR gates, then how to convert it or implement it with Nand and Nor gates??
You use De Morgan's Law and principals like double negation to translate one into another. Boolean Algebra has some more info.