aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsimul.adb')
-rw-r--r--src/ghdldrv/ghdlsimul.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb
index 2f2e13ce5..31f084d62 100644
--- a/src/ghdldrv/ghdlsimul.adb
+++ b/src/ghdldrv/ghdlsimul.adb
@@ -23,7 +23,6 @@ with Ghdllocal; use Ghdllocal;
with GNAT.OS_Lib; use GNAT.OS_Lib;
with Types;
-with Iirs; use Iirs;
with Flags;
with Name_Table;
with Errorout; use Errorout;
@@ -205,6 +204,11 @@ package body Ghdlsimul is
Put_Line (" --debug Run with debugger");
end Disp_Long_Help;
+ function Get_Top_Config return Iir is
+ begin
+ return Top_Conf;
+ end Get_Top_Config;
+
procedure Set_Hooks is
begin
Ghdlcomp.Hooks := (Compile_Init'Access,