Nick Petrovsky

Results 7 comments of Nick Petrovsky

> NOTE: going back to v 2019.2 does not solve the problem, same basic error but slightly different wording. > > This patch from Xilinx claims it would help, it...

I am trying to make a remote XVC server and connect it to Vivado. Unfortunately not entirely successful. I am using FT2322 (Digilent Zybo board rev. 1). Cable, board and...

I realized my mistake, I've tried to connect using hw_server, but Virtual Cable is required. Then I tried to make xvc-client\server working on localhost, but still no luck. This woking...

Okey, my appologizes for spaming you too much, the issue is partically demistifyed. There is exists some bugs with socket handling in [`xvc_server.cpp`](https://github.com/trabucayre/openFPGALoader/blob/8722ec98c3362349cea6325490defa9e32d9d896/src/xvc_server.cpp#L187), look at this peace of code: ```C++...

> Thank you for patching the xvc-server, code now looks very close to reference xilinx implementation! I can confirm that in my setup openFPGALoader works perfect locally, but still no...

I use Vivado in batch mode `vivado -mode tcl` after `open_hw_server` something like this command is required `open_hw_target -xvc_url 192.168.104.21:2542` and same errors occurs like in upper message. Allmost the...

> @nick-petrovsky I have pushed [a commit](https://github.com/trabucayre/openFPGALoader/commit/a0180f0bc69a2992935861fe73df4bb85a6aec55) with the fix to use **Vivado**. > Thanks again I have checked last commit with remote openFPGAloader as XVC server: flashed PL of...