Created
October 25, 2019 13:06
-
-
Save rafaelnp/4604f9e51574d49433c06bcc85e77098 to your computer and use it in GitHub Desktop.
enviroment variables to add vivado to PATH
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# variables for vivado tools | |
VERSION=2018.3 | |
XILINX=$HOME/opt/Xilinx | |
VIVADO=$XILINX/Vivado/$VERSION/bin | |
SDK=$XILINX/SDK/$VERSION/bin | |
DOCNAV=$XILINX/DocNav | |
XIC=$XILINX/xic | |
export PATH="$PATH:$VIVADO:$SDK:$DOCNAV:$XIC" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry I am a new user of linux and also vivado. In which file we need to add this path.
VERSION=2018.3
XILINX=$HOME/opt/Xilinx
VIVADO=$XILINX/Vivado/$VERSION/bin
SDK=$XILINX/SDK/$VERSION/bin
DOCNAV=$XILINX/DocNav
XIC=$XILINX/xic
export PATH="$PATH:$VIVADO:$SDK:$DOCNAV:$XIC"