diff options
Diffstat (limited to 'src/synth/synth-vhdl_decls.adb')
-rw-r--r-- | src/synth/synth-vhdl_decls.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/synth/synth-vhdl_decls.adb b/src/synth/synth-vhdl_decls.adb index 7732e47ec..de10c01b6 100644 --- a/src/synth/synth-vhdl_decls.adb +++ b/src/synth/synth-vhdl_decls.adb @@ -257,7 +257,9 @@ package body Synth.Vhdl_Decls is -- TODO: components ? -- TODO: Interface_Signal ? But no instance for them. Warning_Msg_Synth - (+Attr_Value, "attribute %i for %n is not kept in the netlist", + (Warnid_Unkept_Attribute, + +Attr_Value, + "attribute %i for %n is not kept in the netlist", (+Attr_Decl, +Obj)); return; end case; |