aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-ghw.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-02-22 07:51:27 +0100
committerTristan Gingold <tgingold@free.fr>2017-02-22 07:51:27 +0100
commitc1e39ee2038b36ac1d7455f42a33564133e8d6ea (patch)
treea6835ab789f591f95ad81b86e405dffa835418c5 /src/grt/grt-ghw.ads
parent58e1d46280fa86b0c369d9134d51b90771b9a25c (diff)
downloadghdl-c1e39ee2038b36ac1d7455f42a33564133e8d6ea.tar.gz
ghdl-c1e39ee2038b36ac1d7455f42a33564133e8d6ea.tar.bz2
ghdl-c1e39ee2038b36ac1d7455f42a33564133e8d6ea.zip
rtis/vcd/ghw: handle record subtypes.
Diffstat (limited to 'src/grt/grt-ghw.ads')
-rw-r--r--src/grt/grt-ghw.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grt/grt-ghw.ads b/src/grt/grt-ghw.ads
index 6dfc2c648..6ceb937d1 100644
--- a/src/grt/grt-ghw.ads
+++ b/src/grt/grt-ghw.ads
@@ -59,4 +59,5 @@ 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_Record : constant Ghw_Rtik := 38;
end Grt.Ghw;