aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-sem_psl.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-sem_psl.adb b/src/vhdl/vhdl-sem_psl.adb
index 9dede6e06..994c1b833 100644
--- a/src/vhdl/vhdl-sem_psl.adb
+++ b/src/vhdl/vhdl-sem_psl.adb
@@ -199,7 +199,8 @@ package body Vhdl.Sem_Psl is
return Res;
when Iir_Kind_Function_Call
| Iir_Kind_Indexed_Name
- | Iir_Kind_Selected_Element =>
+ | Iir_Kind_Selected_Element
+ | Iir_Kinds_Expression_Attribute =>
Expr := Name;
when others =>
Expr := Name_To_Expression (Expr, Null_Iir);