Merge pull request #440 from UweBonnes/xc7s

xilinx.cpp: After programming, go to bypass, PR for #436
This commit is contained in:
Gwenhael Goavec-Merou 2024-03-06 07:33:32 +01:00 committed by GitHub
commit 8ed388ca1c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)