blob: 3d2ac1008a325d00933ee16a61a8ce80f758b81d [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
// index_z is of type int but we only use bits 5:0.
lint_off -rule UNUSED -file "*/rtl/keccak_2share.sv" -match "*index_z*"