melnary has quit [Ping timeout: 244 seconds]
melnary has joined #prjcombine
melnary has quit [Remote host closed the connection]
melnary has joined #prjcombine
h_ro has quit [Ping timeout: 248 seconds]
cr1901_ has joined #prjcombine
cr1901 has quit [Ping timeout: 260 seconds]
<Wanda[cis]> okay. I think I can now just compute the BSCAN register for everything up to spartan6 and virtex6 without much pain.
<Wanda[cis]> * BSCAN register order for everything
<Wanda[cis]> virtex7, however, is uhhhh.
<Wanda[cis]> so starting with virtex5 the boundary scan register contains a bunch of dummy bits between IO columns, prooooobably for pipelining reasons (presumably routing the JTAG chain all the way back down after every IO column would otherwise fail timing or something)
<Wanda[cis]> for virtex5 and virtex6, the amount of dummy bits is easy to compute (it's 1 + <device height in clock regions> before each column)
<Wanda[cis]> for virtex7, it gets quite complex and I haven't quite figured it out yet for all cases
<Wanda[cis]> some of them are quite bizzare