fix ERC
Some checks failed
kibot / erc (push) Successful in -4s
kibot / drc (push) Failing after -50s
kibot / generate_outputs (push) Successful in 39s

This commit is contained in:
2025-06-25 23:19:09 -06:00
parent afb96423d4
commit 3ef5749cb1
4 changed files with 322 additions and 4 deletions

View File

@@ -5,3 +5,9 @@
(constraint silk_clearance)
(severity ignore)
)
(rule IgnoreSmaEdge
(condition "A.getField('Footprint') == '*SuperSMA*'")
(constraint edge_clearance)
(severity ignore)
)