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.
22 lines
342 B
22 lines
342 B
12 years ago
|
#
|
||
|
# Ejemplo de configuracion personalizada
|
||
|
# Custom config sample
|
||
|
# ~/.jbitrc
|
||
|
#
|
||
|
|
||
|
#Paths de archivos necesarios
|
||
|
#Needed files path
|
||
|
|
||
|
JTAG=/usr/bin/jtag
|
||
|
BIT2SVF=/usr/bin/bit2svf
|
||
|
SVFT="$2"
|
||
|
TEMP=/tmp/bit2svf.tmp
|
||
|
|
||
|
|
||
|
#Conexion y configuracion de la cadena
|
||
|
#Chain conection and configuration
|
||
|
|
||
|
DEVICE="ppdev"
|
||
|
LOCATION="/dev/parport0"
|
||
|
CABLE_TYPE="DLC5"
|