blob: dabd103a14a59288c227ad943affb29b5d4e2eaf [file] [log] [blame]
// Copyright lowRISC contributors.
// Licensed under the Apache License, Version 2.0, see LICENSE for details.
// SPDX-License-Identifier: Apache-2.0
`verilator_config
// Temporary rule to turn off all unused warnings until implementation is more
// complete
lint_off -rule UNUSED -file "*/rtl/otbn_*"
// Operator EQ expects 32 bits on the LHS, but LHS's VARREF 'addr' generates 3
// bits.
lint_off -rule WIDTH -file "*/rtl/otbn_lsu.sv" -match "*'addr' generates 3 bits*"