Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Logic level

From Wikipedia, the free encyclopedia
(Redirected fromActive low)
Finite states of a digital signal

Indigital circuits, alogic level is one of a finite number ofstates that adigital signal can inhabit. Logic levels are usually represented by thevoltage difference between the signal andground, although other standards exist. The range of voltage levels that represent each state depends on thelogic family being used.Alogic-level shifter can be used to allow compatibility between different circuits.

2-level logic

[edit]

In binary logic the two levels arelogical high andlogical low, which generally correspond tobinary numbers 1 and 0 respectively ortruth valuestrue andfalse respectively. Signals with one of these two levels can be used inBoolean algebra for digital circuit design or analysis.

Active state

[edit]
Diagram ofRS-232 signaling an uppercase "K" character as seen when probed by anoscilloscope. The RS-232 electric signaling uses active low (negative logic). The digital data representing "K" (0x4b) as 7-bitASCII is framed as "7E1" with 1 start bit, 7 data bits, even parity, 1 stop bit.

The use of either the higher or the lower voltage level to represent either logic state is arbitrary. The two options areactive high (positive logic) andactive low (negative logic). Active-high and active-low states can be mixed at will: for example, aread only memory integrated circuit may have a chip-select signal that is active-low, but the data and address bits are conventionally active-high. Occasionally a logic design is simplified by inverting the choice of active level (seeDe Morgan's laws).

Binary signal representations
Logic levelActive-high signalActive-low signal
Logical high10
Logical low01

The name of an active-low signal is historically written with a bar above it to distinguish it from an active-high signal. For example, the nameQ, readQ bar orQ not, represents an active-low signal. The conventions commonly used are:

  • a bar above (Q)
  • a leading slash (/Q)
  • a leading exclamation mark (!Q)
  • a lower-casen prefix or suffix (nQ, Qn or Q_n)
  • an upper-caseN suffix (Q_N)
  • a trailing# (Q#), or
  • an _B or _L suffix (Q_B or Q_L).[1]

Many control signals in electronics are active-low signals[2] (usually reset lines, chip-select lines and so on). Logic families such asTTL can sink more current than they can source, sofanout andnoise immunity increase. It also allows forwired-OR logic if the logic gates areopen-collector/open-drain with a pull-up resistor. Examples of this are theI²C bus,CAN bus, andPCI bus.

Some signals have a meaning in both states and notation may indicate such. For example, it is common to have a read/write line designated R/W, indicating that the signal is high in case of a read and low in case of a write.

Logic voltage levels

[edit]

The two logical states are usually represented by two different voltages, but two differentcurrents are used in some logic signaling, likedigital current loop interface andcurrent-mode logic. High and low thresholds are specified for each logic family. When below the low threshold, the signal islow. When above the high threshold, the signal ishigh. Intermediate levels are undefined, resulting in highly implementation-specific circuit behavior.

It is usual to allow some tolerance in the voltage levels used; for example, 0 to 2 volts might represent logic 0, and 3 to 5 volts logic 1. A voltage of 2 to 3 volts would be invalid and occur only in a fault condition or during a logic-level transition. However, few logic circuits can detect such a condition, and most devices will interpret the signal simply as high or low in an undefined or device-specific manner. Some logic devices incorporateSchmitt trigger inputs, whose behavior is much better defined in the threshold region and have increased resilience to small variations in the input voltage. The problem of the circuit designer is to avoid circumstances that produce intermediate levels, so that the circuit behaves predictably.

Examples of binary logic levels
TechnologyL voltageH voltageNotes
CMOS[3][4]0 V to 30% VDD70% VDD to VDDVDD =supply voltage
TTL[3]0 V to 0.8 V2 V to VCCVCC = 5 V ±5% (7400 commercial family) or ±10% (5400 military family)

Nearly all digital circuits use a consistent logic level for all internal signals. That level, however, varies from one system to another. Interconnecting any two logic families often required special techniques such as additionalpull-up resistors or purpose-built interface circuits known as level shifters. Alevel shifter connects one digital circuit that uses one logic level to another digital circuit that uses another logic level. Often two level shifters are used, one at each system: Aline driver converts from internal logic levels to standard interface line levels; a line receiver converts from interface levels to internal voltage levels.

For example,TTL levels are different from those ofCMOS. Generally, a TTL output does not rise high enough to be reliably recognized as a logic 1 by a CMOS input, especially if it is only connected to a high-input-impedance CMOS input that does not source significant current. This problem was solved by the invention of the 74HCT family of devices that uses CMOS technology but TTL input logic levels. These devices only work with a 5 V power supply.

Logic supply voltages
Supply voltageTechnologyLogic families (examples)Reference
5V, 10V, 15VMetalCMOS4000,74C[4]
5VTTL7400, 74S, 74LS, 74ALS, 74F, 74H[5]
5VBiCMOS74ABT, 74BCT
5VCMOS (TTL I/O)74HCT, 74AHCT, 74ACT[6]
3.3V, 5VCMOS74HC, 74AHC, 74AC[5][6]
5VLVCMOS74LVC, 74AXP[7]
3.3VLVCMOS74LVC, 74AUP, 74AXC, 74AXP[7]
2.5VLVCMOS74LVC, 74AUP, 74AUC, 74AXC, 74AXP[7]
1.8VLVCMOS74LVC, 74AUP, 74AUC, 74AXC, 74AXP[7]
1.5VLVCMOS74AUP, 74AUC, 74AXC, 74AXP[7]
1.2VLVCMOS74AUP, 74AUC, 74AXC, 74AXP[7]

More than two levels

[edit]

3-value logic

[edit]

Though rare,ternary computers evaluatebase 3three-valued or ternary logic using 3 voltage levels.

3-state logic

[edit]

Inthree-state logic, an output device can be in one of three possible states: 0, 1, or Z, with the last meaninghigh impedance. This is not a voltage or logic level, but means that the output is not controlling the state of the connected circuit.

4-value logic

[edit]

Four valued logic adds a fourth state, X (don't care), meaning the value of the signal is unimportant and undefined. It means that an input is undefined, or an output signal may be chosen for implementation convenience (seeKarnaugh map § Don't cares).

9-level logic

[edit]

IEEE 1164 defines 9 logic states for use inelectronic design automation. The standard includes strong and weakly driven signals, high impedance and unknown and uninitialized states.

Multi-level cells

[edit]

In solid-state storage devices, amulti-level cell stores data using multiple voltages. Storing n bits in one cell requires the device to reliably distinguish 2n distinct voltage levels.

Line coding

[edit]

Digitalline codes may use more than two states to encode and transmit data more efficiently. Examples includealternate mark inversion and4B3T from telecommunications, andpulse-amplitude modulation variants used byEthernet over twisted pair. For instance,100BASE-TX usesMLT-3 encoding with threedifferential voltage levels (−1V, 0V, +1V) while1000BASE-T encodes data using five differential voltage levels (−1V, −0.5V, 0V, +0.5V, +1V).[8] Once received, the line coding is converted back to binary.

See also

[edit]

References

[edit]
  1. ^"Coding Style Guidelines"(PDF).Xilinx. Retrieved2017-08-17.
  2. ^Balch, Mark (2003).Complete Digital Design: A Comprehensive Guide To Digital Electronics And Computer System Architecture. McGraw-Hill Professional. p. 430.ISBN 978-0-07-140927-8.
  3. ^ab"Logic signal voltage levels".All About Circuits. Retrieved2015-03-29.
  4. ^ab"HEF4000B Family Specifications"(PDF). Philips Semiconductors. January 1995. Archived fromthe original(PDF) on March 4, 2016.Parametric limits are guaranteed for VDD of 5V, 10V, and 15V.
  5. ^ab"AppNote 319 - Comparison of MM74HC to 74LS, 74S and 74ALS Logic"(PDF). Fairchild Semiconductor. June 1983.Archived(PDF) from the original on October 24, 2021.
  6. ^ab"AHC/AHCT Designer's Guide"(PDF). Texas Instruments. September 1998.Archived(PDF) from the original on April 13, 2018.Technical Comparison of AHC / HC / AC (CMOS I/O) and AHCT / HCT / ACT (TTL I/O) Logic Families
  7. ^abcdef"Little Logic Guide"(PDF). Texas Instruments. 2018.Archived(PDF) from the original on April 3, 2021.Logic Voltage Graph (page4)
  8. ^Thompson, Geoff (13 November 1997).How 1000BASE-T Works(PDF). IEEE802.3 Plenary.Montreal. Retrieved2023-11-21.

External links

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Logic_level&oldid=1259770153#Active_state"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp