NishanthMenon changed the topic of #openocd to: this is the place to discuss all things OpenOCD | Logs: https://libera.irclog.whitequark.org/openocd/
Bugies has quit [Ping timeout: 240 seconds]
tsal has quit [Ping timeout: 240 seconds]
tsal has joined #openocd
thinkfat_ has joined #openocd
thinkfat has quit [Ping timeout: 272 seconds]
Hawk777 has joined #openocd
nerozero has joined #openocd
danergo has joined #openocd
Hawk777 has quit [Quit: Leaving.]
Haohmaru has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
Bugies has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
iamliterallyabee has quit [Quit: You have been kicked for being idle]
xtor has quit [Ping timeout: 276 seconds]
extor has joined #openocd
danergo has left #openocd [#openocd]
indy has quit [Quit: ZNC 1.8.2 - https://znc.in]
indy has joined #openocd
indy_ has joined #openocd
indy has quit [Ping timeout: 258 seconds]
indy_ has quit [Ping timeout: 240 seconds]
indy has joined #openocd
indy has quit [Ping timeout: 240 seconds]
indy has joined #openocd
indy has quit [Ping timeout: 246 seconds]
indy has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
borneoa_ has quit [Quit: Connection closed for inactivity]
borneoa_ has joined #openocd
nvmd has joined #openocd
Haohmaru has quit []
Hawk777 has joined #openocd
Michael_Monaghan has joined #openocd
Michael_Monaghan has quit [Client Quit]
MichaelMonaghan has joined #openocd
nvmd has quit [Quit: WeeChat 3.5]
<MichaelMonaghan> Hello everyone, hope you are doing well! First time on the IRC here and I am looking for advice on how to approach writing code to support Xilinx's bscan2jtag IP core. Is this the right place?
<antto> possibly yes, stick around till the more significant people notice
<MichaelMonaghan> Great! I'll go ahead and post my question
<antto> sure
<MichaelMonaghan> In brief, bscan2jtag exposes a JTAG interface within an FPGA through a protocol established via a single special purpose data register on the FPGA's TAP.
<MichaelMonaghan> Would it make sense to write an adapter driver or are there other better ways to approach this? I am not yet familiar with the openocd code base.
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
wtywtykk has joined #openocd
<borneoa_> MichaelMonaghan: I remember there is already some bscan related code in OpenOCD. In the riscv code, probably. But it's deeply embedded in that code. If you have other use cases in mind, it could be good to abstract bscan for general use.
<Hawk777> There are some boundary scan commands not related to RISC-V <https://openocd.org/doc/html/Boundary-Scan-Commands.html>. But I don’t know how useful those are for this purpose; AFAIK they’re more for doing normal boundary scan stuff (i.e. exercising I/O pins), not for creating subsidiary JTAG interfaces.
<MichaelMonaghan> borneoa_ You're right. I also noticed that SiFive contributed code with similar functionality here <https://github.com/riscv/riscv-openocd/pull/370>, but like you said, it is deeply embedded and *only* allows RISC-V debug transport modules to be used via SiFives "BSCAN tunnel" (which is incompatible with bscan2jtag).
nerozero has quit [Remote host closed the connection]
MichaelMonaghan has quit [Ping timeout: 252 seconds]
xantoz has joined #openocd
<karlp> jsut for my own curiosity, what do you use this to? it gets you a jtag interface to something that already has a jtag interface, why can't you just expose that? is this just a workaround to not require any pins dedicated, at the expense of only working while things are halted?
MichaelMonaghan has joined #openocd
<MichaelMonaghan> karlp This is just a workaround to exposing additional JTAG pins and using a separate adapter for the debug target within the FPGA. By design, to ensure the FPGA's TAP is always accessible, there is no way to insert a TAP within the FPGA onto the same chain the FPGA's TAP is on.
<MichaelMonaghan> I should probably mention that "bscan" is the name of the interface within the FPGA that exposes one of four of the FPGA TAP's special purpose data registers reserved for the user, hence the name bscan2jtag.
<karlp> not being able to just add a tap to the existing chain suckz :|
<karlp> what's the point of chaining jtag if you... cna't
<karlp> but I get that they try and "protect" you frrom it :)
<MichaelMonaghan> It certainly does. I predict bscan2jtag will be used a lot in the future of Xilinx FPGAs if they move to RISC-V processors. For example, a principle engineer at Xilinx is using it in his RISC-V project <https://github.com/eugene-tarassov/vivado-risc-v>. Saying it would be nice to be able to use OpenOCD and GDB instead of the Xilinx debugger would
<MichaelMonaghan> be an understatement.
sbach has quit [Read error: Connection reset by peer]
MichaelMonaghan has quit [Ping timeout: 252 seconds]
sbach has joined #openocd
erhankur has quit [Remote host closed the connection]
erhankur has joined #openocd
Bugies has quit [Remote host closed the connection]