Jump to content

Fan-in

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by IronGargoyle (talk | contribs) at 15:58, 17 April 2015 (Reverted edits by 190.222.203.7 (talk) to last revision by Sunjay03 (HG)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

An AND gate with three inputs has a fan-in of 3.

Fan-in is the number of inputs a gate can handle. For instance the fan-in for the AND gate shown in the figure is 3. Physical logic gates with a large fan-in tend to be slower than those with a small fan-in. This is because the complexity of the input circuitry increases the input capacitance of the device. Using logic gates with higher fan-in will help reducing the depth of a logic circuit.

See also

  • Fan-out, a related concept, which is the number of logic inputs that a given logic output drives.