diff options
Diffstat (limited to 'libraries/vendors/compile-vunit.sh')
-rwxr-xr-x | libraries/vendors/compile-vunit.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/vendors/compile-vunit.sh b/libraries/vendors/compile-vunit.sh index 0f98d2cd6..277ec47ef 100755 --- a/libraries/vendors/compile-vunit.sh +++ b/libraries/vendors/compile-vunit.sh @@ -110,7 +110,7 @@ if [ "$HELP" == "TRUE" ]; then echo "" echo "Synopsis:" echo " A script to compile the simulation library 'vunit_lib' for GHDL on Linux." - echo " A library folder 'vunit/v08' will be created relative to the current" + echo " A library folder 'vunit_lib/v08' will be created relative to the current" echo " working directory." echo "" echo " Use the adv. options or edit 'config.sh' to supply paths and default params." @@ -131,7 +131,7 @@ if [ "$HELP" == "TRUE" ]; then echo "" echo "Advanced options:" echo " --ghdl <GHDL bin dir> Path to GHDL's binary directory, e.g. /usr/local/bin" - echo " --out <dir name> Name of the output directory, e.g. vunit" + echo " --out <dir name> Name of the output directory, e.g. vunit_lib" echo " --src <Path to VUnit> Path to the sources." echo "" echo "Verbosity:" |