Line Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_regwen.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 113 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 135 | 1 | 1 | 100.00 | 
112                       end else if (SwAccess == SwAccessW0C) begin : gen_w0c
113        1/1              assign wr_en   = we | de;
           Tests:       T4 T6 T24 
114                         if (Mubi) begin : gen_mubi
115                           if (DW == 4) begin : gen_mubi4
116                             assign wr_data = prim_mubi_pkg::mubi4_and_hi(prim_mubi_pkg::mubi4_t'(de ? d : q),
117                                                                          (we ? prim_mubi_pkg::mubi4_t'(wd) :
118                                                                                prim_mubi_pkg::MuBi4True));
119                           end else if (DW == 8) begin : gen_mubi8
120                             assign wr_data = prim_mubi_pkg::mubi8_and_hi(prim_mubi_pkg::mubi8_t'(de ? d : q),
121                                                                          (we ? prim_mubi_pkg::mubi8_t'(wd) :
122                                                                                prim_mubi_pkg::MuBi8True));
123                           end else if (DW == 12) begin : gen_mubi12
124                             assign wr_data = prim_mubi_pkg::mubi12_and_hi(prim_mubi_pkg::mubi12_t'(de ? d : q),
125                                                                           (we ? prim_mubi_pkg::mubi12_t'(wd) :
126                                                                                 prim_mubi_pkg::MuBi12True));
127                           end else if (DW == 16) begin : gen_mubi16
128                             assign wr_data = prim_mubi_pkg::mubi16_and_hi(prim_mubi_pkg::mubi16_t'(de ? d : q),
129                                                                           (we ? prim_mubi_pkg::mubi16_t'(wd) :
130                                                                                 prim_mubi_pkg::MuBi16True));
131                           end else begin : gen_invalid_mubi
132                             $error("%m: Invalid width for MuBi");
133                           end
134                         end else begin : gen_non_mubi
135        1/1                assign wr_data = (de ? d : q) & (we ? wd : '1);
           Tests:       T4 T5 T6 
Cond Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_regwen.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 8 | 8 | 100.00 | 
| Logical | 8 | 8 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       113
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T4,T6,T24 | 
 LINE       135
 EXPRESSION ((de ? d : q) & (we ? wd : '1))
             ------1-----   -------2------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T2,T3,T21 | 
| 1 | 0 | Covered | T2,T3,T21 | 
| 1 | 1 | Covered | T4,T5,T6 | 
 LINE       135
 SUB-EXPRESSION (de ? d : q)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Unreachable |  | 
 LINE       135
 SUB-EXPRESSION (we ? wd : '1)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T6,T24 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_sel.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T4 T6 T24 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_sel.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T4,T6,T24 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T6,T24 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T6,T24 | 
Branch Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_sel.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T4,T6,T24 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_hi_speed_sel.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T4 T6 T24 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_hi_speed_sel.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T4,T6,T24 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T6,T24 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T6,T24 | 
Branch Coverage for Instance : tb.dut.u_reg.u_extclk_ctrl_hi_speed_sel.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T4,T6,T24 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_jitter_regwen.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 113 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 135 | 1 | 1 | 100.00 | 
112                       end else if (SwAccess == SwAccessW0C) begin : gen_w0c
113        1/1              assign wr_en   = we | de;
           Tests:       T30 T17 T54 
114                         if (Mubi) begin : gen_mubi
115                           if (DW == 4) begin : gen_mubi4
116                             assign wr_data = prim_mubi_pkg::mubi4_and_hi(prim_mubi_pkg::mubi4_t'(de ? d : q),
117                                                                          (we ? prim_mubi_pkg::mubi4_t'(wd) :
118                                                                                prim_mubi_pkg::MuBi4True));
119                           end else if (DW == 8) begin : gen_mubi8
120                             assign wr_data = prim_mubi_pkg::mubi8_and_hi(prim_mubi_pkg::mubi8_t'(de ? d : q),
121                                                                          (we ? prim_mubi_pkg::mubi8_t'(wd) :
122                                                                                prim_mubi_pkg::MuBi8True));
123                           end else if (DW == 12) begin : gen_mubi12
124                             assign wr_data = prim_mubi_pkg::mubi12_and_hi(prim_mubi_pkg::mubi12_t'(de ? d : q),
125                                                                           (we ? prim_mubi_pkg::mubi12_t'(wd) :
126                                                                                 prim_mubi_pkg::MuBi12True));
127                           end else if (DW == 16) begin : gen_mubi16
128                             assign wr_data = prim_mubi_pkg::mubi16_and_hi(prim_mubi_pkg::mubi16_t'(de ? d : q),
129                                                                           (we ? prim_mubi_pkg::mubi16_t'(wd) :
130                                                                                 prim_mubi_pkg::MuBi16True));
131                           end else begin : gen_invalid_mubi
132                             $error("%m: Invalid width for MuBi");
133                           end
134                         end else begin : gen_non_mubi
135        1/1                assign wr_data = (de ? d : q) & (we ? wd : '1);
           Tests:       T4 T5 T6 
Cond Coverage for Instance : tb.dut.u_reg.u_jitter_regwen.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 8 | 8 | 100.00 | 
| Logical | 8 | 8 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       113
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T117,T118,T119 | 
 LINE       135
 EXPRESSION ((de ? d : q) & (we ? wd : '1))
             ------1-----   -------2------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T117,T119,T94 | 
| 1 | 0 | Covered | T117,T119,T94 | 
| 1 | 1 | Covered | T4,T5,T6 | 
 LINE       135
 SUB-EXPRESSION (de ? d : q)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Unreachable |  | 
 LINE       135
 SUB-EXPRESSION (we ? wd : '1)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T117,T118,T119 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_jitter_enable.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T47 T48 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_jitter_enable.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T47,T48 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T47,T48 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T47,T48 | 
Branch Coverage for Instance : tb.dut.u_reg.u_jitter_enable.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T47,T48 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div4_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T25 T74 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div4_peri_en.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T25,T74 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div4_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T25,T74 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div2_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T25 T74 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div2_peri_en.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T25,T74 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_div2_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T25,T74 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T25 T74 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_peri_en.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T25,T74 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_io_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T25,T74 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_usb_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T25 T74 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_usb_peri_en.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T25,T74 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T25,T74 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_enables_clk_usb_peri_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T25,T74 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_aes_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T27 T29 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_aes_hint.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T27,T29 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_aes_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T27,T29 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_hmac_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T27 T29 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_hmac_hint.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T27,T29 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_hmac_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T27,T29 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_kmac_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T27 T29 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_kmac_hint.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T27,T29 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_kmac_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T27,T29 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_otbn_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T5 T27 T29 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T4 T5 T6 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_otbn_hint.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T5,T27,T29 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T5,T27,T29 | 
Branch Coverage for Instance : tb.dut.u_reg.u_clk_hints_clk_main_otbn_hint.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T5,T27,T29 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_status_clk_main_aes_val.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 1 | 50.00 | 
| CONT_ASSIGN | 43 | 1 | 0 | 0.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 51 | 0 | 0 |  | 
| CONT_ASSIGN | 52 | 0 | 0 |  | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
42                        end else if (SwAccess == SwAccessRO) begin : gen_ro
43         0/1     ==>      assign wr_en   = de;
44         1/1              assign wr_data = d;
           Tests:       T4 T5 T6 
45                          // Unused we, wd, q - Prevent lint errors.
46                          logic          unused_we;
47                          logic [DW-1:0] unused_wd;
48                          logic [DW-1:0] unused_q;
49                          //VCS coverage off
50                          // pragma coverage off
51         unreachable      assign unused_we = we;
52         unreachable      assign unused_wd = wd;
53         unreachable      assign unused_q  = q;
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_status_clk_main_hmac_val.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 1 | 50.00 | 
| CONT_ASSIGN | 43 | 1 | 0 | 0.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 51 | 0 | 0 |  | 
| CONT_ASSIGN | 52 | 0 | 0 |  | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
42                        end else if (SwAccess == SwAccessRO) begin : gen_ro
43         0/1     ==>      assign wr_en   = de;
44         1/1              assign wr_data = d;
           Tests:       T4 T5 T6 
45                          // Unused we, wd, q - Prevent lint errors.
46                          logic          unused_we;
47                          logic [DW-1:0] unused_wd;
48                          logic [DW-1:0] unused_q;
49                          //VCS coverage off
50                          // pragma coverage off
51         unreachable      assign unused_we = we;
52         unreachable      assign unused_wd = wd;
53         unreachable      assign unused_q  = q;
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_status_clk_main_kmac_val.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 1 | 50.00 | 
| CONT_ASSIGN | 43 | 1 | 0 | 0.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 51 | 0 | 0 |  | 
| CONT_ASSIGN | 52 | 0 | 0 |  | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
42                        end else if (SwAccess == SwAccessRO) begin : gen_ro
43         0/1     ==>      assign wr_en   = de;
44         1/1              assign wr_data = d;
           Tests:       T4 T5 T6 
45                          // Unused we, wd, q - Prevent lint errors.
46                          logic          unused_we;
47                          logic [DW-1:0] unused_wd;
48                          logic [DW-1:0] unused_q;
49                          //VCS coverage off
50                          // pragma coverage off
51         unreachable      assign unused_we = we;
52         unreachable      assign unused_wd = wd;
53         unreachable      assign unused_q  = q;
 
Line Coverage for Instance : tb.dut.u_reg.u_clk_hints_status_clk_main_otbn_val.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 1 | 50.00 | 
| CONT_ASSIGN | 43 | 1 | 0 | 0.00 | 
| CONT_ASSIGN | 44 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 51 | 0 | 0 |  | 
| CONT_ASSIGN | 52 | 0 | 0 |  | 
| CONT_ASSIGN | 53 | 0 | 0 |  | 
42                        end else if (SwAccess == SwAccessRO) begin : gen_ro
43         0/1     ==>      assign wr_en   = de;
44         1/1              assign wr_data = d;
           Tests:       T4 T5 T6 
45                          // Unused we, wd, q - Prevent lint errors.
46                          logic          unused_we;
47                          logic [DW-1:0] unused_wd;
48                          logic [DW-1:0] unused_q;
49                          //VCS coverage off
50                          // pragma coverage off
51         unreachable      assign unused_we = we;
52         unreachable      assign unused_wd = wd;
53         unreachable      assign unused_q  = q;
 
Line Coverage for Instance : tb.dut.u_reg.u_measure_ctrl_regwen.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 113 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 135 | 1 | 1 | 100.00 | 
112                       end else if (SwAccess == SwAccessW0C) begin : gen_w0c
113        1/1              assign wr_en   = we | de;
           Tests:       T4 T5 T6 
114                         if (Mubi) begin : gen_mubi
115                           if (DW == 4) begin : gen_mubi4
116                             assign wr_data = prim_mubi_pkg::mubi4_and_hi(prim_mubi_pkg::mubi4_t'(de ? d : q),
117                                                                          (we ? prim_mubi_pkg::mubi4_t'(wd) :
118                                                                                prim_mubi_pkg::MuBi4True));
119                           end else if (DW == 8) begin : gen_mubi8
120                             assign wr_data = prim_mubi_pkg::mubi8_and_hi(prim_mubi_pkg::mubi8_t'(de ? d : q),
121                                                                          (we ? prim_mubi_pkg::mubi8_t'(wd) :
122                                                                                prim_mubi_pkg::MuBi8True));
123                           end else if (DW == 12) begin : gen_mubi12
124                             assign wr_data = prim_mubi_pkg::mubi12_and_hi(prim_mubi_pkg::mubi12_t'(de ? d : q),
125                                                                           (we ? prim_mubi_pkg::mubi12_t'(wd) :
126                                                                                 prim_mubi_pkg::MuBi12True));
127                           end else if (DW == 16) begin : gen_mubi16
128                             assign wr_data = prim_mubi_pkg::mubi16_and_hi(prim_mubi_pkg::mubi16_t'(de ? d : q),
129                                                                           (we ? prim_mubi_pkg::mubi16_t'(wd) :
130                                                                                 prim_mubi_pkg::MuBi16True));
131                           end else begin : gen_invalid_mubi
132                             $error("%m: Invalid width for MuBi");
133                           end
134                         end else begin : gen_non_mubi
135        1/1                assign wr_data = (de ? d : q) & (we ? wd : '1);
           Tests:       T4 T5 T6 
Cond Coverage for Instance : tb.dut.u_reg.u_measure_ctrl_regwen.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 10 | 10 | 100.00 | 
| Logical | 10 | 10 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       113
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Covered | T4,T5,T6 | 
| 1 | 0 | Covered | T1,T2,T3 | 
 LINE       135
 EXPRESSION ((de ? d : q) & (we ? wd : '1))
             ------1-----   -------2------
| -1- | -2- | Status | Tests |                       
| 0 | 1 | Covered | T1,T2,T3 | 
| 1 | 0 | Covered | T1,T2,T3 | 
| 1 | 1 | Covered | T4,T5,T6 | 
 LINE       135
 SUB-EXPRESSION (de ? d : q)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T4,T5,T6 | 
 LINE       135
 SUB-EXPRESSION (we ? wd : '1)
                 -1
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T1 T2 T3 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T1 T2 T3 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_en.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 7 | 7 | 100.00 | 
| Logical | 7 | 7 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Covered | T1,T9,T10 | 
| 1 | 0 | Covered | T1,T2,T3 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_en.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T1 T2 T3 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T1 T2 T3 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T4,T5,T6 | 
 
Line Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.staged_reg.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| TOTAL |  | 2 | 2 | 100.00 | 
| CONT_ASSIGN | 33 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 34 | 1 | 1 | 100.00 | 
| CONT_ASSIGN | 39 | 0 | 0 |  | 
32                        if (SwAccess inside {SwAccessRW, SwAccessWO}) begin : gen_w
33         1/1              assign wr_en   = we | de;
           Tests:       T1 T2 T3 
34         1/1              assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
           Tests:       T1 T2 T3 
35                          // Unused q - Prevent lint errors.
36                          logic [DW-1:0] unused_q;
37                          //VCS coverage off
38                          // pragma coverage off
39         unreachable      assign unused_q = q;
Cond Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.staged_reg.wr_en_data_arb
 | Total | Covered | Percent | 
| Conditions | 6 | 6 | 100.00 | 
| Logical | 6 | 6 | 100.00 | 
| Non-Logical | 0 | 0 |  | 
| Event | 0 | 0 |  | 
 LINE       33
 EXPRESSION (we | de)
             -1   -2
| -1- | -2- | Status | Tests |                       
| 0 | 0 | Covered | T4,T5,T6 | 
| 0 | 1 | Unreachable |  | 
| 1 | 0 | Covered | T1,T2,T3 | 
 LINE       34
 EXPRESSION ((we == 1'b1) ? wd : d)
             ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
 LINE       34
 SUB-EXPRESSION (we == 1'b1)
                ------1-----
| -1- | Status | Tests |                       
| 0 | Covered | T4,T5,T6 | 
| 1 | Covered | T1,T2,T3 | 
Branch Coverage for Instance : tb.dut.u_reg.u_io_meas_ctrl_shadowed_hi.staged_reg.wr_en_data_arb
 | Line No. | Total | Covered | Percent | 
| Branches | 
 | 
2 | 
2 | 
100.00 | 
| TERNARY | 
34 | 
2 | 
2 | 
100.00 | 
34             assign wr_data = (we == 1'b1) ? wd : d; // SW higher priority
                                             -1-  
                                             ==>  
                                             ==>  
Branches:
| -1- | Status | Tests | 
| 1 | 
Covered | 
T1,T2,T3 | 
| 0 | 
Covered | 
T4,T5,T6 |