Why is this an issue?

Unused parameters should be removed.

How to fix it

Code examples

Noncompliant code example

module top #(parameter p = 1); // Noncompliant: 'p' is not used
endmodule