Trace termination length limits

signal integritytermination

Are there any length limits to series termination ? If I have a trace that's 12 in or a trace that is 100 in, can the same series termination resistor be used (assuming that Zo = 50 ohm) ?

Best Answer

You may have to change the series terminator when trace length changes. A lot of the time, series terminators are just really damping resistors, and don't really match impedance. The driver impedance is extremely low, and the load impedance is extremely high (and slightly capacitive) and the trace is short enough that its impedance is mostly irrelevant. Think about it, if the source impedance is 50 Ohms, and the transmission line is 50 Ohms, the output voltage will initially be divided in half while the signal is in flight to the load.

The actual purpose of the series terminator is often just to damp out the overshoot, or slow the edges to help with EMC. This requires tuning (or simulation with accurate models), and line length can effect it, causing you to change the value of the series terminator.

When you get to long transmission lines, termination becomes pretty important. In theory, if your long transmission line is terminated at the load, you don't need driver series termination. There may be a mismatch between driver and transmission line, but it doesn't matter, because there will be no reflection, and no damping needed. In other words, you have a low impedance source driving a 50 Ohm (or whatever load). This presents no problem and allows the voltage to slew immediately to VCC. However, if there is any chance that the load is mismatched, then the best situation is to have the source impedance be the same as the transmission line. This way, any reflections coming back from the load will encounter a matched termination at the source and will not reflect again. But, as noted before, this situation cuts the drive voltage in half.

I would like to make clear that I recommend to always put series termination in any high-speed signal if you have room to place the resistor, especially clocks. You may need to tune the resistor to pass radiated emissions.

One other thing. If the chip has variable drive strength settings, start with 0 Ohm series termination and use the weakest drive setting that will meet setup and hold times. Usually reducing drive strength gets you more radiation reduction with less degradation of signal integrity than adding series resistance.

I believe this is all theoretically sound, and it is also based on my practical experience.