diff options
author | Tristan Gingold <tgingold@free.fr> | 2020-01-18 09:03:37 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2020-01-18 09:03:37 +0100 |
commit | 0887e3a2b00616636e0278f5187364c0f28bf1e1 (patch) | |
tree | dfc2aa991fb709ab587434eaca2384bccbae4f6c /src | |
parent | 8287a8d7b7ce454e26245566494c126b872ad5d7 (diff) | |
download | ghdl-0887e3a2b00616636e0278f5187364c0f28bf1e1.tar.gz ghdl-0887e3a2b00616636e0278f5187364c0f28bf1e1.tar.bz2 ghdl-0887e3a2b00616636e0278f5187364c0f28bf1e1.zip |
synth: fix a typo in a comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists-memories.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-memories.adb b/src/synth/netlists-memories.adb index fb6fceb79..d5013066a 100644 --- a/src/synth/netlists-memories.adb +++ b/src/synth/netlists-memories.adb @@ -1084,7 +1084,7 @@ package body Netlists.Memories is -- \_|---------------------/ -- -- The dyn_insert can be on one input or the other of the mux. - -- The important point is that the output od the dyn_insert is connected + -- The important point is that the output of the dyn_insert is connected -- only to the mux, while the other mux input is connected to two nodes. -- -- There can be several dyn_inserts in a raw, like this: |