aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlrun.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlrun.adb')
-rw-r--r--src/ghdldrv/ghdlrun.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdlrun.adb b/src/ghdldrv/ghdlrun.adb
index efb0c2d4d..9ae929efe 100644
--- a/src/ghdldrv/ghdlrun.adb
+++ b/src/ghdldrv/ghdlrun.adb
@@ -31,7 +31,7 @@ with GNAT.OS_Lib; use GNAT.OS_Lib;
with Ortho_Jit;
with Ortho_Nodes; use Ortho_Nodes;
with Trans_Decls;
-with Iirs; use Iirs;
+with Vhdl.Nodes; use Vhdl.Nodes;
with Vhdl.Std_Package;
with Flags;
with Errorout; use Errorout;
@@ -758,7 +758,7 @@ package body Ghdlrun is
Translation.Finalize;
Lists.Initialize;
Str_Table.Initialize;
- Iirs.Initialize;
+ Vhdl.Nodes.Initialize;
Files_Map.Initialize;
Name_Table.Finalize;