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 4 years ago • 1 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

Completely missed this one. Sorry about that. Patch looks fine, but since you added this we have moved to a new API in Edalize called the Flow API. The changes would need to be in https://github.com/olofk/edalize/blob/main/edalize/tools/vivado.py and https://github.com/olofk/edalize/blob/main/edalize/tools/templates/vivado/vivado-program.tcl.j2

olofk avatar Nov 11 '24 09:11 olofk