Skip to content

Instantly share code, notes, and snippets.

@rafaelnp
Created October 25, 2019 13:06
Show Gist options
  • Save rafaelnp/4604f9e51574d49433c06bcc85e77098 to your computer and use it in GitHub Desktop.
Save rafaelnp/4604f9e51574d49433c06bcc85e77098 to your computer and use it in GitHub Desktop.
enviroment variables to add vivado to PATH
# 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"
@babakmammadov1985
Copy link

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"

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