mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-08-30 01:48:50 +02:00
xilinx: flow_program/xc95: increase delay and use getClkFreq (issue #104)
This commit is contained in:
+1
-1
@@ -681,7 +681,7 @@ bool Xilinx::flow_program(JedParser *jed)
|
||||
_jtag->shiftDR(wr_buf, NULL, 8 * (_xc95_line_len + 2));
|
||||
|
||||
if (ii == 14)
|
||||
_jtag->toggleClk(20000);
|
||||
_jtag->toggleClk((_jtag->getClkFreq() * 50) / 1000);
|
||||
else
|
||||
_jtag->toggleClk(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user