You've already forked oresat-star-tracker-hardware
mirror of
https://github.com/oresat/oresat-star-tracker-hardware.git
synced 2026-04-21 01:08:11 +00:00
11 lines
372 B
Plaintext
11 lines
372 B
Plaintext
(version 1)
|
|
(rule "class 1:1"
|
|
(condition "A.NetClass == 'diff pair' && B.NetClass == 'diff pair'")
|
|
(constraint clearance (min 0.1905mm)))
|
|
|
|
# For the eMMC, ignore routing through unconnected pins.
|
|
|
|
(rule "Allow_Trace_Through_Unconnected_Pads"
|
|
(condition "A.Type == 'Track' && B.Type == 'Pad' && B.NetName == 'unconnected-*'")
|
|
(constraint clearance (min -1mm))
|
|
) |