Skip to content

Changed ERC Label capitalization check to also check Power Symbols

This Merge Request adds a check to the ERC, if the Values of two Power Symbols only differ in capitalization and if so, emits a warning.

I've made the following assumptions/design decisions here

  • We don't want cross checks between Power Symbols and normal Labels
  • Only pins with IsGlobalPower() == true should get checked

This is the result of the change:
image

Merge request reports