Logic Gate Article Index for
Logic
Website Links For
Logic
 

Information About

Logic Gate





Basic logic gates and mechanical equivalents


While Semiconductor electronic logic (see later) is preferred in most applications, relays and Switch es are still used in some industrial applications and for educational purposes. In this article, the various types of logic gates are illustrated with drawings of their relay-and-switch implementations, although the reader should remember that these are electrically different from the semiconductor equivalents that are discussed later.

Relay logic was historically important in industrial automation (see Ladder Logic and Programmable Logic Controller ). Since relay contacts conduct in both directions, complex logic designs must be checked for "sneak paths" that produce unintended logic paths.

Semiconductor logic gates are ''not'' conductive in both directions, as the input signal acts as a 'trigger' to allow current out of the output, rather than allowing current straight through from input to output. However, the following mechanical variations do show the basic principles of the gates without detailing the precise internal workings. For information about how modern semiconductors really work, see CMOS .

The three types of essential logic gate are the AND, the OR and the NOT gate. With these three, any conceivable boolean equation can be implemented. However, for convenience, the derived types NAND, NOR, XOR and XNOR are also used, which often use fewer circuit elements for a given equation than an implementation based solely on AND, OR and NOT would do. In fact the NAND has the lowest component count of any gate apart from NOT when implemented using modern semiconductor techniques, and since a NAND can implement both a NOT and, by application of De Morgan's Law , an OR function, this single type can effectively replace AND, OR and NOT, making it the only type of gate that is needed in a real system. Programmable Logic Array s will very often contain nothing but NAND gates to simplify their internal design.


AND gates


The first example is the AND gate, whose Truth Table is shown below, left. The Boolean AND function can be represented by a simple circuit with two switches, A and B, as shown below, right. If a power lead is connected to switch A, and a wire connects switches A and B, then both A and B have to be on in order for the circuit to conduct electricity and provide power. The AND gate can be treated in the same way as the logical AND operator. It is simply a multiplication operation between the two input variables (A and B) which produces a single output, the product of the two inputs. The value that each input variable takes on is called a "binary digit". This is either a 0 or a 1. Therefore, the output is either a 0 or a 1. Each input and output is "HIGH" or "TRUE" when it takes on the value of 1, whereas it becomes "LOW" or "FALSE" when it represents 0. When the output is TRUE, the circuit is ON, otherwise it is OFF. Therefore, the output of an AND gate will only be TRUE when the two inputs are TRUE. This can be seen in the truth table.

























INPUT OUTPUT
A B A AND B
0 0 0
1 0 0
0 1 0
1 1 1



OR gates


Another important arrangement is the OR gate, whose truth table is shown below, left.

An OR gate can be constructed from two switches, arranged so that if either switch is "on", the output will also be "on". Note that the output will still be on even if both switches are on.

























INPUT OUTPUT
A B A OR B
0 0 0
1 0 1
0 1 1
1 1 1



NOT gates


A simpler arrangement is the NOT gate, whose truth table is shown opposite.

This is a special switch that when pushed ''breaks'' the current when it is pressed. The normally-closed contact of a relay can be used for this purpose.














INPUT OUTPUT
A NOT A
0 1
1 0



NAND and NOR gates


Using NOT gates, also called Inverters , allows us to make alternate versions of the AND and OR gates, by virtue of De Morgan's Law . Note that the layout of the switches in the two circuits is swapped when we turn the switches "backwards". Also note how the output of the first pair controls the operation of the NOT gate.

This may seem like an unnecessary complication, but in fact this is very useful. By removing the NOT gate from these alternate circuits, we create the so-called NAND (for NOT-AND) and NOR (for NOT-OR) gates. This is also important because transistors acting as switches are by their nature inverting devices.


= NAND


























INPUT OUTPUT
A B A NAND B
0 0 1
1 0 1
0 1 1
1 1 0



= NOR


























INPUT OUTPUT
A B A NOR B
0 0 1
1 0 0
0 1 0
1 1 0



XOR and XNOR gates


There exist two other 'basic' logic gates - XOR (exclusive-OR)and XNOR (exclusive-NOR).

























INPUT OUTPUT
A B A XOR B
0 0 0
0 1 1
1 0 1
1 1 0


XOR is a 'stricter' version of the OR gate. Rather than allowing the output to be HIGH when either one or both of the inputs are HIGH, an XOR gate has a HIGH output only when only ''one'' input is HIGH. As such it has the truth table shown to the right. This can also be interpreted (for a two-input gate) as "HIGH output when the inputs are different".

























INPUT OUTPUT
A B A XNOR B
0 0 1
1 0 0
0 1 0
1 1 1


XNOR is an inverted version of the XOR gate. As such it has the truth table shown to the right. This can also be interpreted as "HIGH output when the inputs are same".

The preceding simple logic gates can be combined to form more complicated boolean logic circuits. Logic circuits are often classified in two groups: Combinatorial Logic , in which the outputs are continuous-time functions of the inputs, and Sequential Logic , in which the outputs depend on information stored by the circuits as well as on the inputs.





Background


The simplest form of electronic logic is Diode logic. This allows AND and OR gates to be built, but not inverters, and so is an incomplete form of logic. To build a complete logic system, Valves or Transistor s can be used. The simplest family of logic gates using bipolar transistors is called Resistor-transistor Logic , or RTL. Unlike diode logic gates, RTL gates can be cascaded indefinitely to produce more complex logic functions. These gates were used in early Integrated Circuit s. For higher speed, the resistors used in RTL were replaced by diodes, leading to Diode-transistor Logic , or DTL. It was then discovered that one transistor could do the job of two diodes in the space of one diode, so Transistor-transistor Logic , or TTL, was created. In some types of chip, to reduce size and power consumption still further, the bipolar transistors were replaced with complementary Field-effect Transistor s ( MOSFET s), resulting in complementary metal-oxide-semiconductor ( CMOS ) logic.

For small-scale logic, designers now use prefabricated logic gates from Families Of Devices such as the TTL 7400 Series invented by Texas Instruments and the CMOS 4000 Series invented by RCA , and their more recent descendants. These devices usually contain transistors with multiple emitters, used to implement the AND function, which are not available as separate components. Increasingly, these fixed-function logic gates are being replaced by Programmable Logic Device s, which allow designers to pack a huge number of mixed logic gates into a single Integrated Circuit . The field-programmable nature of Programmable Logic Device s such as FPGA s has removed the 'hard' property of hardware; it is now possible to change the logic design of a hardware system by reprogramming some of its components, thus allowing the features or function of a hardware implementation of a logic system to be changed.

Electronic logic gates differ significantly from their relay-and-switch equivalents. They are much faster, consume much less power, and are much smaller (all by a factor of a million or more in most cases). Also, there is a fundamental structural difference. The switch circuit creates a continuous metallic path for current to flow (in either direction) between its input and its output. The semiconductor logic gate, on the other hand, acts as a high-gain Voltage Amplifier , which sinks a tiny current at its input and produces a low-impedance voltage at its output. It is not possible for current to flow between the output and the input of a semiconductor logic gate.

Another important advantage of standardised semiconductor logic gates, such as the 7400 and 4000 families, is that they are cascadable. This means that the output of one gate can be wired to the inputs of one or several other gates, and so on ''ad infinitum'', enabling the construction of circuits of arbitrary complexity without requiring the designer to understand the internal workings of the gates.

In practice, the output of one gate can only drive a finite number of inputs to other gates, a number called the ' Fanout limit', but this limit is rarely reached in the newer CMOS logic circuits, as compared to TTL circuits. Also, there is always a delay, called the ' Propagation Delay ', from a change in input of a gate to the corresponding change in its output. When gates are cascaded, the total propagation delay is approximately the sum of the individual delays, an effect which can become a problem in high-speed circuits.


Logic levels


The two logic levels in binary logic circuits can be described as two voltage ranges, "zero" and "one", or "high" and "low". Each technology has its own requirements for the voltages used to represent the two logic levels, to ensure that the output of any device can reliably drive the input of the next device. Usually, two non-overlapping voltage ranges, one for each level, are defined. The difference between the high and low levels ranges from 0.7 volts in ECL logic to around 28 volts in relay logic.


Logic gates and hardware


NAND and NOR logic gates are the two pillars of logic, in that all other types of Boolean logic gates (i.e., AND, OR, NOT, XOR , XNOR ) can be created from a suitable network of just NAND or just NOR gate(s). They can be built from relays or transistors, or any other technology that can create an inverter and a two-input AND or OR gate.

These functions can be seen in the table below.

Logic gates are a vital part of many digital circuits, and as such, every kind is available as an IC. For examples, see the 4000 Series of CMOS logic chips.


Symbols


There are two sets of symbols in common use, both now defined by EN 60617-12:1999 in the United Kingdom.


DeMorgan equivalent symbols


By use of De Morgan's Theorem , an ''AND'' gate can be turned into an ''OR'' gate by inverting the sense of the logic at its inputs and outputs. This leads to a separate set of symbols with inverted inputs and the opposite core symbol. These symbols can make circuit diagrams for circuits using Active Low signals much clearer and help to show accidental connection of an active high output to an active low input or vice-versa.




Storage of bits


Related to the concept of logic gates (and also built from them) is the idea of storing a bit of information. The gates discussed up to here cannot store a value: when the inputs change, the outputs immediately react. It is possible to make a storage element either through a Capacitor (which stores charge due to its physical properties) or by feedback. Connecting the output of a gate to the input causes it to be put through the logic again, and choosing the feedback correctly allows it to be preserved or modified through the use of other inputs. A set of gates arranged in this fashion is known as a "latch", and more complicated designs that utilise Clock s (signals that oscillate with a known period) and change only on the rising edge are called edge-triggered " Flip-flop s". The combination of multiple flip-flops in parallel, to store a multiple-bit value, is known as a register.

These registers or capacitor-based circuits are known as computer Memory . They vary in performance, based on factors of speed, complexity, and reliability of storage, and many different types of designs are used based on the application.


Three-state logic gates


Three-state, or 3-state, logic gates have three states of the output: high (H), low (L) and high-impedance (Z). The high-impedance state plays no role in the logic, which remains strictly binary. These devices are used on Bus es to allow multiple chips to send data. A group of three-states driving a line with a suitable control circuit is basically equivalent to a Multiplexer , which may be physically distributed over separate devices or plug-in cards.

'Tri-state', a widely-used synonym of 'three-state', is a trademark of the National Semiconductor Corporation .


Miscellaneous


Logic circuits include such devices as Multiplexer s, Registers , ALU s, and Computer Memory , all the way up through complete Microprocessor s which can contain more than a million gates. In practice, the gates are made from Field Effect Transistor s (FETs), particularly metal-oxide-semiconductor FETs ( MOSFET s).

In Reversible logic, Toffoli Gate s are used.


HISTORY AND DEVELOPMENT


The earliest logic gates were made mechanically. Charles Babbage , around 1837, devised the Analytical Engine . His logic gates relied on mechanical gearing to perform operations. Electromagnetic relays were later used for logic gates. In 1891, Almon Strowger patented a device containing a logic gate switch circuit (). Strowger's patent was not in widespread use until the 1920s. Starting in 1898, Nikola Tesla filed for Patent s of devices containing logic gate circuits (see List Of Tesla Patents ). Eventually, vacuum tubes replaced relays for logic operations. Lee De Forest 's modification, in 1907, of the Fleming Valve can be used as AND logic gate. Claude E. Shannon introduced the use of Boolean algebra in the analysis and design of switching circuits in 1937 . Walther Bothe , inventor of the Coincidence Circuit , got part of the 1954 Nobel Prize in physics, for the first modern electronic AND gate in 1924 . Active research is taking place in Molecular Logic Gate s.


COMMON BASIC LOGIC ICS


For more CMOS logic ICs, including gates with more than two inputs, see 4000 Series .


SEE ALSO




EXTERNAL LINKS AND REFERENCES




FURTHER READING


  • Bostock, Geoff, "''Programmable logic devices : technology and applications''". New York, McGraw-Hill, c1988. ISBN 0070066116

  • Brown, Stephen D. et. al., "''Field-programmable gate arrays''". Boston, Kluwer Academic Publishers, c1992. The Kluwer international series in engineering and computer science. ISBN 0792392485

  • Awschalom, D., D. Loss, and N. Samarth, "''Semiconductor spintronics and quantum computation''". Berlin, Springer, c2002. ISBN 3540421769