| Nested Instances | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CLK_GATE_TXT_BUFFER_RAM_COMP | 100.0 % (3/3) | 100.0 % (2/2) | 100.0 % (10/10) | 100.0 % (8/8) | N.A. | N.A. | 100.0 % (23/23) |
| TXT_BUFFER_RAM_INST | 100.0 % (52/52) | 100.0 % (38/38) | 100.0 % (2160/2160) | 93.1 % (54/58) | N.A. | N.A. | 99.8 % (2304/2308) |
| TXT_BUFFER_FSM_INST | 100.0 % (80/80) | 100.0 % (94/94) | 100.0 % (70/70) | 100.0 % (151/151) | 100.0 % (16/16) | N.A. | 100.0 % (411/411) |
| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(5).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_INST | 100.0 % (38/38) | 100.0 % (24/24) | 100.0 % (468/468) | 100.0 % (75/75) | N.A. | N.A. | 100.0 % (605/605) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
253: txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1')
254: else
255: '0'; 253: txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 255: '0'; 266: txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1')
267: else
268: (others => '0'); 266: txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') 268: (others => '0'); 276: txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1')
277: else
278: '1' when (mr_tst_control_tmaena = '1')
279: else
280: '0'; 276: txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 278: '1' when (mr_tst_control_tmaena = '1') 280: '0'; 287: txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and
288: txtb_parity_check_valid = '1' and
289: txtb_index_muxed = G_ID)
290: else
291: '0'; 287: txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 291: '0'; 293: txtb_parity_error_valid <= txtb_parity_error_valid_i; 301: if (res_n = '0') then
302: mr_tx_command_txce_q <= '0';
...
308: mr_tx_command_txca_q <= mr_tx_command_txca;
309: end if; 302: mr_tx_command_txce_q <= '0'; 303: mr_tx_command_txcr_q <= '0'; 304: mr_tx_command_txca_q <= '0'; 306: mr_tx_command_txce_q <= mr_tx_command_txce; 307: mr_tx_command_txcr_q <= mr_tx_command_txcr; 308: mr_tx_command_txca_q <= mr_tx_command_txca; 312: tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1')
313: else
314: '0'; 312: tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 314: '0'; 315: tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1')
316: else
317: '0'; 315: tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 317: '0'; 319: abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1')
320: else
321: '0'; 319: abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 321: '0'; 323: buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and
324: (txtb_is_bb = '1'))
325: else
326: '0'; 323: buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 326: '0'; 328: abort_or_skipped <= abort_applied or buffer_skipped; 333: txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1')
334: else
335: '0'; 333: txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1') 335: '0'; 423: txtb_parity_mismatch <= parity_mismatch; 253: txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 11626 | 1 |
| Bin | False | 12564 | 1 |
266: txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 1781 | 1 |
| Bin | False | 4310 | 1 |
276: txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 20436 | 1 |
| Bin | False | 21576 | 1 |
278: '1' when (mr_tst_control_tmaena = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 240 | 1 |
| Bin | False | 21336 | 1 |
287: txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and
288: txtb_parity_check_valid = '1' and
289: txtb_index_muxed = G_ID) | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 91 | 1 |
| Bin | False | 44681 | 1 |
301: if (res_n = '0') then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 760504 | 1 |
| Bin | False | 34408890 | 1 |
305: elsif (rising_edge(clk_sys)) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 17204001 | 1 |
| Bin | False | 17204889 | 1 |
312: tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 24 | 1 |
| Bin | False | 887 | 1 |
315: tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 297 | 1 |
| Bin | False | 6018 | 1 |
319: abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 46 | 1 |
| Bin | False | 1617 | 1 |
323: buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and
324: (txtb_is_bb = '1')) | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 2 | 1 |
| Bin | False | 5655 | 1 |
333: txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 38 | 1 |
| Bin | False | 653 | 1 |
CLK_SYS| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
RES_N| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
SCAN_ENABLE| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_MODE_BMM| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_MODE_ROM| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_MODE_TXBBM| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_SETTINGS_TBFBO| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_SETTINGS_PCHKE| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TX_COMMAND_TXCE| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TX_COMMAND_TXCR| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TX_COMMAND_TXCA| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TX_COMMAND_TXBI| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TST_CONTROL_TMAENA| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TST_CONTROL_TWRSTB| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TST_DEST_TST_ADDR| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| 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_TST_DEST_TST_MTGT| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| 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_TST_WDATA_TST_WDATA| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (31) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (31) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (30) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (30) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (29) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (29) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (28) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (28) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (27) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (27) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (26) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (26) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (25) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (25) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (24) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (24) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (23) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (23) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (22) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (22) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (21) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (21) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (20) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (20) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (19) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (19) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (18) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (18) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (17) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (17) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (16) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (16) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (15) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (15) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (14) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (14) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (13) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (13) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (12) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (12) | 1 | 0 | 0 | 1 | Exclude file |
| 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 |
TXTB_PORT_A_DATA_IN| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| Bin | (31) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (31) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (30) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (30) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (29) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (29) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (28) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (28) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (27) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (27) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (26) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (26) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (25) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (25) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (24) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (24) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (23) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (23) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (22) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (22) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (21) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (21) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (20) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (20) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (19) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (19) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (18) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (18) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (17) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (17) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (16) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (16) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (15) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (15) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (14) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (14) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (13) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (13) | 1 | 0 | 0 | 1 | Exclude file |
| Bin | (12) | 0 | 1 | 0 | 1 | Exclude file |
| Bin | (12) | 1 | 0 | 0 | 1 | Exclude file |
| 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 |
TXTB_PORT_A_PARITY| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_PORT_A_ADDRESS| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| 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 |
TXTB_PORT_A_CS| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_PORT_A_BE| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| 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 |
TXTB_IS_BB| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_HW_CMD_CS| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_PORT_B_ADDRESS| Element | From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|---|
| 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 |
TXTB_PORT_B_CLK_EN| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
IS_BUS_OFF| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
TXTB_PARITY_CHECK_VALID| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
MR_TST_RDATA_TST_RDATA| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (31) | 0 | 1 | 128 | 1 |
| Bin | (31) | 1 | 0 | 293 | 1 |
| Bin | (30) | 0 | 1 | 122 | 1 |
| Bin | (30) | 1 | 0 | 287 | 1 |
| Bin | (29) | 0 | 1 | 124 | 1 |
| Bin | (29) | 1 | 0 | 289 | 1 |
| Bin | (28) | 0 | 1 | 119 | 1 |
| Bin | (28) | 1 | 0 | 284 | 1 |
| Bin | (27) | 0 | 1 | 123 | 1 |
| Bin | (27) | 1 | 0 | 288 | 1 |
| Bin | (26) | 0 | 1 | 125 | 1 |
| Bin | (26) | 1 | 0 | 290 | 1 |
| Bin | (25) | 0 | 1 | 136 | 1 |
| Bin | (25) | 1 | 0 | 301 | 1 |
| Bin | (24) | 0 | 1 | 125 | 1 |
| Bin | (24) | 1 | 0 | 290 | 1 |
| Bin | (23) | 0 | 1 | 132 | 1 |
| Bin | (23) | 1 | 0 | 297 | 1 |
| Bin | (22) | 0 | 1 | 118 | 1 |
| Bin | (22) | 1 | 0 | 283 | 1 |
| Bin | (21) | 0 | 1 | 117 | 1 |
| Bin | (21) | 1 | 0 | 282 | 1 |
| Bin | (20) | 0 | 1 | 126 | 1 |
| Bin | (20) | 1 | 0 | 291 | 1 |
| Bin | (19) | 0 | 1 | 131 | 1 |
| Bin | (19) | 1 | 0 | 296 | 1 |
| Bin | (18) | 0 | 1 | 126 | 1 |
| Bin | (18) | 1 | 0 | 291 | 1 |
| Bin | (17) | 0 | 1 | 123 | 1 |
| Bin | (17) | 1 | 0 | 288 | 1 |
| Bin | (16) | 0 | 1 | 131 | 1 |
| Bin | (16) | 1 | 0 | 296 | 1 |
| Bin | (15) | 0 | 1 | 113 | 1 |
| Bin | (15) | 1 | 0 | 278 | 1 |
| Bin | (14) | 0 | 1 | 130 | 1 |
| Bin | (14) | 1 | 0 | 295 | 1 |
| Bin | (13) | 0 | 1 | 124 | 1 |
| Bin | (13) | 1 | 0 | 289 | 1 |
| Bin | (12) | 0 | 1 | 120 | 1 |
| Bin | (12) | 1 | 0 | 285 | 1 |
| Bin | (11) | 0 | 1 | 113 | 1 |
| Bin | (11) | 1 | 0 | 278 | 1 |
| Bin | (10) | 0 | 1 | 120 | 1 |
| Bin | (10) | 1 | 0 | 285 | 1 |
| Bin | (9) | 0 | 1 | 134 | 1 |
| Bin | (9) | 1 | 0 | 299 | 1 |
| Bin | (8) | 0 | 1 | 124 | 1 |
| Bin | (8) | 1 | 0 | 289 | 1 |
| Bin | (7) | 0 | 1 | 134 | 1 |
| Bin | (7) | 1 | 0 | 299 | 1 |
| Bin | (6) | 0 | 1 | 120 | 1 |
| Bin | (6) | 1 | 0 | 285 | 1 |
| Bin | (5) | 0 | 1 | 120 | 1 |
| Bin | (5) | 1 | 0 | 285 | 1 |
| Bin | (4) | 0 | 1 | 122 | 1 |
| Bin | (4) | 1 | 0 | 287 | 1 |
| Bin | (3) | 0 | 1 | 131 | 1 |
| Bin | (3) | 1 | 0 | 296 | 1 |
| Bin | (2) | 0 | 1 | 131 | 1 |
| Bin | (2) | 1 | 0 | 296 | 1 |
| Bin | (1) | 0 | 1 | 128 | 1 |
| Bin | (1) | 1 | 0 | 293 | 1 |
| Bin | (0) | 0 | 1 | 128 | 1 |
| Bin | (0) | 1 | 0 | 293 | 1 |
TXTB_STATE| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (3) | 0 | 1 | 262 | 1 |
| Bin | (3) | 1 | 0 | 97 | 1 |
| Bin | (2) | 0 | 1 | 234 | 1 |
| Bin | (2) | 1 | 0 | 399 | 1 |
| Bin | (1) | 0 | 1 | 280 | 1 |
| Bin | (1) | 1 | 0 | 445 | 1 |
| Bin | (0) | 0 | 1 | 259 | 1 |
| Bin | (0) | 1 | 0 | 424 | 1 |
TXTB_HW_CMD_INT| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 205 | 1 |
| Bin | 1 | 0 | 370 | 1 |
TXTB_HW_CMD| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | LOCK | 0 | 1 | 3036 | 1 |
| Bin | LOCK | 1 | 0 | 3201 | 1 |
| Bin | VALID | 0 | 1 | 1158 | 1 |
| Bin | VALID | 1 | 0 | 1323 | 1 |
| Bin | ERR | 0 | 1 | 442 | 1 |
| Bin | ERR | 1 | 0 | 607 | 1 |
| Bin | ARBL | 0 | 1 | 17 | 1 |
| Bin | ARBL | 1 | 0 | 182 | 1 |
| Bin | FAILED | 0 | 1 | 1417 | 1 |
| Bin | FAILED | 1 | 0 | 1582 | 1 |
TXTB_PORT_B_DATA_OUT| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (31) | 0 | 1 | 141 | 1 |
| Bin | (31) | 1 | 0 | 306 | 1 |
| Bin | (30) | 0 | 1 | 139 | 1 |
| Bin | (30) | 1 | 0 | 304 | 1 |
| Bin | (29) | 0 | 1 | 100 | 1 |
| Bin | (29) | 1 | 0 | 265 | 1 |
| Bin | (28) | 0 | 1 | 386 | 1 |
| Bin | (28) | 1 | 0 | 551 | 1 |
| Bin | (27) | 0 | 1 | 295 | 1 |
| Bin | (27) | 1 | 0 | 460 | 1 |
| Bin | (26) | 0 | 1 | 313 | 1 |
| Bin | (26) | 1 | 0 | 478 | 1 |
| Bin | (25) | 0 | 1 | 263 | 1 |
| Bin | (25) | 1 | 0 | 428 | 1 |
| Bin | (24) | 0 | 1 | 333 | 1 |
| Bin | (24) | 1 | 0 | 498 | 1 |
| Bin | (23) | 0 | 1 | 286 | 1 |
| Bin | (23) | 1 | 0 | 451 | 1 |
| Bin | (22) | 0 | 1 | 351 | 1 |
| Bin | (22) | 1 | 0 | 516 | 1 |
| Bin | (21) | 0 | 1 | 334 | 1 |
| Bin | (21) | 1 | 0 | 499 | 1 |
| Bin | (20) | 0 | 1 | 291 | 1 |
| Bin | (20) | 1 | 0 | 456 | 1 |
| Bin | (19) | 0 | 1 | 373 | 1 |
| Bin | (19) | 1 | 0 | 538 | 1 |
| Bin | (18) | 0 | 1 | 369 | 1 |
| Bin | (18) | 1 | 0 | 534 | 1 |
| Bin | (17) | 0 | 1 | 255 | 1 |
| Bin | (17) | 1 | 0 | 420 | 1 |
| Bin | (16) | 0 | 1 | 241 | 1 |
| Bin | (16) | 1 | 0 | 406 | 1 |
| Bin | (15) | 0 | 1 | 171 | 1 |
| Bin | (15) | 1 | 0 | 336 | 1 |
| Bin | (14) | 0 | 1 | 233 | 1 |
| Bin | (14) | 1 | 0 | 398 | 1 |
| Bin | (13) | 0 | 1 | 285 | 1 |
| Bin | (13) | 1 | 0 | 450 | 1 |
| Bin | (12) | 0 | 1 | 241 | 1 |
| Bin | (12) | 1 | 0 | 406 | 1 |
| Bin | (11) | 0 | 1 | 252 | 1 |
| Bin | (11) | 1 | 0 | 417 | 1 |
| Bin | (10) | 0 | 1 | 254 | 1 |
| Bin | (10) | 1 | 0 | 419 | 1 |
| Bin | (9) | 0 | 1 | 284 | 1 |
| Bin | (9) | 1 | 0 | 449 | 1 |
| Bin | (8) | 0 | 1 | 227 | 1 |
| Bin | (8) | 1 | 0 | 392 | 1 |
| Bin | (7) | 0 | 1 | 423 | 1 |
| Bin | (7) | 1 | 0 | 588 | 1 |
| Bin | (6) | 0 | 1 | 318 | 1 |
| Bin | (6) | 1 | 0 | 483 | 1 |
| Bin | (5) | 0 | 1 | 295 | 1 |
| Bin | (5) | 1 | 0 | 460 | 1 |
| Bin | (4) | 0 | 1 | 212 | 1 |
| Bin | (4) | 1 | 0 | 377 | 1 |
| Bin | (3) | 0 | 1 | 311 | 1 |
| Bin | (3) | 1 | 0 | 476 | 1 |
| Bin | (2) | 0 | 1 | 340 | 1 |
| Bin | (2) | 1 | 0 | 505 | 1 |
| Bin | (1) | 0 | 1 | 311 | 1 |
| Bin | (1) | 1 | 0 | 476 | 1 |
| Bin | (0) | 0 | 1 | 314 | 1 |
| Bin | (0) | 1 | 0 | 479 | 1 |
TXTB_AVAILABLE| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 283 | 1 |
| Bin | 1 | 0 | 448 | 1 |
TXTB_ALLOW_BB| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 244 | 1 |
| Bin | 1 | 0 | 409 | 1 |
TXTB_PARITY_MISMATCH| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 483 | 1 |
| Bin | 1 | 0 | 648 | 1 |
TXTB_PARITY_ERROR_VALID| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 91 | 1 |
| Bin | 1 | 0 | 256 | 1 |
TXTB_BB_PARITY_ERROR| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 38 | 1 |
| Bin | 1 | 0 | 203 | 1 |
TXTB_USER_ACCESSIBLE| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 409 | 1 |
| Bin | 1 | 0 | 244 | 1 |
TXTB_UNMASK_DATA_RAM| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 244 | 1 |
| Bin | 1 | 0 | 409 | 1 |
TXTB_PORT_B_DATA_OUT_I| Element | From | To | Count | Threshold | |
|---|---|---|---|---|---|
| Bin | (31) | 0 | 1 | 316 | 1 |
| Bin | (31) | 1 | 0 | 471 | 1 |
| Bin | (30) | 0 | 1 | 300 | 1 |
| Bin | (30) | 1 | 0 | 455 | 1 |
| Bin | (29) | 0 | 1 | 385 | 1 |
| Bin | (29) | 1 | 0 | 540 | 1 |
| Bin | (28) | 0 | 1 | 713 | 1 |
| Bin | (28) | 1 | 0 | 864 | 1 |
| Bin | (27) | 0 | 1 | 652 | 1 |
| Bin | (27) | 1 | 0 | 802 | 1 |
| Bin | (26) | 0 | 1 | 644 | 1 |
| Bin | (26) | 1 | 0 | 796 | 1 |
| Bin | (25) | 0 | 1 | 690 | 1 |
| Bin | (25) | 1 | 0 | 841 | 1 |
| Bin | (24) | 0 | 1 | 891 | 1 |
| Bin | (24) | 1 | 0 | 1043 | 1 |
| Bin | (23) | 0 | 1 | 946 | 1 |
| Bin | (23) | 1 | 0 | 1097 | 1 |
| Bin | (22) | 0 | 1 | 935 | 1 |
| Bin | (22) | 1 | 0 | 1086 | 1 |
| Bin | (21) | 0 | 1 | 841 | 1 |
| Bin | (21) | 1 | 0 | 991 | 1 |
| Bin | (20) | 0 | 1 | 821 | 1 |
| Bin | (20) | 1 | 0 | 975 | 1 |
| Bin | (19) | 0 | 1 | 922 | 1 |
| Bin | (19) | 1 | 0 | 1073 | 1 |
| Bin | (18) | 0 | 1 | 747 | 1 |
| Bin | (18) | 1 | 0 | 900 | 1 |
| Bin | (17) | 0 | 1 | 489 | 1 |
| Bin | (17) | 1 | 0 | 641 | 1 |
| Bin | (16) | 0 | 1 | 547 | 1 |
| Bin | (16) | 1 | 0 | 700 | 1 |
| Bin | (15) | 0 | 1 | 527 | 1 |
| Bin | (15) | 1 | 0 | 680 | 1 |
| Bin | (14) | 0 | 1 | 553 | 1 |
| Bin | (14) | 1 | 0 | 706 | 1 |
| Bin | (13) | 0 | 1 | 644 | 1 |
| Bin | (13) | 1 | 0 | 795 | 1 |
| Bin | (12) | 0 | 1 | 583 | 1 |
| Bin | (12) | 1 | 0 | 738 | 1 |
| Bin | (11) | 0 | 1 | 606 | 1 |
| Bin | (11) | 1 | 0 | 760 | 1 |
| Bin | (10) | 0 | 1 | 580 | 1 |
| Bin | (10) | 1 | 0 | 733 | 1 |
| Bin | (9) | 0 | 1 | 682 | 1 |
| Bin | (9) | 1 | 0 | 830 | 1 |
| Bin | (8) | 0 | 1 | 553 | 1 |
| Bin | (8) | 1 | 0 | 706 | 1 |
| Bin | (7) | 0 | 1 | 1087 | 1 |
| Bin | (7) | 1 | 0 | 1228 | 1 |
| Bin | (6) | 0 | 1 | 873 | 1 |
| Bin | (6) | 1 | 0 | 1019 | 1 |
| Bin | (5) | 0 | 1 | 949 | 1 |
| Bin | (5) | 1 | 0 | 1099 | 1 |
| Bin | (4) | 0 | 1 | 608 | 1 |
| Bin | (4) | 1 | 0 | 761 | 1 |
| Bin | (3) | 0 | 1 | 681 | 1 |
| Bin | (3) | 1 | 0 | 830 | 1 |
| Bin | (2) | 0 | 1 | 919 | 1 |
| Bin | (2) | 1 | 0 | 1067 | 1 |
| Bin | (1) | 0 | 1 | 816 | 1 |
| Bin | (1) | 1 | 0 | 966 | 1 |
| Bin | (0) | 0 | 1 | 956 | 1 |
| Bin | (0) | 1 | 0 | 1104 | 1 |
TXTB_PARITY_ERROR_VALID_I| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 91 | 1 |
| Bin | 1 | 0 | 256 | 1 |
MR_TX_COMMAND_TXCE_Q| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 136 | 1 |
| Bin | 1 | 0 | 301 | 1 |
MR_TX_COMMAND_TXCR_Q| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 2838 | 1 |
| Bin | 1 | 0 | 3003 | 1 |
MR_TX_COMMAND_TXCA_Q| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 512 | 1 |
| Bin | 1 | 0 | 677 | 1 |
TX_COMMAND_TXCE_VALID| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 24 | 1 |
| Bin | 1 | 0 | 189 | 1 |
TX_COMMAND_TXCR_VALID| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 297 | 1 |
| Bin | 1 | 0 | 462 | 1 |
ABORT_APPLIED| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 46 | 1 |
| Bin | 1 | 0 | 211 | 1 |
BUFFER_SKIPPED| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 2 | 1 |
| Bin | 1 | 0 | 167 | 1 |
ABORT_OR_SKIPPED| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 48 | 1 |
| Bin | 1 | 0 | 213 | 1 |
TXTB_PORT_A_WRITE| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 11626 | 1 |
| Bin | 1 | 0 | 11791 | 1 |
TXTB_RAM_CLK_EN| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 20676 | 1 |
| Bin | 1 | 0 | 20841 | 1 |
CLK_RAM| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 341823 | 1 |
| Bin | 1 | 0 | 341988 | 1 |
PARITY_MISMATCH| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 483 | 1 |
| Bin | 1 | 0 | 648 | 1 |
txtb_port_a_cs = '1' and txtb_user_accessible = '1'
<-------LHS--------> <----------RHS-----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 12035 | 1 |
| Bin | True | False | 60 | 1 |
| Bin | True | True | 11626 | 1 |
txtb_port_a_cs = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 12504 | 1 |
| Bin | True | 11686 | 1 |
txtb_user_accessible = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 529 | 1 |
| Bin | True | 23661 | 1 |
txtb_unmask_data_ram = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 4310 | 1 |
| Bin | True | 1781 | 1 |
txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
<---------LHS----------> <---------RHS---------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | False | 21576 | 1 |
| Bin | False | True | 11626 | 1 |
| Bin | True | False | 8810 | 1 |
txtb_port_b_clk_en = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 33202 | 1 |
| Bin | True | 8810 | 1 |
txtb_port_a_write = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 30386 | 1 |
| Bin | True | 11626 | 1 |
mr_tst_control_tmaena = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 21336 | 1 |
| Bin | True | 240 | 1 |
parity_mismatch = '1' and txtb_parity_check_valid = '1' and txtb_index_muxed = G_ID
<-------------------------LHS-------------------------> <---------RHS---------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 3505 | 1 |
| Bin | True | False | 968 | 1 |
| Bin | True | True | 91 | 1 |
parity_mismatch = '1' and txtb_parity_check_valid = '1'
<--------LHS--------> <------------RHS------------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 17894 | 1 |
| Bin | True | False | 1158 | 1 |
| Bin | True | True | 1059 | 1 |
parity_mismatch = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 42555 | 1 |
| Bin | True | 2217 | 1 |
txtb_parity_check_valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 25819 | 1 |
| Bin | True | 18953 | 1 |
txtb_index_muxed = G_ID | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 41176 | 1 |
| Bin | True | 3596 | 1 |
res_n = '0' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 34408890 | 1 |
| Bin | True | 760504 | 1 |
mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
<----------LHS-----------> <---------RHS----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 92 | 1 |
| Bin | True | False | 116 | 1 |
| Bin | True | True | 24 | 1 |
mr_tx_command_txce_q = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 771 | 1 |
| Bin | True | 140 | 1 |
mr_tx_command_txbi = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 795 | 1 |
| Bin | True | 116 | 1 |
mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
<----------LHS-----------> <---------RHS----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 246 | 1 |
| Bin | True | False | 2664 | 1 |
| Bin | True | True | 297 | 1 |
mr_tx_command_txcr_q = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 3354 | 1 |
| Bin | True | 2961 | 1 |
mr_tx_command_txbi = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 5772 | 1 |
| Bin | True | 543 | 1 |
mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
<----------LHS-----------> <---------RHS----------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 118 | 1 |
| Bin | True | False | 466 | 1 |
| Bin | True | True | 46 | 1 |
mr_tx_command_txca_q = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1151 | 1 |
| Bin | True | 512 | 1 |
mr_tx_command_txbi = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1499 | 1 |
| Bin | True | 164 | 1 |
(txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and (txtb_is_bb = '1')
<-----------------------LHS-----------------------> <-----RHS------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 8 | 1 |
| Bin | True | False | 2573 | 1 |
| Bin | True | True | 2 | 1 |
txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1'
<---------LHS----------> <---------RHS---------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | False | 3082 | 1 |
| Bin | False | True | 1158 | 1 |
| Bin | True | False | 1417 | 1 |
txtb_hw_cmd.failed = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 4240 | 1 |
| Bin | True | 1417 | 1 |
txtb_hw_cmd.valid = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 4499 | 1 |
| Bin | True | 1158 | 1 |
txtb_is_bb = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 5647 | 1 |
| Bin | True | 10 | 1 |
abort_applied or buffer_skipped
<----LHS----> <----RHS-----> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | '0' | '0' | 213 | 1 |
| Bin | '0' | '1' | 2 | 1 |
| Bin | '1' | '0' | 46 | 1 |
txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1'
<-------------LHS-------------> <-------RHS-------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 45 | 1 |
| Bin | True | False | 53 | 1 |
| Bin | True | True | 38 | 1 |
txtb_parity_error_valid_i = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 600 | 1 |
| Bin | True | 91 | 1 |
mr_mode_txbbm = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 608 | 1 |
| Bin | True | 83 | 1 |