aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-main.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-main.ads')
-rw-r--r--src/grt/grt-main.ads11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/grt/grt-main.ads b/src/grt/grt-main.ads
index 9fbf7b167..e4a6bff9c 100644
--- a/src/grt/grt-main.ads
+++ b/src/grt/grt-main.ads
@@ -27,6 +27,17 @@ package Grt.Main is
-- Elaborate and simulate the design.
procedure Run;
+ -- What Run does.
+
+ -- Elaborate the design.
+ procedure Run_Elab (Stop : out Boolean);
+
+ -- Do the whole simulation.
+ function Run_Simul return Integer;
+
+ -- Finalization.
+ procedure Run_Finish (Status : Integer);
+
-- This function is called by elaboration code once default values have
-- been assigned to generics, but before being used.
procedure Ghdl_Init_Top_Generics;