You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Felix Domke
d69c7fd61b
|
10 years ago | |
---|---|---|
src | 13 years ago | |
LICENSE | 10 years ago | |
README | 13 years ago |
README
This is a daemon that listens to "xilinx_xvc" (xilinx virtual cable) traffic and
operates JTAG over GPIOs.
It was written for the NeTV, but the NeTV silvermoon hardware doesn't have the
necessary GPIO-to-JTAG connections.
I've chosen the following connections:
TDI - GPIO104 - SPARE_IO1 (J102, test point)
TDO - GPIO35 - MMC3_ALT_CMD (available on RP116, bottom)
TCK - GPIO118 - FPGA_CCLK (available between R800 and R801, shared with serial configuration)
TMS - GPIO36 - MMC3_ALT_CLK (available on RP116, bottom)
You should easily be able to make it support other hardware as well.
The daemon listens on port 2542, and multiplexes between multiple connections.
I've tested Impact FPGA Programming, IDCODE looping, and Chipscope.
Have fun!