aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_debug.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-19 07:34:55 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-19 07:34:55 +0200
commita5f7e9e324210b5d73924e903f24e870572bb096 (patch)
tree1d82d34bf4f07b07b31bd72c3e7565df5b5735e0 /src/synth/elab-vhdl_debug.adb
parent8d3dcfb5bf4feffd59eaf2802b824059b3d75070 (diff)
downloadghdl-a5f7e9e324210b5d73924e903f24e870572bb096.tar.gz
ghdl-a5f7e9e324210b5d73924e903f24e870572bb096.tar.bz2
ghdl-a5f7e9e324210b5d73924e903f24e870572bb096.zip
synth: rename vhdl.annotations to elab.vhdl_annotations
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);