Skip to content

74x gxx series power pin cleanup

I'm working on fixing the power pin issues, broken datasheet hyperlinks, etc. with the 74xGxx library. I need advice on which KLC rules I'd be allowed to break, because I can't follow it and have the symbol look reasonable in all cases.

See https://www.kicad-pcb.org/libraries/klc/S3.8/

"Power pins in this case must be drawn on the same symbol as the logic pins."

That is very difficult to do while also keeping the symbol reasonably small. I would have to make the pin name font very small, or offset the power/ground pins to the left or right. Even if I move the pins to the left and right, there are cases where it still won't fit unless I make the symbol quite large.


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • Provide a screenshot of the symbol(s) from the symbol editor with the pin types visible
  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Be patient, we maintainers are volunteers with limited time and need to check your contribution against the datasheet. You can speed up the process by providing all the necessary information (see above). And you can speed up the process even more by providing additional info like the screenshot of the symbol editor pin table (or for high pin counts converted to csv) sorted in the same way as the pin table in the datasheet and a direct link to the datasheet page that contains the pin table.

Edited by Wayne Stambaugh

Merge request reports