Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intel i9 LGA1700 Motherboard Design

Overview

This is a KiCad project for designing a motherboard for Intel 12th/13th/14th generation Core i9 processors (LGA1700 socket).

WARNING: This is an extremely complex professional-level hardware design project. Full implementation requires extensive hardware design experience, specialized knowledge, and significant time investment.

Project Specifications

Processor

  • Socket: LGA1700 (1700 pins)
  • Supported CPUs: Intel Core 12th/13th/14th Gen (Alder Lake, Raptor Lake, Raptor Lake Refresh)
  • Power Requirements: Up to 241W TDP (varies by specific CPU model)

Memory

  • Type: DDR5
  • Channels: Dual-channel (4 DIMM slots typical)
  • Speed: Up to DDR5-5600 (JEDEC) / DDR5-7200+ (OC)
  • Capacity: Up to 128GB (32GB per DIMM)
  • Voltage: 1.1V nominal

Interfaces

  • USB-C: USB 3.2 Gen 2x2 (20Gbps) with Power Delivery support
  • Additional interfaces to be added as needed

Power Delivery

  • Main input: ATX 24-pin + 8-pin EPS12V
  • VRM: Multi-phase design (12+ phases recommended)
  • Required voltage rails:
    • VCCIN (CPU input): 1.8V nominal
    • VCC (CPU core): 0.6-1.5V (variable)
    • VCCSA (System Agent): ~1.05V
    • VDD (Memory): 1.1V
    • VCC_GT (Graphics): ~1.05V
    • 3.3V, 5V, 12V for peripherals

PCB Specifications

  • Layers: 10-12 layers recommended minimum
    • Layer 1: Top signal/components
    • Layer 2: Ground plane
    • Layer 3-4: Signal routing (DDR5, high-speed)
    • Layer 5-6: Power planes (VCC, VCCIN, etc.)
    • Layer 7-8: Signal routing
    • Layer 9: Ground plane
    • Layer 10: Bottom signal/components
  • Material: FR-4 (high-quality, controlled impedance)
  • Thickness: 1.6mm standard
  • Minimum trace width: 0.127mm (5mil)
  • Minimum clearance: 0.127mm (5mil)

Design Considerations

Critical Design Challenges

  1. High-Speed Differential Signals

    • DDR5: Requires controlled 40-ohm differential impedance
    • USB 3.2: Requires 90-ohm differential impedance
    • Length matching required (< 0.2mm tolerance for DDR5)
  2. Power Delivery Network

    • Low-impedance power distribution
    • Decoupling capacitors strategically placed
    • Multi-phase VRM with proper heat dissipation
  3. Thermal Management

    • CPU socket area thermal design
    • VRM heatsinks required
    • PCB copper weight considerations (2oz+ for power planes)
  4. Clock Distribution

    • Low-jitter clock generation
    • Proper termination and routing
  5. Signal Integrity

    • Controlled impedance routing
    • Via stitching for ground planes
    • Minimal stubs and reflections

Required Reference Materials

You will need access to:

  1. Intel Documentation (NDA required for most):

    • LGA1700 socket mechanical specifications
    • Processor datasheet
    • Platform Design Guide (PDG)
    • Memory reference designs
  2. Component Datasheets:

    • VRM controller (e.g., Intersil, International Rectifier)
    • MOSFETs for power delivery
    • USB PD controller
    • Clock generators
    • Voltage regulators
  3. Industry Standards:

    • JEDEC DDR5 specifications
    • USB-C specifications
    • ATX power supply specifications

Project Structure

i9_motherboard/
├── i9_motherboard.kicad_pro    # Main project file
├── i9_motherboard.kicad_sch    # Root schematic
├── i9_motherboard.kicad_pcb    # PCB layout
├── schematics/                  # Hierarchical schematic sheets
│   ├── power.kicad_sch         # Power delivery subsystem
│   ├── cpu.kicad_sch           # CPU socket and connections
│   ├── memory.kicad_sch        # DDR5 memory interface
│   └── usb.kicad_sch           # USB-C interface
├── datasheets/                  # Component datasheets
├── reference/                   # Reference designs and docs
└── README.md                    # This file

Development Roadmap

Phase 1: Planning and Research

  • Gather Intel reference designs
  • Select VRM controller and MOSFETs
  • Define complete component BOM
  • Study similar motherboard designs

Phase 2: Schematic Design

  • Power delivery network
  • CPU socket connections
  • DDR5 memory interface
  • USB-C interface
  • Clock generation and distribution
  • Additional peripherals (SATA, M.2, etc.)

Phase 3: PCB Layout

  • Define layer stackup
  • Place critical components (CPU socket, memory)
  • Route high-speed differential pairs
  • Power plane distribution
  • Signal integrity verification

Phase 4: Validation

  • DRC (Design Rule Check)
  • ERC (Electrical Rule Check)
  • Signal integrity simulation
  • Power integrity simulation
  • Thermal simulation

Phase 5: Manufacturing

  • Generate Gerber files
  • Generate drill files
  • Generate BOM and assembly files
  • Select PCB manufacturer

Important Notes

  1. This is not a beginner project. Successful completion requires:

    • Deep understanding of high-speed digital design
    • Experience with multi-layer PCB layout
    • Access to simulation tools (SI/PI analysis)
    • Understanding of power electronics
  2. NDA Requirements: Many Intel specifications require signing an NDA with Intel. Without these, creating a fully functional design is extremely difficult.

  3. Cost: Manufacturing a prototype of this complexity can cost $500-2000+ for PCB fabrication alone, plus component costs.

  4. Time: A professional team would spend 3-6 months on a design like this.

Getting Started

  1. Review Intel's public documentation on LGA1700 socket
  2. Study existing open-source motherboard designs (if available)
  3. Start with simplified subsystem designs (USB-C interface, simple power regulation)
  4. Build up complexity gradually

License

This is an educational/reference project. Follow all applicable Intel licensing and NDA requirements.

Disclaimer

This design is provided for educational purposes. No warranty is provided for functionality, manufacturability, or fitness for any purpose. Building and using custom motherboards carries risk of hardware damage.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors