aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index 032c2321d..0586ba58c 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -48,7 +48,10 @@ package Synth.Flags is
Flag_Debug_Nocleanup : Boolean := False;
- Flag_Debug_Nomemory : Boolean := False;
+ -- Do not reduce muxes in dyn extract/insert chains.
+ Flag_Debug_Nomemory1 : Boolean := False;
+
+ Flag_Debug_Nomemory2 : Boolean := False;
Flag_Debug_Noexpand : Boolean := False;