forked from auracaster/openocd
pld/virtex2: add program/refresh command
Change-Id: If6d237a6f27c4232849f73d08e7ca74276e6d464 Signed-off-by: Daniel Anselmi <danselmi@gmx.ch> Reviewed-on: https://review.openocd.org/c/openocd/+/7714 Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com> Tested-by: jenkins
This commit is contained in:
committed by
Antonio Borneo
parent
e95f8e2b25
commit
373d7eaa70
@@ -35,6 +35,7 @@ set XC6S_JSTART 0x0c
|
||||
set XC6S_BYPASS 0x3f
|
||||
|
||||
proc xc6s_program {tap} {
|
||||
echo "DEPRECATED! use 'virtex2 program ...' not 'xc6s_program'"
|
||||
global XC6S_JSHUTDOWN XC6S_JPROGRAM XC6S_JSTART XC6S_BYPASS
|
||||
irscan $tap $XC6S_JSHUTDOWN
|
||||
irscan $tap $XC6S_JPROGRAM
|
||||
@@ -44,6 +45,7 @@ proc xc6s_program {tap} {
|
||||
|
||||
#xtp038 and xc3sprog approach
|
||||
proc xc6s_program_iprog {tap} {
|
||||
echo "DEPRECATED! use 'virtex2 program ...' not 'xc6s_program_iprog'"
|
||||
global XC6S_JSHUTDOWN XC6S_JSTART XC6S_BYPASS XC6S_CFG_IN
|
||||
irscan $tap $XC6S_JSHUTDOWN
|
||||
runtest 16
|
||||
|
||||
Reference in New Issue
Block a user