xienv

command module
v0.0.0-...-446dc4d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 10, 2023 License: MIT Imports: 6 Imported by: 0

README

xienv

Vivado/Vitis version management tool for Linux like pyenv.

Vivado/Vitis must be installed in /tools/Xilinx/Vivado and /tools/Xilinx/Vitis respectively.

Installation

Please install via go install:

go install github.com/ebiyu/xienv@latest

and open your .zshrc, .bashrc, or .bash_profile and add the following line:

eval "$(xienv init -)"

Usage

xienv global 2020.2 # set global version
xienv local 2020.2  # set project-local version (written to .xienv-version)
xienv versions      # list installed versions

# run Vivado/Vitis with global/local version
# If both global and local versions are set, the local version is used.
# If both global and local versions are not set, the latest version is used.
vivado
vitis

# If some commands are not found, please contact me.
# Workaround:
xienv-run vivado

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL