aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap3.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2018-12-07 05:23:57 +0100
committerTristan Gingold <tgingold@free.fr>2018-12-07 05:23:57 +0100
commit606d84285a70c64d1eb57d9e4f908e986cd2b287 (patch)
treef6863fdb62391d7e91c0f4d21f8a67d28c34523d /src/vhdl/translate/trans-chap3.ads
parent3276b70eb3495f9ec871ba65003315acd499af5a (diff)
downloadghdl-606d84285a70c64d1eb57d9e4f908e986cd2b287.tar.gz
ghdl-606d84285a70c64d1eb57d9e4f908e986cd2b287.tar.bz2
ghdl-606d84285a70c64d1eb57d9e4f908e986cd2b287.zip
translate: renaming, support constrained unbounded record aggregates.
Diffstat (limited to 'src/vhdl/translate/trans-chap3.ads')
-rw-r--r--src/vhdl/translate/trans-chap3.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vhdl/translate/trans-chap3.ads b/src/vhdl/translate/trans-chap3.ads
index 7b5600b9c..1db37788b 100644
--- a/src/vhdl/translate/trans-chap3.ads
+++ b/src/vhdl/translate/trans-chap3.ads
@@ -285,8 +285,9 @@ package Trans.Chap3 is
procedure Elab_Array_Subtype (Arr_Type : Iir);
-- Create the bounds for SUB_TYPE.
- -- SUB_TYPE is expected to be a non-static, anonymous array type.
- procedure Create_Array_Subtype (Sub_Type : Iir);
+ -- SUB_TYPE is expected to be a non-static, anonymous array or record
+ -- subtype.
+ procedure Create_Composite_Subtype (Sub_Type : Iir);
-- Return TRUE if VALUE is not is the range specified by ATYPE.
-- VALUE must be stable.