aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-flags.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index f9a1dfe87..a4034a073 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -55,6 +55,9 @@ package Synth.Flags is
Flag_Trace_Statements : Boolean := False;
+ -- Display source of elaborated design.
+ Flag_Debug_Elaborate : Boolean := False;
+
-- True to start debugger at elaboration.
Flag_Debug_Init : Boolean := False;