Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Logic gate

From Wikipedia, the free encyclopedia
Device performing a Boolean function
"Discrete logic" redirects here. For discrete circuitry, seeDiscrete circuit. For discrete TTL logic, seeTransistor–transistor logic. For the former image processing company, seeDiscreet Logic.

A logic circuit diagram for a 4-bitcarry lookahead binary adder design using only theAND,OR, andXOR logic gates.

Alogic gate is a device that performs aBoolean function, alogical operation performed on one or morebinary inputs that produces a single binary output. Depending on the context, the term may refer to anideal logic gate, one that has, for instance, zerorise time and unlimitedfan-out, or it may refer to a non-ideal physical device[1] (seeideal and real op-amps for comparison).

The primary way of building logic gates usesdiodes ortransistors acting aselectronic switches. Today, most logic gates are made fromMOSFETs (metal–oxide–semiconductorfield-effect transistors).[2] They can also be constructed usingvacuum tubes, electromagneticrelays withrelay logic,fluidic logic,pneumatic logic,optics,molecules, acoustics,[3] or evenmechanical or thermal[4] elements.

Logic gates can be cascaded in the same way that Boolean functions can be composed, allowing the construction of a physical model of all ofBoolean logic, and therefore, all of the algorithms andmathematics that can be described with Boolean logic.Logic circuits include such devices asmultiplexers,registers,arithmetic logic units (ALUs), andcomputer memory, all the way up through completemicroprocessors,[5] which may contain more than 100 million logic gates.

Compound logic gatesAND-OR-Invert (AOI) andOR-AND-Invert (OAI) are often employed in circuit design because their construction using MOSFETs is simpler and more efficient than the sum of the individual gates.[6]

History and development

[edit]

Thebinary number system was refined byGottfried Wilhelm Leibniz (published in 1705), influenced by the ancientI Ching's binary system.[7][8] Leibniz established that using the binary system combined the principles ofarithmetic andlogic.

Theanalytical engine devised byCharles Babbage in 1837 used mechanical logic gates based on gears.[9]

In an 1886 letter,Charles Sanders Peirce described how logical operations could be carried out by electrical switching circuits.[10] EarlyElectromechanical computers were constructed fromswitches andrelay logic rather than the later innovations ofvacuum tubes (thermionic valves) ortransistors (from which later electronic computers were constructed).Ludwig Wittgenstein introduced a version of the 16-rowtruth table as proposition 5.101 ofTractatus Logico-Philosophicus (1921).Walther Bothe, inventor of thecoincidence circuit,[11] got part of the 1954Nobel Prize in physics, for the first modern electronic AND gate in 1924.Konrad Zuse designed and built electromechanical logic gates for his computerZ1 (from 1935 to 1938).

From 1934 to 1936,NEC engineerAkira Nakashima,Claude Shannon andVictor Shestakov introducedswitching circuit theory in a series of papers showing thattwo-valuedBoolean algebra, which they discovered independently, can describe the operation of switching circuits.[12][13][14][15] Using this property of electrical switches to implement logic is the fundamental concept that underlies all electronic digitalcomputers. Switching circuit theory became the foundation ofdigital circuit design, as it became widely known in the electrical engineering community during and afterWorld War II, with theoretical rigor superseding thead hoc methods that had prevailed previously.[15]

In 1948,Bardeen andBrattain patented an insulated-gate transistor (IGFET) with an inversion layer. Their concept forms the basis of CMOS technology today.[16] In 1957 Frosch and Derick were able to manufacturePMOS andNMOS planar gates.[17] Later a team at Bell Labs demonstrated a working MOS with PMOS and NMOS gates.[18] Both types were later combined and adapted intocomplementary MOS (CMOS) logic byChih-Tang Sah andFrank Wanlass atFairchild Semiconductor in 1963.[19]

Symbols

[edit]
A synchronous 4-bit up/downdecade counter symbol (74LS192) in accordance with ANSI/IEEE Std. 91-1984 and IEC Publication 60617-12.

There are two sets of symbols for elementary logic gates in common use, both defined inANSI/IEEE Std 91-1984 and its supplement ANSI/IEEE Std 91a-1991. The "distinctive shape" set, based on traditional schematics, is used for simple drawings and derives fromUnited States Military Standard MIL-STD-806 of the 1950s and 1960s.[20] It is sometimes unofficially described as "military", reflecting its origin. The "rectangular shape" set, based on ANSI Y32.14 and other early industry standards as later refined by IEEE and IEC, has rectangular outlines for all types of gate and allows representation of a much wider range of devices than is possible with the traditional symbols.[21] The IEC standard,IEC 60617-12, has been adopted by other standards, such asEN 60617-12:1999 in Europe,BS EN 60617-12:1999 in the United Kingdom, andDIN EN 60617-12:1998 in Germany.

The mutual goal of IEEE Std 91-1984 and IEC 617-12 was to provide a uniform method of describing the complex logic functions of digital circuits with schematic symbols. These functions were more complex than simple AND and OR gates. They could be medium-scale circuits such as a 4-bit counter to a large-scale circuit such as a microprocessor.

IEC 617-12 and its renumbered successor IEC 60617-12 do not explicitly show the "distinctive shape" symbols, but do not prohibit them.[21] These are, however, shown in ANSI/IEEE Std 91 (and 91a) with this note: "The distinctive-shape symbol is, according to IEC Publication 617, Part 12, not preferred, but is not considered to be in contradiction to that standard." IEC 60617-12 correspondingly contains the note (Section 2.1) "Although non-preferred, the use of other symbols recognized by official national standards, that is distinctive shapes in place of symbols [list of basic gates], shall not be considered to be in contradiction with this standard. Usage of these other symbols in combination to form complex symbols (for example, use as embedded symbols) is discouraged." This compromise was reached between the respective IEEE and IEC working groups to permit the IEEE and IEC standards to be in mutual compliance with one another.

In the 1980s, schematics were the predominant method to design bothcircuit boards and custom ICs known asgate arrays. Today custom ICs and thefield-programmable gate array are typically designed withHardware Description Languages (HDL) such asVerilog orVHDL.

TypeDistinctive shape
(IEEE Std 91/91a-1991)
Rectangular shape
(IEEE Std 91/91a-1991)
(IEC 60617-12:1997)
Boolean algebra between A and BTruth table
Single-input gates
Buffer

Buffer symbol

Buffer symbol

A{\displaystyle {A}}
InputOutput
AQ
00
11
NOT
(inverter)

NOT symbol

NOT symbol

A¯{\displaystyle {\overline {A}}} or¬A{\displaystyle \neg A}
InputOutput
AQ
01
10
In electronics a NOT gate is more commonly called an inverter. The circle on the symbol is called abubble and is used in logic diagrams to indicate a logic negation between the external logic state and the internal logic state (1 to 0 or vice versa). On a circuit diagram it must be accompanied by a statement asserting that thepositive logic convention ornegative logic convention is being used (high voltage level = 1 or low voltage level = 1, respectively). Thewedge is used in circuit diagrams to directly indicate an active-low (low voltage level = 1) input or output without requiring a uniform convention throughout the circuit diagram. This is calledDirect Polarity Indication. See IEEE Std 91/91A and IEC 60617-12. Both thebubble and thewedge can be used on distinctive-shape andrectangular-shape symbols on circuit diagrams, depending on the logic convention used. On pure logic diagrams, only thebubble is meaningful.
Conjunction anddisjunction
AND

AND symbol

AND symbol

AB{\displaystyle A\cdot B} orAB{\displaystyle A\land B}
InputOutput
ABQ
000
010
100
111
OR

OR symbol

OR symbol

A+B{\displaystyle A+B} orAB{\displaystyle A\lor B}
InputOutput
ABQ
000
011
101
111
Alternative denial andjoint denial
NAND

NAND symbol

NAND symbol

AB¯{\displaystyle {\overline {A\cdot B}}} orAB{\displaystyle A\uparrow B}
InputOutput
ABQ
001
011
101
110
NORNOR symbolNOR symbolA+B¯{\displaystyle {\overline {A+B}}} orAB{\displaystyle A\downarrow B}
InputOutput
ABQ
001
010
100
110
Exclusive or andbiconditional
XORXOR symbolXOR symbolAB{\displaystyle A\oplus B} orAB{\displaystyle A\veebar B}
InputOutput
ABQ
000
011
101
110
The output of a two input exclusive-OR is true only when the two input values aredifferent, and false if they are equal, regardless of the value. If there are more than two inputs, the output of the distinctive-shape symbol is undefined. The output of the rectangular-shaped symbol is true if the number of true inputs is exactly one or exactly the number following the "=" in the qualifying symbol.
XNORXNOR symbolXNOR symbolAB¯{\displaystyle {\overline {A\oplus B}}} orAB{\displaystyle {A\odot B}}
InputOutput
ABQ
001
010
100
111

De Morgan equivalent symbols

[edit]

By use ofDe Morgan's laws, anAND function is identical to anOR function with negated inputs and outputs. Likewise, anOR function is identical to anAND function with negated inputs and outputs. A NAND gate is equivalent to an OR gate with negated inputs, and a NOR gate is equivalent to an AND gate with negated inputs.

This leads to an alternative set of symbols for basic gates that use the opposite core symbol (AND orOR) but with the inputs and outputs negated. Use of these alternative symbols can make logic circuit diagrams much clearer and help to show accidental connection of an active high output to an active low input or vice versa. Any connection that has logic negations at both ends can be replaced by a negationless connection and a suitable change of gate or vice versa. Any connection that has a negation at one end and no negation at the other can be made easier to interpret by instead using the De Morgan equivalent symbol at either of the two ends. When negation or polarity indicators on both ends of a connection match, there is no logic negation in that path (effectively, bubbles "cancel"), making it easier to follow logic states from one symbol to the next. This is commonly seen in real logic diagrams – thus the reader must not get into the habit of associating the shapes exclusively as OR or AND shapes, but also take into account the bubbles at both inputs and outputs in order to determine the "true" logic function indicated.

A De Morgan symbol can show more clearly a gate's primary logical purpose and the polarity of its nodes that are considered in the "signaled" (active, on) state. Consider the simplified case where a two-input NAND gate is used to drive a motor when either of its inputs are brought low by a switch. The "signaled" state (motor on) occurs when either one OR the other switch is on. Unlike a regular NAND symbol, which suggests AND logic, the De Morgan version, a two negative-input OR gate, correctly shows that OR is of interest. The regular NAND symbol has a bubble at the output and none at the inputs (the opposite of the states that will turn the motor on), but the De Morgan symbol shows both inputs and output in the polarity that will drive the motor.

De Morgan's theorem is most commonly used to implement logic gates as combinations of only NAND gates, or as combinations of only NOR gates, for economic reasons.

Truth tables

[edit]

Output comparison of various logic gates:

1-input logic gates
InputOutput
ABufferInverter
001
110
2-input logic gates
InputOutput
ABANDNANDORNORXORXNOR
00010101
01011010
10011010
11101001

Universal logic gates

[edit]
Further information on the theoretical basis:Functional completeness

Charles Sanders Peirce (during 1880–1881) showed thatNOR gates alone (or alternativelyNAND gates alone) can be used to reproduce the functions of all the other logic gates, but his work on it was unpublished until 1933.[22] The first published proof was byHenry M. Sheffer in 1913, so the NAND logical operation is sometimes calledSheffer stroke; thelogical NOR is sometimes calledPeirce's arrow.[23] Consequently, these gates are sometimes calleduniversal logic gates.[24]

typeNAND constructionNOR construction
NOT
AND
NAND
OR
NOR
XOR
XNOR

Data storage and sequential logic

[edit]
Animation of how an SRNOR gate latch works.
Main article:Sequential logic

Logic gates can also be used to hold a state, allowing data storage. A storage element can be constructed by connecting several gates in a "latch" circuit. Latching circuitry is used instatic random-access memory. More complicated designs that useclock signals and that change only on a rising or falling edge of the clock are called edge-triggered "flip-flops". Formally, a flip-flop is called abistable circuit, because it has two stable states which it can maintain indefinitely. The combination of multiple flip-flops in parallel, to store a multiple-bit value, is known as a register. When using any of these gate setups the overall system has memory; it is then called asequential logic system since its output can be influenced by its previous state(s), i.e. by thesequence of input states. In contrast, the output fromcombinational logic is purely a combination of its present inputs, unaffected by the previous input and output states.

These logic circuits are used in computermemory. They vary in performance, based on factors ofspeed, complexity, and reliability of storage, and many different types of designs are used based on the application.

Manufacturing

[edit]
See also:Unconventional computing andSemiconductor device fabrication

Electronic gates

[edit]

Afunctionally complete logic system may be composed ofrelays,valves (vacuum tubes), ortransistors.

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-gainvoltageamplifier, 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.

The 7400 chip, containing four NANDs. The two additional pins supply power (+5 V) and connect the ground.

For small-scale logic, designers now use prefabricated logic gates from families of devices such as theTTL7400 series byTexas Instruments, theCMOS4000 series byRCA, and their more recent descendants. Increasingly, these fixed-function logic gates are being replaced byprogrammable logic devices, which allow designers to pack many mixed logic gates into a single integrated circuit. The field-programmable nature ofprogrammable logic devices such asFPGAs has reduced 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.

An important advantage of standardized integrated circuit logic families, such as the 7400 and 4000 families, is that they can be cascaded. This means that the output of one gate can be wired to the inputs of one or several other gates, and so on. Systems with varying degrees of complexity can be built without great concern of the designer for the internal workings of the gates, provided the limitations of each integrated circuit are considered.

The output of one gate can only drive a finite number of inputs to other gates, a number called the 'fan-out limit'. 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-speedsynchronous circuits. Additional delay can be caused when many inputs are connected to an output, due to the distributedcapacitance of all the inputs and wiring and the finite amount of current that each output can provide.

Logic families

[edit]
Main article:Logic family

There are severallogic families with different characteristics (power consumption, speed, cost, size) such as:RDL (resistor–diode logic),RTL (resistor-transistor logic),DTL (diode–transistor logic),TTL (transistor–transistor logic) and CMOS. There are also sub-variants, e.g. standard CMOS logic vs. advanced types using still CMOS technology, but with some optimizations for avoiding loss of speed due to slower PMOS transistors.

The simplest family of logic gates usesbipolar transistors, and is calledresistor–transistor logic (RTL). Unlike simple diode logic gates (which do not have a gain element), RTL gates can be cascaded indefinitely to produce more complex logic functions. RTL gates were used in earlyintegrated circuits. For higher speed and better density, the resistors used in RTL were replaced by diodes resulting indiode–transistor logic (DTL).Transistor–transistor logic (TTL) then supplanted DTL.

CMOS diagram of aNOT gate, also known as an inverter.MOSFETs are the most common way to make logic gates.

As integrated circuits became more complex, bipolar transistors were replaced with smallerfield-effect transistors (MOSFETs); seePMOS andNMOS. To reduce power consumption still further, most contemporary chip implementations of digital systems now useCMOS logic. CMOS uses complementary (both n-channel and p-channel) MOSFET devices to achieve a high speed with low power dissipation.

Other types of logic gates include, but are not limited to:[25]

Logic familyAbbreviationDescription
Diode logicDL
Tunnel diode logicTDLExactly the same as diode logic but can perform at a higher speed.[failed verification]
Neon logicNLUses neon bulbs or 3-element neon trigger tubes to perform logic.
Core diode logicCDLPerformed by semiconductor diodes and small ferrite toroidal cores for moderate speed and moderate power level.
4Layer Device Logic4LDLUses thyristors and SCRs to perform logic operations where high current and or high voltages are required.
Direct-coupled transistor logicDCTLUses transistors switching between saturated and cutoff states to perform logic. The transistors require carefully controlled parameters. Economical because few other components are needed, but tends to be susceptible to noise because of the lower voltage levels employed. Often considered to be the father to modern TTL logic.
Metal–oxide–semiconductor logicMOSUsesMOSFETs (metal–oxide–semiconductor field-effect transistors), the basis for most modern logic gates. The MOS logic family includesPMOS logic,NMOS logic,complementary MOS (CMOS), andBiCMOS (bipolar CMOS).
Current-mode logicCMLUses transistors to perform logic but biasing is from constant current sources to prevent saturation and allow extremely fast switching. Has high noise immunity despite fairly low logic levels.
Quantum-dot cellular automataQCAUses tunnelable q-bits for synthesizing the binary logic bits. The electrostatic repulsive force in between two electrons in the quantum dots assigns the electron configurations (that defines state 1 or state 0) under the suitably driven polarizations. This is a transistorless, currentless, junctionless binary logic synthesis technique allowing it to have very fast operation speeds.
Ferroelectric FETFeFETFeFET transistors can retain their state to speed recovery in case of a power loss.[26]

Three-state logic gates

[edit]
A three-state buffer can be thought of as a switch. IfB is on, the switch is closed. If B is off, the switch is open.
Main article:Three-state logic

A three-state logic gate is a type of logic gate that can have three different outputs: high (H), low (L) and high-impedance (Z). The high-impedance state plays no role in the logic, which is strictly binary. These devices are used onbuses of theCPU to allow multiple chips to send data. A group of three states driving a line with a suitable control circuit is basically equivalent to amultiplexer, which may be physically distributed over separate devices or plug-in cards.

In electronics, a high output would mean the output is sourcing current from the positive power terminal (positive voltage). A low output would mean the output is sinking current to the negative power terminal (zero voltage). High impedance would mean that the output is effectively disconnected from the circuit.

Non-electronic logic gates

[edit]

Non-electronic implementations are varied, though few of them are used in practical applications. Many early electromechanical digital computers, such as theHarvard Mark I, were built fromrelay logic gates, using electro-mechanicalrelays. Logic gates can be made usingpneumatic devices, such as the Sorteberg relay or mechanical logic gates, including on a molecular scale.[27] Various types of fundamental logic gates have been constructed using molecules (molecular logic gates), which are based on chemical inputs and spectroscopic outputs.[28] Logic gates have been made out ofDNA (seeDNA nanotechnology)[29] and used to create a computer called MAYA (seeMAYA-II). Logic gates can be made fromquantum mechanical effects, seequantum logic gate.Photonic logic gates usenonlinear optical effects.

In principle any method that leads to a gate that isfunctionally complete (for example, either a NOR or a NAND gate) can be used to make any kind of digital logic circuit. Note that the use of 3-state logic for bus systems is not needed, and can be replaced by digital multiplexers, which can be built using only simple logic gates (such as NAND gates, NOR gates, or AND and OR gates).

See also

[edit]

References

[edit]
  1. ^Jaeger (1997).Microelectronic Circuit Design.McGraw-Hill. pp. 226–233.ISBN 0-07-032482-4.
  2. ^Kanellos, Michael (2003-02-11)."Moore's Law to roll on for another decade".CNET.FromIntegrated circuit
  3. ^Zhang, Ting; Cheng, Ying; Guo, Jian-Zhong; Xu, Jian-yi; Liu, Xiao-jun (2015),"Acoustic logic gates and Boolean operation based on self-collimating acoustic beams",Applied Physics Letters,106 (11),Bibcode:2015ApPhL.106k3503Z,doi:10.1063/1.4915338, retrieved2024-08-17
  4. ^Wang, Lei; Li, Baowen (2007)."Thermal Logic Gates: Computation with Phonons".Physical Review Letters.99 (17): 177208.arXiv:0709.0032.Bibcode:2007PhRvL..99q7208W.doi:10.1103/PhysRevLett.99.177208.PMID 17995368.S2CID 10934270.
  5. ^Deschamps, Jean-Pierre; Valderrama, Elena; Terés, Lluís (2016-10-12).Digital Systems: From Logic Gates to Processors. Springer.ISBN 978-3-319-41198-9.
  6. ^Tinder, Richard F. (2000).Engineering digital design (2nd ed.). Academic Press. pp. 317–319.ISBN 0-12-691295-5.
  7. ^Nylan, Michael (2001).The Five "Confucian" Classics.Yale University Press. pp. 204–206.ISBN 978-0-300-08185-5. Retrieved2010-06-08.
  8. ^Perkins, Franklin (2004)."Exchange with China".Leibniz and China: A Commerce of Light.Cambridge University Press. p. 117.ISBN 9780521830249.... one of the traditional orderings of the hexagrams, thexiantian tu ordering made by Shao Yong, was, with a few modifications, the same order found in Leibniz's binary arithmetic.
  9. ^Julio Sanchez; Maria P. Canton (2017-12-19).Embedded Systems Circuits and Programming. CRC Press. p. 17.ISBN 978-1-4398-7931-3.
  10. ^Peirce, C. S., "Letter, Peirce toA. Marquand", dated 1886,Writings of Charles S. Peirce, v. 5, 1993, pp. 420–423. SeeBurks, Arthur W. (1978)."Review: Charles S. Peirce,The new elements of mathematics".Bulletin of the American Mathematical Society.84 (5): 913–918 [917].doi:10.1090/S0002-9904-1978-14533-9.
  11. ^Luisa Bonolis; Walther Bothe and Bruno Rossi: The birth and development of coincidence methods in cosmic-ray physics. Am. J. Phys. 1 November 2011; 79 (11): 1133–1150.
  12. ^Yamada, Akihiko (2004)."History of Research on Switching Theory in Japan".IEEJ Transactions on Fundamentals and Materials.124 (8).Institute of Electrical Engineers of Japan:720–726.Bibcode:2004IJTFM.124..720Y.doi:10.1541/ieejfms.124.720.
  13. ^"Switching Theory/Relay Circuit Network Theory/Theory of Logical Mathematics".IPSJ Computer Museum.Information Processing Society of Japan.
  14. ^Stanković, Radomir S.; Astola, Jaakko T.; Karpovsky, Mark G. (2007).Some Historical Remarks on Switching Theory.CiteSeerX 10.1.1.66.1248.
  15. ^abStanković, Radomir S.[in German];Astola, Jaakko Tapio[in Finnish], eds. (2008).Reprints from the Early Days of Information Sciences: TICSP Series On the Contributions of Akira Nakashima to Switching Theory(PDF). Tampere International Center for Signal Processing (TICSP) Series. Vol. 40.Tampere University of Technology, Tampere, Finland.ISBN 978-952-15-1980-2.ISSN 1456-2774. Archived fromthe original(PDF) on 2021-03-08.{{cite book}}: CS1 maint: location missing publisher (link) (3+207+1 pages)10:00 min
  16. ^Howard R. Duff (2001). "John Bardeen and transistor physics".AIP Conference Proceedings. Vol. 550. pp. 3–32.doi:10.1063/1.1354371.
  17. ^Frosch, C. J.; Derick, L (1957)."Surface Protection and Selective Masking during Diffusion in Silicon".Journal of the Electrochemical Society.104 (9): 547.doi:10.1149/1.2428650.
  18. ^Lojek, Bo (2007).History of Semiconductor Engineering. Berlin, Heidelberg: Springer-Verlag Berlin Heidelberg. p. 321.ISBN 978-3-540-34258-8.
  19. ^"1963: Complementary MOS Circuit Configuration is Invented".Computer History Museum. Retrieved2019-07-06.
  20. ^"Graphical Symbols for Logic Diagrams".ASSIST Quick Search.Defense Logistics Agency. MIL-STD-806. Retrieved2021-08-27.
  21. ^ab"Overview of IEEE Standard 91-1984 Explanation of Logic Symbols"(PDF). Texas Instruments Semiconductor Group. 1996. SDYZ001A.
  22. ^Peirce, C. S. (manuscript winter of 1880–1881), "A Boolian Algebra with One Constant", published 1933 inCollected Papers v. 4, paragraphs 12–20. Reprinted 1989 inWritings of Charles S. Peirce v. 4, pp. 218–221, Google[1]. SeeRoberts, Don D. (2009)."7.12 The Graphical Analysis of Propositions".The Existential Graphs of Charles S. Peirce.De Gruyter. p. 131.ISBN 978-3-11022622-5.
  23. ^Büning, Hans Kleine; Lettmann, Theodor (1999).Propositional logic: deduction and algorithms.Cambridge University Press. p. 2.ISBN 978-0-521-63017-7.
  24. ^Bird, John (2007).Engineering mathematics.Newnes. p. 532.ISBN 978-0-7506-8555-9.
  25. ^Rowe, Jim. "Circuit Logic – Why and How". No. December 1966. Electronics Australia.
  26. ^"Tapping into Non-Volatile Logic". 2021-04-21.
  27. ^Merkle, Ralph C. (1993)."Two Types of Mechanical Reversible Logic".Xerox PARC.
  28. ^Erbas-Cakmak, Sundus; Kolemen, Safacan; Sedgwick, Adam C.; Gunnlaugsson, Thorfinnur; James, Tony D.; Yoon, Juyoung; Akkaya, Engin U. (2018)."Molecular logic gates: the past, present and future".Chemical Society Reviews.47 (7):2228–2248.doi:10.1039/C7CS00491E.hdl:11693/50034.ISSN 0306-0012.PMID 29493684.
  29. ^Stojanovic, Milan N.; Mitchell, Tiffany E.; Stefanovic, Darko (2002)."Deoxyribozyme-Based Logic Gates".Journal of the American Chemical Society.124 (14):3555–3561.Bibcode:2002JAChS.124.3555S.doi:10.1021/ja016756v.PMID 11929243.

Further reading

[edit]

External links

[edit]
Wikiversity has learning resources aboutLogic gates
Components
Theory
Design
Applications
Design issues
Authority control databases: NationalEdit this at Wikidata
Retrieved from "https://en.wikipedia.org/w/index.php?title=Logic_gate&oldid=1281909049"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp