forked from sinara-hw/kirdy
drc: Check PWR nets clearance on pri and sec sides
- Pri: PoE PWR nets - Sec: PWR nets like GND, 3V3 etc
This commit is contained in:
parent
47a30da9b1
commit
20198f5eab
|
@ -0,0 +1,5 @@
|
|||
(version 1)
|
||||
|
||||
(rule "PoE PWR Clearance Between GND and PoE AC Input"
|
||||
(constraint clearance (min 1.0mm))
|
||||
(condition " A.NetClass != B.NetClass && A.NetClass == 'PWR' && B.NetClass == 'POE_PWR' " ))
|
Loading…
Reference in New Issue