| Nested Instances | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| G_INT_MODULE(0) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(1) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(2) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(3) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(4) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(5) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(6) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(7) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(8) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(9) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(10) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| G_INT_MODULE(11) | 100.0 % (20/20) | 100.0 % (24/24) | 100.0 % (30/30) | 100.0 % (26/26) | N.A. | N.A. | 100.0 % (100/100) |
| I_DFF_INT_OUTPUT_REG | 100.0 % (3/3) | 100.0 % (4/4) | 100.0 % (8/8) | 100.0 % (2/2) | N.A. | N.A. | 100.0 % (17/17) |
| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_IM_TOP | 100.0 % (43/43) | 100.0 % (2/2) | 100.0 % (334/334) | N.A. | N.A. | N.A. | 100.0 % (379/379) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
212: for i in input'range loop
213: tmp := tmp or input(i);
214: end loop; 213: tmp := tmp or input(i); 215: return tmp; 223: int_i <= '0' when ((int_status_i and mr_int_ena_set_int_ena_set_o_i) = C_ZERO_MASK)
224: else
225: '1'; 223: int_i <= '0' when ((int_status_i and mr_int_ena_set_int_ena_set_o_i) = C_ZERO_MASK) 225: '1'; 231: int_input_active(RXI_IND) <= rec_valid; 232: int_input_active(TXI_IND) <= tran_valid; 233: int_input_active(EWLI_IND) <= err_warning_limit_pulse; 234: int_input_active(DOI_IND) <= rx_data_overrun; 235: int_input_active(FCSI_IND) <= fcs_changed; 236: int_input_active(ALI_IND) <= arbitration_lost; 237: int_input_active(BEI_IND) <= err_detected; 238: int_input_active(OFI_IND) <= is_overload; 239: int_input_active(RXFI_IND) <= rx_full; 240: int_input_active(BSI_IND) <= br_shifted; 241: int_input_active(RBNEI_IND) <= not rx_empty; 242: int_input_active(TXBHCI_IND) <= or_reduce(txtb_hw_cmd_int); 245: int_status_clr_i(RXI_IND) <= mr_int_stat_rxi_i; 246: int_status_clr_i(TXI_IND) <= mr_int_stat_txi_i; 247: int_status_clr_i(EWLI_IND) <= mr_int_stat_ewli_i; 248: int_status_clr_i(DOI_IND) <= mr_int_stat_doi_i; 249: int_status_clr_i(FCSI_IND) <= mr_int_stat_fcsi_i; 250: int_status_clr_i(ALI_IND) <= mr_int_stat_ali_i; 251: int_status_clr_i(BEI_IND) <= mr_int_stat_bei_i; 252: int_status_clr_i(OFI_IND) <= mr_int_stat_ofi_i; 253: int_status_clr_i(RXFI_IND) <= mr_int_stat_rxfi_i; 254: int_status_clr_i(BSI_IND) <= mr_int_stat_bsi_i; 255: int_status_clr_i(RBNEI_IND) <= mr_int_stat_rbnei_i; 256: int_status_clr_i(TXBHCI_IND) <= mr_int_stat_txbhci_i; 259: mr_int_stat_rxi_o <= int_status_i(RXI_IND); 260: mr_int_stat_txi_o <= int_status_i(TXI_IND); 261: mr_int_stat_ewli_o <= int_status_i(EWLI_IND); 262: mr_int_stat_doi_o <= int_status_i(DOI_IND); 263: mr_int_stat_fcsi_o <= int_status_i(FCSI_IND); 264: mr_int_stat_ali_o <= int_status_i(ALI_IND); 265: mr_int_stat_bei_o <= int_status_i(BEI_IND); 266: mr_int_stat_ofi_o <= int_status_i(OFI_IND); 267: mr_int_stat_rxfi_o <= int_status_i(RXFI_IND); 268: mr_int_stat_bsi_o <= int_status_i(BSI_IND); 269: mr_int_stat_rbnei_o <= int_status_i(RBNEI_IND); 270: mr_int_stat_txbhci_o <= int_status_i(TXBHCI_IND); 315: mr_int_ena_set_int_ena_set_o <= mr_int_ena_set_int_ena_set_o_i; 223: int_i <= '0' when ((int_status_i and mr_int_ena_set_int_ena_set_o_i) = C_ZERO_MASK) | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 17300 | 1 |
| Bin | False | 1885 | 1 |
CLK_SYS| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
RST_N| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
ERR_DETECTED| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
FCS_CHANGED| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
ERR_WARNING_LIMIT_PULSE| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
ARBITRATION_LOST| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TRAN_VALID| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
BR_SHIFTED| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
RX_DATA_OVERRUN| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
REC_VALID| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
RX_FULL| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
RX_EMPTY| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_HW_CMD_INT| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (7) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (7) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (6) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (6) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (5) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (5) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (4) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (4) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (3) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (3) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (2) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (2) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (1) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (1) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (0) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (0) | 1 | 0 | 0 | 1 | Exclude file |
IS_OVERLOAD| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_ENA_SET_INT_ENA_SET| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (11) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (10) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (10) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (9) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (9) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (8) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (8) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (7) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (7) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (6) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (6) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (5) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (5) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (4) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (4) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (3) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (3) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (2) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (2) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (1) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (1) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (0) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (0) | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_ENA_CLR_INT_ENA_CLR| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (11) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (10) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (10) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (9) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (9) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (8) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (8) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (7) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (7) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (6) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (6) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (5) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (5) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (4) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (4) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (3) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (3) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (2) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (2) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (1) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (1) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (0) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (0) | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_MASK_SET_INT_MASK_SET| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (11) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (10) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (10) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (9) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (9) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (8) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (8) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (7) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (7) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (6) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (6) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (5) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (5) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (4) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (4) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (3) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (3) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (2) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (2) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (1) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (1) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (0) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (0) | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_MASK_CLR_INT_MASK_CLR| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (11) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (10) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (10) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (9) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (9) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (8) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (8) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (7) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (7) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (6) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (6) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (5) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (5) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (4) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (4) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (3) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (3) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (2) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (2) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (1) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (1) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (0) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (0) | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_RXI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_TXI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_EWLI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_DOI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_FCSI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_ALI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_BEI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_OFI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_RXFI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_BSI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_RBNEI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_TXBHCI_I| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_INT_STAT_RXI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 806 | 1 |
| Bin | 1 | 0 | 2405 | 1 |
MR_INT_STAT_TXI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1214 | 1 |
| Bin | 1 | 0 | 2811 | 1 |
MR_INT_STAT_EWLI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 594 | 1 |
| Bin | 1 | 0 | 2194 | 1 |
MR_INT_STAT_DOI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 21 | 1 |
| Bin | 1 | 0 | 1622 | 1 |
MR_INT_STAT_FCSI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 3304 | 1 |
| Bin | 1 | 0 | 4893 | 1 |
MR_INT_STAT_ALI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 100 | 1 |
| Bin | 1 | 0 | 1699 | 1 |
MR_INT_STAT_BEI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1417 | 1 |
| Bin | 1 | 0 | 3010 | 1 |
MR_INT_STAT_OFI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 152 | 1 |
| Bin | 1 | 0 | 1753 | 1 |
MR_INT_STAT_RXFI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 20 | 1 |
| Bin | 1 | 0 | 1621 | 1 |
MR_INT_STAT_BSI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1311 | 1 |
| Bin | 1 | 0 | 2905 | 1 |
MR_INT_STAT_RBNEI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 934 | 1 |
| Bin | 1 | 0 | 2533 | 1 |
MR_INT_STAT_TXBHCI_O| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1679 | 1 |
| Bin | 1 | 0 | 3276 | 1 |
MR_INT_ENA_SET_INT_ENA_SET_O| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 66 | 1 |
| Bin | (11) | 1 | 0 | 1667 | 1 |
| Bin | (10) | 0 | 1 | 30 | 1 |
| Bin | (10) | 1 | 0 | 1631 | 1 |
| Bin | (9) | 0 | 1 | 50 | 1 |
| Bin | (9) | 1 | 0 | 1651 | 1 |
| Bin | (8) | 0 | 1 | 15 | 1 |
| Bin | (8) | 1 | 0 | 1616 | 1 |
| Bin | (7) | 0 | 1 | 15 | 1 |
| Bin | (7) | 1 | 0 | 1616 | 1 |
| Bin | (6) | 0 | 1 | 15 | 1 |
| Bin | (6) | 1 | 0 | 1616 | 1 |
| Bin | (5) | 0 | 1 | 15 | 1 |
| Bin | (5) | 1 | 0 | 1616 | 1 |
| Bin | (4) | 0 | 1 | 15 | 1 |
| Bin | (4) | 1 | 0 | 1616 | 1 |
| Bin | (3) | 0 | 1 | 15 | 1 |
| Bin | (3) | 1 | 0 | 1616 | 1 |
| Bin | (2) | 0 | 1 | 20 | 1 |
| Bin | (2) | 1 | 0 | 1621 | 1 |
| Bin | (1) | 0 | 1 | 15 | 1 |
| Bin | (1) | 1 | 0 | 1616 | 1 |
| Bin | (0) | 0 | 1 | 15 | 1 |
| Bin | (0) | 1 | 0 | 1616 | 1 |
MR_INT_MASK_SET_INT_MASK_SET_O| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 22 | 1 |
| Bin | (11) | 1 | 0 | 1813 | 1 |
| Bin | (10) | 0 | 1 | 20 | 1 |
| Bin | (10) | 1 | 0 | 1815 | 1 |
| Bin | (9) | 0 | 1 | 20 | 1 |
| Bin | (9) | 1 | 0 | 1815 | 1 |
| Bin | (8) | 0 | 1 | 5 | 1 |
| Bin | (8) | 1 | 0 | 1830 | 1 |
| Bin | (7) | 0 | 1 | 5 | 1 |
| Bin | (7) | 1 | 0 | 1830 | 1 |
| Bin | (6) | 0 | 1 | 5 | 1 |
| Bin | (6) | 1 | 0 | 1830 | 1 |
| Bin | (5) | 0 | 1 | 5 | 1 |
| Bin | (5) | 1 | 0 | 1830 | 1 |
| Bin | (4) | 0 | 1 | 5 | 1 |
| Bin | (4) | 1 | 0 | 1830 | 1 |
| Bin | (3) | 0 | 1 | 5 | 1 |
| Bin | (3) | 1 | 0 | 1830 | 1 |
| Bin | (2) | 0 | 1 | 5 | 1 |
| Bin | (2) | 1 | 0 | 1830 | 1 |
| Bin | (1) | 0 | 1 | 10 | 1 |
| Bin | (1) | 1 | 0 | 1825 | 1 |
| Bin | (0) | 0 | 1 | 10 | 1 |
| Bin | (0) | 1 | 0 | 1825 | 1 |
INT| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1840 | 1 |
| Bin | 1 | 0 | 1840 | 1 |
INT_INPUT_ACTIVE| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 32313 | 1 |
| Bin | (11) | 1 | 0 | 471742 | 1 |
| Bin | (10) | 0 | 1 | 72843 | 1 |
| Bin | (10) | 1 | 0 | 429611 | 1 |
| Bin | (9) | 0 | 1 | 60160 | 1 |
| Bin | (9) | 1 | 0 | 442294 | 1 |
| Bin | (8) | 0 | 1 | 238 | 1 |
| Bin | (8) | 1 | 0 | 503817 | 1 |
| Bin | (7) | 0 | 1 | 736 | 1 |
| Bin | (7) | 1 | 0 | 501718 | 1 |
| Bin | (6) | 0 | 1 | 140146 | 1 |
| Bin | (6) | 1 | 0 | 360707 | 1 |
| Bin | (5) | 0 | 1 | 1455 | 1 |
| Bin | (5) | 1 | 0 | 497797 | 1 |
| Bin | (4) | 0 | 1 | 16110 | 1 |
| Bin | (4) | 1 | 0 | 487945 | 1 |
| Bin | (3) | 0 | 1 | 333 | 1 |
| Bin | (3) | 1 | 0 | 490914 | 1 |
| Bin | (2) | 0 | 1 | 6833 | 1 |
| Bin | (2) | 1 | 0 | 497222 | 1 |
| Bin | (1) | 0 | 1 | 22230 | 1 |
| Bin | (1) | 1 | 0 | 473820 | 1 |
| Bin | (0) | 0 | 1 | 15154 | 1 |
| Bin | (0) | 1 | 0 | 482497 | 1 |
INT_STATUS_I| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 2951 | 1 |
| Bin | (11) | 1 | 0 | 12460 | 1 |
| Bin | (10) | 0 | 1 | 1739 | 1 |
| Bin | (10) | 1 | 0 | 13672 | 1 |
| Bin | (9) | 0 | 1 | 2427 | 1 |
| Bin | (9) | 1 | 0 | 12984 | 1 |
| Bin | (8) | 0 | 1 | 50 | 1 |
| Bin | (8) | 1 | 0 | 15361 | 1 |
| Bin | (7) | 0 | 1 | 289 | 1 |
| Bin | (7) | 1 | 0 | 15122 | 1 |
| Bin | (6) | 0 | 1 | 3077 | 1 |
| Bin | (6) | 1 | 0 | 12334 | 1 |
| Bin | (5) | 0 | 1 | 367 | 1 |
| Bin | (5) | 1 | 0 | 15044 | 1 |
| Bin | (4) | 0 | 1 | 10197 | 1 |
| Bin | (4) | 1 | 0 | 5214 | 1 |
| Bin | (3) | 0 | 1 | 36 | 1 |
| Bin | (3) | 1 | 0 | 15375 | 1 |
| Bin | (2) | 0 | 1 | 1171 | 1 |
| Bin | (2) | 1 | 0 | 14240 | 1 |
| Bin | (1) | 0 | 1 | 2039 | 1 |
| Bin | (1) | 1 | 0 | 13372 | 1 |
| Bin | (0) | 0 | 1 | 2358 | 1 |
| Bin | (0) | 1 | 0 | 13053 | 1 |
INT_STATUS_CLR_I| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 52 | 1 |
| Bin | (11) | 1 | 0 | 1838 | 1 |
| Bin | (10) | 0 | 1 | 50 | 1 |
| Bin | (10) | 1 | 0 | 1840 | 1 |
| Bin | (9) | 0 | 1 | 43 | 1 |
| Bin | (9) | 1 | 0 | 1847 | 1 |
| Bin | (8) | 0 | 1 | 15 | 1 |
| Bin | (8) | 1 | 0 | 1875 | 1 |
| Bin | (7) | 0 | 1 | 5 | 1 |
| Bin | (7) | 1 | 0 | 1885 | 1 |
| Bin | (6) | 0 | 1 | 15 | 1 |
| Bin | (6) | 1 | 0 | 1875 | 1 |
| Bin | (5) | 0 | 1 | 5 | 1 |
| Bin | (5) | 1 | 0 | 1885 | 1 |
| Bin | (4) | 0 | 1 | 80 | 1 |
| Bin | (4) | 1 | 0 | 1810 | 1 |
| Bin | (3) | 0 | 1 | 16 | 1 |
| Bin | (3) | 1 | 0 | 1874 | 1 |
| Bin | (2) | 0 | 1 | 30 | 1 |
| Bin | (2) | 1 | 0 | 1860 | 1 |
| Bin | (1) | 0 | 1 | 42 | 1 |
| Bin | (1) | 1 | 0 | 1848 | 1 |
| Bin | (0) | 0 | 1 | 40 | 1 |
| Bin | (0) | 1 | 0 | 1850 | 1 |
INT_I| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1840 | 1 |
| Bin | 1 | 0 | 1840 | 1 |
MR_INT_ENA_SET_INT_ENA_SET_O_I| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (11) | 0 | 1 | 66 | 1 |
| Bin | (11) | 1 | 0 | 2107 | 1 |
| Bin | (10) | 0 | 1 | 30 | 1 |
| Bin | (10) | 1 | 0 | 2143 | 1 |
| Bin | (9) | 0 | 1 | 50 | 1 |
| Bin | (9) | 1 | 0 | 2123 | 1 |
| Bin | (8) | 0 | 1 | 15 | 1 |
| Bin | (8) | 1 | 0 | 2158 | 1 |
| Bin | (7) | 0 | 1 | 15 | 1 |
| Bin | (7) | 1 | 0 | 2158 | 1 |
| Bin | (6) | 0 | 1 | 15 | 1 |
| Bin | (6) | 1 | 0 | 2158 | 1 |
| Bin | (5) | 0 | 1 | 15 | 1 |
| Bin | (5) | 1 | 0 | 2158 | 1 |
| Bin | (4) | 0 | 1 | 15 | 1 |
| Bin | (4) | 1 | 0 | 2158 | 1 |
| Bin | (3) | 0 | 1 | 15 | 1 |
| Bin | (3) | 1 | 0 | 2158 | 1 |
| Bin | (2) | 0 | 1 | 20 | 1 |
| Bin | (2) | 1 | 0 | 2153 | 1 |
| Bin | (1) | 0 | 1 | 15 | 1 |
| Bin | (1) | 1 | 0 | 2158 | 1 |
| Bin | (0) | 0 | 1 | 15 | 1 |
| Bin | (0) | 1 | 0 | 2158 | 1 |