From 3c8db435b536117eeceb65693e2493033a3d664b Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 28 Aug 2021 10:18:38 +0200 Subject: ghdlsynth: add debug option for elaboration --- src/synth/synth-flags.ads | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/synth') 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; -- cgit v1.2.3