mirror of
https://github.com/oxidecomputer/hw-k2.git
synced 2026-03-24 11:43:51 +00:00
14 lines
449 B
Plaintext
14 lines
449 B
Plaintext
(version 1)
|
|
|
|
(rule DIFF_OUTER_85ohm
|
|
(layer outer)
|
|
(constraint diff_pair_gap (opt 0.1524mm) (min 0.1522mm) (max 0.1526mm))
|
|
(constraint track_width (opt 0.1397mm) (min 0.1395mm) (max 0.1399mm))
|
|
(condition "A.NetClass == 'Diff'"))
|
|
|
|
(rule DIFF_INNER_85ohm
|
|
(layer inner)
|
|
(constraint diff_pair_gap (opt 0.1524mm) (min 0.1522mm) (max 0.1526mm))
|
|
(constraint track_width (opt 0.173mm) (min 0.171mm) (max 0.175mm))
|
|
(condition "A.NetClass == 'Diff'"))
|