blob: 0c13a949f82ef6ee83fde947cabd739769d4fe2a [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 prim_reg_we_check
waive -rules {HIER_BRANCH_NOT_READ} -location {prim_reg_we_check.sv} -regexp {.*'(clk_i|rst_ni)'.*} \
-comment "clk_i and rst_ni are only used for assertions in this module."