1
0
mirror of git://projects.qi-hardware.com/xue.git synced 2025-04-21 12:27:27 +03:00

initial import

This commit is contained in:
Andres Calderon
2010-07-24 06:58:53 -05:00
commit d6f7c20935
57 changed files with 124168 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
#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