aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-memories.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2020-07-22 21:26:55 +0200
committerTristan Gingold <tgingold@free.fr>2020-07-22 22:23:02 +0200
commit01c82f09be0baaa84cc189255b47fb1326da7424 (patch)
tree8e79047639267237558b4033667d6af0aedbbd0a /src/synth/netlists-memories.adb
parentdb6aece44819396feacffe147e7538705ba8eb12 (diff)
downloadghdl-01c82f09be0baaa84cc189255b47fb1326da7424.tar.gz
ghdl-01c82f09be0baaa84cc189255b47fb1326da7424.tar.bz2
ghdl-01c82f09be0baaa84cc189255b47fb1326da7424.zip
netlists-memories: minor style fix.
Diffstat (limited to 'src/synth/netlists-memories.adb')
-rw-r--r--src/synth/netlists-memories.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb
index 9fad98862..704c96e8b 100644
--- a/src/synth/netlists-memories.adb
+++ b/src/synth/netlists-memories.adb
@@ -201,8 +201,8 @@ package body Netlists.Memories is
return;
end if;
when Id_Dyn_Insert
- | Id_Dyn_Insert_En
- | Id_Mux2 =>
+ | Id_Dyn_Insert_En
+ | Id_Mux2 =>
-- Probably a writer.
-- FIXME: check it has already been by writes.
null;