aboutsummaryrefslogtreecommitdiffstats
path: root/src/simul/simul-vhdl_elab.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/simul/simul-vhdl_elab.adb')
-rw-r--r--src/simul/simul-vhdl_elab.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb
index 0fd99b551..ac2bc25c1 100644
--- a/src/simul/simul-vhdl_elab.adb
+++ b/src/simul/simul-vhdl_elab.adb
@@ -912,8 +912,10 @@ package body Simul.Vhdl_Elab is
when Iir_Kind_Package_Declaration =>
Gather_Processes_Decls
(Inst, Get_Declaration_Chain (N));
+ when Iir_Kind_Configuration_Declaration =>
+ null;
when others =>
- Vhdl.Errors.Error_Kind ("gater_processes_1", N);
+ Vhdl.Errors.Error_Kind ("gather_processes_1", N);
end case;
pragma Assert (Areapools.Is_Empty (Expr_Pool));