aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_debug.adb')
-rw-r--r--src/synth/elab-vhdl_debug.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/elab-vhdl_debug.adb b/src/synth/elab-vhdl_debug.adb
index e4b83375b..8db0f2058 100644
--- a/src/synth/elab-vhdl_debug.adb
+++ b/src/synth/elab-vhdl_debug.adb
@@ -25,6 +25,7 @@ with Errorout;
with Elab.Debugger; use Elab.Debugger;
with Elab.Memtype; use Elab.Memtype;
+with Elab.Vhdl_Annotations;
with Elab.Vhdl_Values; use Elab.Vhdl_Values;
with Elab.Vhdl_Values.Debug; use Elab.Vhdl_Values.Debug;
@@ -38,7 +39,6 @@ with Vhdl.Parse;
with Vhdl.Sem_Scopes;
with Vhdl.Sem_Expr;
with Vhdl.Canon;
-with Vhdl.Annotations;
with Vhdl.Std_Package;
with Vhdl.Prints;
@@ -1308,7 +1308,7 @@ package body Elab.Vhdl_Debug is
Vhdl.Prints.Disp_Expression (Expr);
New_Line;
- Vhdl.Annotations.Annotate_Expand_Table;
+ Elab.Vhdl_Annotations.Annotate_Expand_Table;
Vhdl.Canon.Canon_Expression (Expr);
Mark_Expr_Pool (Marker);