[prim] Waive unused parameter warnings for an FPGA-specific param
These are already waived for AscentLint: add matching waivers for
Verilator.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
diff --git a/hw/ip/prim_generic/lint/prim_generic_clock_gating.vlt b/hw/ip/prim_generic/lint/prim_generic_clock_gating.vlt
index 544a7b7..b2a1580 100644
--- a/hw/ip/prim_generic/lint/prim_generic_clock_gating.vlt
+++ b/hw/ip/prim_generic/lint/prim_generic_clock_gating.vlt
@@ -2,3 +2,7 @@
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
+
+`verilator_config
+
+lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_gating.sv" -match "Parameter is not used: 'NoFpgaGate'"
diff --git a/hw/ip/prim_generic/lint/prim_generic_clock_mux2.vlt b/hw/ip/prim_generic/lint/prim_generic_clock_mux2.vlt
index 544a7b7..b7a50c7 100644
--- a/hw/ip/prim_generic/lint/prim_generic_clock_mux2.vlt
+++ b/hw/ip/prim_generic/lint/prim_generic_clock_mux2.vlt
@@ -2,3 +2,7 @@
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
+
+`verilator_config
+
+lint_off -rule UNUSED -file "*/rtl/prim_generic_clock_mux2.sv" -match "Parameter is not used: 'NoFpgaBufG'"