RUE Logo

Tutorial 5.2: Component Placement

Systematic approach to component placement for optimal signal integrity, thermal performance, and manufacturability

Introduction to Component Placement

Component placement is the single most impactful step in PCB layout. A well-placed board routes itself; a poorly-placed board cannot be saved by clever routing. Placement determines 80% of the design's signal integrity, thermal performance, and EMC compliance.

Professional placement follows a disciplined priority order and considers electrical, thermal, mechanical, and manufacturing constraints simultaneously.

Placement Priority Order

  1. Mechanically fixed components: Connectors, switches, LEDs, mounting holes, board-edge constraints
  2. Critical/constrained components: BGAs, processors, FPGAs, memory (placement dictates routing feasibility)
  3. High-speed interface components: PHY chips, SerDes, clock generators, termination networks
  4. Power supply components: Regulators, inductors, capacitors (thermal and noise considerations)
  5. Decoupling capacitors: Placed immediately after their associated IC
  6. General components: Resistor networks, protection devices, test points

Checkpoint: Functional Grouping Maintained

Review Criteria

Components belonging to the same functional block are placed together in a logical cluster. Schematic sheet organization should map to physical board regions. Cross-boundary routing between functional blocks should be minimized.

How to Verify Functional Grouping

  1. Enable the ratsnest (unrouted connections) display for the entire board
  2. Select all components from one schematic sheet/block - they should cluster in one board area
  3. Check that the ratsnest lines between functional blocks are short and few
  4. Verify inter-block connections route through defined interface zones (not scattered across the board)
  5. Highlight individual nets spanning multiple blocks - they should have clear, direct paths

Functional Block Examples

BlockComponents to GroupPlacement Zone
Processor CoreCPU/SoC, DDR, flash, boot config resistors, clock, decouplingBoard center (shortest routes to all interfaces)
Power ManagementPMIC, inductors, bulk caps, feedback resistors, power switchesBoard edge or dedicated area away from sensitive analog
USB InterfaceUSB connector, ESD protection, common-mode choke, PHY (if external)Near board edge at connector location
EthernetPHY, magnetics, RJ45 connector, termination resistors, clockNear connector, isolated from high-speed digital
Analog/SensorADC, op-amps, references, precision resistors, filter capsIsolated corner with dedicated analog ground
RF SectionTransceiver, matching network, antenna, crystal, filterBoard edge near antenna, away from digital switching
Good: Clear Functional Zones

Board divided into visible zones: power supply in top-left, processor in center, DDR memory directly adjacent to processor, connectivity interfaces along right edge near their connectors. Minimal ratsnest crossing between zones. Each zone has its own local ground/power connections.

Bad: Scattered Placement

DDR memory chips placed far from processor to "use available space." Power supply inductors placed between sensitive analog circuits. USB connector on opposite side of board from USB PHY. Long ratsnest lines cross the entire board in multiple directions.

Altium Designer - Cross-Select for Grouping

Use Tools > Cross Select Mode to select components in the schematic and see them highlighted on the PCB. Use Arrange Within Rectangle to initially group selected components. The "Rooms" feature automatically creates placement regions from schematic sheets.

KiCad - Grouping Tools

Use Tools > Update PCB from Schematic with grouped placement. In the PCB editor, select components and use Right-click > Group to lock relative positions. Cross-probing (click schematic component, PCB zooms to it) helps verify grouping.

Cadence Allegro - Module Placement

Use Place > Quickplace with "Place by schematic page" option. Define placement rooms in Constraint Manager for each functional block. Use "Module Copy" to replicate proven placement patterns for repeated circuits (e.g., multiple identical power channels).

Checkpoint: Signal Flow Left-to-Right / Top-to-Bottom

Review Criteria

The overall signal flow follows a logical progression from input to output. This reduces crossing traces, simplifies routing, and aids troubleshooting. The primary flow direction should be consistent across the board.

Signal Flow Principles

How to Verify Signal Flow

  1. Identify the main signal path from input to output (e.g., sensor > ADC > processor > DAC > output)
  2. Verify this path flows in one general direction across the board
  3. Check that no intermediate component forces a signal to reverse direction
  4. For complex boards with multiple I/O, verify each I/O chain has a clear flow corridor
  5. Examine high-speed buses: they should route in straight corridors without excessive meandering

Common Pitfall: Connector Placement Forcing Signal Reversal

A common mistake is placing the input connector and output connector on the same board edge (due to enclosure constraints). This forces signals to travel across the board and return, doubling trace lengths and creating potential interference. Solution: If mechanically unavoidable, create a clear routing corridor for the return path and use proper shielding between incoming and outgoing signals.

Checkpoint: Decoupling Capacitors Adjacent to IC Pins

Review Criteria

Bypass/decoupling capacitors must be placed as close as physically possible to their associated IC power pins. The connection loop area (IC power pin > via > cap > via > IC ground pin) must be minimized.

Decoupling Placement Rules

Capacitor TypePlacement DistancePurposeTypical Value
Local decoupling<1mm from IC pinHigh-frequency noise suppression100nF (0402)
Bulk decoupling<5mm from ICMid-frequency energy storage4.7uF - 10uF (0603/0805)
Board-level bulk<25mm from ICLow-frequency regulation support22uF - 100uF (0805/1206)

Optimal Decoupling Via Strategy

GOOD: Minimum loop area
  IC Power Pin
      |
      +--- short trace (<0.5mm) ---+
                                     |
                                  [Cap Pad 1]
                                  [  100nF  ]
                                  [Cap Pad 2]
                                     |
      +--- short trace (<0.5mm) ---+
      |
  IC Ground Pin (or via to ground plane)

Total loop area: < 2mm x 0.5mm = 1 sq.mm

BAD: Large loop area
  IC Power Pin
      |
      +--- long trace (5mm) --- Via --- plane trace --- Via ---+
                                                                |
                                                            [Cap Pad 1]
                                                            [  100nF  ]
                                                            [Cap Pad 2]
                                                                |
      +--- long trace (5mm) --- Via --- plane trace --- Via ---+
      |
  IC Ground Pin

Total loop area: > 10mm x 2mm = 20 sq.mm (20x WORSE!)
            

BGA Decoupling Placement Strategy

  1. Under-BGA placement (preferred): 0402 capacitors placed on the bottom side directly under the BGA power/ground via pairs. Shortest possible loop inductance.
  2. Perimeter placement: Capacitors placed around BGA perimeter within 2mm of the IC edge. Use when component height prevents bottom-side placement.
  3. Fan-out zone: Capacitors in the BGA breakout area, connected to power/ground vias with minimal trace length.
Good: BGA Decoupling

100nF caps in 0402 placed on bottom side directly below each power/ground via pair. Via-in-pad connects cap directly to BGA pad. Shared via serves as both BGA escape and cap connection. Loop inductance <0.2nH per cap.

Bad: BGA Decoupling

All decoupling caps placed 10mm from BGA edge "because there was space." Long traces to power/ground vias. Some caps share vias with other nets. Loop inductance >2nH per cap. High-frequency decoupling completely ineffective above 100 MHz.

Common Pitfall: Via Placement Between Cap and IC

Placing a via between the capacitor and the IC pin adds inductance to the decoupling loop. The via's 0.5-1.0 nH inductance may exceed the capacitor's own ESL, negating its high-frequency effectiveness. Best practice: Place the via on the far side of the capacitor (away from the IC), or use via-in-pad for both the IC and the capacitor.

Checkpoint: Thermal Components Away from Heat-Sensitive Parts

Review Criteria

Heat-generating components (regulators, power MOSFETs, processors) must be separated from temperature-sensitive components (crystal oscillators, precision references, sensors). Thermal zoning must consider airflow direction.

Thermal Zoning Rules

Heat SourceTypical DissipationMin Distance to Sensitive Parts
Switching regulator0.5-3W10-20mm
LDO regulator0.2-1W5-15mm
Power MOSFET1-10W15-30mm
Processor/SoC2-15W15-25mm (with heatsink)
Motor driver1-5W20-30mm

Temperature-Sensitive Components

Airflow Consideration

When forced airflow is present:

  1. Place heat-sensitive components UPSTREAM (where air enters, coolest)
  2. Place heat-generating components DOWNSTREAM (where air exits)
  3. Never place sensitive components in the thermal wake of a hot component
  4. Verify with thermal simulation that no hot spots affect critical components
Good: Thermal Layout

Switching regulators placed along top board edge with thermal vias to back copper pour. Crystal oscillator placed in bottom-left corner, far from heat sources. Precision voltage reference located in temperature-stable center zone with thermal relief from surrounding copper.

Bad: Thermal Layout

LDO regulator placed directly adjacent to 32.768 kHz crystal (used for RTC). MOSFET power stage next to precision ADC reference input. All hot components in board center with sensitive components surrounding them.

Checkpoint: Height Restrictions Respected

Review Criteria

All components fit within the enclosure height envelope. No component exceeds maximum height on either side. Keep-out zones for mechanical interference (chassis ribs, LCD backing, cable routing) are respected.

How to Verify Height Compliance

  1. Import the enclosure 3D model (STEP file) into the PCB design tool
  2. Set component height rules in the constraint manager for different board regions
  3. Run 3D clearance check / collision detection
  4. Pay special attention to:
    • Electrolytic capacitors (tallest common component)
    • Connectors with cables attached
    • Heatsinks and thermal solutions
    • Inductors (especially shielded power inductors)
    • Transformers and common-mode chokes
  5. Verify bottom-side component height if board mounts close to chassis

Common Height Constraints

ScenarioTypical Max Height (Top)Typical Max Height (Bottom)
Credit card device2-3 mm1-2 mm
Mobile phone1.5-2.5 mm0.5-1.5 mm
Laptop PCB3-5 mm2-3 mm
Desktop/server card12-25 mm5-8 mm
Industrial DIN-rail15-25 mm3-5 mm
Altium Designer - 3D Clearance

Use View > 3D Layout Mode (press "3" key). Import enclosure STEP file via Place > 3D Body on mechanical layer. Use Design Rules > Placement > Component Clearance with height parameters. Run Tools > Design Rule Check to find violations. The 3D view clearly shows any interference.

KiCad - 3D Verification

Use View > 3D Viewer (Alt+3). Import enclosure model through Board Setup > Board Finish > Board Dimensions. Add courtyard/keepout areas with height constraints on appropriate layers. Use Inspect > Board Statistics to list tallest components.

Checkpoint: Analog/Digital Segregation

Review Criteria

Analog and digital sections are physically separated with distinct ground regions. Mixed-signal ICs straddle the boundary. No digital signal routes through the analog region. Power supplies for analog and digital are separated at the point of regulation.

Segregation Implementation

  1. Physical separation: Minimum 5mm gap or guard trace/ground fence between analog and digital zones
  2. Ground strategy:
    • Single ground plane (preferred for most mixed-signal designs)
    • No digital return currents flow through analog ground region
    • Ground plane under analog section free of splits, slots, or via clusters
  3. Power separation: Separate regulators or ferrite bead filtering for AVDD vs DVDD
  4. Signal boundary: Only necessary signals cross the analog/digital boundary, at a single defined point
Good: Proper Analog/Digital Layout

ADC placed at the boundary between analog and digital zones. Analog input traces route exclusively in the analog region with quiet ground reference. Digital data bus exits the ADC on the digital side. Single ground plane with no routing beneath the ADC that would create return path discontinuities.

Bad: Poor Segregation

SPI bus to the ADC routes through the analog sensor region, coupling digital noise into sensitive signal traces. Digital ground return current crosses under the analog input traces. Switching regulator placed between ADC and its analog front-end.

Common Pitfall: Split Ground Planes

Many designers still split the ground plane between analog and digital, connecting at a single point. This outdated technique (from the days of through-hole) often causes more problems than it solves in modern designs. A split creates a slot antenna, forces return currents to take long paths, and makes the board extremely sensitive to routing errors. Modern best practice: Use a single, unbroken ground plane. Control where currents flow by controlling where signals route, not by cutting the ground.

Checkpoint: No Components Under Heatsink/Mechanical Parts

Review Criteria

Areas beneath heatsinks, mechanical fasteners, structural supports, and moveable parts are free of components. Keep-out zones are defined for assembly access and thermal interface material (TIM) application.

Keep-Out Zone Requirements

Mechanical FeatureTop Keep-OutBottom Keep-OutNotes
Heatsink (clipped)Heatsink footprint + 1mmVaries by clip typeInclude clip/spring area
Heatsink (adhesive)Heatsink footprint + 0.5mmNo restriction (if no screws)Allow for TIM squeeze-out
Screw/standoffHead diameter + 1mm radiusNut/washer + 1mm radiusConsider tool access
Board stiffenerN/AStiffener area + 0.5mmAdhesive spread tolerance
Shield canShield footprint exactlyNo restrictionInner perimeter for components
Battery holderHolder footprint + 1mmBased on mounting typeBattery removal clearance

Verification Steps

  1. Create keep-out regions on the appropriate layer for each mechanical feature
  2. Import 3D models of all mechanical parts (heatsinks, shields, connectors)
  3. Run DRC to verify no components violate keep-out regions
  4. Check that test points are accessible (not under shields or heatsinks)
  5. Verify that rework is possible for components near mechanical features
  6. Consider assembly sequence: can the heatsink/shield be installed after soldering?

Common Pitfall: Forgetting Bottom-Side Clearance

Designers often forget that screws protrude through the board. A mounting screw with a washer needs 8-10mm diameter clearance on the bottom side. Placing small 0402 capacitors in this zone means they will be crushed or the board will not sit flat. Always define keep-out zones on BOTH sides of the board for any through-hole mechanical feature.

Component Placement Review Workflow

Systematic Review Process

  1. Mechanical compliance: All connectors, mounting holes, and mechanically-fixed components are in correct positions per the mechanical drawing
  2. Functional grouping: Select each schematic page and verify corresponding components are clustered on the PCB
  3. Signal flow: Trace the main signal path through the board - it should flow logically without reversal
  4. Decoupling proximity: Measure distance from each decoupling cap to its associated IC pin pair
  5. Thermal zoning: Identify all hot spots and verify no sensitive components are within their thermal influence zone
  6. Height compliance: Run 3D interference check against enclosure model
  7. Analog/digital boundary: Verify clean separation with no digital routes crossing analog zones
  8. Manufacturing access: Verify adequate spacing for assembly (pick-and-place clearance, reflow profile compatibility)

Minimum Component Spacing (IPC-7351 / Assembly)

Component SizeMin Pad-to-Pad SpacingRecommended Spacing
0201 to 02010.15mm0.25mm
0402 to 04020.20mm0.30mm
0603 to 06030.25mm0.40mm
0805 to 08050.30mm0.50mm
QFP to passive0.30mm0.50mm
BGA to passive0.50mm1.00mm
Through-hole to SMD0.50mm1.00mm
Industry Standards References
  • IPC-7351B: Generic Requirements for Surface Mount Design and Land Pattern Standard - defines courtyard dimensions
  • IPC-2221B Section 8: Component mounting and spacing requirements
  • IPC-A-610G: Acceptability of Electronic Assemblies - defines acceptable component placement tolerances
  • IPC-SM-782: Surface Mount Design and Land Pattern Standard (predecessor to IPC-7351)
  • JEDEC JEP95: Design standard for BGA package outline and land pattern

Placement Grid, Orientation & Manufacturing Optimization

Component Orientation Rules for Reflow Soldering

RuleRationaleImpact if Violated
All passives aligned in same direction (0 or 90 deg)Consistent thermal profile during reflowTombstoning risk, uneven solder joints
Passive pairs (series/parallel) oriented identicallyEqual pad heating during reflowOne component may tombstone while mate is fine
ICs oriented consistently (pin 1 same corner convention)Reduces assembly errors, simplifies inspectionMisplaced components harder to detect
Connectors oriented for cable routingCables route without crossing boardCable management problems in enclosure
Through-hole pins aligned to wave solder directionOptimal wave contact for clean jointsShadowed pins, incomplete fillets

Placement Grid Recommendations

Reflow Profile Compatibility

Component placement affects reflow soldering profile requirements:

Placement DFM Guidelines per Fabricator

GuidelineJLCPCB (SMT)PCBWay (SMT)Generic IPC
Min component-to-edge2.0mm1.5mm1.0mm
Min component-to-V-score3.0mm2.5mm2.0mm
Min component-to-rail edge3.5mm3.0mm2.5mm
Min QFP/BGA-to-edge5.0mm5.0mm3.0mm
Smallest component (standard)040204020201 (advanced)
Smallest component (advanced)0201020101005 (specialized)

Common Pitfall: Inconsistent Passive Orientation Causing Tombstoning

Two decoupling capacitors placed next to each other, one at 0 degrees and one at 90 degrees. During reflow, the component with pads aligned parallel to the conveyor direction has one pad that reaches liquidus before the other (due to thermal gradient in the oven). The surface tension of the first-melting pad pulls the component up vertically ("tombstone"). Prevention: Align all small passives (0402, 0603) in the same orientation within a local area. If both orientations are unavoidable, stagger the components so each has symmetric thermal exposure.

Placement Verification Tool Commands

Final Placement Review in All Tools

Altium: Reports > Component Links to verify all components placed. Design > Board Shape > Component Clearance Check for overlap. View in 3D (press "3") for height check.
KiCad: Inspect > Board Statistics for component count verification. Run DRC for courtyard violations. Use 3D Viewer (Alt+3) for visual height check.
Allegro: Tools > Quick Reports > Placement for statistics. Tools > Update DRC for real-time overlap checking. View > 3D Viewer for mechanical verification.