aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-intel.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vendors/compile-intel.ps1')
-rw-r--r--scripts/vendors/compile-intel.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-intel.ps1 b/scripts/vendors/compile-intel.ps1
index 0e3ba781c..711daa80d 100644
--- a/scripts/vendors/compile-intel.ps1
+++ b/scripts/vendors/compile-intel.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 = ""
)