moerjielovecookie

Sawen_Blog

一个普通工科牲的博客网站
x
github
follow
email

Level Standards in FPGA

In FPGA, when exchanging information with the outside world, it is necessary to have a recognized standard for both sending and receiving information to ensure the correctness of the information. In digital circuits, we often use high and low voltages to represent "0" and "1". So, what voltage level is considered "1"? At this point, a standard is needed, and that standard is the voltage level standard.

Common Voltage Level Standards#

Logic LevelVCC/VV_{CC}/VVOH/VV_{OH}/VVOL/VV_{OL}/VVIH/VV_{IH}/VVIL/VV_{IL}/V
TTL5.05.02.4\geq{2}.40.4\leq 0.42.0\ge 2.00.8\le 0.8
LVTTL3.33.32.4\geq2.40.4\leq 0.42.0\ge 2.00.8\le 0.8
LVTTL2.52.52.0\geq 2.00.2\le 0.21.7\ge 1.70.7\le 0.7
CMOS5.05.04.45\geq 4.450.5\leq 0.53.5\ge 3.51.5\le 1.5
LVCMOS3.33.33.2\ge 3.20.1\leq 0.12.0\ge 2.00.7\le 0.7
LVCMOS2.52.52.0\ge 2.00.1\le 0.11.7\ge 1.70.7\le 0.7
RS 232±1215\pm 12 \sim 15315-3\sim-153153\sim 15315-3\sim-153153\sim 15

TTL#

TTL (Transistor - Transistor Logic) is a veteran member of the voltage level standards. It was widely used in early digital circuits, but it has some drawbacks, such as a large voltage space between the high-level decision threshold and the supply voltage, which can easily cause signal instability; moreover, the 5 V voltage consumes too much power.

LVTTL#

LVTTL (Low Voltage Transistor - Transistor Logic) improves on the drawbacks of TTL by changing the supply voltage to $3.3V$, which also reduces power consumption and enhances signal stability.

CMOS#

CMOS (Complementary Metal Oxide Semiconductor) is characterized by low power consumption and can automatically adjust power consumption based on the circuit's operating state.

LVCMOS#

LVCMOS (Low Voltage Complementary Metal Oxide Semiconductor) further reduces the supply voltage and power consumption based on CMOS. LVCMOS is very popular in low-power, medium-low speed digital circuits.

LVDS#

LVDS, which stands for Low Voltage Differential Signaling, is a voltage level standard that uses low-voltage differential signaling to transmit high-speed signals, characterized by low voltage, low power consumption, and strong noise suppression capability. The output voltage swing of LVDS is very small, only $\pm 350mV$, with a current of about $3.5mA$. Due to its ultra-low power consumption and ultra-fast data transmission rate, it is commonly used for high-speed data transmission.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.