Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

The PCB doesn't have blind vias. In a four layer PCB the inner layers will often be a ground and a power plane. Does it matter which one you place closer to the component side?

share|improve this question
1  
It does. You want ground plane to be closest to your main signal layer. – Armandas Apr 13 '12 at 8:46

2 Answers

up vote 7 down vote accepted

In an ideal world \$V_{CC}\$ is the same as ground for AC signals, and then the order doesn't matter. In practice ground and power net impedances aren't zero and there are noise signals between them.

enter image description here

The picture shows how signals on the top layer are coupled to the \$V_{CC}\$ layer, not to ground. Especially HF signals you'll want on the layer closest to ground, here layer 4.

For low power, LF designs the order will not make much difference.

Picture from this paper

share|improve this answer

It does. And not only does the order of your layers matter, you can also influence your results by specifying the thickness of the FR4 cores or prepregs and the copper traces.

As a start, you can think of the innermost FR4 prepregs as a dielectric for a capacitor between VCC and GND or you can use the cores between 1-2 or 3-4 for impedance controlled striplines between your signals and VCC or GND. The capacitor will not replace all the capacitors you still put onto your board, but it will greatly improve their performance.

It really depends on what you wish to achieve. As an example, you could route all your fast signals on Layer 4, have them laid out with a controlled impedance with regard to GND in layer 3 (using a defined FR4 thickness), build a bypass capacitor with (Layer 2) - (thin FR4) - (Layer 3) between VCC and GND, and route the less critical stuff on layer 1.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.