Uncovered functional coverage:
Excluded functional coverage:
Covered functional coverage:
PSL cover point on lines 132 to 135:
132: -- psl dbt_pos_resync_e_less_than_sjw_cov : cover
133: -- {exp_seg_length_ce = '1' and use_basic_segm_length = '0' and is_tseg1 = '1'
134: -- and resync_edge_valid = '1' and
135: -- (to_integer(unsigned(phase_err)) < to_integer(unsigned(sjw)))};
Count: 552533
Threshold: 1
PSL cover point on lines 138 to 141:
138: -- psl dbt_pos_resync_e_more_than_sjw_cov : cover
139: -- {exp_seg_length_ce = '1' and use_basic_segm_length = '0' and is_tseg1 = '1'
140: -- and resync_edge_valid = '1' and
141: -- (to_integer(unsigned(phase_err)) > to_integer(unsigned(sjw)))};
Count: 86892
Threshold: 1
PSL cover point on lines 144 to 147:
144: -- psl dbt_pos_resync_e_equal_sjw_cov : cover
145: -- {exp_seg_length_ce = '1' and use_basic_segm_length = '0' and is_tseg1 = '1'
146: -- and resync_edge_valid = '1' and
147: -- (to_integer(unsigned(phase_err)) = to_integer(unsigned(sjw)))};
Count: 64040
Threshold: 1
PSL cover point on lines 150 to 152:
150: -- psl dbt_neg_resync_e_less_than_sjw_cov : cover
151: -- {exp_seg_length_ce = '1' and resync_edge_valid = '1' and is_tseg2 = '1' and
152: -- (to_integer(unsigned(phase_err)) < to_integer(unsigned(sjw)))};
Count: 7160
Threshold: 1
PSL cover point on lines 155 to 157:
155: -- psl dbt_neg_resync_e_more_than_sjw_cov : cover
156: -- {exp_seg_length_ce = '1' and resync_edge_valid = '1' and is_tseg2 = '1' and
157: -- (to_integer(unsigned(phase_err)) > to_integer(unsigned(sjw)))};
Count: 9071
Threshold: 1
PSL cover point on lines 160 to 162:
160: -- psl dbt_neg_resync_e_equal_sjw_cov : cover
161: -- {exp_seg_length_ce = '1' and resync_edge_valid = '1' and is_tseg2 = '1' and
162: -- (to_integer(unsigned(phase_err)) = to_integer(unsigned(sjw)))};
Count: 807
Threshold: 1
PSL cover point on lines 164 to 165:
164: -- psl dbt_exit_segm_immediate_cov : cover
165: -- {exit_segm_req = '1' and exit_ph2_immediate = '1'};
Count: 8126
Threshold: 1
PSL cover point on lines 167 to 168:
167: -- psl dbt_exit_segm_regular_tseg1_cov : cover
168: -- {exit_segm_req = '1' and exit_segm_regular_tseg1 = '1' and exit_segm_regular_tseg2 = '0'};
Count: 8332398
Threshold: 1
PSL cover point on lines 170 to 171:
170: -- psl dbt_exit_segm_regular_tseg2_cov : cover
171: -- {exit_segm_req = '1' and exit_segm_regular_tseg1 = '0' and exit_segm_regular_tseg2 = '1'};
Count: 8270823
Threshold: 1