aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-03-28 09:05:38 +0100
committerTristan Gingold <tgingold@free.fr>2020-03-28 09:05:38 +0100
commit4c4f4ea7696d30550b573d571407a4490571d1dd (patch)
treea59f61b90e8405f95027324540f23e37e159ef71 /src/synth/netlists-memories.adb
parentbe59edef25d4f828579bce7221757c6a17412c58 (diff)
downloadghdl-4c4f4ea7696d30550b573d571407a4490571d1dd.tar.gz
ghdl-4c4f4ea7696d30550b573d571407a4490571d1dd.tar.bz2
ghdl-4c4f4ea7696d30550b573d571407a4490571d1dd.zip
synth: remove useless note message.
Diffstat (limited to 'src/synth/netlists-memories.adb')
-rw-r--r--src/synth/netlists-memories.adb7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb
index d7ec4d8d3..f361bfea9 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -713,8 +713,11 @@ package body Netlists.Memories is
| Id_Const_Bit =>
return Inst;
when others =>
- Info_Msg_Synth
- (+Last, "gate %i cannot be part of a memory", (1 => +Last));
+ if False then
+ Info_Msg_Synth
+ (+Last, "gate %i cannot be part of a memory",
+ (1 => +Last));
+ end if;
return No_Instance;
end case;
end loop;