blob: 50e34396161754e503457cc2953a196b0623e041 [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 usbdev
`verilator_config
// The TL-UL socket outputs the full 32 bits of write data to both the register interface and the SRAM window, but only the SRAM window uses the full width.
lint_off -rule UNUSED -file "*/rtl/usbdev_reg_top.sv" -match "Bits of signal are not used: 'reg_wdata'[29:23]"