When you first get started in high-speed PCB design, you'll spend a lot of time encountering and understanding an alphabet soup of acronyms. MIPI, USB, PCIe interface, SATA PCB layout... the list of acronyms used to name high-speed digital interfaces is long. Low-voltage differential signaling (LVDS) is an older interface that was standardized for differential data transfer at high speeds, but it remains in use today for a variety of imaging and video applications. More specifically, it is used in many LCD-TVs, computer peripherals, infotainment systems, and notebook/tablet computers.
If you're unfamiliar with this specification or you just need a refresher, we'll look at some of the basic LVDS guidelines to ensure signal integrity in your high speed PCB.
Low-voltage differential signaling (LVDS) is codified in the TIA/EIA-644 standard and is a serial signaling protocol. Probably the most common electrical uses for LVDS are as an physical layer for SerDes links, long-reach channels in backplanes, or board-to-board connections. It's important to note that the TIA/EIA-644 does not define LVDS as an interface, it is a physical layer within the OSI model. In other words, this only defines a physical and electrical specification that fits within an interface standard. For example, LVDS is used as the physical layer for routing between PCIe interfaces.
The image below shows a schematic of an LVDS link; assume channel losses are 0 dB for the moment. The diagram below (or a version of it) can be found on many websites, including Wikipedia. I'd like to note that this diagram is only correct for DC-coupled differential pairs. The diagram unintentionally implies that the termination resistor exists external to the receiver component. This is not actually the case; the termination resistor (if that is what is specifically used) or the overall receiver circuit could be entirely on the receiver component die.
On the left side of the image we have the line being driven by a differential buffer circuit, which passes a 3.5 mA current onto a 100 Ohm differential pair. On the right side, the receiver reads out the differential voltage, which is being measured against some common mode DC offset. Bidirectional communication can be implemented as well in half-duplex or full duplex mode if the transceiver components can accept this (see the SN65LVDS180D for an example), or parallel receiver/transmitter channels in dual simplex mode.
The above situation is idealized and only considers DC coupling, where there is a direct connection to the transmission line, or the connection is made through resistors at the driver. It does not consider filtering of common-mode noise at high frequencies, the need to set a bias offset in differential termination, or the fact that the receiver DC offset may be different from the driver DC offset. It also does not account for length mismatch and would not practically account for the wide timing window because there is no voltage source to set the receiver's bias offset. Therefore the above circuit only works when there is no time mismatch.
The alternative method for driving LVDS signal levels on a differential interface is to use AC coupling, similar to what you might see on PCIe with coupling capacitors, followed by applying double termination at the required single-ended impedance. The advantages of AC coupling include isolation from power surges (such as in automotive), the ability to set different common-mode offsets at the driver and receiver ends, and the ability to translate between different component families by choosing the appropriate offset.
The circuit below shows an example where AC coupling is implemented on each trace in the LVDS differential pair. This particular circuit with the capacitor connected between two termination resistors relies on terminating directly to the single-ended impedance (odd-mode) of each trace rather than the differential value.
In the above circuit, we select the design based on the following points:
Whether the channel would be implemented with the above AC circuit or some other variant depends on whether the receiver is self-biased, includes on-die termination, and whether the source is also terminated with its own parallel source resistor. Highly integrated components will place all of this on the die and will allow you to just route everything without additional placement as long as the logic levels are matched between the driver and receiver. Make sure to review the datasheets for your driver and receiver pair carefully before you finalize your circuit.
As LVDS is a physical layer specification and not a component interface specification, it only carries specific requirements in the following areas:
From the above list, we see that LVDS is simply a typical high speed differential channel with flexible data rate, topology, signal swing, and rise time. As this physical layer specification is used with a range of data rates, there is no specific signal rise time; the rise time is generally less than 1 ns. With these points in mind, we have everything needed to start designing a board to work with LVDS.
Doing LVDS PCB layout successfully requires following some of the same guidelines you'd follow with other high speed signals. I'd say the only difference is in how you view losses on the board or on a cable carrying LVDS signals. The typical transmission distances ranges from several inches (chip-to-chip) to several meters for an LVDS SerDes link driving a cable between boards. On the PCB, LVDS channels have to be designed with controlled impedance but without interfering with other circuitry.
LVDS links are high speed signals that are intended to have low EMI, but they can still induce crosstalk in other interconnects. Parallel LVDS links can also induce differential crosstalk in each other when switching at high speeds, so consider the spacing between differential pairs when planning your routing strategy. As with other high speed or mixed signal designs, it's a good idea to plan out a specific region of the board for LVDS channels so that they don't get too close to other circuitry.
Consider your PCB stackup design when planning a layout with LVDS links. Since LVDS needs impedance control, you'll want at least a 4-layer board with a thin dielectric on the outer sides. The two surface layers will be allocated to routing signal traces and/or placing components, and the interior layers should be power and ground layers. You can route LVDS signals on opposite sides of the board, and the internal plane layers will provide impedance control, but best practice is to hold the LVDS portion over the GND plane and not over the power plane.
If you're using a wide parallel bus specification, then you'll need a lot of space for routing and you might consider leaving enough layers for impedance-controlled striplines. If you're only routing a couple LVDS links (such as parallel RX/TX channels), you'll probably be fine with microstrips on a 4-layer board. Make sure to apply impedance control by setting the appropriate trace width in your routing tools.
Going further, some of your components that operate with LVDS signals (some display interfaces, for example) will require different power planes that are brought to different voltages. Some components will also require that you place ground islands on your surface layers to accommodate connectors or center pads on components. Keep these points in mind when planning the stackup and dividing up board real estate before routing.
On the PCB, LVDS routing uses low signaling swings that may need to be distinguished above a DC offset, so losses should be avoided. Long links will have greater attenuation due to dielectric losses and copper roughness/skin effect losses, which are manifested in insertion loss. Keeping links shorter ensures they see less loss compared to a longer link where insertion loss dominates. This leads to the next consideration that you won't often find in LVDS routing guidelines: how to accommodate higher signal bandwidths.
In shorter links, you now have the problem of return loss dominating your channels, and this will create a bandwidth-limiting effect that is normally seen in one of the S-parameter spectra. Although it's complicated, try to design the channel to have flat impedance and no dips in the insertion loss up to the interface's highest frequency as this will push the first lossy resonance as high as possible. The
The latter case is most common and it illustrates the original intent of differential interfaces like LVDS. For very high data rate LVDS channels, you may need several GHz of bandwidth in the channel, which can be rather difficult due to dispersion in the PCB substrate and copper roughness dispersion. Take a look at this recent article on return loss to see an example of how channel bandwidth can become limited, particularly in short channels.
LVDS pairs should also be precisely length-matched to prevent excessive timing skew between signals in a pair. If you examine recommendations in LVDS interfaces in component datasheets, you'll find different allowable skew values. The requirements you might see in datasheets appear stringent, but the design rule regarding length tuning really depends on ensuring signal swings on each trace in an LVDS pair occur at the same instant at the receiver. As long as the two signal swings cross, then you the signal can be recovered at the receiver.
Eliminating skew is central to ensuring LVDS components can reject noise from environmental EMI, but pay attention to the delay matching requirement for your particular component and board. As LVDS components read the voltage difference between each end of the pair, any common mode noise induced in a differential pair should be suppressed during the signal swings on each trace as long as there is not excessive mode conversion.
Working with the right design software can help you comply with basic LVDS PCB layout guidelines and LVDS routing guidelines that are needed for signal integrity. Altium Designer® includes layout tools and an advanced layer stack manager, giving you full control over all aspects of your design. Best of all, these design tools are integrated with your simulation, management, and production planning tools in a single program. When you’ve finished your design, and you want to release files to your manufacturer, the Altium 365™ platform makes it easy to collaborate and share your projects.
We have only scratched the surface of what’s possible with Altium Designer on Altium 365. Start your free trial of Altium Designer + Altium 365 today.