aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-altera.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vendors/compile-altera.sh')
-rwxr-xr-xscripts/vendors/compile-altera.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/vendors/compile-altera.sh b/scripts/vendors/compile-altera.sh
index 73aaeb164..06269071e 100755
--- a/scripts/vendors/compile-altera.sh
+++ b/scripts/vendors/compile-altera.sh
@@ -126,11 +126,11 @@ while [[ $# -gt 0 ]]; do
GHDL="$2" # overwrite a potentially existing GHDL environment variable
shift # skip argument
;;
- --source)
+ --src|--source)
SrcDir="$2"
shift # skip argument
;;
- --output)
+ --out|--output)
DestDir="$2"
shift # skip argument
;;
@@ -179,9 +179,9 @@ if [[ $COMMAND -le 1 ]]; then
echo " -H --halt-on-error Halt on error(s)."
echo ""
echo "Advanced options:"
- echo " --ghdl <GHDL binary> Path to GHDL's executable, e.g. /usr/local/bin/ghdl"
- echo " --output <dir name> Name of the output directory, e.g. altera"
- echo " --source <Path to Quartus>Path to the sources."
+ echo " --ghdl <GHDL binary> Path to GHDL's executable, e.g. /usr/local/bin/ghdl"
+ echo " --output <dir name> Name of the output directory, e.g. altera"
+ echo " --source <Path to Quartus> Path to the sources."
echo ""
echo "Verbosity:"
echo " -v --verbose Print verbose messages."