0
953views
Explain NOR Flash Memory
1 Answer
0
19views

Logic Circuit

Truth Table

A CMOS NOR2 gate can be built by using two complementary pairs as shown in Figure. Input A is connected to MnA and MpA, while B controls MnB and MpB. Note that the nFETs are connected in parallel, while the pFETs form a series chain. To understand the operation of the gate, we examine the conduction states of the transistors for different input voltages Vin,A and Vin,B. If Vin,A=VDD, then MnA is ON and MpA is OFF; since MnA provides a conducting path from the ground to the output, Vout=0V. Setting Vin,B=VDD turns MnB ON and MpB OFF and also results in Vout=0V. And, if both Vin,A and Vin,B are high, then both nFETs are ON and the output voltage is Vout=0V. The only input combination that results in Vout=VDD is when Vin,A=0V=Vin,B, since both pFETs are ON while both nFETs are OFF. As verified by the truth table in Figure, this gives exactly the NOR2 operation.

enter image description here

We may also verify the logic function by viewing the circuit as a simple multiplexor between the power supply VDD (“1”) and ground ( “0”) as shown in Figure. Using the logic equations for MOSFETs gives the output as

g=ˉA.ˉB.1+(A+B).0

As in the case of the NAND gate, the nFET terms logically evaluate to 0 which leaves

g=ˉA.ˉB=¯A+B

using the DeMorgan theorem. This verifies our previous statement that the logic function is determined entirely by the topology of the circuit.

Please log in to add an answer.