aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/sem_psl.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/sem_psl.adb b/src/vhdl/sem_psl.adb
index 61cbe4d3a..346802944 100644
--- a/src/vhdl/sem_psl.adb
+++ b/src/vhdl/sem_psl.adb
@@ -198,6 +198,7 @@ package body Sem_Psl is
end if;
return Res;
when Iir_Kind_Function_Call
+ | Iir_Kind_Indexed_Name
| Iir_Kind_Selected_Element =>
Expr := Name;
when others =>