Termination

Article by:
Date Published:
Last Modified:
WARNING
This page is in notes format, and may not be of the same quality as other pages on this site.

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.

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.

How to do series termination. Resistor \(R_S\) is placed at the output of the driver before the transmission line. \(R_S\) is equal to the characteristic impedance of the transmission line.

How to do series termination. Resistor \(R_S\) is placed at the output of the driver before the transmission line. \(R_S\) is equal to the characteristic impedance of the transmission line.

Advantages:

  • No DC loading on the transmission line.
  • Receiver sees full driver voltage swing.
  • Simple (only one resistor).
EXAMPLE

How does a \(0-5V\) waveform propagates on a \(50\Omega\) series terminated transmission line?

  1. Driver drives line from \(0V\) (low) to \(+5.0V\) (high). Waveform looks like a step (fast rise time).
  2. 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.
  3. This waveform travels down the transmission line, still looking like a \(+2.5V\) step.
  4. 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\).
  5. The reflected wave travels back down the transmission line, which looks like a step jump from \(+2.5V\) to \(+5.0V\).
  6. 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\).
  7. 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).

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.

$$\begin{align} Z_S = Z_{C} - Z_{driver} \end{align}$$

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\)

TIP

The above impedances should have no imaginary component, so they are just resistances.

The below diagram 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.

Real-world series termination, in where the driver has non-zero output impedance. Reduce the series termination resistance so that the total resistance is still equal to the characteristic impedance of the transmission line.

Real-world series termination, in where the driver has non-zero output impedance. Reduce the series termination resistance so that the total resistance is still equal to the characteristic impedance of the transmission line.

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.

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).

Schematic showing basic parallel termination. A resistor \(R_P\) is added at the receiver end to either GND or \(V_{CC}\).

Schematic showing basic parallel termination. A resistor \(R_P\) is added at the receiver end to either GND or \(V_{CC}\).

The waveform exiting the transmission line needs to see the same impedance as the transmission line itself.

$$\begin{align} Z_{IN} || Z_P = Z_{C} \end{align}$$

Typically, the input impedance of the receiver will be relatively high (\(>1k\Omega\)) in comparison to the impedance you’re aiming for:

$$\begin{align} Z_{IN} >> Z_{C} \end{align}$$

And in which case the equation simplifies to:

$$\begin{align} Z_P = Z_{C} \end{align}$$

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)

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\).

Schematic showing Thevenin termination. Two usually identical resistors \(R_{P1}\) and \(R_{P2}\) are connected to the receiver.

Schematic showing Thevenin termination. Two usually identical resistors \(R_{P1}\) and \(R_{P2}\) are connected to the receiver.

Assuming the receiver is relatively high impedance, the parallel combination of \(R_{P1}\) and \(R_{P2}\) must equal the impedance of the transmission line.

$$\begin{align} R_{P1} || R_{P2} &= Z_{C} \nonumber \\ \nonumber \\ \frac{R_{P1} \cdot R_{P2}}{R_{P1} + R_{P2}} &= Z_{C} \\ \end{align}$$

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.

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 below. 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 consumption1.

Schematic showing AC termination.

Schematic showing AC termination.

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

Geoffrey Hunter

Dude making stuff.

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

Related Content:

Tags

comments powered by Disqus