| // Copyright lowRISC contributors. | |
| // Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
| // SPDX-License-Identifier: Apache-2.0 | |
| // | |
| // common waiver rules for verilator | |
| `verilator_config | |
| // Do not warn about unconnected pins in module instantiations, e.g. | |
| // `.optional_output ()`. | |
| lint_off -rule PINCONNECTEMPTY |