tcl/cpld/xilinx-xcu: fix typo
Fix typo in comments Signed-off-by: George Voicu <razvanvg@hotmail.com> Change-Id: Icc2d770e73f896e20dd347de324328030544bdb9 Reviewed-on: https://review.openocd.org/c/openocd/+/7333 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
d3e79c1eaf
commit
4e077fddad
|
@ -9,7 +9,7 @@ if { [info exists CHIPNAME] } {
|
|||
set _CHIPNAME xcu
|
||||
}
|
||||
|
||||
# The cvarious chips in the Ultrascale family have different IR length.
|
||||
# The various chips in the Ultrascale family have different IR length.
|
||||
# Set $CHIP before including this file to determine the device.
|
||||
array set _XCU_DATA {
|
||||
XCKU025 {0x03824093 6}
|
||||
|
|
Loading…
Reference in New Issue