xue/emqbit-utilities/kicad
Andres Calderon 61118e4895 kccomp.py has been fixed 2011-01-14 20:47:21 -05:00
..
samples micron_ddr_512Mb models added 2010-08-03 17:31:15 -05:00
README initial import 2010-07-24 06:58:53 -05:00
TODO initial import 2010-07-24 06:58:53 -05:00
ibis2kc.py initial import 2010-07-24 06:58:53 -05:00
kccomp.py kccomp.py has been fixed 2011-01-14 20:47:21 -05:00
xil2kc.py fixed xil2kc.py error 2010-08-14 08:13:41 -05:00

README

#EXAMPLE 1: Creation of a KICAD component of a XILINX FPGA using the PARTGen utility 

#  Runing the Xilinx PARTGen utility
partgen -v  xc6slx75fgg484

#  Generate the KICAD library 
./xil2kc.py --pkg-file=samples/xc6slx75fgg484.pkg -o xc6slx75fgg484.lib

#EXAMPLE 2:  Creation of a KICAD component library from IBIS file
#EXAMPLE 2.a
./ibis2kc.py --ibis-file=samples/micron_ddr2_2Gb.ibs --output-file=micron_ddr2_2Gb.lib --vcc-prefix=VDD --gnd-prefix=VSS

#EXAMPLE 2.b
./ibis2kc.py --ibis-file=samples/k8001.ibs --output-file=k8001.lib --vcc-prefix=VDD --gnd-prefix=GND