From 10afb1c9a9e3b1cff011b90721fb9754f81c979f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 11 Jul 2019 19:23:42 +0200 Subject: vhdl-configuration: improve error message. --- src/vhdl/vhdl-configuration.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3