diff options
author | Patrick Lehmann <Paebbels@gmail.com> | 2022-07-03 14:55:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-03 14:55:45 +0200 |
commit | 2f676555ebf83280788f47f04fb22e7a8bf2b53f (patch) | |
tree | 3a71baa4bc8e1635d5f57a33f26217af8fa871c4 /scripts/vendors/compile-osvvm.ps1 | |
parent | a33efb91d1573ce15c199cd1f89842f7170b69e4 (diff) | |
parent | 890b2fc4abc5717bec33c77829353e2264a3762c (diff) | |
download | ghdl-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-osvvm.ps1')
-rw-r--r-- | scripts/vendors/compile-osvvm.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-osvvm.ps1 b/scripts/vendors/compile-osvvm.ps1 index d93ca2d1d..93bb0babe 100644 --- a/scripts/vendors/compile-osvvm.ps1 +++ b/scripts/vendors/compile-osvvm.ps1 @@ -62,7 +62,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 = ""
)
|