Why does a single AND gate need 60 transistors?Gate Output as a Switch?Best way to OR two LED signalsEarle...

What is the reward?

Will the duration of traveling to Ceres using the same tech developed for going to Mars be proportional to the distance to go to Mars or not?

How do I avoid the "chosen hero" feeling?

What sort of grammatical construct is ‘Quod per sortem sternit fortem’?

What is formjacking?

Converting numbers to words - Python

How bad is a Computer Science course that doesn't teach Design Patterns?

Is GMW different from Secret Sharing?

When does a person lose diplomatic status?

How can I prep for the Curse of Strahd adventure effectively?

Does しかたない imply disappointment?

Did ancient Germans take pride in leaving the land untouched?

Can you say "leftside right"?

bash aliases do not expand even with shopt expand_aliases

What happens if both players misunderstand the game state until it's too late?

I am a loser when it comes to jobs, what possibilities do I have?

Disk space full during insert, what happens?

Have any astronauts or cosmonauts died in space?

Can an attached stirge deal no more than 10 HP of damage before it detaches?

How can I give a Ranger advantage on a check due to Favored Enemy without spoiling the story for the player?

What could cause an entire planet of humans to become aphasic?

How do I narratively explain how in-game circumstances do not mechanically allow a PC to instantly kill an NPC?

How can changes in personality/values of a person who turned into a vampire be explained?

What really causes series inductance of capacitors?



Why does a single AND gate need 60 transistors?


Gate Output as a Switch?Best way to OR two LED signalsEarle Latch PropertiesWhy (not) put a resistor on FET gate?What does a logic gate output when powering down?Why would you need both a pullup resistor and a capacitor to ground on an IO pin?Why do some logic gate chips have a reversed pin layout?FETs: When does Input Capacitance and Gate Charge matter?How much current can a 74HC00 supply?Why does a full adder need an OR gate?













1












$begingroup$


Looking at the datasheet for the MC74VHC1G08, under the "features" section, it states Chip Complexity: FETs = 62.



Why does this IC need 62 transistors, while an AND gate can be made with only 6 transistors? What are the other 56 transistors being used for? My guess would be some sort of protection circuitry, but I am not sure.










share|improve this question











$endgroup$








  • 4




    $begingroup$
    How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
    $endgroup$
    – Elliot Alderson
    1 hour ago










  • $begingroup$
    Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
    $endgroup$
    – TimWescott
    1 hour ago










  • $begingroup$
    Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
    $endgroup$
    – Platytude
    1 hour ago






  • 1




    $begingroup$
    There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
    $endgroup$
    – Dave Tweed
    1 hour ago












  • $begingroup$
    @ElliotAlderson You're right - that should say 6, not 2.
    $endgroup$
    – eeze
    47 mins ago


















1












$begingroup$


Looking at the datasheet for the MC74VHC1G08, under the "features" section, it states Chip Complexity: FETs = 62.



Why does this IC need 62 transistors, while an AND gate can be made with only 6 transistors? What are the other 56 transistors being used for? My guess would be some sort of protection circuitry, but I am not sure.










share|improve this question











$endgroup$








  • 4




    $begingroup$
    How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
    $endgroup$
    – Elliot Alderson
    1 hour ago










  • $begingroup$
    Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
    $endgroup$
    – TimWescott
    1 hour ago










  • $begingroup$
    Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
    $endgroup$
    – Platytude
    1 hour ago






  • 1




    $begingroup$
    There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
    $endgroup$
    – Dave Tweed
    1 hour ago












  • $begingroup$
    @ElliotAlderson You're right - that should say 6, not 2.
    $endgroup$
    – eeze
    47 mins ago
















1












1








1





$begingroup$


Looking at the datasheet for the MC74VHC1G08, under the "features" section, it states Chip Complexity: FETs = 62.



Why does this IC need 62 transistors, while an AND gate can be made with only 6 transistors? What are the other 56 transistors being used for? My guess would be some sort of protection circuitry, but I am not sure.










share|improve this question











$endgroup$




Looking at the datasheet for the MC74VHC1G08, under the "features" section, it states Chip Complexity: FETs = 62.



Why does this IC need 62 transistors, while an AND gate can be made with only 6 transistors? What are the other 56 transistors being used for? My guess would be some sort of protection circuitry, but I am not sure.







digital-logic integrated-circuit logic-gates fet






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 26 mins ago









StainlessSteelRat

3,531719




3,531719










asked 1 hour ago









eezeeeze

78111




78111








  • 4




    $begingroup$
    How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
    $endgroup$
    – Elliot Alderson
    1 hour ago










  • $begingroup$
    Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
    $endgroup$
    – TimWescott
    1 hour ago










  • $begingroup$
    Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
    $endgroup$
    – Platytude
    1 hour ago






  • 1




    $begingroup$
    There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
    $endgroup$
    – Dave Tweed
    1 hour ago












  • $begingroup$
    @ElliotAlderson You're right - that should say 6, not 2.
    $endgroup$
    – eeze
    47 mins ago
















  • 4




    $begingroup$
    How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
    $endgroup$
    – Elliot Alderson
    1 hour ago










  • $begingroup$
    Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
    $endgroup$
    – TimWescott
    1 hour ago










  • $begingroup$
    Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
    $endgroup$
    – Platytude
    1 hour ago






  • 1




    $begingroup$
    There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
    $endgroup$
    – Dave Tweed
    1 hour ago












  • $begingroup$
    @ElliotAlderson You're right - that should say 6, not 2.
    $endgroup$
    – eeze
    47 mins ago










4




4




$begingroup$
How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
$endgroup$
– Elliot Alderson
1 hour ago




$begingroup$
How can you make a CMOS AND gate with two transistors? I need a minimum of six, and I need a bunch more to buffer the output to drive a big off-chip load.
$endgroup$
– Elliot Alderson
1 hour ago












$begingroup$
Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
$endgroup$
– TimWescott
1 hour ago




$begingroup$
Does it actually have 62 transistors, or does ON have some formula to calculate sizing (like "tax horsepower" in the old days, only in the other direction)? Are all the transistors independent, or does it have a bunch of parallel transistors on the output for fan-out?
$endgroup$
– TimWescott
1 hour ago












$begingroup$
Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
$endgroup$
– Platytude
1 hour ago




$begingroup$
Protection circuitry in CMOS chips is usually accomplished by having diodes going from the input, to VCC and GND. I'm no expert in chip design, but I'd speculate it could have something to do with stepping the output signal drive up to higher levels. I've seen this is done by cascading inverters with progressively wider FETs to boost drive strength without sacrificing too much propagation delay. @ElliotAlderson that should be a question of its own, not a comment on an unrelated post.
$endgroup$
– Platytude
1 hour ago




1




1




$begingroup$
There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
$endgroup$
– Dave Tweed
1 hour ago






$begingroup$
There might not be literally 62 transistors; this might be a "normalized" number that gets plugged into some sort of reliability-predicting midel. That said, the datasheet says that it has "multiple stages", including an output buffer. And yes, input protection would count towards the transistor count, too.
$endgroup$
– Dave Tweed
1 hour ago














$begingroup$
@ElliotAlderson You're right - that should say 6, not 2.
$endgroup$
– eeze
47 mins ago






$begingroup$
@ElliotAlderson You're right - that should say 6, not 2.
$endgroup$
– eeze
47 mins ago












1 Answer
1






active

oldest

votes


















5












$begingroup$

There can be several reasons why more than the minimum 6 MOSFETs (4 for an NAND + 2 for an inverter) are used in this IC:




  • As stated in the datasheet:



The internal circuit is composed of multiple stages, including a
buffer output which provides high noise immunity and stable output.





  • The output will be made using fairly large (not minimum size) transistors. There are always "folded" meaning multiple transistors are combined into one large one where drain and source diffusion areas are shared between two transistors. This behaves as one large transistor but could be counted as many if you want a higher transistor count.


  • The ESD protection at inputs and outputs of IC fabricated in modern CMOS processes often uses "grounded-gate MOSFETs" instead of the more traditional diodes.


  • An "ESD clamp" circuit is needed between the supply pins, such a circuit consists of a couple of transistors.


  • Digital circuits (like this AND gate) often need on-chip supply decoupling. These are called "decap cells". These are capacitors between the supply rails. These capacitors are mostly made by using the Gate-Drain/Source capacitance of Transistors.


  • In CMOS processes the MOSFETs are the most "basic" components, they are also the most controlled component and most flexible ones so IC designers prefer to use a MOSFET whenever possible.



All-in-all it is "quite easy" to need 62 transistors to make a seemingly simple function like an AND gate. That's also because this IC is "a bit more" than just a simple AND gate. The AND gates in more complex circuits like CPUs, microcontrollers etc. will often only use 6 transistors. But these aren't "stand alone" AND gates like this IC.






share|improve this answer









$endgroup$













  • $begingroup$
    Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
    $endgroup$
    – Toor
    26 mins ago













Your Answer





StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["\$", "\$"]]);
});
});
}, "mathjax-editing");

StackExchange.ifUsing("editor", function () {
return StackExchange.using("schematics", function () {
StackExchange.schematics.init();
});
}, "cicuitlab");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "135"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f423868%2fwhy-does-a-single-and-gate-need-60-transistors%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









5












$begingroup$

There can be several reasons why more than the minimum 6 MOSFETs (4 for an NAND + 2 for an inverter) are used in this IC:




  • As stated in the datasheet:



The internal circuit is composed of multiple stages, including a
buffer output which provides high noise immunity and stable output.





  • The output will be made using fairly large (not minimum size) transistors. There are always "folded" meaning multiple transistors are combined into one large one where drain and source diffusion areas are shared between two transistors. This behaves as one large transistor but could be counted as many if you want a higher transistor count.


  • The ESD protection at inputs and outputs of IC fabricated in modern CMOS processes often uses "grounded-gate MOSFETs" instead of the more traditional diodes.


  • An "ESD clamp" circuit is needed between the supply pins, such a circuit consists of a couple of transistors.


  • Digital circuits (like this AND gate) often need on-chip supply decoupling. These are called "decap cells". These are capacitors between the supply rails. These capacitors are mostly made by using the Gate-Drain/Source capacitance of Transistors.


  • In CMOS processes the MOSFETs are the most "basic" components, they are also the most controlled component and most flexible ones so IC designers prefer to use a MOSFET whenever possible.



All-in-all it is "quite easy" to need 62 transistors to make a seemingly simple function like an AND gate. That's also because this IC is "a bit more" than just a simple AND gate. The AND gates in more complex circuits like CPUs, microcontrollers etc. will often only use 6 transistors. But these aren't "stand alone" AND gates like this IC.






share|improve this answer









$endgroup$













  • $begingroup$
    Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
    $endgroup$
    – Toor
    26 mins ago


















5












$begingroup$

There can be several reasons why more than the minimum 6 MOSFETs (4 for an NAND + 2 for an inverter) are used in this IC:




  • As stated in the datasheet:



The internal circuit is composed of multiple stages, including a
buffer output which provides high noise immunity and stable output.





  • The output will be made using fairly large (not minimum size) transistors. There are always "folded" meaning multiple transistors are combined into one large one where drain and source diffusion areas are shared between two transistors. This behaves as one large transistor but could be counted as many if you want a higher transistor count.


  • The ESD protection at inputs and outputs of IC fabricated in modern CMOS processes often uses "grounded-gate MOSFETs" instead of the more traditional diodes.


  • An "ESD clamp" circuit is needed between the supply pins, such a circuit consists of a couple of transistors.


  • Digital circuits (like this AND gate) often need on-chip supply decoupling. These are called "decap cells". These are capacitors between the supply rails. These capacitors are mostly made by using the Gate-Drain/Source capacitance of Transistors.


  • In CMOS processes the MOSFETs are the most "basic" components, they are also the most controlled component and most flexible ones so IC designers prefer to use a MOSFET whenever possible.



All-in-all it is "quite easy" to need 62 transistors to make a seemingly simple function like an AND gate. That's also because this IC is "a bit more" than just a simple AND gate. The AND gates in more complex circuits like CPUs, microcontrollers etc. will often only use 6 transistors. But these aren't "stand alone" AND gates like this IC.






share|improve this answer









$endgroup$













  • $begingroup$
    Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
    $endgroup$
    – Toor
    26 mins ago
















5












5








5





$begingroup$

There can be several reasons why more than the minimum 6 MOSFETs (4 for an NAND + 2 for an inverter) are used in this IC:




  • As stated in the datasheet:



The internal circuit is composed of multiple stages, including a
buffer output which provides high noise immunity and stable output.





  • The output will be made using fairly large (not minimum size) transistors. There are always "folded" meaning multiple transistors are combined into one large one where drain and source diffusion areas are shared between two transistors. This behaves as one large transistor but could be counted as many if you want a higher transistor count.


  • The ESD protection at inputs and outputs of IC fabricated in modern CMOS processes often uses "grounded-gate MOSFETs" instead of the more traditional diodes.


  • An "ESD clamp" circuit is needed between the supply pins, such a circuit consists of a couple of transistors.


  • Digital circuits (like this AND gate) often need on-chip supply decoupling. These are called "decap cells". These are capacitors between the supply rails. These capacitors are mostly made by using the Gate-Drain/Source capacitance of Transistors.


  • In CMOS processes the MOSFETs are the most "basic" components, they are also the most controlled component and most flexible ones so IC designers prefer to use a MOSFET whenever possible.



All-in-all it is "quite easy" to need 62 transistors to make a seemingly simple function like an AND gate. That's also because this IC is "a bit more" than just a simple AND gate. The AND gates in more complex circuits like CPUs, microcontrollers etc. will often only use 6 transistors. But these aren't "stand alone" AND gates like this IC.






share|improve this answer









$endgroup$



There can be several reasons why more than the minimum 6 MOSFETs (4 for an NAND + 2 for an inverter) are used in this IC:




  • As stated in the datasheet:



The internal circuit is composed of multiple stages, including a
buffer output which provides high noise immunity and stable output.





  • The output will be made using fairly large (not minimum size) transistors. There are always "folded" meaning multiple transistors are combined into one large one where drain and source diffusion areas are shared between two transistors. This behaves as one large transistor but could be counted as many if you want a higher transistor count.


  • The ESD protection at inputs and outputs of IC fabricated in modern CMOS processes often uses "grounded-gate MOSFETs" instead of the more traditional diodes.


  • An "ESD clamp" circuit is needed between the supply pins, such a circuit consists of a couple of transistors.


  • Digital circuits (like this AND gate) often need on-chip supply decoupling. These are called "decap cells". These are capacitors between the supply rails. These capacitors are mostly made by using the Gate-Drain/Source capacitance of Transistors.


  • In CMOS processes the MOSFETs are the most "basic" components, they are also the most controlled component and most flexible ones so IC designers prefer to use a MOSFET whenever possible.



All-in-all it is "quite easy" to need 62 transistors to make a seemingly simple function like an AND gate. That's also because this IC is "a bit more" than just a simple AND gate. The AND gates in more complex circuits like CPUs, microcontrollers etc. will often only use 6 transistors. But these aren't "stand alone" AND gates like this IC.







share|improve this answer












share|improve this answer



share|improve this answer










answered 49 mins ago









BimpelrekkieBimpelrekkie

49.7k243111




49.7k243111












  • $begingroup$
    Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
    $endgroup$
    – Toor
    26 mins ago




















  • $begingroup$
    Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
    $endgroup$
    – Toor
    26 mins ago


















$begingroup$
Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
$endgroup$
– Toor
26 mins ago






$begingroup$
Is there a reason why you wouldn't just fab a larger transistor on the die instead of using multiple, smaller ones in parallel?
$endgroup$
– Toor
26 mins ago




















draft saved

draft discarded




















































Thanks for contributing an answer to Electrical Engineering Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f423868%2fwhy-does-a-single-and-gate-need-60-transistors%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Szabolcs (Ungheria) Altri progetti | Menu di navigazione48°10′14.56″N 21°29′33.14″E /...

Discografia di Klaus Schulze Indice Album in studio | Album dal vivo | Singoli | Antologie | Colonne...

How to make inet_server_addr() return localhost in spite of ::1/128RETURN NEXT in Postgres FunctionConnect to...