-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpolarfire-som.kicad_dru
More file actions
67 lines (60 loc) · 1.71 KB
/
polarfire-som.kicad_dru
File metadata and controls
67 lines (60 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
(version 1)
(rule "50OHM_SE_outer"
(constraint track_width (opt 0.15mm))
(constraint clearance (opt 0.1mm))
(condition "(A.NetClass == '50Ohm-se')")
(layer outer)
)
(rule "50OHM_SE_inner"
(constraint track_width (opt 0.09mm))
(constraint clearance (opt 0.mm))
(condition "(A.NetClass == '50Ohm-se')")
(layer inner)
)
#calculated as 100Ohm diff @ 55OHM SE
(rule "100OHM_diff_outer"
(constraint track_width (opt 0.1mm))
(constraint diff_pair_gap (opt 0.12mm))
(constraint clearance (opt 0.1mm))
(condition "(A.NetClass == '100Ohm-diff')")
(layer outer)
)
(rule "100OHM_diff_inner"
(constraint track_width (opt 0.09mm))
(constraint diff_pair_gap (opt 0.15mm))
(constraint clearance (opt 0.1mm))
(condition "(A.NetClass == '100Ohm-diff')")
(layer inner)
)
#calculated as 90Ohm diff @ 47,5OHM SE
(rule "9OHM_diff_outer"
(constraint track_width (opt 0.11mm))
(constraint diff_pair_gap (opt 0.09mm))
(constraint clearance (opt 0.09mm))
(condition "(A.NetClass == '90Ohm-diff')")
(layer outer)
)
#calculated as 90Ohm diff @ 47,5OHM SE
(rule "90OHM_diff_inner"
(constraint track_width (opt 0.09mm))
(constraint diff_pair_gap (opt 0.1mm))
(constraint clearance (opt 0.1mm))
(condition "(A.NetClass == '90Ohm-diff')")
(layer inner)
)
#calculated as 85Ohm diff @ 47OHM SE
(rule "85OHM_diff_outer"
(constraint track_width (opt 0.125mm))
(constraint diff_pair_gap (opt 0.09mm))
(constraint clearance (opt 0.09mm))
(condition "(A.NetClass == '85Ohm-diff_PCIe')")
(layer outer)
)
#calculated as 85Ohm diff @ 45OHM SE
(rule "85OHM_diff_inner"
(constraint track_width (opt 0.1mm))
(constraint diff_pair_gap (opt 0.1mm))
(constraint clearance (opt 0.1mm))
(condition "(A.NetClass == '85Ohm-diff_PCIe')")
(layer inner)
)