KiCad / kicad-library

The schematic and 3D libraries for KiCad 4.0. Note that the footprint libraries are the *.pretty repos themselves. This is an orphaned repo, the news about the v5 libs, http://kicad.org/post/kicad-official-libraries/.
Other
746 stars 956 forks source link

IEC 74xx symbols #1826

Closed mrnuke closed 6 years ago

mrnuke commented 6 years ago

I'm working on IEC symbols for the 7400 series here.

I'm trying to figure out how to integrate this the existing library. In the master branch, I only have those symbols which have been production tested. i.e. the schematic was laid out, a board was manufactured, assembled and verified to be working.

What's the best way to go about incorporating this?

SchrodingersGat commented 6 years ago

See notes in your PR :)

bobc commented 6 years ago

I did quite a lot of work on my scripts to generate IEC style symbols, but had not quite finished. As the scripts became larger I had to do some essential refactoring.

I started with cmos_ieee because there were fewer symbols in that lib. A typical example of script generated symbol:

image

The script generates control block, elements, can also handle grouped inputs. There is some automatic pin decoration of tristate pins, also ability to label a pin, a group or an element. It turns out most of the required special symbols are in the Unicode font already.

Here is a draft of a complete set.

demo_cmos_ieee.pdf

SchrodingersGat commented 6 years ago

@mrnuke please readdress this to the new kicad-symbols repository :)