ID:10885 Verilog HDL Attribute warning at <location>: synthesis attribute "<name>" with value "<text>" has no object and is ignored

CAUSE: In a Verilog Design File (.v) at the specified location, you declared the specified attribute inside of a comment. However, the comment is not connected to any design object.

ACTION: If this behavior is correct, no action is required. Otherwise, reposition the attribute declaration so that it is connected with the appropriate design object. If a semicolon terminates the line, make sure that the attribute is declared before the semicolon.