// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
// | |
// waiver file for rv_dm | |
`verilator_config | |
// This module is autogenerated so IO cannot be adjusted but it does not use the clock or reset | |
lint_off -rule UNUSED -file "*/rtl/rv_dm_mem_reg_top.sv" -match "Signal is not used: 'clk_i'" | |
lint_off -rule UNUSED -file "*/rtl/rv_dm_mem_reg_top.sv" -match "Signal is not used: 'rst_ni'" |