diff options
Diffstat (limited to 'src/simul/simul-vhdl_elab.adb')
-rw-r--r-- | src/simul/simul-vhdl_elab.adb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simul/simul-vhdl_elab.adb b/src/simul/simul-vhdl_elab.adb index 1f1a17b31..26092341b 100644 --- a/src/simul/simul-vhdl_elab.adb +++ b/src/simul/simul-vhdl_elab.adb @@ -208,7 +208,8 @@ package body Simul.Vhdl_Elab is | Iir_Kind_Function_Body | Iir_Kind_Procedure_Body | Iir_Kind_Component_Declaration - | Iir_Kind_File_Declaration => + | Iir_Kind_File_Declaration + | Iir_Kind_Use_Clause => null; when others => Error_Kind ("gather_processes_decl", Decl); |