Blog Entry
PCB design workflow
Printed Circuit Board design workflow. Here working with KiCAD.
- Create schematic.
- Add components.
- Add connections.
- Label connections.
- Annotate all component automatically with "Schematic Annotation".
- Check that all connections are correct and vaild with "Test ERC".
- Fix errors, if any.
- Repeate ERC until no errors are found.
- Generate net list with "Netlist generation".
- Link footprints to components with "Cvpcb".
- Save Netlist again.
- Save project with "files" -> "Save Project".
- Create "Bill of materials".
- Start PCB design by running "Pcbnew".
- Set "Dimensions" -> "Tracks and Vias" to match capabilities of PCB board-making machine.
- "Read Netlist" in.
- Distribute components and show ratsnest.
- Add tracks and vias (manually or automatically).
- Add zones.
- Check design by running the "Pcb Design Rules Check".
- "Test DRC".
- "List Unconn".
- Save.
- Export GERBER file!
- Posted on:
- 2009.07.28 -0500
- Tags:
- code
víctor adán