diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-07-22 21:26:55 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-07-22 22:23:02 +0200 |
commit | 01c82f09be0baaa84cc189255b47fb1326da7424 (patch) | |
tree | 8e79047639267237558b4033667d6af0aedbbd0a /src/synth | |
parent | db6aece44819396feacffe147e7538705ba8eb12 (diff) | |
download | ghdl-01c82f09be0baaa84cc189255b47fb1326da7424.tar.gz ghdl-01c82f09be0baaa84cc189255b47fb1326da7424.tar.bz2 ghdl-01c82f09be0baaa84cc189255b47fb1326da7424.zip |
netlists-memories: minor style fix.
Diffstat (limited to 'src/synth')
-rw-r--r-- | src/synth/netlists-memories.adb | 4 |
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; |