diff options
author | Wade Fife <wade.fife@ettus.com> | 2021-09-08 10:09:10 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-09-10 15:07:05 -0500 |
commit | e64d3e28316f642c1203722b6f5f2af710a7e281 (patch) | |
tree | be446cfc096cad5c364a58d7bad6d06a5f7edb52 /fpga/usrp3/tools/scripts | |
parent | 3d7d5668fbd0b3836315cde10a68a5ba19240008 (diff) | |
download | uhd-e64d3e28316f642c1203722b6f5f2af710a7e281.tar.gz uhd-e64d3e28316f642c1203722b6f5f2af710a7e281.tar.bz2 uhd-e64d3e28316f642c1203722b6f5f2af710a7e281.zip |
fpga: Update help message for setupenv.sh
Updates the language in setupenv.sh --help to better reflect that there
are many locations where Vivado is searched.
Diffstat (limited to 'fpga/usrp3/tools/scripts')
-rw-r--r-- | fpga/usrp3/tools/scripts/setupenv_base.sh | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/fpga/usrp3/tools/scripts/setupenv_base.sh b/fpga/usrp3/tools/scripts/setupenv_base.sh index 95a05d6f6..7ce98a064 100644 --- a/fpga/usrp3/tools/scripts/setupenv_base.sh +++ b/fpga/usrp3/tools/scripts/setupenv_base.sh @@ -45,11 +45,13 @@ function setupenv_help { Usage: source setupenv.sh [--help|-h] [--vivado-path=<PATH>] [--modelsim-path=<PATH>] ---vivado-path : Path to the base install directory for Xilinx Vivado - (Default: /opt/Xilinx/Vivado or /opt/Xilinx/Vivado_Lab) ---modelsim-path : Path to the base install directory for Modelsim (optional simulation tool) - (Default: /opt/mentor/modelsim) ---help -h : Shows this message. +--vivado-path : Path to the base install directory for Xilinx Vivado if it is + not installed in one of the default search locations (e.g., + /opt/Xilinx/Vivado). +--modelsim-path : Path to the base install directory for ModelSim if it is not + installed in one of the default search locations (e.g., + /opt/mentor/modelsim). This simulation tool is optional. +--help -h : Shows this message. This script sets up the environment required to build FPGA images for the Ettus Research ${DISPLAY_NAME}. It will also optionally set up the the environment to run the |