pcb_validate_pcie_lanes
Validate PCIe lane-to-lane skew against generation-specific limits by calculating per-lane propagation delay and max skew.
Instructions
Validate PCIe lane-to-lane skew against generation-specific spec limits. Calculates per-lane propagation delay and max skew.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pcie_gen | No | PCIe generation (1-6, default 4) | |
| lane_lengths_mm | Yes | Dict of lane_name: length_mm (e.g. {"TX0": 80.5, "TX1": 81.2}) | |
| dielectric_constant | No | Dielectric constant for delay calculation (default 4.0) |