ESP8266 based Xilinx Virtual Cable server?

Hi,

I often need to access the debugged FPGA boards remotely. Now when Xilinx has made its Xilinx Virtual Cable specification available:

formatting link
formatting link

and when it is included in the newer versions of Vivado suite:

formatting link
formatting link

it seems, that it should be relatively easy to implement a cheap, Internet enabled programmer/debugger. The ESP8266 $3 module (

formatting link
) seems to be a good candidate to provide authenticated access via Wi-Fi to the debugged board.

It is an open question whether that chip has sufficient resources to implement the XVC server, but it seems that this idea is worth of further investigation. I'd appreciate any comments or suggestions regarding this idea.

With best regards, Wojtek

Reply to
Wojciech M. Zabolotny
Loading thread data ...

I have done the first estimates of possible solution. It seems, that the complete programmer could consist of the ESP8266 based module with sufficient number of pins (e.g. ESP-03, ESP-07 or ESP-12) and the logic level shifter (e.g. based on ST2378). With such components it may be exceptionally cheap Wi-Fi enabled programmer/debugger for Xilinx FPGAs. Short review of protocol specification:

formatting link
and implementation:
formatting link
show, that it should be possible to write simple "proof of the concept" implementation in lua, using the nodemcu firmware for ESP8266 (of course later on it should be ported to C for performance improvement).

Regards, Wojtek

Reply to
wzab01

Dnia 20.05.2015 Wojciech M. Zabolotny napisa?/a:

Hi,

I have written a quick&dirty Lua implementation for ESP8266 with nodemcu firmware. The code is posted to alt.sources usenet group:

formatting link

The first results seem to be promising, but unfortunately, I have found information about serious problems with XVC plugin in ISE14 (which still has to be used for older Xilinx FPGAs). The problem is reported here:

formatting link
And it is not clear if Xilinx is going to fix it :-(.

Until the mentioned bug is fixed (by Xilinx), and until the code is rewritten in C, to obtain reasonable performance, the ESP8266 based XVC server is not very useful...

With best regards, Wojtek

Reply to
Wojciech M. Zabo?otny

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.