diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-11-05 18:58:23 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-11-05 18:58:23 +0100 |
commit | 3ff8efe2b99eeddccd113229441c535b1ae8deed (patch) | |
tree | 9dc6b3a526b9583f5c3aa2e02bbc53954eac03a8 | |
parent | 121afa1acb074c797d516077092f6903f8cc537e (diff) | |
download | ghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.tar.gz ghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.tar.bz2 ghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.zip |
netlists-memories: adjust message.
-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 866427cf9..96166a3e7 100644 --- a/src/synth/netlists-memories.adb +++ b/src/synth/netlists-memories.adb @@ -163,7 +163,7 @@ package body Netlists.Memories is Data := Get_Driver (I0_Inp); else Info_Msg_Synth - (+Data_Inst, "write to a non memory %n", (1 => +Orig)); + (+Data_Inst, "write to a non-memory %n", (1 => +Orig)); Data_W := 0; return; end if; |