devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Zynq-7000 Series Package Devices Pinoput Files from Xilinx

Knochi opened this issue · comments

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

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

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.