NAND or NOR Logic Gate, which is less reliable at higher speeds

In summary, the conversation discusses the reliability of NAND and NOR logic gates at higher speeds, particularly in relation to propagation delays and triggering times. According to Warren, the NOR gate has a higher logical effort and is slower compared to the NAND gate. This is due to its higher input capacitance and drive resistance. The notation "5/3 versus 4/3" refers to the logical effort of the gates, with the inverter having a fixed value of 3. Overall, gates with higher logical effort are slower, indicating that the NAND gate may be more reliable at higher speeds.
  • #1
AlmostDone25
1
0
Trying to find out information on NAND and NOR logic gates and which, if any, may be less reliable at higher speeds. Supposedly this would have something to do with propagation delays and triggering times.
 
Engineering news on Phys.org
  • #2
Last edited:
  • #3
The NOR gate has a higher logical effort than the NAND (5/3 versus 4/3 for a 2-input gate), and thus is slower. I don't know what exactly you mean by "reliability" at high speed, but the NAND gate is faster.

- Warren
 
  • #4
I haven't seen the notation "5/3 versus 4/3" before. What does it mean?
 
  • #5
The logical effort of a gate is basically the product of its input capacitance and drive resistance, divided by the input capacitance and drive resistance of an inverter, which is used for reference.

[itex]
h = \frac{{C_{in,gate} \cdot R_{drive,gate} }}
{{C_{in,inverter} \cdot R_{drive,inverter} }}
[/itex]

The typical inverter has an input capacitance of 3 units, since the PMOS is typically twice the size of the NMOS. The inverter's drive resistance is taken to be 1, and thus the bottom of the fraction is always 3.

To achieve the same drive strength as the inverter, the 2-input NAND must have an input capacitance of four units (as seen by each input), and thus its logical effort is taken to be 4/3. The 2-input NOR has an input capacitance of five units (as seen by each input) and thus its logical effort is taken to be 5/3.

More complex gates necessarily have more input capacitance than the inverter, and thus are slower, given identical output drive strengths. Logical effort captures this in a single number; gates with higher logical effort are slower.

- Warren
 
Last edited:
  • #6
Got it. Thanks chroot.
 

1. What is the difference between NAND and NOR logic gates?

NAND and NOR are two types of logic gates used in digital circuits to perform logical operations. The main difference between them is that NAND gate outputs a LOW signal only when all inputs are HIGH, while NOR gate outputs a HIGH signal only when all inputs are LOW.

2. Which logic gate is less reliable at higher speeds?

NAND and NOR gates have different propagation delays, which is the time taken for the output to change in response to a change in input. At higher speeds, NAND gates are less reliable as their propagation delay is longer compared to NOR gates.

3. Why is NAND gate less reliable at higher speeds?

NAND gates have a more complex internal structure compared to NOR gates, which results in longer propagation delays. This can lead to timing issues and errors in the output at higher speeds, making NAND gate less reliable.

4. Are there any advantages of using NOR gate over NAND gate at higher speeds?

Yes, NOR gates have a simpler internal structure and shorter propagation delays, making them more reliable at higher speeds. They are also less prone to noise interference, making them suitable for high-speed applications.

5. Can NAND and NOR gates be used interchangeably at all speeds?

No, NAND and NOR gates have different functionalities and are not interchangeable. While NOR gates may be more reliable at higher speeds, NAND gates have other advantages such as being more compact and using fewer transistors, making them suitable for certain applications.

Similar threads

  • Electrical Engineering
Replies
12
Views
1K
  • Electrical Engineering
Replies
5
Views
2K
  • Electrical Engineering
Replies
4
Views
4K
  • Electrical Engineering
Replies
1
Views
1K
  • Introductory Physics Homework Help
2
Replies
56
Views
2K
  • Electrical Engineering
Replies
3
Views
3K
  • Electrical Engineering
Replies
8
Views
5K
Replies
6
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
9
Views
2K
  • Electrical Engineering
Replies
6
Views
4K
Back
Top