diff options
author | Hauke Günther <hauke.guenther@sieb-meyer.de> | 2022-06-22 22:15:28 +0200 |
---|---|---|
committer | Hauke Günther <hauke.guenther@sieb-meyer.de> | 2022-06-24 14:39:16 +0200 |
commit | 890b2fc4abc5717bec33c77829353e2264a3762c (patch) | |
tree | 0a960120434d1a441e5927875cae6f491ce11fe9 /scripts/vendors/compile-xilinx-ise.ps1 | |
parent | 268d0ffa05d97eb9c836e790b9a4a25a9d1d49fd (diff) | |
download | ghdl-890b2fc4abc5717bec33c77829353e2264a3762c.tar.gz ghdl-890b2fc4abc5717bec33c77829353e2264a3762c.tar.bz2 ghdl-890b2fc4abc5717bec33c77829353e2264a3762c.zip |
Update docstring for GHDL parameter of PoSh scripts
Diffstat (limited to 'scripts/vendors/compile-xilinx-ise.ps1')
-rw-r--r-- | scripts/vendors/compile-xilinx-ise.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-xilinx-ise.ps1 b/scripts/vendors/compile-xilinx-ise.ps1 index 39b363117..0d5730c0c 100644 --- a/scripts/vendors/compile-xilinx-ise.ps1 +++ b/scripts/vendors/compile-xilinx-ise.ps1 @@ -72,7 +72,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 = "" ) |