mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-19 08:38:14 +10:00
Change-Id: Iffe7a04c36c6ec680497081a99d55b8c69f8f079 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: http://openocd.zylin.com/6386 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
16 lines
300 B
INI
16 lines
300 B
INI
#
|
|
# Xilinx Parallel Cable III 'DLC 5' (and various clones)
|
|
#
|
|
# http://www.xilinx.com/itp/xilinx4/data/docs/pac/appendixb.html
|
|
#
|
|
|
|
if { [info exists PARPORTADDR] } {
|
|
set _PARPORTADDR $PARPORTADDR
|
|
} else {
|
|
set _PARPORTADDR 0
|
|
}
|
|
|
|
adapter driver parport
|
|
parport port $_PARPORTADDR
|
|
parport cable dlc5
|