Electronic – PCB Layout Optimization Regarding VCC and GND

layoutpcb-designpowerrouting

I have two questions regarding routing power and ground.

  1. With respect to power, is it generally better to flood copper planes and have one via per pin/pad connecting directly to the plane under, or is it better to branch out from one via with a star topology? Pardon the sloppy layout, but see the below images where I have three bypass capacitors and a single via in the bottom picture compared to the individual vias for each pad connecting to a pour on the top one.

  2. Secondly, in regards to ground, I was viewing some board layouts based around RF chips that flooded all the empty spots with GND pours on top and bottom layers- what is the purpose/benefit of this? Free real estate for possible noise to couple onto?

One Via Per

Star Layout

Best Answer

In my opinion, none of those 2 layouts are clean.

  1. Create a +5V_FUSE shape/polygon on top layer
  2. Connect the shape using one (or more vias, if you anticipate current to be >1A) on the north side of the northern capacitor to the L3 +5V_FUSE trace
  3. Connect the +5V_FUSE shape to all capacitors and pads, either by "capturing" them with the shape or running traces from the pad to the shape

This creates a neat power distribution to your chip, the capacitors acting a tanks for high-speed current transients with little to no parasitic to the chip's pads. Having the vias further away from the chip simply creates a shorted power path in your case.

I'm gonna answer your second question with another question. Do you have layer(s) with a lot of copper and others with only a small amount?

If you do, you should know that copper balance between layer is very important in high-volume production boards to prevent boards from warping during manufacturing heating/cooling phases. Unbalanced copper creates disparity in copper expansion and relaxation. Pouring a ground shape on all layers is recommended, accompanied by plenty of ground vias.

It also greatly helps with EMI reduction, as others mentioned. as long as you have plenty of ground vias all over your board and don't miss an isolated island of copper.