Skip to content

Instantly share code, notes, and snippets.

@Wonicon
Created October 27, 2015 09:08
Show Gist options
  • Save Wonicon/23e89dfbb9119cc7e868 to your computer and use it in GitHub Desktop.
Save Wonicon/23e89dfbb9119cc7e868 to your computer and use it in GitHub Desktop.
To be compatible with fish shell
# Set Vivado environment path
set --export XILINX_VIVADO /opt/Xilinx/Vivado/2015.2
set --export LD_LIBRARY_PATH $LD_LIBRARY_PATH /opt/Xilinx/Vivado/2015.2/lib/lnx64.o
set --export PATH $PATH /opt/Xilinx/Vivado/2015.2/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment