blob: e58b36f53ced07ffb3581992445060cedd6a529e [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 aes
waive -rules COMBO_READ_WRITE -location {aes_key_expand.sv} -regexp {'regular\[[0-9]+\]\[2:1|4:2|6:5\]' is read from within the same combinational process block} \
-comment "regular[*] is assigned in a for loop, regular[*][1|2|5] depends on regular[*][0|1|4]"