|
2 | 2 | # Licensed under the Apache License, Version 2.0, see LICENSE for details.
|
3 | 3 | # SPDX-License-Identifier: Apache-2.0
|
4 | 4 | #
|
5 |
| -# waiver file for prim_generic_clock_div |
| 5 | +# waiver file for prim_clock_div |
6 | 6 |
|
7 |
| -waive -rules CLOCK_EDGE -location {prim_generic_clock_div.sv} -msg {Falling edge of clock 'clk_i' used here, should use rising edge} \ |
| 7 | +waive -rules CLOCK_EDGE -location {prim_clock_div.sv} -msg {Falling edge of clock 'clk_i' used here, should use rising edge} \ |
8 | 8 | -comment "The clock switch signal is synchronized on negative edge to ensure it is away from any transition"
|
9 | 9 |
|
10 |
| -waive -rules DUAL_EDGE_CLOCK -location {prim_generic_clock_div.sv} -regexp {.*} \ |
| 10 | +waive -rules DUAL_EDGE_CLOCK -location {prim_clock_div.sv} -regexp {.*} \ |
11 | 11 | -comment "The clock switch signal is synchronized on negative edge to ensure it is away from any transition"
|
12 | 12 |
|
13 |
| -waive -rules CLOCK_MUX -location {prim_generic_clock_div.sv} -regexp {.*reaches a multiplexer here, used as a clock.*} \ |
| 13 | +waive -rules CLOCK_MUX -location {prim_clock_div.sv} -regexp {.*reaches a multiplexer here, used as a clock.*} \ |
14 | 14 | -comment "A mux is used during scan bypass, and for switching between div by 2 and div by 1 clocks"
|
15 | 15 |
|
16 |
| -waive -rules CLOCK_USE -location {prim_generic_clock_div.sv} -regexp {'clk_i' is connected to 'prim_clock_mux2' port 'clk1_i', and used as a clock} \ |
| 16 | +waive -rules CLOCK_USE -location {prim_clock_div.sv} -regexp {'clk_i' is connected to 'prim_clock_mux2' port 'clk1_i', and used as a clock} \ |
17 | 17 | -comment "This clock mux usage is OK."
|
18 | 18 |
|
19 |
| -waive -rules SAME_NAME_TYPE -location {prim_generic_clock_div.sv} -regexp {'ResetValue' is used as a parameter here, and as an enumeration value at} \ |
| 19 | +waive -rules SAME_NAME_TYPE -location {prim_clock_div.sv} -regexp {'ResetValue' is used as a parameter here, and as an enumeration value at} \ |
20 | 20 | -comment "Reused parameter name."
|
21 | 21 |
|
22 | 22 | waive -rules CLOCK_DRIVER -location {prim_generic_clock_div.sv} -regexp {'gen_div2.q_p' is driven by instance 'gen_div2\^u_div2' of module 'prim_flop', and used as a clock 'clk_i'} \
|
|
0 commit comments