File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -26,17 +26,6 @@ waive -rules {HIER_BRANCH_NOT_READ} -location {pinmux.sv} \
2626waive -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-
4029waive -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
You can’t perform that action at this time.
0 commit comments