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-lattice.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-lattice.ps1')
| -rw-r--r-- | scripts/vendors/compile-lattice.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vendors/compile-lattice.ps1 b/scripts/vendors/compile-lattice.ps1 index 873af8880..ca002be4e 100644 --- a/scripts/vendors/compile-lattice.ps1 +++ b/scripts/vendors/compile-lattice.ps1 @@ -174,7 +174,7 @@ $GHDLBinary = Get-GHDLBinary $GHDL 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 = @( |
