aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-11 19:23:42 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-11 19:23:42 +0200
commit10afb1c9a9e3b1cff011b90721fb9754f81c979f (patch)
tree90b0e335a60098d2f245c5e382d46e1933f69658
parent1e303a218ec672493e604eaa34c067f331248116 (diff)
downloadghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.tar.gz
ghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.tar.bz2
ghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.zip
vhdl-configuration: improve error message.
-rw-r--r--src/vhdl/vhdl-configuration.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-configuration.adb b/src/vhdl/vhdl-configuration.adb
index f1ede2dc1..42db12342 100644
--- a/src/vhdl/vhdl-configuration.adb
+++ b/src/vhdl/vhdl-configuration.adb
@@ -556,7 +556,7 @@ package body Vhdl.Configuration is
Inst := Strip_Denoting_Name (Inst);
Report_Start_Group;
Warning_Msg_Elab (Warnid_Binding, Conf,
- "%n of %n is not bound",
+ "instance %i of component %i is not bound",
(+Inst, +Get_Instantiated_Unit (Inst)));
Warning_Msg_Elab (Warnid_Binding, Current_Configuration,
"(in %n)", +Current_Configuration);