aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/ortho_front.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/translate/ortho_front.adb')
-rw-r--r--src/vhdl/translate/ortho_front.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vhdl/translate/ortho_front.adb b/src/vhdl/translate/ortho_front.adb
index 56c7e61dd..0473899af 100644
--- a/src/vhdl/translate/ortho_front.adb
+++ b/src/vhdl/translate/ortho_front.adb
@@ -285,7 +285,7 @@ package body Ortho_Front is
when Action_Elaborate =>
Flags.Flag_Elaborate := True;
Flags.Flag_Only_Elab_Warnings := True;
- Translation.Chap12.Elaborate
+ Translation.Elaborate
(Elab_Entity.all, Elab_Architecture.all,
Elab_Filelist.all, False);
@@ -324,7 +324,7 @@ package body Ortho_Front is
Flags.Flag_Elaborate := True;
Flags.Flag_Only_Elab_Warnings := False;
- Translation.Chap12.Elaborate
+ Translation.Elaborate
(Elab_Entity.all, Elab_Architecture.all, "", True);
if Errorout.Nbr_Errors > 0 then