aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-05 18:58:23 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-05 18:58:23 +0100
commit3ff8efe2b99eeddccd113229441c535b1ae8deed (patch)
tree9dc6b3a526b9583f5c3aa2e02bbc53954eac03a8 /src
parent121afa1acb074c797d516077092f6903f8cc537e (diff)
downloadghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.tar.gz
ghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.tar.bz2
ghdl-3ff8efe2b99eeddccd113229441c535b1ae8deed.zip
netlists-memories: adjust message.
Diffstat (limited to 'src')
-rw-r--r--src/synth/netlists-memories.adb2
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;