blob: 4525057cd0ab7918bdca9291bcf570153b04e4af [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 edn
waive -rules INPUT_NOT_READ -location {prim_arbiter_ppc.sv} \
-regexp {Input port 'data_i' is not read from, instance*} \
-comment "Because the parameter EnDataPort is not set, the data input is not used"