aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/evaluation.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/evaluation.adb')
-rw-r--r--src/vhdl/evaluation.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/evaluation.adb b/src/vhdl/evaluation.adb
index 89d56634e..7cc3608eb 100644
--- a/src/vhdl/evaluation.adb
+++ b/src/vhdl/evaluation.adb
@@ -2253,7 +2253,7 @@ package body Evaluation is
function Eval_Selected_Element (Expr : Iir) return Iir
is
- Selected_El : constant Iir := Get_Selected_Element (Expr);
+ Selected_El : constant Iir := Get_Named_Entity (Expr);
El_Pos : constant Iir_Index32 := Get_Element_Position (Selected_El);
Prefix : Iir;
Cur_Pos : Iir_Index32;