From 9e8f7c5d26de956c7cef21fdb3393db287d66507 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Mon, 7 Jan 2019 19:08:32 +0100 Subject: sem_psl: handle indexed names. Fix #735 --- src/vhdl/sem_psl.adb | 1 + 1 file changed, 1 insertion(+) 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 => -- cgit v1.2.3