aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-altera.ps1
diff options
context:
space:
mode:
authorHauke Günther <hauke.guenther@sieb-meyer.de>2022-06-22 22:15:28 +0200
committerHauke Günther <hauke.guenther@sieb-meyer.de>2022-06-24 14:39:16 +0200
commit890b2fc4abc5717bec33c77829353e2264a3762c (patch)
tree0a960120434d1a441e5927875cae6f491ce11fe9 /scripts/vendors/compile-altera.ps1
parent268d0ffa05d97eb9c836e790b9a4a25a9d1d49fd (diff)
downloadghdl-890b2fc4abc5717bec33c77829353e2264a3762c.tar.gz
ghdl-890b2fc4abc5717bec33c77829353e2264a3762c.tar.bz2
ghdl-890b2fc4abc5717bec33c77829353e2264a3762c.zip
Update docstring for GHDL parameter of PoSh scripts
Diffstat (limited to 'scripts/vendors/compile-altera.ps1')
-rw-r--r--scripts/vendors/compile-altera.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-altera.ps1 b/scripts/vendors/compile-altera.ps1
index 0c1f948cf..9587d3b86 100644
--- a/scripts/vendors/compile-altera.ps1
+++ b/scripts/vendors/compile-altera.ps1
@@ -81,7 +81,7 @@ param(
[string]$Source = "",
# Set output directory name.
[string]$Output = "",
- # Set GHDL binary directory.
+ # Set path to GHDL's executable, e.g. <MyGHDLPath>/bin/ghdl.exe
[string]$GHDL = ""
)