Xilinx Vivado
Jump to navigation
Jump to search
Tips, Tricks, Workarounds
- For remote hosts (Tools → Settings → Remote Hosts → Manual Configuration) to work (at least on Debian system) sh command on local system must run bash, not dash. If you don't want to set this globally, the following command does it only for Vivado: ln -s /bin/bash /opt/Xilinx/Vivado/2019.1/bin/sh
- DocNav complains about SSL and you cannot download anything. See this. On Debian, solve it with downloading libssl1.0.2 and copying the content of /usr/lib/x86_64-linux-gnu/ to /opt/Xilinx/DocNav/lib. Then create a symlink as follows: ln -s libssl.so.1.0.2 /opt/Xilinx/DocNav/lib/libssl.so