diff options
Diffstat (limited to 'std_package.ads')
-rw-r--r-- | std_package.ads | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/std_package.ads b/std_package.ads index 0182ff8c1..1b7ae4f1c 100644 --- a/std_package.ads +++ b/std_package.ads @@ -136,6 +136,10 @@ package Std_Package is -- atribute foreign : string; Foreign_Attribute : Iir_Attribute_Declaration; + -- For VHDL-08 + Integer_Vector_Type_Definition : Iir_Array_Type_Definition; + Integer_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 |