aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/vendors/compile-lattice.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/vendors/compile-lattice.ps1')
-rw-r--r--scripts/vendors/compile-lattice.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-lattice.ps1 b/scripts/vendors/compile-lattice.ps1
index ef8d1b59a..873af8880 100644
--- a/scripts/vendors/compile-lattice.ps1
+++ b/scripts/vendors/compile-lattice.ps1
@@ -178,6 +178,7 @@ $VHDLVersion,$VHDLStandard,$VHDLFlavor = Get-VHDLVariables $VHDL93 $VHDL2008
# define global GHDL Options
$Analyze_Parameters = @(
+ "--std=$VHDLStandard",
"-fexplicit",
"-frelaxed-rules",
"--mb-comments",
@@ -198,7 +199,6 @@ if (-not ($EnableVerbose -or $EnableDebug))
$Analyze_Parameters += @(
"--ieee=$VHDLFlavor",
"--no-vital-checks",
- "--std=$VHDLStandard",
"-P$DestinationDirectory"
)