xilinx.cpp: After programming, go to bypass

Needed for xc7s50 on VMM3 boards to detect FLASH
This commit is contained in:
Uwe Bonnes 2024-03-04 15:19:27 +01:00
parent bcbd8aa0e3
commit e299061992
1 changed files with 2 additions and 0 deletions

View File

@ -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)