From f3ecb96769ddd8e464ab63e6ba0821cc6062d372 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 25 Mar 2020 18:43:34 +0100 Subject: synth-expr: handle dereference. --- src/synth/synth-expr.adb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/synth/synth-expr.adb b/src/synth/synth-expr.adb index 6a3408844..98ee96a9e 100644 --- a/src/synth/synth-expr.adb +++ b/src/synth/synth-expr.adb @@ -2014,7 +2014,9 @@ package body Synth.Expr is when Iir_Kind_Simple_Name | Iir_Kind_Selected_Name | Iir_Kind_Interface_Signal_Declaration -- For PSL. - | Iir_Kind_Signal_Declaration => -- For PSL. + | Iir_Kind_Signal_Declaration -- For PSL. + | Iir_Kind_Implicit_Dereference + | Iir_Kind_Dereference => return Synth_Name (Syn_Inst, Expr); when Iir_Kind_Reference_Name => -- Only used for anonymous signals in internal association. -- cgit v1.2.3