Why is this an issue?

An event expression that is a constant, and so will never change, is likely not what was intended to be implemented.

How to fix it

Code examples

Noncompliant code example

module fly;
  always @(1) begin
  end
endmodule