aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-ghw.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-08-04 19:17:20 +0200
committerTristan Gingold <tgingold@free.fr>2020-08-04 19:17:20 +0200
commit73d3e2bd68995aa55c93fbbaa5d008ec9ce2abfe (patch)
tree4058c116ab868e7e7ab4b87135c3d2c584122dca /src/grt/grt-ghw.ads
parentc969350770eac2f54cf86284c5d3fd95fdcd762c (diff)
downloadghdl-73d3e2bd68995aa55c93fbbaa5d008ec9ce2abfe.tar.gz
ghdl-73d3e2bd68995aa55c93fbbaa5d008ec9ce2abfe.tar.bz2
ghdl-73d3e2bd68995aa55c93fbbaa5d008ec9ce2abfe.zip
grt: handle more unbounded types in disp_rti and ghw.
Fix #1131
Diffstat (limited to 'src/grt/grt-ghw.ads')
-rw-r--r--src/grt/grt-ghw.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/grt/grt-ghw.ads b/src/grt/grt-ghw.ads
index a605138e7..97a1e997f 100644
--- a/src/grt/grt-ghw.ads
+++ b/src/grt/grt-ghw.ads
@@ -68,7 +68,9 @@ package Grt.Ghw is
Ghw_Rtik_Type_Record : constant Ghw_Rtik := 32;
Ghw_Rtik_Subtype_Scalar : constant Ghw_Rtik := 34;
Ghw_Rtik_Subtype_Array : constant Ghw_Rtik := 35;
+ Ghw_Rtik_Subtype_Unbounded_Array : constant Ghw_Rtik := 37;
Ghw_Rtik_Subtype_Record : constant Ghw_Rtik := 38;
+ Ghw_Rtik_Subtype_Unbounded_Record : constant Ghw_Rtik := 39;
-- Not used in waves
Ghw_Rtik_Subtype_B1 : constant Ghw_Rtik := 41;