aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-osvvm.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vendors/compile-osvvm.ps1')
-rw-r--r--scripts/vendors/compile-osvvm.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vendors/compile-osvvm.ps1 b/scripts/vendors/compile-osvvm.ps1
index 318d8bdaf..d93ca2d1d 100644
--- a/scripts/vendors/compile-osvvm.ps1
+++ b/scripts/vendors/compile-osvvm.ps1
@@ -116,10 +116,11 @@ $VHDLVersion,$VHDLStandard,$VHDLFlavor = Get-VHDLVariables -VHDL2008
# define global GHDL Options
$Analyze_Parameters = @(
+ "--std=$VHDLStandard",
"-fexplicit",
"-frelaxed-rules",
"--mb-comments",
- "-Wbinding"
+ "-Wbinding"
)
if (-not $EnableDebug)
{ $Analyze_Parameters += @(
@@ -135,7 +136,6 @@ if (-not ($EnableVerbose -or $EnableDebug))
$Analyze_Parameters += @(
"--ieee=$VHDLFlavor",
"--no-vital-checks",
- "--std=$VHDLStandard",
"-P$DestinationDirectory"
)