📏 PCB Impedance Control / プリント基板のインピーダンス制御


Link Badge
🌐 View Site View Site
📂 View Repo View Repo

📑 目次 / Table of Contents


🏗 概要 / Overview

高速信号伝送において、伝送線路のインピーダンス制御は必須です。
In high-speed transmission, impedance control for transmission lines is essential.

特にクロック・差動ペア・高速バスでは、インピーダンス乱れが反射・クロストーク・ジッタの主因になります。
For clocks, differential pairs, and high-speed buses, mismatch drives reflection, crosstalk, and jitter.


🎯 設計ゴール / Design Targets

種類 / Type 代表値 / Target 用途 / Use
単端 / Single-ended 50 Ω (±10%) 汎用高速信号
差動 / Differential 100 Ω Ethernet / HDMI
差動 / Differential 90 Ω USB 2.0 HS
差動 / Differential 85 Ω PCIe

プロトコル仕様を最優先し、銅厚・誘電体・エッチングなどの製造公差を見込んで線幅/間隔を微調整します。
Follow protocol specs first; tune width/spacing with fab tolerances (copper, dielectric, etch).


🔑 基本概念 / Fundamentals


📊 計算式 / Calculation Formulas

\[Z_0 \approx \frac{60}{\sqrt{\varepsilon_r}} \ln\!\left(\frac{8h}{w+t}\right)\] \[Z_0 \approx \frac{60}{\sqrt{\varepsilon_r}} \ln\!\left(\frac{4h}{0.67\pi(w+t)}\right)\]

ここで: $h$ =誘電体厚 , $w$ =線幅 , $t$ =銅厚 , $\varepsilon_r$ =比誘電率。
Where $h$ =dielectric thickness , $w$ =trace width, $t$ =copper thickness, $\varepsilon_r$ =relative permittivity.


🧮 差動インピーダンス / Differential Impedance

\[Z_{diff} \approx 2 Z_0 \!\left( 1 - k \frac{w}{s+w} \right)\]

実務では2D/3D フィールドソルバやファブのスタックアップ表を基準に最終決定します。
Finalize geometry with a field solver or the fab’s stack-up tables.


🧪 実測とシミュレーション / Measurement & Simulation


🧩 DFM/製造公差 / DFM & Tolerances


✅ チェックリスト / Checklist


🧭 ドキュメント雛形 / Handoff Template

項目 / Item 指定 / Spec
ターゲットZ0 / Target Z0 SE 50 Ω, Diff 100 Ω
レイヤ / Layer L3 Stripline, L5 Stripline
誘電率 / Dielectric 3.8(FR-4)
配線幅 / Trace Width 4 mil
配線間隔 / Spacing 6 mil(Diff Pair)
銅厚 / Copper Thickness 0.5 oz
公差 / Tolerance ±10%

項目 / Item 説明 / Description Links
📐 Stack-up 層構成の役割と代表例
Layer stack-up roles & examples
View Site
View Repo
🕳 Via Design スルーホール/マイクロビア/バックドリル設計
Through/microvia/backdrill design
View Site
View Repo
🧪 Materials FR-4/低損失材の特性比較
FR-4 vs low-loss materials
View Site
View Repo

⬆️ Back to PCB

Link Badge
🌐 Back to Site Back Site
📂 Back to Repo Back Repo