Xilinx / XilinxVirtualCable

Xilinx Virtual Cable (XVC) is a TCP/IP-based protocol that acts like a JTAG cable and provides a means to access and debug your FPGA or SoC design without using a physical cable.
224 stars 80 forks source link

xvcServer: Add support for Zynq Ultrascale+ MPSOC platform #5

Closed kedare123 closed 3 years ago

kedare123 commented 5 years ago

This patch does the below --> Added barrier after every register write, It just make sure that write would not be merged into CPU cluster's interior write buffer with previous data that haven't been write to device. --> Increased buffer array size.

Signed-off-by: Appana Durga Kedareswara rao appana.durga.rao@xilinx.com