diff options
Diffstat (limited to 'scripts/vendors/shared.psm1')
-rw-r--r-- | scripts/vendors/shared.psm1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vendors/shared.psm1 b/scripts/vendors/shared.psm1 index 0c15ef53f..eb3c4c037 100644 --- a/scripts/vendors/shared.psm1 +++ b/scripts/vendors/shared.psm1 @@ -188,8 +188,8 @@ function Get-VHDLVariables #> [CmdletBinding()] param( - [bool]$VHDL93 = $false, - [bool]$VHDL2008 = $true + [switch]$VHDL93 = $false, + [switch]$VHDL2008 = $true ) if ($VHDL93) |