From 3a018ce83a92999ebba6a05cc1fbc32c705493c4 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Wed, 22 Sep 2021 23:45:01 +0200 Subject: Fixed it also in other vendor scripts. Fixed verbosity level. --- scripts/vendors/compile-xilinx-ise.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vendors/compile-xilinx-ise.ps1') 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 = @( -- cgit v1.2.3