You’ll have to do a few things to get that to work. There is no JTAG over USB (that I’m aware of yet), so you’ll need a few items.
Easiest
- Get the breaky breaky board. JTAG connectors are broken out, and the Digilent connects easily. You can also manually wire the JTAG piña to the snickerdoodle, but that’s a little more involved.
- Buy the Digilent JTAG adapter. $60. It’s one of the cheapest.
- If in Linux, you’ll need to install the cable drivers from the Xilinx Vivado install directory. (It’s a simple process, you’ll have to google it). In Windows, Im guessing you’ll need a driver too.
- hold down reset button on snick for like 5 seconds as you power it on to boot into jtag mode. (If you want to load things from JTAG, for Xilinx tutorials and such). Or you can just boot Linux from an SD card with the prebuilt image from Krtkl website.
- Click the hardware manager in Vivado (under build bitstream) , then autoconnect in Vivado and it should come up.
There’s a way to do hardware debugging remotely but it’s a little more involved.
Good luck!
SW