diff options
author | Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> | 2021-09-22 23:33:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-22 23:33:27 +0100 |
commit | 778ee5cbb8f7a936f8d4cc93ec6b4671bec2008e (patch) | |
tree | 8a1737ad099250e97344aee3ac7fa2569f605a90 /scripts/vendors/compile-xilinx-ise.ps1 | |
parent | 111007296f1553540a78f59d20197faba29d43c9 (diff) | |
parent | 3a018ce83a92999ebba6a05cc1fbc32c705493c4 (diff) | |
download | ghdl-778ee5cbb8f7a936f8d4cc93ec6b4671bec2008e.tar.gz ghdl-778ee5cbb8f7a936f8d4cc93ec6b4671bec2008e.tar.bz2 ghdl-778ee5cbb8f7a936f8d4cc93ec6b4671bec2008e.zip |
scripts/vendors: fix PoSh scripting (#1878)
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 cec4c6cf0..947d70fd9 100644 --- a/scripts/vendors/compile-xilinx-ise.ps1 +++ b/scripts/vendors/compile-xilinx-ise.ps1 @@ -140,7 +140,7 @@ if ($VHDL2008) { Write-Host "Not all Xilinx primitives are VHDL-2008 compatible! Setting HaltOnError to FALSE." -ForegroundColor Red $HaltOnError = $false } -$VHDLVersion,$VHDLStandard,$VHDLFlavor = Get-VHDLVariables $VHDL93 $VHDL2008 +$VHDLVersion,$VHDLStandard,$VHDLFlavor = Get-VHDLVariables -VHDL93:$VHDL93 -VHDL2008:$VHDL2008 # define global GHDL Options $Analyze_Parameters = @( |