Best Practices für die Signalintegrität bei mehrlagigen Leiterplattenstapeln

Multilayer PCB Stackup Best Practices for Signal Integrity

1. Definition and When to Add Layers

Für high-speed multilayer boards, a basic two-layer design often cannot meet the needs for signal quality and routing density. In that case, you need to add layers to the PCB stackup to meet the design needs.

2. Positive (signal) planes and negative (inverted) planes

A positive plane is the usual signal layer used for routing. The visible parts are copper traces. On a positive plane you can do large copper pours and fill areas with copper, for example using terms like “trace” or “copper” to describe the copper areas. See Figure 8-32.

8-32 Positive Plane Layer
8-32 Positive Plane Layer

A negative plane is the opposite. With a negative plane, the default is to pour copper across the whole layer. The routing areas are the cutouts. There is no copper on the routing lines. What you do is carve out the copper and then set the nets for the carved areas. See Figure 8-33.

Figure 8-33 Negative Plane Layer
Figure 8-33 Negative Plane Layer

3. Splitting inner power/ground planes

In older Protel versions, inner power planes were split using a “split” function. In current versions such as Altium Designer 19, you split by drawing “lines” and use the hotkey “PL” to place them. The split lines should not be too thin. You can choose 15 mil or larger. When you pour copper after splitting, draw a closed polygon with the “line” tool, then double-click inside the polygon and set the net for the copper pour. See Figure 8-34.

Figure 8-34 Double-Click to Assign Net
Figure 8-34 Double-Click to Assign Net

Both positive and negative planes can be used for inner power or ground layers. You can also achieve a positive inner plane by routing and copper pours. The advantage of a negative plane is that you start with a large poured copper area by default. Then you add vias or change pour sizes without re-pouring the whole layer. This saves time in copper pour recalculation. When inner layers are used as power and ground planes (also called ground plane or return plane), the layers are mostly large copper pours. The advantage of using negative planes is clear here.

4. Understanding PCB Stackup

As high-speed circuits become more common, PCB complexity grows. To avoid electrical interference, signal layers and power layers must be separated. That leads to multilayer PCB design. Before designing a multilayer PCB, the designer must first decide the board structure based on circuit size, board dimensions, and electromagnetic compatibility (EMC) requirements. In other words, decide whether to use a 4-layer, 6-layer, or more layer board. This is a basic idea of multilayer board design.

After deciding the number of layers, the next step is to place inner power and ground layers and to decide how to distribute different signal types across those layers. That choice is the stackup selection. Stackup structure is an important factor that affects PCB EMC performance. A good stackup design can greatly reduce electromagnetic interference (EMI) and crosstalk.

More layers are not always better, and fewer layers are not always better. Choosing a multilayer stackup requires weighing many factors. From the routing point of view, more layers make routing easier. But manufacturing cost and difficulty also rise. For manufacturers, whether the stackup is symmetric is an important concern during fabrication. So layer count must balance all needs.

Experienced designers usually do a pre-placement of components. Then they analyze routing bottlenecks. They count special routing needs, such as differential pairs and sensitive nets. From that, they decide how many signal layers are needed. Then they decide the number of inner power/ground layers based on power types, isolation needs, and interference suppression. After this, the total number of board layers is basically fixed.

5. Common PCB Stackups

Once the number of layers is fixed, the next job is to arrange the order of those layers. Figures 8-35 and 8-36 show common stackups for 4-layer and 6-layer boards.

Figure 8-35 Common 4-Layer Board Stackup Structure
Figure 8-35 Common 4-Layer Board Stackup Structure
Figure 8-36 Common 6-Layer Board Stackup Structure
Figure 8-36 Common 6-Layer Board Stackup Structure

6. Stackup Analysis

How to stack? Which stackup is better? Follow these basic rules:

Make the component side and the solder side into full ground planes when possible (this gives shielding).

Avoid adjacent parallel routing layers as much as possible.

Put all signal layers next to a ground plane when possible.

Put critical signals next to a ground layer and avoid crossing across split areas.

Apply these rules to the common stackup examples shown in Figures 8-35 and 8-36. The analysis is as follows.

(1) Table 8-1 compares the pros and cons of three common 4-layer board stackup schemes.

SchemeScheme Diagram (ASCII Art)VorteileBenachteiligungen
Scheme 1┌─────────────────────┐ │ PWR01 (Power) │ ├─────────────────────┤ │ SIN02 (Signal) │ ├─────────────────────┤ │ SIN03 (Signal) │ ├─────────────────────┤ │ GND04 (Ground) │ └─────────────────────┘This scheme is mainly designed to achieve a single-layer shielding effect, with the power plane and ground plane placed on the top and bottom layers respectively.(1) The power and ground planes are too far apart, leading to excessive impedance in the power plane;(2) The power and ground planes are highly incomplete due to the influence of component pads and other factors;(3) The incomplete reference plane causes discontinuous signal traces, making it difficult to achieve the expected shielding effect.
Scheme 2┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ GND02 (Ground) │ ├─────────────────────┤ │ PWR03 (Power) │ ├─────────────────────┤ │ SIN04 (Signal) │ └─────────────────────┘A ground plane is placed under the component side, making it suitable for scenarios where main components are placed on the top layer or key signals are routed on the top layer./
Scheme 3┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ PWR02 (Power) │ ├─────────────────────┤ │ GND03 (Ground) │ ├─────────────────────┤ │ SIN04 (Signal) │ └─────────────────────┘Similar to Scheme 2, it is suitable for scenarios where main components are placed on the bottom layer or key signals are routed on the bottom layer./

(2) Table 8-2 compares the pros and cons of four common 6-layer board stackup schemes.

SchemeScheme Diagram (ASCII Art)VorteileBenachteiligungen
Scheme 1┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ GND02 (Ground) │ ├─────────────────────┤ │ SIN03 (Signal) │ ├─────────────────────┤ │ SIN04 (Signal) │ ├─────────────────────┤ │ PWR05 (Power) │ ├─────────────────────┤ │ SIN06 (Signal) │ └─────────────────────┘Adopts 4 signal layers and two internal power/ground layers, providing more signal layers to facilitate routing between components.(1) The power plane and ground plane are too far apart, resulting in insufficient coupling;(2) Signal layers SIN03 and SIN04 are mainly routed on surface layers, leading to poor signal isolation and crosstalk, requiring staggered routing.
Scheme 2┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ SIN02 (Signal) │ ├─────────────────────┤ │ GND03 (Ground) │ ├─────────────────────┤ │ PWR04 (Power) │ ├─────────────────────┤ │ SIN05 (Signal) │ ├─────────────────────┤ │ SIN06 (Signal) │ └─────────────────────┘The power plane and ground plane are fully coupled.Adjacent layers of surface signal layers are also signal layers, resulting in poor signal isolation and crosstalk.
Scheme 3┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ GND02 (Ground) │ ├─────────────────────┤ │ SIN03 (Signal) │ ├─────────────────────┤ │ GND04 (Ground) │ ├─────────────────────┤ │ PWR05 (Power) │ ├─────────────────────┤ │ SIN06 (Signal) │ └─────────────────────┘(1) The power plane and ground plane are fully coupled;(2) Each signal layer is directly adjacent to the internal power/ground plane, providing effective isolation from other signal layers and reducing crosstalk;(3) Signal layer SIN03 is adjacent to two internal planes (GND02 and PWR05), which can effectively shield external interference on SIN03 and crosstalk from SIN03 to other layers./
Scheme 4┌─────────────────────┐ │ SIN01 (Signal) │ ├─────────────────────┤ │ GND02 (Ground) │ ├─────────────────────┤ │ PWR03 (Power) │ ├─────────────────────┤ │ GND04 (Ground) │ ├─────────────────────┤ │ PWR05 (Power) │ ├─────────────────────┤ │ SIN06 (Signal) │ └─────────────────────┘(1) The power plane and ground plane are fully coupled;(2) Each signal layer is directly adjacent to the internal power/ground plane, providing effective isolation from other signal layers and reducing crosstalk./

From comparing schemes 1 to 4, when signal performance is the top priority, schemes 3 and 4 are clearly better than the first two schemes. But in real product design, cost is a major concern. With high routing density, designers often choose scheme 1 for stackup to save cost. When routing on scheme 1, pay special attention to crossings between two adjacent signal layers and try to reduce crosstalk as much as possible.

(3) For common 8-layer boards, recommended stackup options are shown in Figure 8-37. Prefer option 1 or option 2. Option 3 is usable.

Figure 8-37 Recommended Stackup Schemes for Common 8-Layer Boards
Figure 8-37 Recommended Stackup Schemes for Common 8-Layer Boards

7. Adding and Editing Layers

After you confirm the stackup plan, how do you add layers in Altium Designer? A simple example follows.

Run the menu command “Design → Layer Stack Manager” or press the hotkey “DK” to open the Layer Stack Manager. Set the related parameters as shown in Figure 8-38.

Right-click and choose “Insert layer above” or “Insert layer below” to add a layer. You can add a positive plane or a negative plane. Use “Move layer up” or “Move layer down” to adjust the order of the added layers.

Double-click the layer name to rename it. You can name layers TOP, GND02, SIN03, SIN04, PWR05, BOTTOM, etc. Altium Designer 19 supports this “letter + layer number” naming. This makes reading and recognition easier.

Set board and layer thickness according to the stackup.

To meet the design’s 20H requirement, you can set the negative plane’s keepout amount (inner offset). [Note: the original text uses “20H.” The translator keeps this term as written.]

Click “OK” to finish stackup settings. An example 4-layer board stackup effect is shown in Figure 8-39.

Figure 8-39 4-Layer Board Stackup Result
Figure 8-39 4-Layer Board Stackup Result

8. Recommendation

It is suggested to treat signal layers as positive planes and to treat power and ground layers as negative planes. This approach can greatly reduce file data size and speed up design work.

Einen Kommentar hinterlassen

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert

Nach oben blättern