aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-lattice.ps1
diff options
context:
space:
mode:
authorPatrick Lehmann <Paebbels@gmail.com>2022-07-03 14:55:45 +0200
committerGitHub <noreply@github.com>2022-07-03 14:55:45 +0200
commit2f676555ebf83280788f47f04fb22e7a8bf2b53f (patch)
tree3a71baa4bc8e1635d5f57a33f26217af8fa871c4 /scripts/vendors/compile-lattice.ps1
parenta33efb91d1573ce15c199cd1f89842f7170b69e4 (diff)
parent890b2fc4abc5717bec33c77829353e2264a3762c (diff)
downloadghdl-2f676555ebf83280788f47f04fb22e7a8bf2b53f.tar.gz
ghdl-2f676555ebf83280788f47f04fb22e7a8bf2b53f.tar.bz2
ghdl-2f676555ebf83280788f47f04fb22e7a8bf2b53f.zip
Fix docstring and a small bug in PoSh precompile script
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 = ""
)