summaryrefslogtreecommitdiff
path: root/src/grt/grt-rtis_addr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-rtis_addr.ads')
-rw-r--r--src/grt/grt-rtis_addr.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/grt/grt-rtis_addr.ads b/src/grt/grt-rtis_addr.ads
index 5dd0703..dd0ca15 100644
--- a/src/grt/grt-rtis_addr.ads
+++ b/src/grt/grt-rtis_addr.ads
@@ -64,6 +64,11 @@ package Grt.Rtis_Addr is
Ctxt : out Rti_Context;
Stmt : out Ghdl_Rti_Access);
+ -- Get the child context of if-generate statement GEN. Return Null_Context
+ -- if there is no child.
+ function Get_If_Generate_Child (Ctxt : Rti_Context; Gen : Ghdl_Rti_Access)
+ return Rti_Context;
+
-- Convert a location to an address.
function Loc_To_Addr (Depth : Ghdl_Rti_Depth;
Loc : Ghdl_Rti_Loc;