Industrial oscillator placed beside a processor on a control board

Seven Steps of PCB Design: From Library to Output

A board that is designed twice costs twice as much, and most of the rework comes from skipping a step that takes an hour. The seven stages below are the ones that catch the mistakes while they are still cheap to correct.

Prepare the Libraries First

The footprint library is built before the schematic, because the footprint is the part that has to match the physical component. A pad drawn to the wrong dimension produces a board that assembles badly however correct the circuit is.

The symbol library follows from the footprint, with the pin numbering and the electrical type of each pin defined. The two libraries have to agree, because a mismatch between them appears later as a connection that exists in the schematic and not on the board.

Capture and Verify the Schematic

The schematic is the reference for connectivity, and it should be readable by someone who did not draw it. A diagram that is technically correct but confusing will be misread, and the cost of that misreading is a respin.

Before the netlist is generated, the unused pins, the power connections and the test points are all checked. A pin left unconnected in a symbol is the most common source of a fault that appears only when the board is built.

PCB design workstation showing layout and schematic windows

Define the Mechanical Outline

The board outline, the mounting holes, the connector positions and the keep out areas come from the mechanical design, and they should be fixed before placement begins. Placing components and then discovering that a connector has moved is a guaranteed rework.

The height restrictions are part of the same input. A component that is too tall for the enclosure will be found at assembly, not in the layout, unless the mechanical drawing states the limit for each area of the board.

Import the Netlist and Place

Placement is the stage that decides how difficult the routing will be. Components are grouped by function, the connectors are placed at the edge they serve, and the parts that need to be close together are close.

The thermal and the electrical requirements often pull in different directions. A power device wants copper and air, while the control circuit wants to be near it. Resolving that conflict on the screen is the work of the stage.

Routing

Routing begins with the critical nets: clocks, differential pairs, high current paths and anything with a length constraint. Once those are routed and locked, the remaining connections can be completed without disturbing them.

The return path is checked as the routing proceeds rather than at the end. A plane that has been cut to make room for a trace may be the reason a fast signal fails, and the change is cheaper before the layer is full.

Fabrication drawing and drill table for a PCB design

Copper, Mask and Legend

After the routing, the copper pours are added and connected, the mask openings are checked against the pads, and the legend is placed where it can be read. Each of these is a manufacturing input rather than a decoration.

A mask opening that is missing leaves a pad covered and unsolderable, and a legend that overlaps a pad will be removed by the fabricator without asking. Both are found in the check that follows.

Run the Design Rule Check

The design rule check compares the layout with the capability of the process. Clearance, width, annular ring and drill size are all tested, and the errors that remain have to be justified individually.

The check is only as good as the rules it is given. A set of rules copied from a different fabricator will pass a board that the selected shop cannot build, so the rules are set from the shop that will produce the panel.

Review Before Release

The review is done against the schematic, the mechanical drawing and the assembly notes, by someone who did not do the layout. Most of what it finds is small, and the small things are what cause the batch to be scrapped.

The layout process and the manufacturability guidelines are the references for that review, and the placement order is worth confirming at the same time.

Output the Fabrication Data

The output is a set of files that describe the board completely: the copper on every layer, the mask, the legend, the drill table, the outline and the stackup. Ambiguity in any of them becomes an assumption by the fabricator.

The fabrication drawing carries what the files cannot: the finish, the impedance requirements, the material and the tolerances that matter. It is the document the quote is based on and the document the inspection is measured against.

Output the Assembly Data

The assembly output includes the placement file, the bill of materials and the drawings that show the reference designators and the polarity of every part. A board that is correct but hard to assemble is an expensive board.

The paste layer and the stencil drawing belong to the same package. A stencil aperture that does not match the pad produces a joint that is either starved or bridged, and the error is discovered on the line.

What Each Stage Prevents

Libraries prevent assembly faults, the schematic prevents connection faults, the outline prevents mechanical interference, placement prevents routing difficulty, routing prevents electrical faults, and the check and the review prevent the ones that remain.

None of the stages is optional because each of them catches something the others cannot see. The hour spent on the library is the reason the board fits, and the hour spent on the review is the reason the batch is not scrapped.

Working With the Fabricator

The design capability of the shop should be known before the rules are set, and the questions that remain should be asked before the order rather than after. A fabricator will answer a question about a drill size in an email and will build what the file specifies.

A short conversation at the start of the project removes most of the surprises at the end. It is the cheapest step in the whole sequence and the one most often skipped.

Why the Order Matters

The stages are not a checklist to be worked through in any order. The library precedes the schematic because the footprint constrains the symbol, the outline precedes the placement because it constrains the placement, and the routing follows the placement because it depends on it.

Working out of order does not save time; it moves the work to a stage where it is more expensive. A missing footprint found during routing costs an hour, and the same footprint found at assembly costs a batch.

How Long Each Stage Takes

The time is not evenly distributed. Placement and routing together take the majority of a dense design, while the library and the output are relatively quick if the tools are set up properly.

That distribution is worth remembering when a schedule is written. A plan that allocates the same time to each stage is a plan that will be late, because the routing cannot be compressed by optimism.

FAQ

Why build the footprint library first? Because the footprint has to match the physical part, and the symbol has to match the footprint. Doing it in that order keeps the two consistent.

Is the design rule check enough? No. It checks geometry, not intent. A board can pass every rule and still be wrong, which is why the review by a second person matters.

What belongs in the fabrication drawing? Everything the files cannot express: the material, the finish, the stackup, the impedance requirements and the tolerances that matter for the assembly.

Leave A Comment