A module, interface, or program definition that is unused in the design should be removed.
module fly; // Noncompliant: 'fly' is not used endmodule module top; endmodule