1 if { [info exists CHIPNAME] } {
2 set _CHIPNAME $CHIPNAME
7 # IDs acquired from Xilinx's DS123.pdf
11 # The 4 top bits (28:31) are the device revision. Ignore it.
12 jtag newtap $_CHIPNAME flash -irlen 8 -ignore-version \
13 -expected-id 0x05044093 \
14 -expected-id 0x05045093 \
15 -expected-id 0x05046093
17 target create xcf.flash testee -chain-position $_CHIPNAME.flash
18 flash bank XCF_S xcf 0 0 0 0 xcf.flash