aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/vendors/compile-vunit.sh
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/vendors/compile-vunit.sh')
-rwxr-xr-xlibraries/vendors/compile-vunit.sh14
1 files changed, 8 insertions, 6 deletions
diff --git a/libraries/vendors/compile-vunit.sh b/libraries/vendors/compile-vunit.sh
index f5a7c64e0..0f98d2cd6 100755
--- a/libraries/vendors/compile-vunit.sh
+++ b/libraries/vendors/compile-vunit.sh
@@ -15,7 +15,7 @@
# - compiles all VUnit packages
#
# ==============================================================================
-# Copyright (C) 2015-2016 Patrick Lehmann
+# Copyright (C) 2015-2016 Patrick Lehmann - Dresden, Germany
#
# GHDL is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free
@@ -113,6 +113,8 @@ if [ "$HELP" == "TRUE" ]; then
echo " A library folder 'vunit/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."
+ echo ""
echo "Usage:"
echo " compile-vunit.sh <common command>|<library> [<options>] [<adv. options>]"
echo ""
@@ -121,16 +123,16 @@ if [ "$HELP" == "TRUE" ]; then
echo " -c --clean Remove all generated files"
echo ""
echo "Libraries:"
- echo " -a --all Compile all libraries."
- echo " --vunit Compile library vunit_lib."
+ echo " -a --all Compile all libraries."
+ echo " --vunit Compile library vunit_lib."
echo ""
echo "Library compile options:"
echo " -H --halt-on-error Halt on error(s)."
echo ""
echo "Advanced options:"
- echo " --ghdl <GHDL Binary> Path to GHDL's binary e.g. /usr/local/bin/ghdl."
- echo " --out <dir name> Name of the output directory."
- echo " --src <Path to OSVVM> Path to the source directory."
+ 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 " --src <Path to VUnit> Path to the sources."
echo ""
echo "Verbosity:"
echo " -n --no-warnings Suppress all warnings. Show only error messages."