drc: Check PWR nets clearance on pri and sec sides

- Pri: PoE PWR nets
- Sec: PWR nets like GND, 3V3 etc
pull/23/head
linuswck 2023-11-20 11:09:48 +08:00
parent 47a30da9b1
commit 20198f5eab
1 changed files with 5 additions and 0 deletions

5
kirdy.kicad_dru Normal file
View File

@ -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' " ))