From e64d3e28316f642c1203722b6f5f2af710a7e281 Mon Sep 17 00:00:00 2001 From: Wade Fife Date: Wed, 8 Sep 2021 10:09:10 -0500 Subject: 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. --- fpga/usrp3/tools/scripts/setupenv_base.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'fpga/usrp3/tools/scripts') 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=] [--modelsim-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 -- cgit v1.2.3