Schematics & netlists
A schematic is the circuit’s logical blueprint: standardized symbols for each component, wired together to say exactly what connects to what. It deliberately ignores physical reality. No sizes, no positions. That frees it to be optimized for the one thing it has to do well, which is being readable. A good schematic tells the circuit’s story, with power flowing top to bottom, signals running left to right, and related functions grouped together.
Each electrical connection in the schematic is a net, the set of pins that must end up wired together. The netlist is the complete machine-readable inventory of every net, and it’s the contract between schematic and layout. The layout tool checks the physical board against it continuously, showing unrouted connections and flagging anything wired to the wrong place.
This separation is what makes PCB design manageable. You settle the electrical design in the schematic, where changes are cheap and the reasoning is visible, and only then fight the geometric battle of layout. Editing the layout without updating the schematic breaks the contract. Modern tools resist it, and experienced designers treat the schematic as the single source of truth.
Key points
- The schematic captures what connects to what, drawn for human readability.
- A net is one electrical connection. The netlist is the complete list of all of them.
- Layout is checked against the netlist continuously; it’s the contract between the two views.
- Design electrically in the schematic first. The layout’s job is to honor it in copper.
Practice
0 of 2 answered · Not startedWrong answers just let you try again, and hints are there if you want them. Answering every question first time, without hints, is what earns mastery.
- 1
What does a netlist contribute that a schematic drawing alone does not?
- 2
Two symbols on different sheets both carry the net label VBUS. What does that mean?
