Merge pull request #440 from UweBonnes/xc7s
xilinx.cpp: After programming, go to bypass, PR for #436
This commit is contained in:
commit
8ed388ca1c
|
|
@ -805,6 +805,8 @@ void Xilinx::program_mem(ConfigBitstreamParser *bitfile)
|
||||||
* now functional. X 1 3
|
* now functional. X 1 3
|
||||||
*/
|
*/
|
||||||
_jtag->go_test_logic_reset();
|
_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)
|
bool Xilinx::dumpFlash(uint32_t base_addr, uint32_t len)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue