diff options
author | Tristan Gingold <tgingold@free.fr> | 2023-01-18 21:24:42 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2023-01-20 21:54:35 +0100 |
commit | a53b01b53c3c8225a832e8f20d019ac39d68ce38 (patch) | |
tree | eda4ed66d098800c9897bea875db8c9a0c4bb25f /src/synth/synth-vhdl_expr.adb | |
parent | 79542b1680f1dcd3e746a584ff1bf198f50c8486 (diff) | |
download | ghdl-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.adb | 2 |
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); |