mirror of
https://github.com/trabucayre/openFPGALoader.git
synced 2026-09-07 03:24:30 +02:00
all jtag cable: no more hardcoding tdi bit with writeTMS
This commit is contained in:
@@ -53,7 +53,7 @@ class JtagInterface {
|
||||
* \param len: number of bit to send
|
||||
* \return number of bit send/received
|
||||
*/
|
||||
virtual int writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer) = 0;
|
||||
virtual int writeTMS(const uint8_t *tms, uint32_t len, bool flush_buffer, const uint8_t tdi = 1) = 0;
|
||||
|
||||
/*!
|
||||
* \brief send TDI bits (mainly in shift DR/IR state)
|
||||
|
||||
Reference in New Issue
Block a user