devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
170 stars 46 forks source link

Add Zynq-7000 Series Package Devices Pinoput Files from Xilinx #72

Closed Knochi closed 1 year ago

Knochi commented 1 year ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Would like to see -r option for Xilinx Zynq-7000 SoC Package Files

Describe alternatives you've considered manually edited the csv file to be imported generic

Additional context nothing to add

devbisme commented 1 year ago

Have you looked in the Xilinx libraries here? Maybe the part you need is already available.

Knochi commented 1 year ago

Hi @devbisme thanks for the tip.

the fact that i found the symbol in the lib, you linked, made me try again with kipart.

So when i extract only the chip I need from the zip, I downloaded at Xilinx, this gives me an empty library.

kipart -r xilinx7 xc7z020clg484pkg.txt
Writing xc7z020clg484pkg.lib 0

But when i insert the whole zip, I get all of them, funny.

kipart -r xilinx7 z7all.zip
Writing z7all.lib 22

So the xilinx7 option kinda works for z7 chips as well and I can tune the output for my needs.