blob: 0a1067bcba69293a7945e477bb166e296f51a7c6 [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
//
// waiver file for kmac
`verilator_config
// When masking is disabled, KMAC exposes ports for the EDN clock and
// reset but doesn't use them. This is intentional; waive the
// warnings.
lint_off -rule UNUSED -file "*/rtl/kmac.sv" -match "Signal is not used: 'clk_edn_i'"
lint_off -rule UNUSED -file "*/rtl/kmac.sv" -match "Signal is not used: 'rst_edn_ni'"