Skip to content

Draft: Xilinx fpga ultrascale

I have developed a python script (gnu) for converting the xilinx ultrascale zynq devices https://gitlab.com/androoka-labs/kicad/xilinx-symbol-generator so far I've created two Xilinx Zynq Ultrascale+ variants (cg and eg, there is a ev). I'd like to evolve the scripting to include the other Ultrascale devices as time permits. I tried to follow the library conventions as much as I can with a generic script. vccxxx is at top left instead of across the top row, same as gnds on bottom left but hard to autogenerate all variations. the units names match the xilinx bank schemes. Please provide feedback to greg.pring@gmail dot com.

(also working on a script to create the footprints... the intent of this commit is for feedback until the footprints are created).

  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
Edited by Greg Pring

Merge request reports