diff options
Diffstat (limited to 'std_package.ads')
-rw-r--r-- | std_package.ads | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/std_package.ads b/std_package.ads index 1b7ae4f..eebb610 100644 --- a/std_package.ads +++ b/std_package.ads @@ -137,9 +137,18 @@ package Std_Package is Foreign_Attribute : Iir_Attribute_Declaration; -- For VHDL-08 + Boolean_Vector_Type_Definition : Iir_Array_Type_Definition; + Boolean_Vector_Type : Iir_Type_Declaration; + Integer_Vector_Type_Definition : Iir_Array_Type_Definition; Integer_Vector_Type : Iir_Type_Declaration; + Real_Vector_Type_Definition : Iir_Array_Type_Definition; + Real_Vector_Type : Iir_Type_Declaration; + + Time_Vector_Type_Definition : Iir_Array_Type_Definition; + Time_Vector_Type : Iir_Type_Declaration; + -- Internal use only. -- These types should be considered like universal types, but -- furthermore, they can be converted to any integer/real types while |