aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-04 20:31:05 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-04 20:31:05 +0100
commitee3cfb9ac0f14f2c74cd5fa579fd602a53f21936 (patch)
treebb8fc49f6547bd51553bcb5029d8b00aeed5db18
parentace84c069558b315e140c8712669cdc3b0806f68 (diff)
downloadghdl-ee3cfb9ac0f14f2c74cd5fa579fd602a53f21936.tar.gz
ghdl-ee3cfb9ac0f14f2c74cd5fa579fd602a53f21936.tar.bz2
ghdl-ee3cfb9ac0f14f2c74cd5fa579fd602a53f21936.zip
netlists: enable expansion.
-rw-r--r--src/synth/synth-flags.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index 2a22cf304..163903ee7 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -25,5 +25,5 @@ package Synth.Flags is
Flag_Debug_Nomemory : Boolean := False;
- Flag_Debug_Noexpand : Boolean := True;
+ Flag_Debug_Noexpand : Boolean := False;
end Synth.Flags;