aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-01-07 19:08:32 +0100
committerTristan Gingold <tgingold@free.fr>2019-01-07 19:08:32 +0100
commit9e8f7c5d26de956c7cef21fdb3393db287d66507 (patch)
treeb4188f784f3e8ea66d345a595f140b5ce46a5fbb /src/vhdl
parent1a540a197dee716237953541bc6d3d9c6d9e6002 (diff)
downloadghdl-9e8f7c5d26de956c7cef21fdb3393db287d66507.tar.gz
ghdl-9e8f7c5d26de956c7cef21fdb3393db287d66507.tar.bz2
ghdl-9e8f7c5d26de956c7cef21fdb3393db287d66507.zip
sem_psl: handle indexed names.
Fix #735
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 =>