KiCad / kicad-symbols

Official KiCad schematic symbol libraries for Kicad 5
https://kicad.github.io/symbols
Other
704 stars 745 forks source link

Xilinx libraries need work #134

Open SchrodingersGat opened 6 years ago

SchrodingersGat commented 6 years ago

The various Xilinx CPLD / FPGA libraries have many hundreds of KLC violations and require attention. Some symbols are obsolete and can probably be removed.

bobc commented 6 years ago

I've nearly got symgen to the point where it can be easily used to clean up these type of libraries, certainly it can benefit from exposure to more test cases. symgen fixes most of the KLC style errors, mainly leaving missing doc fields and footprints.

Unfortunately I have a backlog of other libraries to process, if it would be useful I can document the process for others.

Note that Xilinx provide text files with pin definitions (no other data), which can be read by KiPart to produce libraries but they are not very KLC compliant. I have adapted KiPart to produce symgen scripts as well, which might be more useful creating KLC libs.