Skip to content
Snippets Groups Projects
Commit 3c954fbd authored by Franck Jullien's avatar Franck Jullien Committed by Paul Fertser
Browse files

cfg: or1k_generic: allow TAP_TYPE override


This patch allows users to specify TAP_TYPE from
the command line when using or1k_generic.cfg.

Change-Id: I9f4b7d8e4867658fa34bb4e92fc3a5f25227df11
Signed-off-by: default avatarFranck Jullien <franck.jullien@gmail.com>
Reviewed-on: http://openocd.zylin.com/2056


Tested-by: jenkins
Reviewed-by: default avatarAndreas Fritiofson <andreas.fritiofson@gmail.com>
parent 947a459e
Branches
Tags
No related merge requests found
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
set FPGATAPID 0x020b30dd set FPGATAPID 0x020b30dd
# Choose your TAP core (VJTAG , MOHOR or XILINX_BSCAN) # Choose your TAP core (VJTAG , MOHOR or XILINX_BSCAN)
if { [info exists TAP_TYPE] == 0} {
set TAP_TYPE VJTAG set TAP_TYPE VJTAG
}
# Set your chip name # Set your chip name
set CHIPNAME or1200 set CHIPNAME or1200
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment