aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-vhdl_expr.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2023-01-18 21:24:42 +0100
committerTristan Gingold <tgingold@free.fr>2023-01-20 21:54:35 +0100
commita53b01b53c3c8225a832e8f20d019ac39d68ce38 (patch)
treeeda4ed66d098800c9897bea875db8c9a0c4bb25f /src/synth/synth-vhdl_expr.adb
parent79542b1680f1dcd3e746a584ff1bf198f50c8486 (diff)
downloadghdl-a53b01b53c3c8225a832e8f20d019ac39d68ce38.tar.gz
ghdl-a53b01b53c3c8225a832e8f20d019ac39d68ce38.tar.bz2
ghdl-a53b01b53c3c8225a832e8f20d019ac39d68ce38.zip
elab: Rename Get/Set_Info to Get/Set_Ann
Diffstat (limited to 'src/synth/synth-vhdl_expr.adb')
-rw-r--r--src/synth/synth-vhdl_expr.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_expr.adb b/src/synth/synth-vhdl_expr.adb
index c4bd18868..d194c4dcd 100644
--- a/src/synth/synth-vhdl_expr.adb
+++ b/src/synth/synth-vhdl_expr.adb
@@ -474,7 +474,7 @@ package body Synth.Vhdl_Expr is
Dim : Dim_Type) return Bound_Type
is
use Elab.Vhdl_Annotations;
- Info : constant Sim_Info_Acc := Get_Info (Atype);
+ Info : constant Sim_Info_Acc := Get_Ann (Atype);
begin
if Info = null then
pragma Assert (Get_Type_Declarator (Atype) = Null_Node);