| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.FRAME_FILTERS_INST.FILT_SUP_GEN_TRUE | 100.0 % (11/11) | 100.0 % (10/10) | N.A. | 100.0 % (30/30) | N.A. | N.A. | 100.0 % (51/51) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
358: drop_rtr_frame <= '1' when (mr_settings_fdrf = DROP_RF_ENABLED
359: and rec_is_rtr = RTR_FRAME)
360: else
361: '0'; 358: drop_rtr_frame <= '1' when (mr_settings_fdrf = DROP_RF_ENABLED 361: '0'; 363: filter_result <= '1' when (rec_ivld = '0') else
364: '0' when (drop_rtr_frame = '1') else
...
369: else
370: '0'; 363: filter_result <= '1' when (rec_ivld = '0') else 364: '0' when (drop_rtr_frame = '1') else 365: '1' when (int_filter_a_valid = '1' or 370: '0'; 372: ident_valid_d <= filter_result when (mr_mode_afm = '1')
373: else
374: '1'; 372: ident_valid_d <= filter_result when (mr_mode_afm = '1') 374: '1'; 358: drop_rtr_frame <= '1' when (mr_settings_fdrf = DROP_RF_ENABLED
359: and rec_is_rtr = RTR_FRAME) | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 4 | 1 |
| Bin | False | 28726 | 1 |
363: filter_result <= '1' when (rec_ivld = '0') else | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 23667 | 1 |
| Bin | False | 23776 | 1 |
364: '0' when (drop_rtr_frame = '1') else | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 4 | 1 |
| Bin | False | 23772 | 1 |
365: '1' when (int_filter_a_valid = '1' or
366: int_filter_b_valid = '1' or
367: int_filter_c_valid = '1' or
368: int_filter_ran_valid = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 19591 | 1 |
| Bin | False | 4181 | 1 |
372: ident_valid_d <= filter_result when (mr_mode_afm = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 5782 | 1 |
| Bin | False | 2700 | 1 |
mr_settings_fdrf = DROP_RF_ENABLED and rec_is_rtr = RTR_FRAME
<--------------LHS---------------> <--------RHS---------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 13371 | 1 |
| Bin | True | False | 4 | 1 |
| Bin | True | True | 4 | 1 |
mr_settings_fdrf = DROP_RF_ENABLED | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 28722 | 1 |
| Bin | True | 8 | 1 |
rec_is_rtr = RTR_FRAME | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 15355 | 1 |
| Bin | True | 13375 | 1 |
rec_ivld = '0' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 23776 | 1 |
| Bin | True | 23667 | 1 |
drop_rtr_frame = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 23772 | 1 |
| Bin | True | 4 | 1 |
int_filter_a_valid = '1' or int_filter_b_valid = '1' or int_filter_c_valid = '1' or int_filter_ran_valid = '1'
<-------------------------------------LHS--------------------------------------> <----------RHS-----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | False | 4181 | 1 |
| Bin | False | True | 3 | 1 |
| Bin | True | False | 19423 | 1 |
int_filter_a_valid = '1' or int_filter_b_valid = '1' or int_filter_c_valid = '1'
<-----------------------LHS------------------------> <---------RHS----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | False | 4184 | 1 |
| Bin | False | True | 151 | 1 |
| Bin | True | False | 19272 | 1 |
int_filter_a_valid = '1' or int_filter_b_valid = '1'
<---------LHS----------> <---------RHS----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | False | 4335 | 1 |
| Bin | False | True | 167 | 1 |
| Bin | True | False | 19105 | 1 |
int_filter_a_valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 4502 | 1 |
| Bin | True | 19270 | 1 |
int_filter_b_valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 23440 | 1 |
| Bin | True | 332 | 1 |
int_filter_c_valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 23456 | 1 |
| Bin | True | 316 | 1 |
int_filter_ran_valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 23604 | 1 |
| Bin | True | 168 | 1 |
mr_mode_afm = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 2700 | 1 |
| Bin | True | 5782 | 1 |