aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_context.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/elab-vhdl_context.adb')
-rw-r--r--src/synth/elab-vhdl_context.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/synth/elab-vhdl_context.adb b/src/synth/elab-vhdl_context.adb
index 248eb6a4f..136cc50f0 100644
--- a/src/synth/elab-vhdl_context.adb
+++ b/src/synth/elab-vhdl_context.adb
@@ -550,7 +550,8 @@ package body Elab.Vhdl_Context is
case Scope.Kind is
when Kind_Block
| Kind_Frame
- | Kind_Process =>
+ | Kind_Process
+ | Kind_Protected =>
declare
Current : Synth_Instance_Acc;
begin