Skip to content

Commit 5bd42ae

Browse files
committed
[darjeeling,waivers] Remove uneeded waivers after clkmgr changes
Signed-off-by: Robert Schilling <[email protected]>
1 parent f18409a commit 5bd42ae

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

hw/top_darjeeling/lint/top_darjeeling.waiver

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,6 @@ waive -rules {HIER_BRANCH_NOT_READ} -location {pinmux.sv} \
2626
waive -rules INPUT_NOT_READ -location {pinmux.sv} -regexp {Input port 'scanmode_i' is not read from} \
2727
-comment "scanmode_i is not used in the Darjeeling pad configuration"
2828

29-
waive -rules {HIER_NET_NOT_READ NOT_READ} -location {clkmgr.sv} \
30-
-regexp {(Net|Signal) 'clk_io_root' is not read from in module 'clkmgr'} \
31-
-comment "This clock is unused in Darjeeling - should not be generated"
32-
33-
waive -rules {HIER_NET_NOT_READ NOT_READ} -location {clkmgr.sv} \
34-
-regexp {(Net|Signal) 'clk_io_div2_root' is not read from in module 'clkmgr'} \
35-
-comment "This clock is unused in Darjeeling - should not be generated"
36-
37-
waive -rules CLOCK_MUX -location {clkmgr.sv top_darjeeling.sv} -regexp {.*clk_io_div.* is driven by a multiplexer here} \
38-
-comment "Divided clocks go through prim_clock_div, which use muxes for scan bypass and clock step down"
39-
4029
waive -rules CLOCK_MUX -location {top_darjeeling.sv} -regexp {Clock 'spi_device_passthrough_req.sck' reaches a multiplexer here, used as a clock} \
4130
-comment "In passthrough mode, spi_host muxes 'spi_device_passthrough_req.sck' to the `cio_sck_o` output."
4231

0 commit comments

Comments
 (0)