Skip to content

Commit

Permalink
[prim,lint] Remove waiver for prim_subreg.sv
Browse files Browse the repository at this point in the history
The linter would warn about an input port that wasn't used, but this
input port is now passed along to prim_subreg_arb (which has been the
case since 7b2a5c3), so the lint warning will no longer come up.

Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
  • Loading branch information
rswarbrick committed Dec 9, 2024
1 parent 9b88baf commit bfeb518
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hw/ip/prim/lint/prim_subreg.waiver
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,5 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

waive -rules INPUT_NOT_READ -location {prim_subreg.sv} -regexp {Input port 'wd' is not read from} \
-comment "for RO wd is not used"

waive -rules {PARAM_NOT_USED} -location {prim_subreg_shadow.sv} -regexp {Mubi} \
-comment "Mubi is not yet supported in prim_subreg_shadow."

0 comments on commit bfeb518

Please sign in to comment.