diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-07-11 19:23:42 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-07-11 19:23:42 +0200 |
commit | 10afb1c9a9e3b1cff011b90721fb9754f81c979f (patch) | |
tree | 90b0e335a60098d2f245c5e382d46e1933f69658 | |
parent | 1e303a218ec672493e604eaa34c067f331248116 (diff) | |
download | ghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.tar.gz ghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.tar.bz2 ghdl-10afb1c9a9e3b1cff011b90721fb9754f81c979f.zip |
vhdl-configuration: improve error message.
-rw-r--r-- | src/vhdl/vhdl-configuration.adb | 2 |
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); |