JTAG and SPI routines are implemented primarily for FTDI-based configuration and flashing. This commit avoids using the FTDI-GPIOs for monitoring and controlling the CFG_DONE, CFG_FAILED, reset and output-enable signals and allows SRAM configuration via JTAG using dirtyJtag cables.
Refers to issue #443.
JTAG and SPI routines are implemented primarily for FTDI-based configuration and flashing. This commit avoids using the FTDI-GPIOs for monitoring and controlling the
CFG_DONE
,CFG_FAILED
, reset and output-enable signals and allows SRAM configuration via JTAG usingdirtyJtag
cables.