Layer Assignment Rules for Multilayer PCB Prototypes
A multilayer board is not simply a two layer board with extra copper. The order in which the layers are arranged decides how well the board behaves, how easy it is to route and how much electromagnetic interference it radiates. Layer assignment is therefore one of the earliest and most consequential decisions in a prototype design, and it is much cheaper to get right on paper than to correct after fabrication.
Start With the Ground Plane
The ground plane is the reference for every signal that references it. Placing it immediately below the primary component layer gives every trace on that layer a continuous return path, which controls impedance and reduces loop area without any extra routing effort.
It also acts as a shield between the routing and whatever lies underneath. A design that begins by fixing the ground plane position, and then assigns the remaining layers around it, tends to arrive at a sensible arrangement naturally.
Pairing Power and Ground
A power plane should sit close to a ground plane on the adjacent layer. The two form a parallel plate capacitor, and that capacitance supplies high frequency current to the devices above it before the current has to travel to a bulk capacitor.
Keeping them adjacent also keeps the power distribution impedance low, which matters more as supply voltages fall and currents rise. In a four layer stack this adjacency is usually the whole reason for adding the two inner layers, and it is what makes the jump from two layers worthwhile. Related structural choices for small vias are covered in our notes on blind and buried via process.

Signal Layers Need a Reference
Every signal layer should be next to a plane rather than to another signal layer. Two adjacent signal layers couple into each other, which produces crosstalk, and neither has a defined return path.
In a six layer stack, the common arrangement is signal, ground, signal, power, ground, signal, so that each routing layer has a plane beside it. The routing is then controlled impedance by construction rather than by analysis, and the layer assignment has done most of the signal integrity work before the first net is routed. The impedance implications are explored further in our article on transmission line types.

Separating Analog and Digital
Analog and digital circuitry should be assigned to different signal layers wherever the board has enough room. Digital switching injects noise into any shared reference, and an analog trace that references a noisy ground carries that noise into the measurement.
Where a shared layer is unavoidable, physical separation plus a ground strip between the two regions limits the coupling. The supplies should be separated as well, because a shared power plane carries the same switching noise that the layer split was intended to avoid. A decoupling layout that returns each current locally is what makes the separation effective.
Symmetry and Balance
The stackup should be mechanically symmetric. Copper distribution and dielectric thickness on one side of the centre line should mirror the other, because an unbalanced stack warps during lamination and continues to bow as the board passes through assembly temperatures.
An even number of copper layers makes symmetry easier and is the usual recommendation for that reason. An odd layer count is possible, but it forces an asymmetric arrangement that a fabricator will often solve by adding a dummy layer, which means the design pays for a layer it does not use.
Routing Space and Drilling
Layer assignment also fixes the drilling strategy. A via that passes through every layer occupies space on all of them, including planes that must remain continuous for the return path to work.
Choosing which layers are signal layers therefore decides how many vias must pass through the planes and how much of each plane has to be perforated. On dense boards this is the reason to move to blind and buried vias, and it is a decision that belongs with the layer assignment rather than after the layout is finished.
Cost and Layer Count
Each additional pair of layers adds fabrication cost, so the layer count should follow from the requirements rather than from caution. Two layers carry a simple design. Four layers add a pair of planes and solve most moderate routing and impedance problems.
Six layers enter the picture when routing density, multiple supply rails or strict impedance control demand it, and beyond that the driver is almost always high speed interconnect. The test strategy should be considered at the same time, because a stackup with hidden layers changes what electrical test coverage can reach.
Deriving Stackup Symmetry From the Routing
Stackup symmetry is easier to achieve when it is planned alongside the routing rather than after it. Once the designer knows which layer carries the dense bus and which carries the reference planes, the mirror arrangement usually follows directly, because the routing demand is itself reasonably balanced around the centre of the board.
Where the demand is clearly asymmetric, the imbalance is worth documenting. An asymmetric stack is a deliberate trade rather than an oversight, and recording the reason prevents a later revision from changing the arrangement without realising what it was protecting.
Documenting the Decision
Layer assignment belongs in the fabrication drawing, not only in the CAD file. The drawing is what the fabricator builds to, and it should name the function of each layer, the dielectric thickness between them and the impedance targets for the routing layers.
A short written note explaining why the planes sit where they do also helps the next engineer. A stackup that is merely copied forward tends to drift, and each drift costs a little of the margin that the original arrangement provided.
Reference Planes and Return Current
Every trace that carries a signal also carries a return current, and that current takes the path of least impedance, which at high frequency means the plane directly beneath the trace. Layer assignment decides whether that path exists and whether it is continuous.
A plane that has been perforated by a row of vias forces the return current to detour, and the detour increases loop area, which increases radiated emissions. Grouping vias rather than scattering them, and keeping signal traces away from the resulting gaps, preserves the reference the layer assignment was meant to provide. Our via placement notes cover the trade-offs.
Thermal and Manufacturing Inputs
The stackup also affects how heat leaves the board. Copper planes spread heat laterally and act as a thermal mass, which helps a power stage and complicates the reflow profile for a small package sitting above a large plane.
From the fabricator’s point of view, an unusual arrangement of thin dielectrics or asymmetric copper weights raises the risk of warpage and de-lamination. Keeping the stack inside standard material combinations costs less and builds more predictably than specifying a structure that only one supplier can laminate.
FAQ
Which layer should hold the ground plane? The one directly beneath the component layer, so that the primary routing layer has an uninterrupted reference and the plane also shields the routing below it.
Can a four layer board be enough for a high speed design? Sometimes, if the routing is spare and the impedances can be met. Once several supply rails or a wide bus appear, six layers usually cost less than the compromises a four layer stack would force.
Is an odd layer count ever correct? It can be, but it usually results in an unbalanced stack that a fabricator balances with an extra layer. It is worth considering only when the mechanical constraints make an even stack impossible.




1 Comment
FPGA Transceiver Routing and Power Delivery
[…] the board layout may have to be rearranged around the device rather than the reverse. Our layer assignment notes describe how the resulting layer count follows from the […]