Introduction
Welcome to Part 2 of the Altium Designer Quick-Start Tutorial! In Part 1, we covered the basics of setting up a project, creating a schematic, and preparing for PCB layout. Now, we’ll dive deeper into the PCB design process, focusing on PCB layout, routing, design rule checking (DRC), and generating manufacturing files. By the end of this tutorial, you’ll have a complete PCB design ready for fabrication and assembly.
Table of Contents
- Introduction to PCB Layout
- Setting Up the PCB Workspace
- Placing Components
- Routing the PCB
- Manual Routing
- Auto-Routing
- Differential Pair Routing
- Design Rule Checking (DRC)
- Adding Copper Pours and Planes
- Finalizing the PCB Design
- Silkscreen and Assembly Layers
- 3D Visualization
- Generating Manufacturing Files
- Gerber Files
- Drill Files
- Bill of Materials (BOM)
- Conclusion
1. Introduction to PCB Layout
The PCB layout phase is where your schematic comes to life. It involves placing components on the board and routing electrical connections (traces) between them. A well-designed PCB layout ensures proper functionality, signal integrity, and manufacturability.
Key considerations during PCB layout:
- Component Placement: Logical arrangement of components to minimize trace lengths and avoid interference.
- Routing: Creating electrical connections while adhering to design rules.
- Signal Integrity: Ensuring signals are transmitted without distortion or loss.
- Thermal Management: Managing heat dissipation to prevent component failure.
2. Setting Up the PCB Workspace
Before placing components, configure your PCB workspace for optimal design efficiency.
Step 1: Define the Board Shape
- Open the PCB file in your project.
- Use the
Line
tool to draw the board outline on theMechanical Layer
. - Select the outline and go to
Design > Board Shape > Define from Selected Objects
.
Step 2: Set Design Rules
- Go to
Design > Rules
to open thePCB Rules and Constraints Editor
. - Define rules for trace width, clearance, via sizes, and more.
- Example: Set a default trace width of 0.2mm for signal traces.
- Save the rules to ensure your design adheres to manufacturing constraints.
Step 3: Configure Layers
- Open the
View Configuration
panel (L
shortcut). - Enable relevant layers (e.g., Top Layer, Bottom Layer, Silkscreen, Mechanical).
- Set the layer stackup (
Design > Layer Stack Manager
) for multi-layer boards.
3. Placing Components
Proper component placement is critical for a functional and manufacturable PCB.
Step 1: Import Components
- Go to
Design > Update PCB Document
to import components from the schematic. - Review the changes in the
Engineering Change Order
(ECO) dialog and clickExecute Changes
.
Step 2: Arrange Components
- Drag and drop components onto the board.
- Group related components together (e.g., place decoupling capacitors near ICs).
- Consider signal flow and thermal management during placement.
Step 3: Rotate and Align
- Use the
Spacebar
to rotate components. - Use the
Align
tools (Edit > Align
) to align components neatly.
4. Routing the PCB
Routing involves creating electrical connections (traces) between components.
Step 1: Manual Routing
- Use the
Interactive Routing
tool (P + T
shortcut). - Click to start a trace, click again to change direction, and double-click to end.
- Follow design rules (e.g., trace width, clearance) while routing.
Step 2: Auto-Routing
- Go to
Route > Auto Route > All
. - Configure auto-router settings (e.g., routing strategy, layer usage).
- Review the results and make manual adjustments if needed.
Step 3: Differential Pair Routing
- Define differential pairs in the schematic (e.g., USB_D+ and USB_D-).
- Use the
Interactive Differential Pair Routing
tool (P + I
shortcut). - Route the pairs together, maintaining consistent spacing and length.

5. Design Rule Checking (DRC)
DRC ensures your design adheres to specified constraints.
Step 1: Run DRC
- Go to
Tools > Design Rule Check
. - Configure the rules to check (e.g., clearance, width, short circuits).
- Click
Run Design Rule Check
.
Step 2: Review and Fix Errors
- Check the
Messages
panel for errors and warnings. - Address issues (e.g., adjust trace widths, increase clearances).
- Re-run DRC until all errors are resolved.
6. Adding Copper Pours and Planes
Copper pours and planes improve signal integrity and thermal performance.
Step 1: Add a Copper Pour
- Use the
Polygon Pour
tool (P + G
shortcut). - Draw the pour outline and assign it to a net (e.g., GND).
- Configure pour settings (e.g., clearance, thermal relief).
Step 2: Add Power Planes
- Go to
Design > Layer Stack Manager
. - Add internal layers for power and ground planes.
- Assign nets to the planes (e.g., VCC, GND).
7. Finalizing the PCB Design
Step 1: Add Silkscreen and Assembly Layers
- Use the
String
tool (P + S
shortcut) to add labels (e.g., component designators). - Place assembly notes and reference designators on the silkscreen layer.
Step 2: 3D Visualization
- Switch to 3D view (
3
shortcut). - Inspect the board for mechanical fit and component placement.
- Export the 3D model for enclosure design if needed.
8. Generating Manufacturing Files
Once your design is complete, generate the files needed for fabrication and assembly.
Step 1: Gerber Files
- Go to
File > Fabrication Outputs > Gerber Files
. - Configure Gerber settings (e.g., layers, format).
- Generate and review the Gerber files.
Step 2: Drill Files
- Go to
File > Fabrication Outputs > NC Drill Files
. - Configure drill settings (e.g., units, format).
- Generate and review the drill files.
Step 3: Bill of Materials (BOM)
- Go to
Reports > Bill of Materials
. - Configure BOM settings (e.g., columns, formatting).
- Export the BOM for procurement and assembly.
9. Conclusion
Congratulations! You’ve completed Part 2 of the Altium Designer Quick-Start Tutorial. By following this guide, you’ve learned how to:
- Set up the PCB workspace and place components.
- Route traces manually and automatically.
- Perform design rule checking (DRC) to ensure a manufacturable design.
- Add copper pours and power planes for improved performance.
- Finalize the design with silkscreen and 3D visualization.
- Generate manufacturing files for fabrication and assembly.
With these skills, you’re well-equipped to create professional-quality PCBs using Altium Designer. Stay tuned for more advanced tutorials to further enhance your PCB design expertise!
Key Takeaways:
- Proper component placement and routing are critical for a functional PCB.
- Use DRC to ensure your design adheres to manufacturing constraints.
- Copper pours and power planes improve signal integrity and thermal performance.
- Generate Gerber, drill, and BOM files for fabrication and assembly.
Happy designing, and may your PCBs be flawless!