diff options
author | Tristan Gingold <tgingold@free.fr> | 2013-12-31 19:01:48 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2013-12-31 19:01:48 +0100 |
commit | 5f41fdc72fccd7169dc812c8690e82222ae1aca1 (patch) | |
tree | 2e2cddb257b071ec30b79c0672e2320f5421468d /std_package.ads | |
parent | 2fe0a5359e1bdf6dfdab20bea121db8f4e54ffe9 (diff) | |
download | ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.gz ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.tar.bz2 ghdl-5f41fdc72fccd7169dc812c8690e82222ae1aca1.zip |
Fix bug21274.
WIP for VHDL08.
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 |