redstarcomrade has quit [Read error: Connection reset by peer]
ar-jan has joined #glasgow
ar-jan has quit [Ping timeout: 252 seconds]
ar-jan has joined #glasgow
bvernoux has joined #glasgow
notgull has quit [Ping timeout: 264 seconds]
notgull has joined #glasgow
Wanda[cis] has joined #glasgow
<Wanda[cis]>
so I have a device (XPLA3 CPLD) with a cursed JTAG interface
<Wanda[cis]>
according to ISE SVF the erase/programming sequence involves having to go to IR-Pause for a specific amount of cycles at some points
<Wanda[cis]>
the SVF also contains manually specified state transitions, which are currently unsupported by the glasgow applet
<Wanda[cis]>
and the TAPInterface class doesn't support direct enough control either
<Wanda[cis]>
so... I suppose I'm going to try extending the jtag-svf applet at least enough to deal with the specific cursed state transitions involved, and extending the TAPInterface to allow ending the shift in pause-states and spending a set amount of cycles in those?