From 9b4124223aebc967d9fc380d45aeca4e35f1231b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 15 Jan 2017 18:23:29 +0100 Subject: sem_scopes: support signal attributes in entities. For #256 --- src/vhdl/sem_scopes.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vhdl') diff --git a/src/vhdl/sem_scopes.adb b/src/vhdl/sem_scopes.adb index d6d895231..0d87c9584 100644 --- a/src/vhdl/sem_scopes.adb +++ b/src/vhdl/sem_scopes.adb @@ -1055,7 +1055,8 @@ package body Sem_Scopes is | Iir_Kind_Configuration_Specification | Iir_Kind_Disconnection_Specification => null; - when Iir_Kinds_Signal_Attribute => + when Iir_Kinds_Signal_Attribute + | Iir_Kind_Signal_Attribute_Declaration => null; when Iir_Kind_Protected_Type_Body => -- cgit v1.2.3