artiq_flash: fix AMC_DR_LEN

pull/842/head
Sebastien Bourdeauducq 2017-08-20 18:20:51 -04:00
parent 9f4c9fc14b
commit 261b6fb42e
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class ProgrammerSayma(Programmer):
"set XILINX_USER1 0x02",
"set XILINX_USER2 0x03",
"set AMC_DR_LEN 2",
"set AMC_DR_LEN 1",
"target create amc_xcu.proxy testee -chain-position amc_xcu.tap",
"flash bank amc_xcu.spi0 jtagspi 0 0 0 0 amc_xcu.proxy $XILINX_USER1 $AMC_DR_LEN",