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-altera.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vendors/compile-altera.ps1') diff --git a/scripts/vendors/compile-altera.ps1 b/scripts/vendors/compile-altera.ps1 index 2ca3116fc..4efa91b78 100644 --- a/scripts/vendors/compile-altera.ps1 +++ b/scripts/vendors/compile-altera.ps1 @@ -147,7 +147,7 @@ New-DestinationDirectory $DestinationDirectory cd $DestinationDirectory -$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