10 lines
255 B
Plaintext
10 lines
255 B
Plaintext
(version 1)
|
|
|
|
(rule "ignore clearance inside IGNORE_AREA"
|
|
(severity ignore)
|
|
(constraint clearance)
|
|
(condition "A.intersectsArea('IGNORE_AREA') && B.intersectsArea('IGNORE_AREA')")
|
|
)
|
|
(rule "No blind or buried vias"
|
|
(constraint disallow buried_via)
|
|
) |