Root/emqbit-utilities/kicad/README

1#EXAMPLE 1: Creation of a KICAD component of a XILINX FPGA using the PARTGen utility
2
3# Runing the Xilinx PARTGen utility
4partgen -v xc6slx75fgg484
5
6# Generate the KICAD library
7./xil2kc.py --pkg-file=samples/xc6slx75fgg484.pkg -o xc6slx75fgg484.lib
8
9#EXAMPLE 2: Creation of a KICAD component library from IBIS file
10#EXAMPLE 2.a
11./ibis2kc.py --ibis-file=samples/micron_ddr2_2Gb.ibs --output-file=micron_ddr2_2Gb.lib --vcc-prefix=VDD --gnd-prefix=VSS
12
13#EXAMPLE 2.b
14./ibis2kc.py --ibis-file=samples/k8001.ibs --output-file=k8001.lib --vcc-prefix=VDD --gnd-prefix=GND
15

Archive Download this file

Branches:
master



interactive