blob: d926fa10c59ff1b003d25480f2656fb75007d944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# 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"
|