diff options
-rw-r--r-- | src/ghdldrv/ghdlsimul.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb index 978d5a501..832ccd9a2 100644 --- a/src/ghdldrv/ghdlsimul.adb +++ b/src/ghdldrv/ghdlsimul.adb @@ -168,6 +168,8 @@ package body Ghdlsimul is Flags.Flag_String (5) := Time_Resolution; Grtlink.Flag_String := Flags.Flag_String; + Synth.Flags.Severity_Level := Grt.Options.Severity_Level; + Elaborate_Proc := Simul.Vhdl_Simul.Runtime_Elaborate'Access; Simul.Vhdl_Simul.Simulation; |