Skip to content

Instantly share code, notes, and snippets.

@morning21
Last active August 4, 2017 05:54
Show Gist options
  • Save morning21/1d5b90084b8aa23d18fc81aa27ad95db to your computer and use it in GitHub Desktop.
Save morning21/1d5b90084b8aa23d18fc81aa27ad95db to your computer and use it in GitHub Desktop.

vivado 2016.2 install

  1. download vivado 2016.2
  2. download vivado license
    • vivado 2016.4 license is also ok
  3. ./xsetup
    • select your install directory
    • find your .lic in license manager
  4. open a project and test
  5. cannot launch SDK after export the HW
    • KEY: gvim PATH_TO/Xilinx/SDK/2016.3/eclipse/lnx64.o/eclipse.ini


    -vmargs
    的上一行添加
    --launcher.GTK_version
    2
    保存
    再次launch就可以打开 sdk 了


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment