aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/sem_scopes.adb3
1 files changed, 2 insertions, 1 deletions
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 =>