0
mirror of https://github.com/oresat/oresat-star-tracker-hardware.git synced 2026-05-11 03:52:59 +00:00
Files
Edward Tsoi 0454e0a72c Created 2.0 Star tracker card and camera
added files for 2.0 progression
2026-05-04 13:09:57 -07:00

13 lines
402 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 0mm))
(constraint bridged_mask)
)