blob: 121abb914bc4126d71f91cf0a0d45ea34102ad73 [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 LC controller
waive -rules CONST_FF -location {lc_ctrl_signal_decode.sv} -regexp {Flip-flop 'lc_keymgr_div_q\[.*\]' is driven by constant zeros.*} \
-comment {Some of these bits may be constantly zero, depending on the RndCnst parameters.}
# dmi_jtag_tap clock mux for scan mode
waive -rules CLOCK_MUX -location {lc_ctrl.sv} -regexp {Clock 'tck_muxed' is driven by a multiplexer here, used as a clock 'tck_i' at dmi_jtag_tap.sv} \
-comment "This is needed such that the clock can be properly controlled during scanmode."