From 2ed9d9b2fec19dec5f65dcc9df7a9577c489464f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 21 Aug 2022 16:01:45 +0200 Subject: synth-vhdl_static_proc: handle std.env.finish --- src/synth/synth-vhdl_static_proc.adb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/synth/synth-vhdl_static_proc.adb b/src/synth/synth-vhdl_static_proc.adb index 9144d5061..330d76599 100644 --- a/src/synth/synth-vhdl_static_proc.adb +++ b/src/synth/synth-vhdl_static_proc.adb @@ -96,7 +96,8 @@ package body Synth.Vhdl_Static_Proc is Synth_File_Write (Syn_Inst, Imp, Loc); when Iir_Predefined_Flush => Synth_File_Flush (Syn_Inst, Imp, Loc); - when Iir_Predefined_Std_Env_Finish_Status => + when Iir_Predefined_Std_Env_Finish_Status + | Iir_Predefined_Std_Env_Stop_Status => if Hook_Finish /= null then Hook_Finish.all (Syn_Inst, Imp); else -- cgit v1.2.3