aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlsimul.adb')
-rw-r--r--src/ghdldrv/ghdlsimul.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsimul.adb b/src/ghdldrv/ghdlsimul.adb
index ae8a6d4b4..a2c1d3ca2 100644
--- a/src/ghdldrv/ghdlsimul.adb
+++ b/src/ghdldrv/ghdlsimul.adb
@@ -179,6 +179,8 @@ package body Ghdlsimul is
Synth.Flags.Flag_Trace_Statements := True;
elsif Option = "-i" then
Simul.Vhdl_Simul.Flag_Interractive := True;
+ elsif Option = "-ge" then
+ Simul.Vhdl_Simul.Flag_Debug_Elab := True;
else
return False;
end if;