TERMINATION
Termination
Date Published: | |
Last Modified: |
Contents
This page is in notes format, and may not be of the same quality as other pages on this site. |
1. Overview
Termination is the process of adding components (usually resistors, but sometimes capacitors and inductors) to the ends of transmission lines (the start, the end, or both) to prevent things like reflections due to impedance mis-matches. A high-speed signal should ideally see the same impedance all the way from driver to receiver. The impedance of the transmission line \(Z_C\) is usually \(50-150\Omega\), but drivers are usually low impedance (\(<20\Omega\)), and receivers high-impedance (\(>1k\Omega\)). For this reason, termination resistors are added at the driver and/or receiver to keep the apparent impedance equal to the characteristic impedance.
Types of termination:
Series termination
Parallel termination
AC termination
Thevenin termination
Most of these termination methods are discussed in the context of digital signals — i.e. fast transitions at the driver between two discrete voltage levels. Analogue signals can also be terminated.
2. Series Termination
Series termination (a.k.a. back termination or source termination) is a termination method in where a resistor is added in series at the start of the transmission line, and no termination is added at the end of the termination line. Even though the start of the transmission line receives half the voltage from the driver, the receiver sees a perfect transition to the full voltage due to a purposeful reflection back to the driver.
Advantages:
No DC loading on the transmission line.
Receiver sees full driver voltage swing.
Simple (only one resistor).
Driver drives line from \(0V\) (low) to \(+5.0V\) (high). Waveform looks like a step (fast rise time).
Waveform sees \(50\Omega\) series termination resistor, and then the \(50\Omega\) characteristic impedance of the transmission line to ground. Thus half the voltage is dropped across the series termination, and \(+2.5V\) is applied to the start of the transmission line.
This waveform travels down the transmission line, still looking like a \(+2.5V\) step.
Waveform reaches the end of the transmission line. This is open circuit, and so a reflected wave of \(+2.5V\) is generated. These two add together to cause the end to jump straight from \(0V\) to \(+5.0V\).
The reflected wave travels back down the transmission line, which looks like a step jump from \(+2.5V\) to \(+5.0V\).
The reflected wave reaches the start and performs the same step jump from \(+2.5V\) to \(+5.0V\). Because this is properly terminated, no further reflections occur, and the voltage stays steady at \(+5.0V\).
The line has now reached steady state, and to the driver looks like an open-circuit (high-impedance), requiring no further drive current (this can be a big bonus for series termination).
2.1. Taking The Driver Output Impedance Into Account
So far we have been assuming a perfect driver, i.e. one with no output resistance. Obviously in reality this is not the case, with the output impedance of most drive circuits being somewhere between \(1-30\Omega\). Luckily, as long as the output resistance of driver is less than the characteristic impedance of the transmission line, you can still use series termination. The idea is simple, just use the output impedance of the driver as part of the total series termination resistance.
where:
\(Z_S\) is the impedance, in \(\Omega\)
\(Z_{C}\) is the characteristic impedance of the transmission line, in \(\Omega\)
\(Z_{driver}\) is the output impedance of the driver, in \(\Omega\)
The above impedances should have no imaginary component, so they are just resistances. |
Figure 2 shows a real-world example where the driver has an output impedance of \(20\Omega\), driving a \(50\Omega\) transmission line. A \(30\Omega\) series termination resistor is added to make the total series resistance equal to the transmission line’s characteristic impedance.
Series Termination Summary
Consumes no power at steady-state, only during transitions.
Uses only one resistor.
Due to reflections, only good for point-to-point connections (not multi-drop) in where the cable propagation time is short relative to the bit period.
3. Parallel Termination
Parallel termination is a termination method in where a resistor \(R_P\) is added to the receiver end of the transmission line, and is connected across the line and either GND or \(V_{CC}\) (hence in parallel).
The waveform exiting the transmission line needs to see the same impedance as the transmission line itself.
Typically, the input impedance of the receiver will be relatively high (\(>1k\Omega\)) in comparison to the impedance you’re aiming for:
And in which case the equation simplifies to:
Parallel Termination Summery
No reflections (as opposed to series termination, which has one reflection back to the driver).
Driver needs to provide continuous current for one of the logic levels.
Good for point-to-point and multi-drop (e.g. RS-422, RS-485, CAN bus) connections.
Bit period does not have to be much larger than cable propagation time.
Lower noise margin than series termination (less voltage swing at the receiver)
4. Thevenin Termination
Thevenin termination is a form of termination in where two resistors (usually identical) are connected to the receiving end of the transmission line, one to \(V_{CC}\) and the other to \(GND\).
Assuming the receiver is relatively high impedance, the parallel combination of \(R_{P1}\) and \(R_{P2}\) must equal the impedance of the transmission line.
Thevenin Termination Summary
Consumes half as much power as parallel termination, but still more than series termination.
Uses two resistors, instead of the one each for series and parallel termination.
5. AC Termination
AC termination is similar to parallel termination, except a capacitor is added in series with the termination resistor at the receiver, as shown in Figure 5. AC termination addresses the DC current consumption of parallel termination. The idea is that the resistor is still present to provide termination for the high-speed signals (which are fast enough to see the capacitance as low impedance), whilst the capacitor blocks DC current consumption[1].
References
[1] Ben Smith. Technical Information: AC Termination for Signal Buses. AVX. Retrieved 2022-01-31, from https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.83.298&rep=rep1&type=pdf.
Authors

This work is licensed under a Creative Commons Attribution 4.0 International License .