Calculate Fan-Out Resistance of N Gates in Parallel

  • Thread starter Thread starter gs408
  • Start date Start date
  • Tags Tags
    Resistance
AI Thread Summary
The discussion focuses on calculating the fan-out resistance of N gates in parallel, highlighting that the total resistance decreases as more gates are added. The formula provided indicates that the combined resistance is Rtotal = (1/N) Rgate, leading to a maximum number of gates that can be connected without exceeding a voltage threshold. A 10k Ohm load resistor is referenced, which is clarified to represent the input resistance of each gate, not the combined resistance. The calculations show that with a source voltage of 3.5V and a source resistance of 1000 Ohms, the maximum number of gates that can be connected is approximately ten. This understanding is crucial for designing circuits with multiple gates while maintaining proper voltage levels.
gs408
Messages
1
Reaction score
0
Hi, pretty basic question, I'm looking through some notes and it says:

The combined resistor value of N gates in parallel is: Rtotal = (1/N) Rgate
The load resistor decrease as we connect more input gates, let us calculate the logic-1 level with a load resister of 10k Ohms. Using Ohm's law:

Vout = 3.5v * (10,000 / N) / [ 1000 + (10,000 / N) ] > 1.7v
( where Vsource = 3.5, Rsource = 1000 and the threshold for indeterminate values is 1.7v )

we get: 1700N < 18,000, so the maximum number we can connect is ten or so.

What does the 10k load resistor refer to? Is it the resistance of one gate? Or the combined resistance of multiple gates? Just wanted to clarify.

Thanks.
 
Physics news on Phys.org
gs408 said:
Hi, pretty basic question, I'm looking through some notes and it says:



What does the 10k load resistor refer to? Is it the resistance of one gate? Or the combined resistance of multiple gates? Just wanted to clarify.

Thanks.

Yeah, I think they are just saying each gate's input "resistance" is 10kOhms, so as you parallel up N of them, you end up with 10kOhm/N.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top