Jump to content

Xilinx Vivado: Difference between revisions

From HW wiki
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
== Tips, Tricks, Workarounds ==
== Tips, Tricks, Workarounds ==


* For remote hosts (Tools → Settings → Remote Hosts → Manual Configuration) to work (at least on Debian system) ''sh'' command must run ''bash'', not ''dash''. If you don't want to set this globally, the following command does it only for Vivado: <tt>ln -s /bin/bash /opt/Xilinx/Vivado/2019.1/bin/sh</tt>
* 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: <tt>ln -s /bin/bash /opt/Xilinx/Vivado/2019.1/bin/sh</tt>


* DocNav complains about SSL and you cannot download anything. See [https://www.xilinx.com/support/answers/72509.html this]. On Debian, solve it with downloading [https://packages.debian.org/stretch/amd64/libssl1.0.2/download libssl1.0.2] and copying the content of ''/usr/lib/x86_64-linux-gnu/'' to ''/opt/Xilinx/DocNav/lib''. The create a symlink as follows: <tt>ln -s libssl.so.1.0.2 /opt/Xilinx/DocNav/lib/libssl.so</tt>
* DocNav complains about SSL and you cannot download anything. See [https://www.xilinx.com/support/answers/72509.html this]. On Debian, solve it with downloading [https://packages.debian.org/stretch/amd64/libssl1.0.2/download 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: <tt>ln -s libssl.so.1.0.2 /opt/Xilinx/DocNav/lib/libssl.so</tt>

Latest revision as of 20:56, 20 September 2019

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