aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-27 21:06:08 +0100
committerTristan Gingold <tgingold@free.fr>2019-10-27 21:06:08 +0100
commit497e1e575201f5d3ff68cbd4dc4c0ab9003edf00 (patch)
tree64a498d78eb6c4d91288c8f73214c77d92422138 /src/synth/synth-flags.ads
parent21732824cfea2164654635beb5fb28ebd6b37c35 (diff)
downloadghdl-497e1e575201f5d3ff68cbd4dc4c0ab9003edf00.tar.gz
ghdl-497e1e575201f5d3ff68cbd4dc4c0ab9003edf00.tar.bz2
ghdl-497e1e575201f5d3ff68cbd4dc4c0ab9003edf00.zip
netlists: add code to expand dyn_extract gates (WIP).
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index b850d3754..2a22cf304 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -23,5 +23,7 @@ package Synth.Flags is
Flag_Debug_Nocleanup : Boolean := False;
- Flag_Debug_Nomemory : Boolean := True;
+ Flag_Debug_Nomemory : Boolean := False;
+
+ Flag_Debug_Noexpand : Boolean := True;
end Synth.Flags;