Skip to content

Rework of 74xGxx lib

KiCad Bot requested to merge github/fork/jcyrax/74xGxx into master

Created by: jcyrax

I completely reworked 74xGxx library (part of issue https://github.com/KiCad/kicad-symbols/issues/27) They are created using script and https://github.com/bobc/kicad-symgen

I used wikipedia as source for descriptions and types. Symbols are for nexperia part numbers made as generic as possible. For instance, if specific symbol has multiple footprint types with different pinout variants I added full name for that specific pinout. I didn't create all pinout variants where there was more than one, only single per logic gate type.

There are some footprints that will be needed with this. I'm currently making them.

How this will be tested? There are 96 symbols and a lot have multiple units? I don't want to make that much screenshots.


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
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
  • 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
Edited by Daniel Giesbrecht

Merge request reports