You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Pearson 0ffb793cb5
Relayout the GUI to be more in line with expected norms
10 years ago
..
bitinfo-0.3 Add initial files for direct FPGA programming 12 years ago
debian Add initial files for direct FPGA programming 12 years ago
templates Add initial GPMC test program and associated files for BeagleBone Black 11 years ago
LEEME.txt Add initial files for direct FPGA programming 12 years ago
Makefile Add verified Xilinx programming script and device type extractor 12 years ago
README.en Add initial files for direct FPGA programming 12 years ago
README.es Add initial files for direct FPGA programming 12 years ago
TODO Add initial files for direct FPGA programming 12 years ago
bit2svf.c Relayout the GUI to be more in line with expected norms 10 years ago
bitdevice.c Add verified Xilinx programming script and device type extractor 12 years ago
bitshandle.c Add initial files for direct FPGA programming 12 years ago
bitshandle.h Add initial files for direct FPGA programming 12 years ago
commands.c Add magic 64 bytes to S6 svf file 12 years ago
commands.h Add initial files for direct FPGA programming 12 years ago
dumpbit.c Add initial files for direct FPGA programming 12 years ago
global.h Add initial files for direct FPGA programming 12 years ago
jbit Add initial files for direct FPGA programming 12 years ago
jbitrc_sample.txt Add initial files for direct FPGA programming 12 years ago
parts.c Add initial files for direct FPGA programming 12 years ago
parts.h Add initial files for direct FPGA programming 12 years ago
tags Add initial files for direct FPGA programming 12 years ago
usage.txt Add initial files for direct FPGA programming 12 years ago

README.es

Copyright (c) 2005 Juan Pablo D. Borgna <jpborgna en inti gov ar>               
Copyright (c) 2001, 2002 by David Sullins [bitinfo code]
Copyright (c) 2006 Salvador E. Tropea <salvador en inti gov ar>
Copyright (c) 2005-2006 Instituto Nacional de Tecnología Industrial

 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; version 2.

 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA

dumpbit:
-------
        Dumpbit es un simple programa que toma un archivo .bit generado por
        herramientas de Xilinx y vuelca el contenido del stream binario en
        un archivo.
        
bit2svf:
-------

        Este programa se usa para generar un archivo SVF con la secuencia
        necesaria para grabar el contenido de un archivo .bit de xilinx en
        algun dispositivo PROM o en la misma FPGA.

Funcionamiento:
               Lo que se hace es utilizar un template con instrucciones para
        generar el archivo svf. Se necesita un template para cada algoritmo
        diferente que se quiera generar.
               La explicacion del formato de templates se encunetra en un
        archivo README en el directorio "templates/" que trae dos ejemplos.

bitinfo:
-------
        Este es programa escrito por Dave Sullins [davesullins@earthlink.net]
        sirve para interpretar el header de los archivos bit de xilinx.
        Es usado internamente por bit2svf y dumpbit.
        La distribucion completa junto con su documentacion se encuentra en el
        directorio bitinfo-3.0.

jbit:
----
     Esta script, utilizando bit2svf, genera un SVF temporal para el
     dispositivo especificado con el archivo bit y luego utiliza el programa
     JTAG para transferirle ese archivo. Al terminar borra el temporario.
     Fue creada para simplificar el proceso de programar un dispositivo Xilinx
     con un archivo bit con herramientas GPL.