edalize icon indicating copy to clipboard operation
edalize copied to clipboard

Adding Remote hw_target support in Vivado backend with 'hw_server_url' tool option.

Open faberc opened this issue 2 years ago • 0 comments

Added support for 'hw_server_url' tool option for Vivado backend, which takes the string (url and port) provided and passes it to the 'connect_hw_server' command in the program.tcl template with the "-url" tag, outputting the following command: connect_hw_server -url <hw_server_url> if the hw_server_url is provided as a tool option for target.

faberc avatar Aug 27 '21 21:08 faberc