aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-lattice.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-lattice.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-lattice.ps1')
-rw-r--r--scripts/vendors/compile-lattice.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-lattice.ps1 b/scripts/vendors/compile-lattice.ps1
index 7e36c322d..6fba8af9c 100644
--- a/scripts/vendors/compile-lattice.ps1
+++ b/scripts/vendors/compile-lattice.ps1
@@ -94,7 +94,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 = ""
)