Which gate is normally preferred while implementing circuits
using CMOS logic, NAND or NOR? Why?

Answer Posted / arpan

There are many reasons for which NAND is preferred over NOR
but the most technical reason is LOGICAL EFFORT. So, lets
start with what is logical effort.

1. Logical effort :- It is defined as the ratio of the input
capacitance of the gate to the input capacitance of the
inverter, that can deliver the same output current. In other
terms we can say logical effort indicates how worse a gate
is in producing output current as compared to an inverter,
given each input of the gate has input capacitance
equivalent to an inverter. Suppose for a inverter PMOS width
is 2 and NMOS width is 1. So, here Cin = 3
NAND NOR

Cin = (n+2) Cin = (2n+1)
Cin = 4 Cin = 5
Logical Effort (g) = Cin(NAND)/Cin(Inverter)
g= 4/3 g= 5/3

So, from the above logical effort of NOR is greater than
NAND. So, NAND performs better o/p current compare to NOR.

2. In NAND PMOS is connected in parallel whereas in NOR PMOS
is connected in series, which makes the device operation slow.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the main issues associated with multiprocessor caches and how might you solve them?

1752


What transistor level design tools are you proficient with? What types of designs were they used on?

2884


what is SCR (Silicon Controlled Rectifier)?

640


Explain how binary number can give a signal or convert into a digital signal?

681


Implement a function with both ratioed and domino logic and merits and demerits of each logic?

3244






What happens if we delay the enabling of Clock signal?

1816


Explain the working of Insights of a pass gate ?

682


Explain Basic Stuff related to Perl?

621


Explain Cross section of an NMOS transistor?

575


Write a VLSI program that implements a toll booth controller?

3512


Explain how Verilog is different to normal programming language?

692


Mention what are the different gates where Boolean logic are applicable?

678


Are you familiar with the term MESI?

2129


If not into production, how far did you follow the design and why did not you see it into production?

1693


In Verilog code what does “timescale 1 ns/ 1 ps” signifies?

704