xilinx.cpp: After programming, go to bypass
Needed for xc7s50 on VMM3 boards to detect FLASH
This commit is contained in:
parent
bcbd8aa0e3
commit
e299061992
|
|
@ -805,6 +805,8 @@ void Xilinx::program_mem(ConfigBitstreamParser *bitfile)
|
|||
* now functional. X 1 3
|
||||
*/
|
||||
_jtag->go_test_logic_reset();
|
||||
/* Some xc7s50 does not detect correct connected flash w/o this shift*/
|
||||
_jtag->shiftIR(tx_buf, rx_buf, _irlen);
|
||||
}
|
||||
|
||||
bool Xilinx::dumpFlash(uint32_t base_addr, uint32_t len)
|
||||
|
|
|
|||
Loading…
Reference in New Issue