diff options
Diffstat (limited to 'src/vhdl/vhdl-std_package.ads')
-rw-r--r-- | src/vhdl/vhdl-std_package.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-std_package.ads b/src/vhdl/vhdl-std_package.ads index c066e919f..144dff066 100644 --- a/src/vhdl/vhdl-std_package.ads +++ b/src/vhdl/vhdl-std_package.ads @@ -181,10 +181,11 @@ package Vhdl.Std_Package is Wildcard_Any_Integer_Type : constant Iir := 11; Wildcard_Psl_Bit_Type : constant Iir := 12; Wildcard_Psl_Bitvector_Type : constant Iir := 13; + Wildcard_Psl_Boolean_Type : constant Iir := 14; -- Subtype for all wildcard types, so that missing choice can be detected -- at compilation time. - subtype Iir_Wildcard_Types is Iir range 7 .. 13; + subtype Iir_Wildcard_Types is Iir range 7 .. 14; -- Chain of wildcard declarations, to own the nodes. Wildcard_Type_Declaration_Chain : Iir; |