// Copyright lowRISC contributors. | |
// Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
// SPDX-License-Identifier: Apache-2.0 | |
`verilator_config | |
// Waive a warning caused by the fact that our "interrupt" register | |
// matches a C++ common word. | |
lint_off -rule SYMRSVDWORD -file "*/rtl/sysrst_ctrl_reg_pkg.sv" -match "Symbol matches C++ common word: 'interrupt'" |