NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TX_ARBITRATOR_INST

File:  /__w/ctu-can-regression/ctu-can-regression/src/tx_arbitrator/tx_arbitrator.vhd

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average
PRIORITY_DECODER_INST 100.0 % (66/66) 100.0 % (36/36) 100.0 % (194/194) 100.0 % (19/19) N.A. N.A. 100.0 % (315/315)
TX_ARBITRATOR_FSM_INST 100.0 % (126/126) 100.0 % (136/136) 100.0 % (54/54) 100.0 % (141/141) 100.0 % (16/16) N.A. 100.0 % (473/473)
TXTB_PRIORITY_GEN(0) N.A. N.A. N.A. N.A. N.A. N.A. N.A.
TXTB_PRIORITY_GEN(1) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
TXTB_PRIORITY_GEN(2) N.A. N.A. N.A. N.A. N.A. N.A. N.A.
TXTB_PRIORITY_GEN(3) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
TXTB_PRIORITY_GEN(4) N.A. N.A. N.A. N.A. N.A. N.A. N.A.
TXTB_PRIORITY_GEN(5) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
TXTB_PRIORITY_GEN(6) N.A. N.A. N.A. N.A. N.A. N.A. N.A.
TXTB_PRIORITY_GEN(7) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TX_ARBITRATOR_INST 100.0 % (124/124) 100.0 % (102/102) 100.0 % (1420/1420) 100.0 % (119/119) N.A. N.A. 100.0 % (1765/1765)

Details:

The limit of printed items was reached (5000). Total 261615 items are not displayed.

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

444:    timestamp_valid <= less_than(txtb_timestamp, timestamp) when (mr_mode_tttm = TTTM_ENABLED) 
445:                                                            else 
446:                                                        '1'; 

Count: 527739538
Threshold: 1

Signal assignment statement:

444:    timestamp_valid <= less_than(txtb_timestamp, timestamp) when (mr_mode_tttm = TTTM_ENABLED) 
Count: 761274
Threshold: 1

Signal assignment statement:

446:                                                        '1'
Count: 526978264
Threshold: 1

If statement:

454:    validated_buffer <= '1' when (txtb_available(curr_txtb_index_i) = '1') and 
455:                                 (tran_frame_valid_com = '1') 
456:                            else 
457:                        '0'; 

Count: 108774
Threshold: 1

Signal assignment statement:

454:    validated_buffer <= '1' when (txtb_available(curr_txtb_index_i) = '1') and 
Count: 25481
Threshold: 1

Signal assignment statement:

457:                        '0'
Count: 83293
Threshold: 1

If statement:

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
460:                            else 
461:                        '0'; 

Count: 102928
Threshold: 1

Signal assignment statement:

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
Count: 74657
Threshold: 1

Signal assignment statement:

461:                        '0'
Count: 28271
Threshold: 1

If statement:

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1') 
468:                                    else 
469:                                '0'; 

Count: 55257
Threshold: 1

Signal assignment statement:

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1') 
Count: 4045
Threshold: 1

Signal assignment statement:

469:                                '0'
Count: 51212
Threshold: 1

If statement:

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1') 
478:                                   else 
479:                               '0'; 

Count: 23504
Threshold: 1

Signal assignment statement:

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1') 
Count: 2806
Threshold: 1

Signal assignment statement:

479:                               '0'
Count: 20698
Threshold: 1

If statement:

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1') 
482:                                   else 
483:                               '0'; 

Count: 167566
Threshold: 1

Signal assignment statement:

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1') 
Count: 762
Threshold: 1

Signal assignment statement:

483:                               '0'
Count: 166804
Threshold: 1

If statement:

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1') 
490:                                            else 
491:                          select_buf_index; 

Count: 107908
Threshold: 1

Signal assignment statement:

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1') 
Count: 48409
Threshold: 1

Signal assignment statement:

491:                          select_buf_index
Count: 59499
Threshold: 1

If statement:

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1') 
498:                                             else 
499:                               tx_arb_parity_check_valid; 

Count: 416724
Threshold: 1

Signal assignment statement:

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1') 
Count: 176552
Threshold: 1

Signal assignment statement:

499:                               tx_arb_parity_check_valid
Count: 240172
Threshold: 1

Signal assignment statement:

502:    txtb_selected_input <= txtb_port_b_data_out(txtb_index_muxed_i)
Count: 191648
Threshold: 1

Signal assignment statement:

512:    txtb_timestamp <= txtb_selected_input & ts_low_internal
Count: 159300
Threshold: 1

If statement:

529:    txtb_port_b_address <= std_logic_vector(to_unsigned(txtb_ptr, 5)) when (tx_arb_locked = '1') 
530:                                                                      else 
531:                           std_logic_vector(to_unsigned(txtb_pointer_meta_q, 5)); 

Count: 261387
Threshold: 1

Signal assignment statement:

529:    txtb_port_b_address <= std_logic_vector(to_unsigned(txtb_ptr, 5)) when (tx_arb_locked = '1') 
Count: 103801
Threshold: 1

Signal assignment statement:

531:                           std_logic_vector(to_unsigned(txtb_pointer_meta_q, 5))
Count: 157586
Threshold: 1

If statement:

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1') 
534:                                      else 
535:                          txtb_meta_clk_en; 

Count: 257966
Threshold: 1

Signal assignment statement:

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1') 
Count: 176552
Threshold: 1

Signal assignment statement:

535:                          txtb_meta_clk_en
Count: 81414
Threshold: 1

Signal assignment statement:

539:        txtb_hw_cmd_cs <= (others => '0'); 
Count: 13979
Threshold: 1

Signal assignment statement:

540:        txtb_hw_cmd_cs(curr_txtb_index_i) <= '1'; 
Count: 13979
Threshold: 1

If statement:

548:        if (res_n = '0') then 
549:            txtb_clk_en_q <= '0'; 
550:        elsif (rising_edge(clk_sys)) then 
551:            txtb_clk_en_q <= txtb_clk_en; 
552:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

549:            txtb_clk_en_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

551:            txtb_clk_en_q <= txtb_clk_en; 
Count: 526374300
Threshold: 1

If statement:

561:        if (res_n = '0') then 
562:            ts_low_internal <= (others => '0'); 
...
566:            end if; 
567:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

562:            ts_low_internal <= (others => '0'); 
Count: 2418499
Threshold: 1

If statement:

564:            if (store_ts_l_w = '1') then 
565:                ts_low_internal <= txtb_selected_input; 
566:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

565:                ts_low_internal <= txtb_selected_input; 
Count: 25803
Threshold: 1

If statement:

575:        if (res_n = '0') then 
576:            tran_dlc_dbl_buf           <= (others => '0'); 
...
588:            end if; 
589:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

576:            tran_dlc_dbl_buf           <= (others => '0'); 
Count: 2418499
Threshold: 1

Signal assignment statement:

577:            tran_is_rtr_dbl_buf        <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

578:            tran_ident_type_dbl_buf    <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

579:            tran_frame_type_dbl_buf    <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

580:            tran_brs_dbl_buf           <= '0'; 
Count: 2418499
Threshold: 1

If statement:

582:            if (buffer_md_w = '1') then 
583:                tran_dlc_dbl_buf           <= txtb_selected_input(DLC_H downto DLC_L); 
...
587:                tran_brs_dbl_buf           <= txtb_selected_input(BRS_IND); 
588:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

583:                tran_dlc_dbl_buf           <= txtb_selected_input(DLC_H downto DLC_L); 
Count: 25334
Threshold: 1

Signal assignment statement:

584:                tran_is_rtr_dbl_buf        <= txtb_selected_input(RTR_IND); 
Count: 25334
Threshold: 1

Signal assignment statement:

585:                tran_ident_type_dbl_buf    <= txtb_selected_input(IDE_IND); 
Count: 25334
Threshold: 1

Signal assignment statement:

586:                tran_frame_type_dbl_buf    <= txtb_selected_input(FDF_IND); 
Count: 25334
Threshold: 1

Signal assignment statement:

587:                tran_brs_dbl_buf           <= txtb_selected_input(BRS_IND); 
Count: 25334
Threshold: 1

If statement:

597:        if (res_n = '0') then 
598:            tran_frame_test_dbl_buf.fstc <= '0'; 
...
608:            end if; 
609:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

598:            tran_frame_test_dbl_buf.fstc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

599:            tran_frame_test_dbl_buf.fcrc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

600:            tran_frame_test_dbl_buf.sdlc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

601:            tran_frame_test_dbl_buf.tprm <= (others => '0'); 
Count: 2418499
Threshold: 1

If statement:

603:            if (buffer_frame_test_w = '1') then 
604:                tran_frame_test_dbl_buf.fstc <= txtb_selected_input(FSTC_IND); 
605:                tran_frame_test_dbl_buf.fcrc <= txtb_selected_input(FCRC_IND); 
606:                tran_frame_test_dbl_buf.sdlc <= txtb_selected_input(SDLC_IND); 
607:                tran_frame_test_dbl_buf.tprm <= txtb_selected_input(TPRM_H downto TPRM_L); 
608:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

604:                tran_frame_test_dbl_buf.fstc <= txtb_selected_input(FSTC_IND); 
Count: 25449
Threshold: 1

Signal assignment statement:

605:                tran_frame_test_dbl_buf.fcrc <= txtb_selected_input(FCRC_IND); 
Count: 25449
Threshold: 1

Signal assignment statement:

606:                tran_frame_test_dbl_buf.sdlc <= txtb_selected_input(SDLC_IND); 
Count: 25449
Threshold: 1

Signal assignment statement:

607:                tran_frame_test_dbl_buf.tprm <= txtb_selected_input(TPRM_H downto TPRM_L); 
Count: 25449
Threshold: 1

If statement:

619:        if (res_n = '0') then 
620:            tran_dlc_com         <= (others => '0'); 
...
632:            end if; 
633:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

620:            tran_dlc_com         <= (others => '0'); 
Count: 2418499
Threshold: 1

Signal assignment statement:

621:            tran_is_rtr_com      <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

622:            tran_ident_type_com  <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

623:            tran_frame_type_com  <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

624:            tran_brs_com         <= '0'; 
Count: 2418499
Threshold: 1

If statement:

626:            if (commit_dbl_bufs = '1') then 
627:                tran_frame_type_com  <= tran_frame_type_dbl_buf; 
...
631:                tran_brs_com         <= tran_brs_dbl_buf; 
632:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

627:                tran_frame_type_com  <= tran_frame_type_dbl_buf; 
Count: 25109
Threshold: 1

Signal assignment statement:

628:                tran_ident_type_com  <= tran_ident_type_dbl_buf; 
Count: 25109
Threshold: 1

Signal assignment statement:

629:                tran_dlc_com         <= tran_dlc_dbl_buf; 
Count: 25109
Threshold: 1

Signal assignment statement:

630:                tran_is_rtr_com      <= tran_is_rtr_dbl_buf; 
Count: 25109
Threshold: 1

Signal assignment statement:

631:                tran_brs_com         <= tran_brs_dbl_buf; 
Count: 25109
Threshold: 1

If statement:

641:        if (res_n = '0') then 
642:            tran_identifier_com <= (others => '0'); 
...
646:            end if; 
647:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

642:            tran_identifier_com <= (others => '0'); 
Count: 2418499
Threshold: 1

If statement:

644:            if (commit_dbl_bufs = '1') then 
645:                tran_identifier_com <= txtb_selected_input(28 downto 0); 
646:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

645:                tran_identifier_com <= txtb_selected_input(28 downto 0); 
Count: 25109
Threshold: 1

If statement:

655:        if (res_n = '0') then 
656:            tran_frame_test.fstc <= '0'; 
...
663:            end if; 
664:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

656:            tran_frame_test.fstc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

657:            tran_frame_test.fcrc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

658:            tran_frame_test.sdlc <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

659:            tran_frame_test.tprm <= (others => '0'); 
Count: 2418499
Threshold: 1

If statement:

661:            if (commit_dbl_bufs = '1') then 
662:                tran_frame_test <= tran_frame_test_dbl_buf; 
663:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

662:                tran_frame_test <= tran_frame_test_dbl_buf; 
Count: 25109
Threshold: 1

If statement:

672:        if (res_n = '0') then 
673:            tran_frame_valid_com        <= '0'; 
...
679:            end if; 
680:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

673:            tran_frame_valid_com        <= '0'; 
Count: 2418499
Threshold: 1

If statement:

675:            if (frame_valid_com_set = '1') then 
676:                tran_frame_valid_com    <= '1'; 
677:            elsif (frame_valid_com_clear = '1') then 
678:                tran_frame_valid_com    <= '0'; 
679:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

676:                tran_frame_valid_com    <= '1'; 
Count: 25109
Threshold: 1

Signal assignment statement:

678:                tran_frame_valid_com    <= '0'; 
Count: 25563
Threshold: 1

If statement:

691:        if (res_n = '0') then 
692:            last_txtb_index             <= 0; 
...
705: 
706:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

692:            last_txtb_index             <= 0; 
Count: 2418499
Threshold: 1

Signal assignment statement:

693:            curr_txtb_index_i           <= 0; 
Count: 2418499
Threshold: 1

If statement:

697:            if (store_last_txtb_index = '1') then 
698:                last_txtb_index         <= curr_txtb_index_i; 
699:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

698:                last_txtb_index         <= curr_txtb_index_i; 
Count: 24816
Threshold: 1

If statement:

702:            if (commit_dbl_bufs = '1') then 
703:                curr_txtb_index_i       <= select_buf_index; 
704:            end if; 

Count: 526374300
Threshold: 1

Signal assignment statement:

703:                curr_txtb_index_i       <= select_buf_index; 
Count: 25109
Threshold: 1

If statement:

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1') 
710:                         else 
711:                     '0'; 

Count: 75218
Threshold: 1

Signal assignment statement:

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1') 
Count: 10007
Threshold: 1

Signal assignment statement:

711:                     '0'
Count: 65211
Threshold: 1

Signal assignment statement:

713:    curr_txtb_index <= std_logic_vector(to_unsigned(curr_txtb_index_i, 3))
Count: 13979
Threshold: 1

If statement:

721:        if (res_n = '0') then 
722:            select_buf_index_reg  <= 0; 
723:        elsif (rising_edge(clk_sys)) then 
724:            select_buf_index_reg <= select_buf_index; 
725:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

722:            select_buf_index_reg  <= 0; 
Count: 2418499
Threshold: 1

Signal assignment statement:

724:            select_buf_index_reg <= select_buf_index; 
Count: 526374300
Threshold: 1

If statement:

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg) 
729:                                else 
730:                            '1'; 

Count: 97553
Threshold: 1

Signal assignment statement:

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg) 
Count: 45246
Threshold: 1

Signal assignment statement:

730:                            '1'
Count: 52307
Threshold: 1

If statement:

736:    txtb_pointer_meta_d <= 
737:        to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))) when (load_ts_lw_addr = '1') else 
...
741:        to_integer(unsigned(FRAME_TEST_W_ADR(11 downto 2))) when (load_frame_test_w_addr = '1') else 
742:        txtb_pointer_meta_q; 

Count: 394130
Threshold: 1

Signal assignment statement:

737:        to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))) when (load_ts_lw_addr = '1') else 
Count: 49492
Threshold: 1

Signal assignment statement:

738:        to_integer(unsigned(TIMESTAMP_U_W_ADR(11 downto 2))) when (load_ts_uw_addr = '1') else 
Count: 51696
Threshold: 1

Signal assignment statement:

739:        to_integer(unsigned(FRAME_FORMAT_W_ADR(11 downto 2))) when (load_ffmt_w_addr = '1') else 
Count: 50954
Threshold: 1

Signal assignment statement:

740:        to_integer(unsigned(IDENTIFIER_W_ADR(11 downto 2))) when (load_ident_w_addr = '1') else 
Count: 50727
Threshold: 1

Signal assignment statement:

741:        to_integer(unsigned(FRAME_TEST_W_ADR(11 downto 2))) when (load_frame_test_w_addr = '1') else 
Count: 51316
Threshold: 1

Signal assignment statement:

742:        txtb_pointer_meta_q
Count: 139945
Threshold: 1

If statement:

746:        if (res_n = '0') then 
747:            txtb_pointer_meta_q <= to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))); 
748:        elsif (rising_edge(clk_sys)) then 
749:            txtb_pointer_meta_q <= txtb_pointer_meta_d; 
750:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

747:            txtb_pointer_meta_q <= to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))); 
Count: 2418499
Threshold: 1

Signal assignment statement:

749:            txtb_pointer_meta_q <= txtb_pointer_meta_d; 
Count: 526374300
Threshold: 1

If statement:

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1') 
758:                              else 
759:                          '0'; 

Count: 52810
Threshold: 1

Signal assignment statement:

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
Count: 24805
Threshold: 1

Signal assignment statement:

759:                          '0'
Count: 28005
Threshold: 1

If statement:

354:        if (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or 
355:            ((a(63 downto 32) = b(63 downto 32)) and 
...
359:           return '0'; 
360:        end if; 

Count: 761274
Threshold: 1

Sequential statement:

357:            return '1'; 
Count: 361323
Threshold: 1

Sequential statement:

359:           return '0'; 
Count: 399951
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition:

444:    timestamp_valid <= less_than(txtb_timestamp, timestamp) when (mr_mode_tttm = TTTM_ENABLED
Evaluated toCountThreshold
BinTrue7612741
BinFalse5269782641

"if" / "when" / "else" condition:

454:    validated_buffer <= '1' when (txtb_available(curr_txtb_index_i) = '1') and 
455:                                 (tran_frame_valid_com = '1') 

Evaluated toCountThreshold
BinTrue254811
BinFalse832931

"if" / "when" / "else" condition:

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
Evaluated toCountThreshold
BinTrue746571
BinFalse282711

"if" / "when" / "else" condition:

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1'
Evaluated toCountThreshold
BinTrue40451
BinFalse512121

"if" / "when" / "else" condition:

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1'
Evaluated toCountThreshold
BinTrue28061
BinFalse206981

"if" / "when" / "else" condition:

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1'
Evaluated toCountThreshold
BinTrue7621
BinFalse1668041

"if" / "when" / "else" condition:

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue484091
BinFalse594991

"if" / "when" / "else" condition:

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1765521
BinFalse2401721

"if" / "when" / "else" condition:

529:    txtb_port_b_address <= std_logic_vector(to_unsigned(txtb_ptr, 5)) when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1038011
BinFalse1575861

"if" / "when" / "else" condition:

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1765521
BinFalse814141

"if" / "when" / "else" condition:

548:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

550:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

561:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

563:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

564:            if (store_ts_l_w = '1') then 
Evaluated toCountThreshold
BinTrue258031
BinFalse5263484971

"if" / "when" / "else" condition:

575:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

581:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

582:            if (buffer_md_w = '1') then 
Evaluated toCountThreshold
BinTrue253341
BinFalse5263489661

"if" / "when" / "else" condition:

597:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

602:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

603:            if (buffer_frame_test_w = '1') then 
Evaluated toCountThreshold
BinTrue254491
BinFalse5263488511

"if" / "when" / "else" condition:

619:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

625:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

626:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue251091
BinFalse5263491911

"if" / "when" / "else" condition:

641:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

643:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

644:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue251091
BinFalse5263491911

"if" / "when" / "else" condition:

655:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

660:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

661:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue251091
BinFalse5263491911

"if" / "when" / "else" condition:

672:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

674:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

675:            if (frame_valid_com_set = '1') then 
Evaluated toCountThreshold
BinTrue251091
BinFalse5263491911

"if" / "when" / "else" condition:

677:            elsif (frame_valid_com_clear = '1') then 
Evaluated toCountThreshold
BinTrue255631
BinFalse5263236281

"if" / "when" / "else" condition:

691:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

695:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

697:            if (store_last_txtb_index = '1') then 
Evaluated toCountThreshold
BinTrue248161
BinFalse5263494841

"if" / "when" / "else" condition:

702:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue251091
BinFalse5263491911

"if" / "when" / "else" condition:

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1'
Evaluated toCountThreshold
BinTrue100071
BinFalse652111

"if" / "when" / "else" condition:

721:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

723:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg
Evaluated toCountThreshold
BinTrue452461
BinFalse523071

"if" / "when" / "else" condition:

737:        to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))) when (load_ts_lw_addr = '1') else 
Evaluated toCountThreshold
BinTrue494921
BinFalse3446381

"if" / "when" / "else" condition:

738:        to_integer(unsigned(TIMESTAMP_U_W_ADR(11 downto 2))) when (load_ts_uw_addr = '1') else 
Evaluated toCountThreshold
BinTrue516961
BinFalse2929421

"if" / "when" / "else" condition:

739:        to_integer(unsigned(FRAME_FORMAT_W_ADR(11 downto 2))) when (load_ffmt_w_addr = '1') else 
Evaluated toCountThreshold
BinTrue509541
BinFalse2419881

"if" / "when" / "else" condition:

740:        to_integer(unsigned(IDENTIFIER_W_ADR(11 downto 2))) when (load_ident_w_addr = '1') else 
Evaluated toCountThreshold
BinTrue507271
BinFalse1912611

"if" / "when" / "else" condition:

741:        to_integer(unsigned(FRAME_TEST_W_ADR(11 downto 2))) when (load_frame_test_w_addr = '1') else 
Evaluated toCountThreshold
BinTrue513161
BinFalse1399451

"if" / "when" / "else" condition:

746:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

748:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1') 

Evaluated toCountThreshold
BinTrue248051
BinFalse280051

"if" / "when" / "else" condition:

354:        if (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or 
355:            ((a(63 downto 32) = b(63 downto 32)) and 
356:            (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))))then 

Evaluated toCountThreshold
BinTrue3613231
BinFalse3999511

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin015275788691
Bin105275804601

Port:

 RES_N
FromToCountThreshold
Bin0180821
Bin1080721

Port:

 TXTB_PORT_B_DATA_OUT(7)(31)
FromToCountThreshold
Bin01711
Bin10115321

Port:

 TXTB_PORT_B_DATA_OUT(7)(30)
FromToCountThreshold
Bin01721
Bin10115251

Port:

 TXTB_PORT_B_DATA_OUT(7)(29)
FromToCountThreshold
Bin01851
Bin10115461

Port:

 TXTB_PORT_B_DATA_OUT(7)(28)
FromToCountThreshold
Bin012461
Bin10122191

Port:

 TXTB_PORT_B_DATA_OUT(7)(27)
FromToCountThreshold
Bin012651
Bin10124041

Port:

 TXTB_PORT_B_DATA_OUT(7)(26)
FromToCountThreshold
Bin012271
Bin10119411

Port:

 TXTB_PORT_B_DATA_OUT(7)(25)
FromToCountThreshold
Bin012381
Bin10124241

Port:

 TXTB_PORT_B_DATA_OUT(7)(24)
FromToCountThreshold
Bin012231
Bin10124041

Port:

 TXTB_PORT_B_DATA_OUT(7)(23)
FromToCountThreshold
Bin012641
Bin10123771

Port:

 TXTB_PORT_B_DATA_OUT(7)(22)
FromToCountThreshold
Bin013371
Bin10124881

Port:

 TXTB_PORT_B_DATA_OUT(7)(21)
FromToCountThreshold
Bin012011
Bin10121161

Port:

 TXTB_PORT_B_DATA_OUT(7)(20)
FromToCountThreshold
Bin012661
Bin10122321

Port:

 TXTB_PORT_B_DATA_OUT(7)(19)
FromToCountThreshold
Bin012821
Bin10124941

Port:

 TXTB_PORT_B_DATA_OUT(7)(18)
FromToCountThreshold
Bin013531
Bin10122601

Port:

 TXTB_PORT_B_DATA_OUT(7)(17)
FromToCountThreshold
Bin011871
Bin10118961

Port:

 TXTB_PORT_B_DATA_OUT(7)(16)
FromToCountThreshold
Bin011831
Bin10119691

Port:

 TXTB_PORT_B_DATA_OUT(7)(15)
FromToCountThreshold
Bin011891
Bin10120011

Port:

 TXTB_PORT_B_DATA_OUT(7)(14)
FromToCountThreshold
Bin012171
Bin10119731

Port:

 TXTB_PORT_B_DATA_OUT(7)(13)
FromToCountThreshold
Bin012321
Bin10121251

Port:

 TXTB_PORT_B_DATA_OUT(7)(12)
FromToCountThreshold
Bin011841
Bin10117711

Port:

 TXTB_PORT_B_DATA_OUT(7)(11)
FromToCountThreshold
Bin011891
Bin10119201

Port:

 TXTB_PORT_B_DATA_OUT(7)(10)
FromToCountThreshold
Bin011571
Bin10118361

Port:

 TXTB_PORT_B_DATA_OUT(7)(9)
FromToCountThreshold
Bin013091
Bin10140251

Port:

 TXTB_PORT_B_DATA_OUT(7)(8)
FromToCountThreshold
Bin012131
Bin10119611

Port:

 TXTB_PORT_B_DATA_OUT(7)(7)
FromToCountThreshold
Bin013671
Bin10145271

Port:

 TXTB_PORT_B_DATA_OUT(7)(6)
FromToCountThreshold
Bin012921
Bin10127731

Port:

 TXTB_PORT_B_DATA_OUT(7)(5)
FromToCountThreshold
Bin012741
Bin10119271

Port:

 TXTB_PORT_B_DATA_OUT(7)(4)
FromToCountThreshold
Bin011581
Bin10118171

Port:

 TXTB_PORT_B_DATA_OUT(7)(3)
FromToCountThreshold
Bin012541
Bin10126951

Port:

 TXTB_PORT_B_DATA_OUT(7)(2)
FromToCountThreshold
Bin013161
Bin10138271

Port:

 TXTB_PORT_B_DATA_OUT(7)(1)
FromToCountThreshold
Bin012891
Bin10131761

Port:

 TXTB_PORT_B_DATA_OUT(7)(0)
FromToCountThreshold
Bin012941
Bin10128761

Port:

 TXTB_PORT_B_DATA_OUT(6)(31)
FromToCountThreshold
Bin011291
Bin10100391

Port:

 TXTB_PORT_B_DATA_OUT(6)(30)
FromToCountThreshold
Bin011021
Bin10100001

Port:

 TXTB_PORT_B_DATA_OUT(6)(29)
FromToCountThreshold
Bin011071
Bin10101091

Port:

 TXTB_PORT_B_DATA_OUT(6)(28)
FromToCountThreshold
Bin013511
Bin10127941

Port:

 TXTB_PORT_B_DATA_OUT(6)(27)
FromToCountThreshold
Bin012521
Bin10119051

Port:

 TXTB_PORT_B_DATA_OUT(6)(26)
FromToCountThreshold
Bin012721
Bin10116281

Port:

 TXTB_PORT_B_DATA_OUT(6)(25)
FromToCountThreshold
Bin012511
Bin10109361

Port:

 TXTB_PORT_B_DATA_OUT(6)(24)
FromToCountThreshold
Bin012501
Bin10116291

Port:

 TXTB_PORT_B_DATA_OUT(6)(23)
FromToCountThreshold
Bin012791
Bin10116371

Port:

 TXTB_PORT_B_DATA_OUT(6)(22)
FromToCountThreshold
Bin013451
Bin10118281

Port:

 TXTB_PORT_B_DATA_OUT(6)(21)
FromToCountThreshold
Bin012481
Bin10107381

Port:

 TXTB_PORT_B_DATA_OUT(6)(20)
FromToCountThreshold
Bin012841
Bin10119331

Port:

 TXTB_PORT_B_DATA_OUT(6)(19)
FromToCountThreshold
Bin013061
Bin10118361

Port:

 TXTB_PORT_B_DATA_OUT(6)(18)
FromToCountThreshold
Bin012811
Bin10116561

Port:

 TXTB_PORT_B_DATA_OUT(6)(17)
FromToCountThreshold
Bin012111
Bin10104381

Port:

 TXTB_PORT_B_DATA_OUT(6)(16)
FromToCountThreshold
Bin011901
Bin10101551

Port:

 TXTB_PORT_B_DATA_OUT(6)(15)
FromToCountThreshold
Bin011901
Bin10111891

Port:

 TXTB_PORT_B_DATA_OUT(6)(14)
FromToCountThreshold
Bin011901
Bin10103091

Port:

 TXTB_PORT_B_DATA_OUT(6)(13)
FromToCountThreshold
Bin012081
Bin10114301

Port:

 TXTB_PORT_B_DATA_OUT(6)(12)
FromToCountThreshold
Bin012131
Bin10103321

Port:

 TXTB_PORT_B_DATA_OUT(6)(11)
FromToCountThreshold
Bin012171
Bin10113141

Port:

 TXTB_PORT_B_DATA_OUT(6)(10)
FromToCountThreshold
Bin012321
Bin10112771

Port:

 TXTB_PORT_B_DATA_OUT(6)(9)
FromToCountThreshold
Bin013671
Bin10123791

Port:

 TXTB_PORT_B_DATA_OUT(6)(8)
FromToCountThreshold
Bin012381
Bin10112211

Port:

 TXTB_PORT_B_DATA_OUT(6)(7)
FromToCountThreshold
Bin014101
Bin10121841

Port:

 TXTB_PORT_B_DATA_OUT(6)(6)
FromToCountThreshold
Bin013091
Bin10124951

Port:

 TXTB_PORT_B_DATA_OUT(6)(5)
FromToCountThreshold
Bin012371
Bin10105181

Port:

 TXTB_PORT_B_DATA_OUT(6)(4)
FromToCountThreshold
Bin012201
Bin10104131

Port:

 TXTB_PORT_B_DATA_OUT(6)(3)
FromToCountThreshold
Bin012561
Bin10122971

Port:

 TXTB_PORT_B_DATA_OUT(6)(2)
FromToCountThreshold
Bin012841
Bin10123861

Port:

 TXTB_PORT_B_DATA_OUT(6)(1)
FromToCountThreshold
Bin013081
Bin10122721

Port:

 TXTB_PORT_B_DATA_OUT(6)(0)
FromToCountThreshold
Bin012301
Bin10115691

Port:

 TXTB_PORT_B_DATA_OUT(5)(31)
FromToCountThreshold
Bin011431
Bin1096251

Port:

 TXTB_PORT_B_DATA_OUT(5)(30)
FromToCountThreshold
Bin011331
Bin1096121

Port:

 TXTB_PORT_B_DATA_OUT(5)(29)
FromToCountThreshold
Bin01991
Bin1095791

Port:

 TXTB_PORT_B_DATA_OUT(5)(28)
FromToCountThreshold
Bin013181
Bin10105741

Port:

 TXTB_PORT_B_DATA_OUT(5)(27)
FromToCountThreshold
Bin013401
Bin10107671

Port:

 TXTB_PORT_B_DATA_OUT(5)(26)
FromToCountThreshold
Bin012941
Bin10106761

Port:

 TXTB_PORT_B_DATA_OUT(5)(25)
FromToCountThreshold
Bin012871
Bin10113551

Port:

 TXTB_PORT_B_DATA_OUT(5)(24)
FromToCountThreshold
Bin013731
Bin10114811

Port:

 TXTB_PORT_B_DATA_OUT(5)(23)
FromToCountThreshold
Bin013631
Bin10107961

Port:

 TXTB_PORT_B_DATA_OUT(5)(22)
FromToCountThreshold
Bin013041
Bin10105741

Port:

 TXTB_PORT_B_DATA_OUT(5)(21)
FromToCountThreshold
Bin013201
Bin10105201

Port:

 TXTB_PORT_B_DATA_OUT(5)(20)
FromToCountThreshold
Bin013011
Bin10103261

Port:

 TXTB_PORT_B_DATA_OUT(5)(19)
FromToCountThreshold
Bin013271
Bin10116121

Port:

 TXTB_PORT_B_DATA_OUT(5)(18)
FromToCountThreshold
Bin013621
Bin10109101

Port:

 TXTB_PORT_B_DATA_OUT(5)(17)
FromToCountThreshold
Bin012511
Bin1098051

Port:

 TXTB_PORT_B_DATA_OUT(5)(16)
FromToCountThreshold
Bin011941
Bin10100161

Port:

 TXTB_PORT_B_DATA_OUT(5)(15)
FromToCountThreshold
Bin012631
Bin10110651

Port:

 TXTB_PORT_B_DATA_OUT(5)(14)
FromToCountThreshold
Bin012541
Bin1099711

Port:

 TXTB_PORT_B_DATA_OUT(5)(13)
FromToCountThreshold
Bin012091
Bin10107501

Port:

 TXTB_PORT_B_DATA_OUT(5)(12)
FromToCountThreshold
Bin012341
Bin10102781

Port:

 TXTB_PORT_B_DATA_OUT(5)(11)
FromToCountThreshold
Bin012481
Bin10101671

Port:

 TXTB_PORT_B_DATA_OUT(5)(10)
FromToCountThreshold
Bin012141
Bin10103231

Port:

 TXTB_PORT_B_DATA_OUT(5)(9)
FromToCountThreshold
Bin013571
Bin10125411

Port:

 TXTB_PORT_B_DATA_OUT(5)(8)
FromToCountThreshold
Bin012941
Bin10102111

Port:

 TXTB_PORT_B_DATA_OUT(5)(7)
FromToCountThreshold
Bin014261
Bin10126961

Port:

 TXTB_PORT_B_DATA_OUT(5)(6)
FromToCountThreshold
Bin013571
Bin10124531

Port:

 TXTB_PORT_B_DATA_OUT(5)(5)
FromToCountThreshold
Bin012821
Bin10109491

Port:

 TXTB_PORT_B_DATA_OUT(5)(4)
FromToCountThreshold
Bin012211
Bin1099661

Port:

 TXTB_PORT_B_DATA_OUT(5)(3)
FromToCountThreshold
Bin012971
Bin10117841

Port:

 TXTB_PORT_B_DATA_OUT(5)(2)
FromToCountThreshold
Bin013611
Bin10123071

Port:

 TXTB_PORT_B_DATA_OUT(5)(1)
FromToCountThreshold
Bin013291
Bin10119851

Port:

 TXTB_PORT_B_DATA_OUT(5)(0)
FromToCountThreshold
Bin013601
Bin10110471

Port:

 TXTB_PORT_B_DATA_OUT(4)(31)
FromToCountThreshold
Bin01501
Bin1084601

Port:

 TXTB_PORT_B_DATA_OUT(4)(30)
FromToCountThreshold
Bin01571
Bin1084661

Port:

 TXTB_PORT_B_DATA_OUT(4)(29)
FromToCountThreshold
Bin01521
Bin1084551

Port:

 TXTB_PORT_B_DATA_OUT(4)(28)
FromToCountThreshold
Bin012531
Bin10105091

Port:

 TXTB_PORT_B_DATA_OUT(4)(27)
FromToCountThreshold
Bin012041
Bin10105711

Port:

 TXTB_PORT_B_DATA_OUT(4)(26)
FromToCountThreshold
Bin012451
Bin1093931

Port:

 TXTB_PORT_B_DATA_OUT(4)(25)
FromToCountThreshold
Bin011681
Bin1094951

Port:

 TXTB_PORT_B_DATA_OUT(4)(24)
FromToCountThreshold
Bin012591
Bin10107611

Port:

 TXTB_PORT_B_DATA_OUT(4)(23)
FromToCountThreshold
Bin012941
Bin1097551

Port:

 TXTB_PORT_B_DATA_OUT(4)(22)
FromToCountThreshold
Bin012721
Bin10109001

Port:

 TXTB_PORT_B_DATA_OUT(4)(21)
FromToCountThreshold
Bin011841
Bin1092191

Port:

 TXTB_PORT_B_DATA_OUT(4)(20)
FromToCountThreshold
Bin012371
Bin10106621

Port:

 TXTB_PORT_B_DATA_OUT(4)(19)
FromToCountThreshold
Bin012701
Bin1096941

Port:

 TXTB_PORT_B_DATA_OUT(4)(18)
FromToCountThreshold
Bin012331
Bin1098081

Port:

 TXTB_PORT_B_DATA_OUT(4)(17)
FromToCountThreshold
Bin011151
Bin1090401

Port:

 TXTB_PORT_B_DATA_OUT(4)(16)
FromToCountThreshold
Bin01841
Bin1087731

Port:

 TXTB_PORT_B_DATA_OUT(4)(15)
FromToCountThreshold
Bin011091
Bin1091111

Port:

 TXTB_PORT_B_DATA_OUT(4)(14)
FromToCountThreshold
Bin011171
Bin1090271

Port:

 TXTB_PORT_B_DATA_OUT(4)(13)
FromToCountThreshold
Bin011151
Bin1092281

Port:

 TXTB_PORT_B_DATA_OUT(4)(12)
FromToCountThreshold
Bin011201
Bin1091401

Port:

 TXTB_PORT_B_DATA_OUT(4)(11)
FromToCountThreshold
Bin011311
Bin1091081

Port:

 TXTB_PORT_B_DATA_OUT(4)(10)
FromToCountThreshold
Bin011251
Bin1089341

Port:

 TXTB_PORT_B_DATA_OUT(4)(9)
FromToCountThreshold
Bin012601
Bin10105391

Port:

 TXTB_PORT_B_DATA_OUT(4)(8)
FromToCountThreshold
Bin011361
Bin1091561

Port:

 TXTB_PORT_B_DATA_OUT(4)(7)
FromToCountThreshold
Bin013291
Bin10120741

Port:

 TXTB_PORT_B_DATA_OUT(4)(6)
FromToCountThreshold
Bin011891
Bin10110741

Port:

 TXTB_PORT_B_DATA_OUT(4)(5)
FromToCountThreshold
Bin012231
Bin1091221

Port:

 TXTB_PORT_B_DATA_OUT(4)(4)
FromToCountThreshold
Bin011351
Bin1092611

Port:

 TXTB_PORT_B_DATA_OUT(4)(3)
FromToCountThreshold
Bin011891
Bin1098801

Port:

 TXTB_PORT_B_DATA_OUT(4)(2)
FromToCountThreshold
Bin011881
Bin10110081

Port:

 TXTB_PORT_B_DATA_OUT(4)(1)
FromToCountThreshold
Bin012261
Bin10104671

Port:

 TXTB_PORT_B_DATA_OUT(4)(0)
FromToCountThreshold
Bin012991
Bin10114081

Port:

 TXTB_PORT_B_DATA_OUT(3)(31)
FromToCountThreshold
Bin012611
Bin10367131

Port:

 TXTB_PORT_B_DATA_OUT(3)(30)
FromToCountThreshold
Bin012871
Bin10367351

Port:

 TXTB_PORT_B_DATA_OUT(3)(29)
FromToCountThreshold
Bin012671
Bin10367171

Port:

 TXTB_PORT_B_DATA_OUT(3)(28)
FromToCountThreshold
Bin0110501
Bin10402681

Port:

 TXTB_PORT_B_DATA_OUT(3)(27)
FromToCountThreshold
Bin0110321
Bin10398511

Port:

 TXTB_PORT_B_DATA_OUT(3)(26)
FromToCountThreshold
Bin0110001
Bin10405511

Port:

 TXTB_PORT_B_DATA_OUT(3)(25)
FromToCountThreshold
Bin0110941
Bin10410641

Port:

 TXTB_PORT_B_DATA_OUT(3)(24)
FromToCountThreshold
Bin0110901
Bin10400661

Port:

 TXTB_PORT_B_DATA_OUT(3)(23)
FromToCountThreshold
Bin0112401
Bin10401851

Port:

 TXTB_PORT_B_DATA_OUT(3)(22)
FromToCountThreshold
Bin0110701
Bin10406661

Port:

 TXTB_PORT_B_DATA_OUT(3)(21)
FromToCountThreshold
Bin0111501
Bin10413501

Port:

 TXTB_PORT_B_DATA_OUT(3)(20)
FromToCountThreshold
Bin0111301
Bin10403731

Port:

 TXTB_PORT_B_DATA_OUT(3)(19)
FromToCountThreshold
Bin0111621
Bin10408421

Port:

 TXTB_PORT_B_DATA_OUT(3)(18)
FromToCountThreshold
Bin0110551
Bin10400221

Port:

 TXTB_PORT_B_DATA_OUT(3)(17)
FromToCountThreshold
Bin016771
Bin10378771

Port:

 TXTB_PORT_B_DATA_OUT(3)(16)
FromToCountThreshold
Bin017841
Bin10392251

Port:

 TXTB_PORT_B_DATA_OUT(3)(15)
FromToCountThreshold
Bin016621
Bin10378941

Port:

 TXTB_PORT_B_DATA_OUT(3)(14)
FromToCountThreshold
Bin016541
Bin10381221

Port:

 TXTB_PORT_B_DATA_OUT(3)(13)
FromToCountThreshold
Bin017511
Bin10391301

Port:

 TXTB_PORT_B_DATA_OUT(3)(12)
FromToCountThreshold
Bin018091
Bin10392311

Port:

 TXTB_PORT_B_DATA_OUT(3)(11)
FromToCountThreshold
Bin017711
Bin10381211

Port:

 TXTB_PORT_B_DATA_OUT(3)(10)
FromToCountThreshold
Bin018361
Bin10393731

Port:

 TXTB_PORT_B_DATA_OUT(3)(9)
FromToCountThreshold
Bin0110921
Bin10410331

Port:

 TXTB_PORT_B_DATA_OUT(3)(8)
FromToCountThreshold
Bin017341
Bin10379301

Port:

 TXTB_PORT_B_DATA_OUT(3)(7)
FromToCountThreshold
Bin0114451
Bin10451671

Port:

 TXTB_PORT_B_DATA_OUT(3)(6)
FromToCountThreshold
Bin0111871
Bin10408521

Port:

 TXTB_PORT_B_DATA_OUT(3)(5)
FromToCountThreshold
Bin0111481
Bin10398571

Port:

 TXTB_PORT_B_DATA_OUT(3)(4)
FromToCountThreshold
Bin017011
Bin10385151

Port:

 TXTB_PORT_B_DATA_OUT(3)(3)
FromToCountThreshold
Bin0110041
Bin10397081

Port:

 TXTB_PORT_B_DATA_OUT(3)(2)
FromToCountThreshold
Bin0110811
Bin10431461

Port:

 TXTB_PORT_B_DATA_OUT(3)(1)
FromToCountThreshold
Bin0111351
Bin10402141

Port:

 TXTB_PORT_B_DATA_OUT(3)(0)
FromToCountThreshold
Bin0112531
Bin10436101

Port:

 TXTB_PORT_B_DATA_OUT(2)(31)
FromToCountThreshold
Bin012561
Bin10323181

Port:

 TXTB_PORT_B_DATA_OUT(2)(30)
FromToCountThreshold
Bin012841
Bin10325011

Port:

 TXTB_PORT_B_DATA_OUT(2)(29)
FromToCountThreshold
Bin013001
Bin10323691

Port:

 TXTB_PORT_B_DATA_OUT(2)(28)
FromToCountThreshold
Bin0111661
Bin10365571

Port:

 TXTB_PORT_B_DATA_OUT(2)(27)
FromToCountThreshold
Bin019691
Bin10360701

Port:

 TXTB_PORT_B_DATA_OUT(2)(26)
FromToCountThreshold
Bin0111771
Bin10364281

Port:

 TXTB_PORT_B_DATA_OUT(2)(25)
FromToCountThreshold
Bin0111391
Bin10351471

Port:

 TXTB_PORT_B_DATA_OUT(2)(24)
FromToCountThreshold
Bin0110841
Bin10349821

Port:

 TXTB_PORT_B_DATA_OUT(2)(23)
FromToCountThreshold
Bin0112101
Bin10362881

Port:

 TXTB_PORT_B_DATA_OUT(2)(22)
FromToCountThreshold
Bin0111051
Bin10361271

Port:

 TXTB_PORT_B_DATA_OUT(2)(21)
FromToCountThreshold
Bin0112491
Bin10363291

Port:

 TXTB_PORT_B_DATA_OUT(2)(20)
FromToCountThreshold
Bin0111171
Bin10358541

Port:

 TXTB_PORT_B_DATA_OUT(2)(19)
FromToCountThreshold
Bin0112581
Bin10358841

Port:

 TXTB_PORT_B_DATA_OUT(2)(18)
FromToCountThreshold
Bin0112361
Bin10362841

Port:

 TXTB_PORT_B_DATA_OUT(2)(17)
FromToCountThreshold
Bin017561
Bin10343461

Port:

 TXTB_PORT_B_DATA_OUT(2)(16)
FromToCountThreshold
Bin017271
Bin10336781

Port:

 TXTB_PORT_B_DATA_OUT(2)(15)
FromToCountThreshold
Bin016221
Bin10334141

Port:

 TXTB_PORT_B_DATA_OUT(2)(14)
FromToCountThreshold
Bin018431
Bin10338861

Port:

 TXTB_PORT_B_DATA_OUT(2)(13)
FromToCountThreshold
Bin017181
Bin10337361

Port:

 TXTB_PORT_B_DATA_OUT(2)(12)
FromToCountThreshold
Bin019131
Bin10342261

Port:

 TXTB_PORT_B_DATA_OUT(2)(11)
FromToCountThreshold
Bin018091
Bin10341691

Port:

 TXTB_PORT_B_DATA_OUT(2)(10)
FromToCountThreshold
Bin019261
Bin10339931

Port:

 TXTB_PORT_B_DATA_OUT(2)(9)
FromToCountThreshold
Bin0112371
Bin10371771

Port:

 TXTB_PORT_B_DATA_OUT(2)(8)
FromToCountThreshold
Bin017721
Bin10339231

Port:

 TXTB_PORT_B_DATA_OUT(2)(7)
FromToCountThreshold
Bin0115351
Bin10426801

Port:

 TXTB_PORT_B_DATA_OUT(2)(6)
FromToCountThreshold
Bin0113461
Bin10402321

Port:

 TXTB_PORT_B_DATA_OUT(2)(5)
FromToCountThreshold
Bin0112011
Bin10353901

Port:

 TXTB_PORT_B_DATA_OUT(2)(4)
FromToCountThreshold
Bin016931
Bin10341061

Port:

 TXTB_PORT_B_DATA_OUT(2)(3)
FromToCountThreshold
Bin0110121
Bin10364631

Port:

 TXTB_PORT_B_DATA_OUT(2)(2)
FromToCountThreshold
Bin0111381
Bin10389931

Port:

 TXTB_PORT_B_DATA_OUT(2)(1)
FromToCountThreshold
Bin0113451
Bin10372551

Port:

 TXTB_PORT_B_DATA_OUT(2)(0)
FromToCountThreshold
Bin0113441
Bin10393741

Port:

 TXTB_PORT_B_DATA_OUT(1)(31)
FromToCountThreshold
Bin0127201
Bin10446071

Port:

 TXTB_PORT_B_DATA_OUT(1)(30)
FromToCountThreshold
Bin0128731
Bin10447541

Port:

 TXTB_PORT_B_DATA_OUT(1)(29)
FromToCountThreshold
Bin0127961
Bin10447261

Port:

 TXTB_PORT_B_DATA_OUT(1)(28)
FromToCountThreshold
Bin01102311
Bin10573391

Port:

 TXTB_PORT_B_DATA_OUT(1)(27)
FromToCountThreshold
Bin0178351
Bin10526381

Port:

 TXTB_PORT_B_DATA_OUT(1)(26)
FromToCountThreshold
Bin01103821
Bin10565931

Port:

 TXTB_PORT_B_DATA_OUT(1)(25)
FromToCountThreshold
Bin0179131
Bin10539871

Port:

 TXTB_PORT_B_DATA_OUT(1)(24)
FromToCountThreshold
Bin01104321
Bin10567721

Port:

 TXTB_PORT_B_DATA_OUT(1)(23)
FromToCountThreshold
Bin0184691
Bin10540591

Port:

 TXTB_PORT_B_DATA_OUT(1)(22)
FromToCountThreshold
Bin01105661
Bin10562781

Port:

 TXTB_PORT_B_DATA_OUT(1)(21)
FromToCountThreshold
Bin0182761
Bin10543061

Port:

 TXTB_PORT_B_DATA_OUT(1)(20)
FromToCountThreshold
Bin01105251
Bin10572471

Port:

 TXTB_PORT_B_DATA_OUT(1)(19)
FromToCountThreshold
Bin0183561
Bin10545441

Port:

 TXTB_PORT_B_DATA_OUT(1)(18)
FromToCountThreshold
Bin01106181
Bin10585061

Port:

 TXTB_PORT_B_DATA_OUT(1)(17)
FromToCountThreshold
Bin0150521
Bin10495271

Port:

 TXTB_PORT_B_DATA_OUT(1)(16)
FromToCountThreshold
Bin0152651
Bin10486291

Port:

 TXTB_PORT_B_DATA_OUT(1)(15)
FromToCountThreshold
Bin0152051
Bin10491051

Port:

 TXTB_PORT_B_DATA_OUT(1)(14)
FromToCountThreshold
Bin0152751
Bin10490801

Port:

 TXTB_PORT_B_DATA_OUT(1)(13)
FromToCountThreshold
Bin0150541
Bin10485151

Port:

 TXTB_PORT_B_DATA_OUT(1)(12)
FromToCountThreshold
Bin0152471
Bin10495361

Port:

 TXTB_PORT_B_DATA_OUT(1)(11)
FromToCountThreshold
Bin0150711
Bin10480801

Port:

 TXTB_PORT_B_DATA_OUT(1)(10)
FromToCountThreshold
Bin0158351
Bin10504191

Port:

 TXTB_PORT_B_DATA_OUT(1)(9)
FromToCountThreshold
Bin0192891
Bin10671961

Port:

 TXTB_PORT_B_DATA_OUT(1)(8)
FromToCountThreshold
Bin0157041
Bin10499771

Port:

 TXTB_PORT_B_DATA_OUT(1)(7)
FromToCountThreshold
Bin01126751
Bin10779931

Port:

 TXTB_PORT_B_DATA_OUT(1)(6)
FromToCountThreshold
Bin0183781
Bin10675871

Port:

 TXTB_PORT_B_DATA_OUT(1)(5)
FromToCountThreshold
Bin0165921
Bin10514891

Port:

 TXTB_PORT_B_DATA_OUT(1)(4)
FromToCountThreshold
Bin0161511
Bin10502031

Port:

 TXTB_PORT_B_DATA_OUT(1)(3)
FromToCountThreshold
Bin0189991
Bin10635031

Port:

 TXTB_PORT_B_DATA_OUT(1)(2)
FromToCountThreshold
Bin0198041
Bin10689961

Port:

 TXTB_PORT_B_DATA_OUT(1)(1)
FromToCountThreshold
Bin0198201
Bin10680101

Port:

 TXTB_PORT_B_DATA_OUT(1)(0)
FromToCountThreshold
Bin01140631
Bin10786391

Port:

 TXTB_PORT_B_DATA_OUT(0)(31)
FromToCountThreshold
Bin0148851
Bin10128561

Port:

 TXTB_PORT_B_DATA_OUT(0)(30)
FromToCountThreshold
Bin0151041
Bin10132361

Port:

 TXTB_PORT_B_DATA_OUT(0)(29)
FromToCountThreshold
Bin0148271
Bin10129691

Port:

 TXTB_PORT_B_DATA_OUT(0)(28)
FromToCountThreshold
Bin01133461
Bin10242391

Port:

 TXTB_PORT_B_DATA_OUT(0)(27)
FromToCountThreshold
Bin01107661
Bin10224271

Port:

 TXTB_PORT_B_DATA_OUT(0)(26)
FromToCountThreshold
Bin01136281
Bin10249711

Port:

 TXTB_PORT_B_DATA_OUT(0)(25)
FromToCountThreshold
Bin01114931
Bin10230291

Port:

 TXTB_PORT_B_DATA_OUT(0)(24)
FromToCountThreshold
Bin01132821
Bin10248541

Port:

 TXTB_PORT_B_DATA_OUT(0)(23)
FromToCountThreshold
Bin01115961
Bin10236411

Port:

 TXTB_PORT_B_DATA_OUT(0)(22)
FromToCountThreshold
Bin01128171
Bin10250321

Port:

 TXTB_PORT_B_DATA_OUT(0)(21)
FromToCountThreshold
Bin01114161
Bin10253781

Port:

 TXTB_PORT_B_DATA_OUT(0)(20)
FromToCountThreshold
Bin01130111
Bin10243251

Port:

 TXTB_PORT_B_DATA_OUT(0)(19)
FromToCountThreshold
Bin01115931
Bin10258821

Port:

 TXTB_PORT_B_DATA_OUT(0)(18)
FromToCountThreshold
Bin01131861
Bin10259021

Port:

 TXTB_PORT_B_DATA_OUT(0)(17)
FromToCountThreshold
Bin0172981
Bin10179421

Port:

 TXTB_PORT_B_DATA_OUT(0)(16)
FromToCountThreshold
Bin0180781
Bin10183471

Port:

 TXTB_PORT_B_DATA_OUT(0)(15)
FromToCountThreshold
Bin0175331
Bin10173781

Port:

 TXTB_PORT_B_DATA_OUT(0)(14)
FromToCountThreshold
Bin0180501
Bin10183871

Port:

 TXTB_PORT_B_DATA_OUT(0)(13)
FromToCountThreshold
Bin0180841
Bin10179281

Port:

 TXTB_PORT_B_DATA_OUT(0)(12)
FromToCountThreshold
Bin0185921
Bin10189051

Port:

 TXTB_PORT_B_DATA_OUT(0)(11)
FromToCountThreshold
Bin0176211
Bin10173401

Port:

 TXTB_PORT_B_DATA_OUT(0)(10)
FromToCountThreshold
Bin0179931
Bin10186791

Port:

 TXTB_PORT_B_DATA_OUT(0)(9)
FromToCountThreshold
Bin01135001
Bin10375961

Port:

 TXTB_PORT_B_DATA_OUT(0)(8)
FromToCountThreshold
Bin0190081
Bin10197241

Port:

 TXTB_PORT_B_DATA_OUT(0)(7)
FromToCountThreshold
Bin01192701
Bin10517851

Port:

 TXTB_PORT_B_DATA_OUT(0)(6)
FromToCountThreshold
Bin01152441
Bin10423381

Port:

 TXTB_PORT_B_DATA_OUT(0)(5)
FromToCountThreshold
Bin0198851
Bin10228601

Port:

 TXTB_PORT_B_DATA_OUT(0)(4)
FromToCountThreshold
Bin0192281
Bin10190401

Port:

 TXTB_PORT_B_DATA_OUT(0)(3)
FromToCountThreshold
Bin01148631
Bin10382611

Port:

 TXTB_PORT_B_DATA_OUT(0)(2)
FromToCountThreshold
Bin01139091
Bin10363811

Port:

 TXTB_PORT_B_DATA_OUT(0)(1)
FromToCountThreshold
Bin01146601
Bin10404621

Port:

 TXTB_PORT_B_DATA_OUT(0)(0)
FromToCountThreshold
Bin01185911
Bin10559611

Port:

 TXTB_AVAILABLE(7)
FromToCountThreshold
Bin013291
Bin1063361

Port:

 TXTB_AVAILABLE(6)
FromToCountThreshold
Bin013021
Bin1063631

Port:

 TXTB_AVAILABLE(5)
FromToCountThreshold
Bin013431
Bin1063221

Port:

 TXTB_AVAILABLE(4)
FromToCountThreshold
Bin013041
Bin1063611

Port:

 TXTB_AVAILABLE(3)
FromToCountThreshold
Bin0112721
Bin10205351

Port:

 TXTB_AVAILABLE(2)
FromToCountThreshold
Bin0112241
Bin10205831

Port:

 TXTB_AVAILABLE(1)
FromToCountThreshold
Bin0194491
Bin10436101

Port:

 TXTB_AVAILABLE(0)
FromToCountThreshold
Bin01148291
Bin10382301

Port:

 TXTB_ALLOW_BB(7)
FromToCountThreshold
Bin012801
Bin1056191

Port:

 TXTB_ALLOW_BB(6)
FromToCountThreshold
Bin012541
Bin1056451

Port:

 TXTB_ALLOW_BB(5)
FromToCountThreshold
Bin012921
Bin1056071

Port:

 TXTB_ALLOW_BB(4)
FromToCountThreshold
Bin012521
Bin1056471

Port:

 TXTB_ALLOW_BB(3)
FromToCountThreshold
Bin0110741
Bin10186591

Port:

 TXTB_ALLOW_BB(2)
FromToCountThreshold
Bin0110601
Bin10186731

Port:

 TXTB_ALLOW_BB(1)
FromToCountThreshold
Bin0174581
Bin10364291

Port:

 TXTB_ALLOW_BB(0)
FromToCountThreshold
Bin01128971
Bin10309901

Port:

 TXTB_PORT_B_ADDRESS(4)
FromToCountThreshold
Bin01268051
Bin10284051

Port:

 TXTB_PORT_B_ADDRESS(3)
FromToCountThreshold
Bin0138651
Bin1054651

Port:

 TXTB_PORT_B_ADDRESS(2)
FromToCountThreshold
Bin01457301
Bin10473301

Port:

 TXTB_PORT_B_ADDRESS(1)
FromToCountThreshold
Bin01378811
Bin10378841

Port:

 TXTB_PORT_B_ADDRESS(0)
FromToCountThreshold
Bin011012511
Bin101028481

Port:

 TXTB_PORT_B_CLK_EN
FromToCountThreshold
Bin011048861
Bin101064861

Port:

 TXTB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011811461
Bin101827461

Port:

 TXTB_PARITY_MISMATCH(7)
FromToCountThreshold
Bin0115411
Bin1016531

Port:

 TXTB_PARITY_MISMATCH(6)
FromToCountThreshold
Bin0118901
Bin1013041

Port:

 TXTB_PARITY_MISMATCH(5)
FromToCountThreshold
Bin0116931
Bin1015011

Port:

 TXTB_PARITY_MISMATCH(4)
FromToCountThreshold
Bin0115961
Bin1015981

Port:

 TXTB_PARITY_MISMATCH(3)
FromToCountThreshold
Bin0141031
Bin1044821

Port:

 TXTB_PARITY_MISMATCH(2)
FromToCountThreshold
Bin0142931
Bin1042921

Port:

 TXTB_PARITY_MISMATCH(1)
FromToCountThreshold
Bin0132391
Bin1062861

Port:

 TXTB_PARITY_MISMATCH(0)
FromToCountThreshold
Bin0134771
Bin1060481

Port:

 TXTB_IS_BB(3)
FromToCountThreshold
Bin0171
Bin102381

Port:

 TXTB_IS_BB(2)
FromToCountThreshold
Bin0191
Bin102361

Port:

 TXTB_IS_BB(1)
FromToCountThreshold
Bin01371
Bin108791

Port:

 TXTB_IS_BB(0)
FromToCountThreshold
Bin01871
Bin1017931

Port:

 TRAN_WORD(31)
FromToCountThreshold
Bin0182511
Bin1098511

Port:

 TRAN_WORD(30)
FromToCountThreshold
Bin0186701
Bin10102701

Port:

 TRAN_WORD(29)
FromToCountThreshold
Bin0182501
Bin1098501

Port:

 TRAN_WORD(28)
FromToCountThreshold
Bin01260161
Bin10276161

Port:

 TRAN_WORD(27)
FromToCountThreshold
Bin01205591
Bin10221591

Port:

 TRAN_WORD(26)
FromToCountThreshold
Bin01262281
Bin10278281

Port:

 TRAN_WORD(25)
FromToCountThreshold
Bin01215301
Bin10231301

Port:

 TRAN_WORD(24)
FromToCountThreshold
Bin01259861
Bin10275861

Port:

 TRAN_WORD(23)
FromToCountThreshold
Bin01227771
Bin10243771

Port:

 TRAN_WORD(22)
FromToCountThreshold
Bin01257041
Bin10273041

Port:

 TRAN_WORD(21)
FromToCountThreshold
Bin01220321
Bin10236321

Port:

 TRAN_WORD(20)
FromToCountThreshold
Bin01258331
Bin10274331

Port:

 TRAN_WORD(19)
FromToCountThreshold
Bin01224411
Bin10240411

Port:

 TRAN_WORD(18)
FromToCountThreshold
Bin01263551
Bin10279551

Port:

 TRAN_WORD(17)
FromToCountThreshold
Bin01142081
Bin10158081

Port:

 TRAN_WORD(16)
FromToCountThreshold
Bin01151351
Bin10167351

Port:

 TRAN_WORD(15)
FromToCountThreshold
Bin01144001
Bin10160001

Port:

 TRAN_WORD(14)
FromToCountThreshold
Bin01150591
Bin10166591

Port:

 TRAN_WORD(13)
FromToCountThreshold
Bin01148491
Bin10164491

Port:

 TRAN_WORD(12)
FromToCountThreshold
Bin01158211
Bin10174211

Port:

 TRAN_WORD(11)
FromToCountThreshold
Bin01146881
Bin10162881

Port:

 TRAN_WORD(10)
FromToCountThreshold
Bin01158461
Bin10174461

Port:

 TRAN_WORD(9)
FromToCountThreshold
Bin01259281
Bin10275281

Port:

 TRAN_WORD(8)
FromToCountThreshold
Bin01166271
Bin10182271

Port:

 TRAN_WORD(7)
FromToCountThreshold
Bin01354381
Bin10370381

Port:

 TRAN_WORD(6)
FromToCountThreshold
Bin01267391
Bin10283391

Port:

 TRAN_WORD(5)
FromToCountThreshold
Bin01190321
Bin10206321

Port:

 TRAN_WORD(4)
FromToCountThreshold
Bin01169381
Bin10185381

Port:

 TRAN_WORD(3)
FromToCountThreshold
Bin01264701
Bin10280701

Port:

 TRAN_WORD(2)
FromToCountThreshold
Bin01266801
Bin10282801

Port:

 TRAN_WORD(1)
FromToCountThreshold
Bin01275521
Bin10291521

Port:

 TRAN_WORD(0)
FromToCountThreshold
Bin01353771
Bin10369771

Port:

 TRAN_DLC(3)
FromToCountThreshold
Bin0115301
Bin1031291

Port:

 TRAN_DLC(2)
FromToCountThreshold
Bin0119431
Bin1035431

Port:

 TRAN_DLC(1)
FromToCountThreshold
Bin0119051
Bin1035041

Port:

 TRAN_DLC(0)
FromToCountThreshold
Bin0134941
Bin1050941

Port:

 TRAN_IS_RTR
FromToCountThreshold
Bin0111611
Bin1027591

Port:

 TRAN_IDENT_TYPE
FromToCountThreshold
Bin0125641
Bin1041641

Port:

 TRAN_FRAME_TYPE
FromToCountThreshold
Bin0127081
Bin1043081

Port:

 TRAN_BRS
FromToCountThreshold
Bin0120081
Bin1036081

Port:

 TRAN_IDENTIFIER(28)
FromToCountThreshold
Bin0139461
Bin1054841

Port:

 TRAN_IDENTIFIER(27)
FromToCountThreshold
Bin0139201
Bin1055421

Port:

 TRAN_IDENTIFIER(26)
FromToCountThreshold
Bin0137921
Bin1053241

Port:

 TRAN_IDENTIFIER(25)
FromToCountThreshold
Bin0141281
Bin1057461

Port:

 TRAN_IDENTIFIER(24)
FromToCountThreshold
Bin0138881
Bin1054251

Port:

 TRAN_IDENTIFIER(23)
FromToCountThreshold
Bin0141571
Bin1057701

Port:

 TRAN_IDENTIFIER(22)
FromToCountThreshold
Bin0138861
Bin1055041

Port:

 TRAN_IDENTIFIER(21)
FromToCountThreshold
Bin0142331
Bin1057831

Port:

 TRAN_IDENTIFIER(20)
FromToCountThreshold
Bin0138891
Bin1055061

Port:

 TRAN_IDENTIFIER(19)
FromToCountThreshold
Bin0142041
Bin1057491

Port:

 TRAN_IDENTIFIER(18)
FromToCountThreshold
Bin0138081
Bin1054291

Port:

 TRAN_IDENTIFIER(17)
FromToCountThreshold
Bin0116671
Bin1093681

Port:

 TRAN_IDENTIFIER(16)
FromToCountThreshold
Bin0117131
Bin1095841

Port:

 TRAN_IDENTIFIER(15)
FromToCountThreshold
Bin0116921
Bin1094641

Port:

 TRAN_IDENTIFIER(14)
FromToCountThreshold
Bin0117081
Bin1096761

Port:

 TRAN_IDENTIFIER(13)
FromToCountThreshold
Bin0117101
Bin1094871

Port:

 TRAN_IDENTIFIER(12)
FromToCountThreshold
Bin0116031
Bin1093701

Port:

 TRAN_IDENTIFIER(11)
FromToCountThreshold
Bin0116461
Bin1094101

Port:

 TRAN_IDENTIFIER(10)
FromToCountThreshold
Bin0116721
Bin1094691

Port:

 TRAN_IDENTIFIER(9)
FromToCountThreshold
Bin0117041
Bin1095261

Port:

 TRAN_IDENTIFIER(8)
FromToCountThreshold
Bin0117021
Bin1095361

Port:

 TRAN_IDENTIFIER(7)
FromToCountThreshold
Bin0117361
Bin1096561

Port:

 TRAN_IDENTIFIER(6)
FromToCountThreshold
Bin0116541
Bin1094061

Port:

 TRAN_IDENTIFIER(5)
FromToCountThreshold
Bin0117061
Bin1095131

Port:

 TRAN_IDENTIFIER(4)
FromToCountThreshold
Bin0117141
Bin1096181

Port:

 TRAN_IDENTIFIER(3)
FromToCountThreshold
Bin0117001
Bin1094811

Port:

 TRAN_IDENTIFIER(2)
FromToCountThreshold
Bin0117341
Bin1095711

Port:

 TRAN_IDENTIFIER(1)
FromToCountThreshold
Bin0117441
Bin1095851

Port:

 TRAN_IDENTIFIER(0)
FromToCountThreshold
Bin0116451
Bin1093811

Port:

 TRAN_FRAME_TEST.FSTC
FromToCountThreshold
Bin012701
Bin1018701

Port:

 TRAN_FRAME_TEST.FCRC
FromToCountThreshold
Bin011001
Bin1017001

Port:

 TRAN_FRAME_TEST.SDLC
FromToCountThreshold
Bin012701
Bin1018701

Port:

 TRAN_FRAME_TEST.TPRM(4)
FromToCountThreshold
Bin01701
Bin1032841

Port:

 TRAN_FRAME_TEST.TPRM(3)
FromToCountThreshold
Bin011831
Bin1018281

Port:

 TRAN_FRAME_TEST.TPRM(2)
FromToCountThreshold
Bin012351
Bin1018801

Port:

 TRAN_FRAME_TEST.TPRM(1)
FromToCountThreshold
Bin014291
Bin1020741

Port:

 TRAN_FRAME_TEST.TPRM(0)
FromToCountThreshold
Bin016461
Bin1022911

Port:

 TRAN_FRAME_VALID
FromToCountThreshold
Bin01250711
Bin10266711

Port:

 TRAN_FRAME_PARITY_ERROR
FromToCountThreshold
Bin017621
Bin1023621

Port:

 TXTB_HW_CMD.LOCK
FromToCountThreshold
Bin01248161
Bin10264161

Port:

 TXTB_HW_CMD.VALID
FromToCountThreshold
Bin01110981
Bin10126981

Port:

 TXTB_HW_CMD.ERR
FromToCountThreshold
Bin0142371
Bin1058371

Port:

 TXTB_HW_CMD.ARBL
FromToCountThreshold
Bin014551
Bin1020551

Port:

 TXTB_HW_CMD.FAILED
FromToCountThreshold
Bin0190151
Bin10106151

Port:

 TXTB_CHANGED
FromToCountThreshold
Bin01100071
Bin10116071

Port:

 TXTB_HW_CMD_CS(7)
FromToCountThreshold
Bin01731
Bin108601

Port:

 TXTB_HW_CMD_CS(6)
FromToCountThreshold
Bin01731
Bin108601

Port:

 TXTB_HW_CMD_CS(5)
FromToCountThreshold
Bin01751
Bin108581

Port:

 TXTB_HW_CMD_CS(4)
FromToCountThreshold
Bin01751
Bin108581

Port:

 TXTB_HW_CMD_CS(3)
FromToCountThreshold
Bin013641
Bin1027391

Port:

 TXTB_HW_CMD_CS(2)
FromToCountThreshold
Bin013081
Bin1027951

Port:

 TXTB_HW_CMD_CS(1)
FromToCountThreshold
Bin0156001
Bin1083791

Port:

 TXTB_HW_CMD_CS(0)
FromToCountThreshold
Bin0174111
Bin1065681

Port:

 TXTB_CLK_EN
FromToCountThreshold
Bin01789741
Bin10805741

Port:

 CURR_TXTB_INDEX(2)
FromToCountThreshold
Bin011271
Bin1017271

Port:

 CURR_TXTB_INDEX(1)
FromToCountThreshold
Bin015331
Bin1021331

Port:

 CURR_TXTB_INDEX(0)
FromToCountThreshold
Bin0160191
Bin1076191

Port:

 MR_MODE_TTTM
FromToCountThreshold
Bin01551
Bin1016551

Port:

 MR_MODE_TXBBM
FromToCountThreshold
Bin01331
Bin1016331

Port:

 MR_SETTINGS_PCHKE
FromToCountThreshold
Bin011141
Bin1017141

Port:

 MR_TX_PRIORITY(7)(2)
FromToCountThreshold
Bin011171
Bin103471

Port:

 MR_TX_PRIORITY(7)(1)
FromToCountThreshold
Bin011261
Bin103281

Port:

 MR_TX_PRIORITY(7)(0)
FromToCountThreshold
Bin011261
Bin104311

Port:

 MR_TX_PRIORITY(6)(2)
FromToCountThreshold
Bin011111
Bin103561

Port:

 MR_TX_PRIORITY(6)(1)
FromToCountThreshold
Bin011431
Bin103661

Port:

 MR_TX_PRIORITY(6)(0)
FromToCountThreshold
Bin01911
Bin103391

Port:

 MR_TX_PRIORITY(5)(2)
FromToCountThreshold
Bin01961
Bin103271

Port:

 MR_TX_PRIORITY(5)(1)
FromToCountThreshold
Bin011151
Bin103561

Port:

 MR_TX_PRIORITY(5)(0)
FromToCountThreshold
Bin011511
Bin103921

Port:

 MR_TX_PRIORITY(4)(2)
FromToCountThreshold
Bin011411
Bin103411

Port:

 MR_TX_PRIORITY(4)(1)
FromToCountThreshold
Bin011291
Bin103041

Port:

 MR_TX_PRIORITY(4)(0)
FromToCountThreshold
Bin011451
Bin103551

Port:

 MR_TX_PRIORITY(3)(2)
FromToCountThreshold
Bin012581
Bin1010841

Port:

 MR_TX_PRIORITY(3)(1)
FromToCountThreshold
Bin012801
Bin1011221

Port:

 MR_TX_PRIORITY(3)(0)
FromToCountThreshold
Bin013391
Bin1011731

Port:

 MR_TX_PRIORITY(2)(2)
FromToCountThreshold
Bin013041
Bin1010151

Port:

 MR_TX_PRIORITY(2)(1)
FromToCountThreshold
Bin012891
Bin1010861

Port:

 MR_TX_PRIORITY(2)(0)
FromToCountThreshold
Bin013941
Bin1011021

Port:

 MR_TX_PRIORITY(1)(2)
FromToCountThreshold
Bin013851
Bin1019471

Port:

 MR_TX_PRIORITY(1)(1)
FromToCountThreshold
Bin013941
Bin1020271

Port:

 MR_TX_PRIORITY(1)(0)
FromToCountThreshold
Bin014221
Bin1020121

Port:

 MR_TX_PRIORITY(0)(2)
FromToCountThreshold
Bin014571
Bin1019421

Port:

 MR_TX_PRIORITY(0)(1)
FromToCountThreshold
Bin014281
Bin1019931

Port:

 MR_TX_PRIORITY(0)(0)
FromToCountThreshold
Bin0120411
Bin104861

Port:

 TIMESTAMP(63)
FromToCountThreshold
Bin012097121
Bin105266539701

Port:

 TIMESTAMP(62)
FromToCountThreshold
Bin013700211
Bin105267586531

Port:

 TIMESTAMP(61)
FromToCountThreshold
Bin014079491
Bin105267509031

Port:

 TIMESTAMP(60)
FromToCountThreshold
Bin012682201
Bin105266588481

Port:

 TIMESTAMP(59)
FromToCountThreshold
Bin012821151
Bin105266865411

Port:

 TIMESTAMP(58)
FromToCountThreshold
Bin013445231
Bin105267689861

Port:

 TIMESTAMP(57)
FromToCountThreshold
Bin012455941
Bin105266774731

Port:

 TIMESTAMP(56)
FromToCountThreshold
Bin012941881
Bin105267487581

Port:

 TIMESTAMP(55)
FromToCountThreshold
Bin013529471
Bin105267403171

Port:

 TIMESTAMP(54)
FromToCountThreshold
Bin013163621
Bin105266444781

Port:

 TIMESTAMP(53)
FromToCountThreshold
Bin012865841
Bin105267315031

Port:

 TIMESTAMP(52)
FromToCountThreshold
Bin013206671
Bin105267454141

Port:

 TIMESTAMP(51)
FromToCountThreshold
Bin013478451
Bin105267875101

Port:

 TIMESTAMP(50)
FromToCountThreshold
Bin012938591
Bin105266831021

Port:

 TIMESTAMP(49)
FromToCountThreshold
Bin012840521
Bin105266949181

Port:

 TIMESTAMP(48)
FromToCountThreshold
Bin013400421
Bin105267513341

Port:

 TIMESTAMP(47)
FromToCountThreshold
Bin013792571
Bin105267699391

Port:

 TIMESTAMP(46)
FromToCountThreshold
Bin012953621
Bin105267228541

Port:

 TIMESTAMP(45)
FromToCountThreshold
Bin012792991
Bin105266640051

Port:

 TIMESTAMP(44)
FromToCountThreshold
Bin013359581
Bin105267549731

Port:

 TIMESTAMP(43)
FromToCountThreshold
Bin013342411
Bin105267232341

Port:

 TIMESTAMP(42)
FromToCountThreshold
Bin012661521
Bin105267095131

Port:

 TIMESTAMP(41)
FromToCountThreshold
Bin013563901
Bin105267302931

Port:

 TIMESTAMP(40)
FromToCountThreshold
Bin013049561
Bin105267432681

Port:

 TIMESTAMP(39)
FromToCountThreshold
Bin013268291
Bin105266967321

Port:

 TIMESTAMP(38)
FromToCountThreshold
Bin013136081
Bin105267239001

Port:

 TIMESTAMP(37)
FromToCountThreshold
Bin012667581
Bin105266930661

Port:

 TIMESTAMP(36)
FromToCountThreshold
Bin013134321
Bin105267035111

Port:

 TIMESTAMP(35)
FromToCountThreshold
Bin013708611
Bin105267677731

Port:

 TIMESTAMP(34)
FromToCountThreshold
Bin013365541
Bin105267213551

Port:

 TIMESTAMP(33)
FromToCountThreshold
Bin013357021
Bin105267519351

Port:

 TIMESTAMP(32)
FromToCountThreshold
Bin012721131
Bin105266410691

Port:

 TIMESTAMP(31)
FromToCountThreshold
Bin01411
Bin1016361

Port:

 TIMESTAMP(30)
FromToCountThreshold
Bin01641
Bin1016541

Port:

 TIMESTAMP(29)
FromToCountThreshold
Bin01711
Bin1016581

Port:

 TIMESTAMP(28)
FromToCountThreshold
Bin01631
Bin1016531

Port:

 TIMESTAMP(27)
FromToCountThreshold
Bin01581
Bin1016471

Port:

 TIMESTAMP(26)
FromToCountThreshold
Bin01601
Bin1016531

Port:

 TIMESTAMP(25)
FromToCountThreshold
Bin01601
Bin1016511

Port:

 TIMESTAMP(24)
FromToCountThreshold
Bin01721
Bin1016621

Port:

 TIMESTAMP(23)
FromToCountThreshold
Bin01801
Bin1016611

Port:

 TIMESTAMP(22)
FromToCountThreshold
Bin011031
Bin1016781

Port:

 TIMESTAMP(21)
FromToCountThreshold
Bin011441
Bin1017031

Port:

 TIMESTAMP(20)
FromToCountThreshold
Bin012451
Bin1017901

Port:

 TIMESTAMP(19)
FromToCountThreshold
Bin015191
Bin1019711

Port:

 TIMESTAMP(18)
FromToCountThreshold
Bin019611
Bin1024331

Port:

 TIMESTAMP(17)
FromToCountThreshold
Bin0120111
Bin1033421

Port:

 TIMESTAMP(16)
FromToCountThreshold
Bin0140281
Bin1052901

Port:

 TIMESTAMP(15)
FromToCountThreshold
Bin0180161
Bin1092461

Port:

 TIMESTAMP(14)
FromToCountThreshold
Bin01160741
Bin10172101

Port:

 TIMESTAMP(13)
FromToCountThreshold
Bin01321961
Bin10332461

Port:

 TIMESTAMP(12)
FromToCountThreshold
Bin01644051
Bin10653861

Port:

 TIMESTAMP(11)
FromToCountThreshold
Bin011288141
Bin101297271

Port:

 TIMESTAMP(10)
FromToCountThreshold
Bin012576691
Bin102584681

Port:

 TIMESTAMP(9)
FromToCountThreshold
Bin015152641
Bin105160751

Port:

 TIMESTAMP(8)
FromToCountThreshold
Bin0110304981
Bin1010312821

Port:

 TIMESTAMP(7)
FromToCountThreshold
Bin0120609121
Bin1020617101

Port:

 TIMESTAMP(6)
FromToCountThreshold
Bin0141217541
Bin1041225551

Port:

 TIMESTAMP(5)
FromToCountThreshold
Bin0182434511
Bin1082442671

Port:

 TIMESTAMP(4)
FromToCountThreshold
Bin01164868541
Bin10164876721

Port:

 TIMESTAMP(3)
FromToCountThreshold
Bin01329736701
Bin10329744641

Port:

 TIMESTAMP(2)
FromToCountThreshold
Bin01659472791
Bin10659480861

Port:

 TIMESTAMP(1)
FromToCountThreshold
Bin011318945041
Bin101318953101

Port:

 TIMESTAMP(0)
FromToCountThreshold
Bin012637889781
Bin102637897751

Signal:

 SELECT_BUF_AVAIL
FromToCountThreshold
Bin01265391
Bin10281391

Signal:

 TXTB_SELECTED_INPUT(31)
FromToCountThreshold
Bin0182511
Bin1098511

Signal:

 TXTB_SELECTED_INPUT(30)
FromToCountThreshold
Bin0186701
Bin10102701

Signal:

 TXTB_SELECTED_INPUT(29)
FromToCountThreshold
Bin0182501
Bin1098501

Signal:

 TXTB_SELECTED_INPUT(28)
FromToCountThreshold
Bin01260161
Bin10276161

Signal:

 TXTB_SELECTED_INPUT(27)
FromToCountThreshold
Bin01205591
Bin10221591

Signal:

 TXTB_SELECTED_INPUT(26)
FromToCountThreshold
Bin01262281
Bin10278281

Signal:

 TXTB_SELECTED_INPUT(25)
FromToCountThreshold
Bin01215301
Bin10231301

Signal:

 TXTB_SELECTED_INPUT(24)
FromToCountThreshold
Bin01259861
Bin10275861

Signal:

 TXTB_SELECTED_INPUT(23)
FromToCountThreshold
Bin01227771
Bin10243771

Signal:

 TXTB_SELECTED_INPUT(22)
FromToCountThreshold
Bin01257041
Bin10273041

Signal:

 TXTB_SELECTED_INPUT(21)
FromToCountThreshold
Bin01220321
Bin10236321

Signal:

 TXTB_SELECTED_INPUT(20)
FromToCountThreshold
Bin01258331
Bin10274331

Signal:

 TXTB_SELECTED_INPUT(19)
FromToCountThreshold
Bin01224411
Bin10240411

Signal:

 TXTB_SELECTED_INPUT(18)
FromToCountThreshold
Bin01263551
Bin10279551

Signal:

 TXTB_SELECTED_INPUT(17)
FromToCountThreshold
Bin01142081
Bin10158081

Signal:

 TXTB_SELECTED_INPUT(16)
FromToCountThreshold
Bin01151351
Bin10167351

Signal:

 TXTB_SELECTED_INPUT(15)
FromToCountThreshold
Bin01144001
Bin10160001

Signal:

 TXTB_SELECTED_INPUT(14)
FromToCountThreshold
Bin01150591
Bin10166591

Signal:

 TXTB_SELECTED_INPUT(13)
FromToCountThreshold
Bin01148491
Bin10164491

Signal:

 TXTB_SELECTED_INPUT(12)
FromToCountThreshold
Bin01158211
Bin10174211

Signal:

 TXTB_SELECTED_INPUT(11)
FromToCountThreshold
Bin01146881
Bin10162881

Signal:

 TXTB_SELECTED_INPUT(10)
FromToCountThreshold
Bin01158461
Bin10174461

Signal:

 TXTB_SELECTED_INPUT(9)
FromToCountThreshold
Bin01259281
Bin10275281

Signal:

 TXTB_SELECTED_INPUT(8)
FromToCountThreshold
Bin01166271
Bin10182271

Signal:

 TXTB_SELECTED_INPUT(7)
FromToCountThreshold
Bin01354381
Bin10370381

Signal:

 TXTB_SELECTED_INPUT(6)
FromToCountThreshold
Bin01267391
Bin10283391

Signal:

 TXTB_SELECTED_INPUT(5)
FromToCountThreshold
Bin01190321
Bin10206321

Signal:

 TXTB_SELECTED_INPUT(4)
FromToCountThreshold
Bin01169381
Bin10185381

Signal:

 TXTB_SELECTED_INPUT(3)
FromToCountThreshold
Bin01264701
Bin10280701

Signal:

 TXTB_SELECTED_INPUT(2)
FromToCountThreshold
Bin01266801
Bin10282801

Signal:

 TXTB_SELECTED_INPUT(1)
FromToCountThreshold
Bin01275521
Bin10291521

Signal:

 TXTB_SELECTED_INPUT(0)
FromToCountThreshold
Bin01353771
Bin10369771

Signal:

 TXTB_TIMESTAMP(63)
FromToCountThreshold
Bin0182511
Bin1098511

Signal:

 TXTB_TIMESTAMP(62)
FromToCountThreshold
Bin0186701
Bin10102701

Signal:

 TXTB_TIMESTAMP(61)
FromToCountThreshold
Bin0182501
Bin1098501

Signal:

 TXTB_TIMESTAMP(60)
FromToCountThreshold
Bin01260161
Bin10276161

Signal:

 TXTB_TIMESTAMP(59)
FromToCountThreshold
Bin01205591
Bin10221591

Signal:

 TXTB_TIMESTAMP(58)
FromToCountThreshold
Bin01262281
Bin10278281

Signal:

 TXTB_TIMESTAMP(57)
FromToCountThreshold
Bin01215301
Bin10231301

Signal:

 TXTB_TIMESTAMP(56)
FromToCountThreshold
Bin01259861
Bin10275861

Signal:

 TXTB_TIMESTAMP(55)
FromToCountThreshold
Bin01227771
Bin10243771

Signal:

 TXTB_TIMESTAMP(54)
FromToCountThreshold
Bin01257041
Bin10273041

Signal:

 TXTB_TIMESTAMP(53)
FromToCountThreshold
Bin01220321
Bin10236321

Signal:

 TXTB_TIMESTAMP(52)
FromToCountThreshold
Bin01258331
Bin10274331

Signal:

 TXTB_TIMESTAMP(51)
FromToCountThreshold
Bin01224411
Bin10240411

Signal:

 TXTB_TIMESTAMP(50)
FromToCountThreshold
Bin01263551
Bin10279551

Signal:

 TXTB_TIMESTAMP(49)
FromToCountThreshold
Bin01142081
Bin10158081

Signal:

 TXTB_TIMESTAMP(48)
FromToCountThreshold
Bin01151351
Bin10167351

Signal:

 TXTB_TIMESTAMP(47)
FromToCountThreshold
Bin01144001
Bin10160001

Signal:

 TXTB_TIMESTAMP(46)
FromToCountThreshold
Bin01150591
Bin10166591

Signal:

 TXTB_TIMESTAMP(45)
FromToCountThreshold
Bin01148491
Bin10164491

Signal:

 TXTB_TIMESTAMP(44)
FromToCountThreshold
Bin01158211
Bin10174211

Signal:

 TXTB_TIMESTAMP(43)
FromToCountThreshold
Bin01146881
Bin10162881

Signal:

 TXTB_TIMESTAMP(42)
FromToCountThreshold
Bin01158461
Bin10174461

Signal:

 TXTB_TIMESTAMP(41)
FromToCountThreshold
Bin01259281
Bin10275281

Signal:

 TXTB_TIMESTAMP(40)
FromToCountThreshold
Bin01166271
Bin10182271

Signal:

 TXTB_TIMESTAMP(39)
FromToCountThreshold
Bin01354381
Bin10370381

Signal:

 TXTB_TIMESTAMP(38)
FromToCountThreshold
Bin01267391
Bin10283391

Signal:

 TXTB_TIMESTAMP(37)
FromToCountThreshold
Bin01190321
Bin10206321

Signal:

 TXTB_TIMESTAMP(36)
FromToCountThreshold
Bin01169381
Bin10185381

Signal:

 TXTB_TIMESTAMP(35)
FromToCountThreshold
Bin01264701
Bin10280701

Signal:

 TXTB_TIMESTAMP(34)
FromToCountThreshold
Bin01266801
Bin10282801

Signal:

 TXTB_TIMESTAMP(33)
FromToCountThreshold
Bin01275521
Bin10291521

Signal:

 TXTB_TIMESTAMP(32)
FromToCountThreshold
Bin01353771
Bin10369771

Signal:

 TXTB_TIMESTAMP(31)
FromToCountThreshold
Bin01111
Bin1016111

Signal:

 TXTB_TIMESTAMP(30)
FromToCountThreshold
Bin01151
Bin1016151

Signal:

 TXTB_TIMESTAMP(29)
FromToCountThreshold
Bin01161
Bin1016161

Signal:

 TXTB_TIMESTAMP(28)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TXTB_TIMESTAMP(27)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TXTB_TIMESTAMP(26)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TXTB_TIMESTAMP(25)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TXTB_TIMESTAMP(24)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TXTB_TIMESTAMP(23)
FromToCountThreshold
Bin01211
Bin1016211

Signal:

 TXTB_TIMESTAMP(22)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TXTB_TIMESTAMP(21)
FromToCountThreshold
Bin01131
Bin1016131

Signal:

 TXTB_TIMESTAMP(20)
FromToCountThreshold
Bin01151
Bin1016151

Signal:

 TXTB_TIMESTAMP(19)
FromToCountThreshold
Bin0151
Bin1016051

Signal:

 TXTB_TIMESTAMP(18)
FromToCountThreshold
Bin01131
Bin1016131

Signal:

 TXTB_TIMESTAMP(17)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TXTB_TIMESTAMP(16)
FromToCountThreshold
Bin01111
Bin1016111

Signal:

 TXTB_TIMESTAMP(15)
FromToCountThreshold
Bin01171
Bin1016171

Signal:

 TXTB_TIMESTAMP(14)
FromToCountThreshold
Bin01311
Bin1016311

Signal:

 TXTB_TIMESTAMP(13)
FromToCountThreshold
Bin01491
Bin1016491

Signal:

 TXTB_TIMESTAMP(12)
FromToCountThreshold
Bin01701
Bin1016701

Signal:

 TXTB_TIMESTAMP(11)
FromToCountThreshold
Bin01601
Bin1016601

Signal:

 TXTB_TIMESTAMP(10)
FromToCountThreshold
Bin01751
Bin1016751

Signal:

 TXTB_TIMESTAMP(9)
FromToCountThreshold
Bin01581
Bin1016581

Signal:

 TXTB_TIMESTAMP(8)
FromToCountThreshold
Bin01591
Bin1016591

Signal:

 TXTB_TIMESTAMP(7)
FromToCountThreshold
Bin01721
Bin1016721

Signal:

 TXTB_TIMESTAMP(6)
FromToCountThreshold
Bin01741
Bin1016741

Signal:

 TXTB_TIMESTAMP(5)
FromToCountThreshold
Bin01631
Bin1016631

Signal:

 TXTB_TIMESTAMP(4)
FromToCountThreshold
Bin01691
Bin1016691

Signal:

 TXTB_TIMESTAMP(3)
FromToCountThreshold
Bin01721
Bin1016721

Signal:

 TXTB_TIMESTAMP(2)
FromToCountThreshold
Bin01591
Bin1016591

Signal:

 TXTB_TIMESTAMP(1)
FromToCountThreshold
Bin01581
Bin1016581

Signal:

 TXTB_TIMESTAMP(0)
FromToCountThreshold
Bin01501
Bin1016501

Signal:

 TIMESTAMP_VALID
FromToCountThreshold
Bin0117911
Bin101911

Signal:

 SELECT_INDEX_CHANGED
FromToCountThreshold
Bin01452371
Bin10452461

Signal:

 VALIDATED_BUFFER
FromToCountThreshold
Bin01250481
Bin10266481

Signal:

 TXTB_CLK_EN_Q
FromToCountThreshold
Bin01789741
Bin10805741

Signal:

 TX_ARB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011021721
Bin101037721

Signal:

 TS_LOW_INTERNAL(31)
FromToCountThreshold
Bin01111
Bin1016111

Signal:

 TS_LOW_INTERNAL(30)
FromToCountThreshold
Bin01151
Bin1016151

Signal:

 TS_LOW_INTERNAL(29)
FromToCountThreshold
Bin01161
Bin1016161

Signal:

 TS_LOW_INTERNAL(28)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TS_LOW_INTERNAL(27)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TS_LOW_INTERNAL(26)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TS_LOW_INTERNAL(25)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TS_LOW_INTERNAL(24)
FromToCountThreshold
Bin01141
Bin1016141

Signal:

 TS_LOW_INTERNAL(23)
FromToCountThreshold
Bin01211
Bin1016211

Signal:

 TS_LOW_INTERNAL(22)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TS_LOW_INTERNAL(21)
FromToCountThreshold
Bin01131
Bin1016131

Signal:

 TS_LOW_INTERNAL(20)
FromToCountThreshold
Bin01151
Bin1016151

Signal:

 TS_LOW_INTERNAL(19)
FromToCountThreshold
Bin0151
Bin1016051

Signal:

 TS_LOW_INTERNAL(18)
FromToCountThreshold
Bin01131
Bin1016131

Signal:

 TS_LOW_INTERNAL(17)
FromToCountThreshold
Bin01121
Bin1016121

Signal:

 TS_LOW_INTERNAL(16)
FromToCountThreshold
Bin01111
Bin1016111

Signal:

 TS_LOW_INTERNAL(15)
FromToCountThreshold
Bin01171
Bin1016171

Signal:

 TS_LOW_INTERNAL(14)
FromToCountThreshold
Bin01311
Bin1016311

Signal:

 TS_LOW_INTERNAL(13)
FromToCountThreshold
Bin01491
Bin1016491

Signal:

 TS_LOW_INTERNAL(12)
FromToCountThreshold
Bin01701
Bin1016701

Signal:

 TS_LOW_INTERNAL(11)
FromToCountThreshold
Bin01601
Bin1016601

Signal:

 TS_LOW_INTERNAL(10)
FromToCountThreshold
Bin01751
Bin1016751

Signal:

 TS_LOW_INTERNAL(9)
FromToCountThreshold
Bin01581
Bin1016581

Signal:

 TS_LOW_INTERNAL(8)
FromToCountThreshold
Bin01591
Bin1016591

Signal:

 TS_LOW_INTERNAL(7)
FromToCountThreshold
Bin01721
Bin1016721

Signal:

 TS_LOW_INTERNAL(6)
FromToCountThreshold
Bin01741
Bin1016741

Signal:

 TS_LOW_INTERNAL(5)
FromToCountThreshold
Bin01631
Bin1016631

Signal:

 TS_LOW_INTERNAL(4)
FromToCountThreshold
Bin01691
Bin1016691

Signal:

 TS_LOW_INTERNAL(3)
FromToCountThreshold
Bin01721
Bin1016721

Signal:

 TS_LOW_INTERNAL(2)
FromToCountThreshold
Bin01591
Bin1016591

Signal:

 TS_LOW_INTERNAL(1)
FromToCountThreshold
Bin01581
Bin1016581

Signal:

 TS_LOW_INTERNAL(0)
FromToCountThreshold
Bin01501
Bin1016501

Signal:

 TRAN_DLC_DBL_BUF(3)
FromToCountThreshold
Bin0115431
Bin1031421

Signal:

 TRAN_DLC_DBL_BUF(2)
FromToCountThreshold
Bin0119671
Bin1035671

Signal:

 TRAN_DLC_DBL_BUF(1)
FromToCountThreshold
Bin0119251
Bin1035241

Signal:

 TRAN_DLC_DBL_BUF(0)
FromToCountThreshold
Bin0135101
Bin1051101

Signal:

 TRAN_IS_RTR_DBL_BUF
FromToCountThreshold
Bin0111851
Bin1027831

Signal:

 TRAN_IDENT_TYPE_DBL_BUF
FromToCountThreshold
Bin0125931
Bin1041931

Signal:

 TRAN_FRAME_TYPE_DBL_BUF
FromToCountThreshold
Bin0127321
Bin1043321

Signal:

 TRAN_BRS_DBL_BUF
FromToCountThreshold
Bin0120261
Bin1036261

Port:

 TRAN_FRAME_TEST_DBL_BUF.FSTC
FromToCountThreshold
Bin012701
Bin1018701

Port:

 TRAN_FRAME_TEST_DBL_BUF.FCRC
FromToCountThreshold
Bin011001
Bin1017001

Port:

 TRAN_FRAME_TEST_DBL_BUF.SDLC
FromToCountThreshold
Bin012701
Bin1018701

Port:

 TRAN_FRAME_TEST_DBL_BUF.TPRM(4)
FromToCountThreshold
Bin01501
Bin1016501

Port:

 TRAN_FRAME_TEST_DBL_BUF.TPRM(3)
FromToCountThreshold
Bin011831
Bin1017831

Port:

 TRAN_FRAME_TEST_DBL_BUF.TPRM(2)
FromToCountThreshold
Bin012351
Bin1018351

Port:

 TRAN_FRAME_TEST_DBL_BUF.TPRM(1)
FromToCountThreshold
Bin014291
Bin1020291

Port:

 TRAN_FRAME_TEST_DBL_BUF.TPRM(0)
FromToCountThreshold
Bin016461
Bin1022461

Signal:

 TRAN_DLC_COM(3)
FromToCountThreshold
Bin0115301
Bin1031291

Signal:

 TRAN_DLC_COM(2)
FromToCountThreshold
Bin0119431
Bin1035431

Signal:

 TRAN_DLC_COM(1)
FromToCountThreshold
Bin0119051
Bin1035041

Signal:

 TRAN_DLC_COM(0)
FromToCountThreshold
Bin0134941
Bin1050941

Signal:

 TRAN_IS_RTR_COM
FromToCountThreshold
Bin0111611
Bin1027591

Signal:

 TRAN_IDENT_TYPE_COM
FromToCountThreshold
Bin0125641
Bin1041641

Signal:

 TRAN_FRAME_TYPE_COM
FromToCountThreshold
Bin0127081
Bin1043081

Signal:

 TRAN_BRS_COM
FromToCountThreshold
Bin0120081
Bin1036081

Signal:

 TRAN_FRAME_VALID_COM
FromToCountThreshold
Bin01250431
Bin10266431

Signal:

 TRAN_IDENTIFIER_COM(28)
FromToCountThreshold
Bin0138601
Bin1054591

Signal:

 TRAN_IDENTIFIER_COM(27)
FromToCountThreshold
Bin0139171
Bin1055171

Signal:

 TRAN_IDENTIFIER_COM(26)
FromToCountThreshold
Bin0137011
Bin1052991

Signal:

 TRAN_IDENTIFIER_COM(25)
FromToCountThreshold
Bin0141231
Bin1057211

Signal:

 TRAN_IDENTIFIER_COM(24)
FromToCountThreshold
Bin0137991
Bin1053991

Signal:

 TRAN_IDENTIFIER_COM(23)
FromToCountThreshold
Bin0141471
Bin1057461

Signal:

 TRAN_IDENTIFIER_COM(22)
FromToCountThreshold
Bin0138801
Bin1054791

Signal:

 TRAN_IDENTIFIER_COM(21)
FromToCountThreshold
Bin0141461
Bin1057461

Signal:

 TRAN_IDENTIFIER_COM(20)
FromToCountThreshold
Bin0138851
Bin1054831

Signal:

 TRAN_IDENTIFIER_COM(19)
FromToCountThreshold
Bin0141151
Bin1057131

Signal:

 TRAN_IDENTIFIER_COM(18)
FromToCountThreshold
Bin0138071
Bin1054061

Signal:

 TRAN_IDENTIFIER_COM(17)
FromToCountThreshold
Bin0116611
Bin1032611

Signal:

 TRAN_IDENTIFIER_COM(16)
FromToCountThreshold
Bin0117071
Bin1033071

Signal:

 TRAN_IDENTIFIER_COM(15)
FromToCountThreshold
Bin0116861
Bin1032861

Signal:

 TRAN_IDENTIFIER_COM(14)
FromToCountThreshold
Bin0117061
Bin1033061

Signal:

 TRAN_IDENTIFIER_COM(13)
FromToCountThreshold
Bin0117091
Bin1033091

Signal:

 TRAN_IDENTIFIER_COM(12)
FromToCountThreshold
Bin0116021
Bin1032021

Signal:

 TRAN_IDENTIFIER_COM(11)
FromToCountThreshold
Bin0116451
Bin1032451

Signal:

 TRAN_IDENTIFIER_COM(10)
FromToCountThreshold
Bin0116671
Bin1032671

Signal:

 TRAN_IDENTIFIER_COM(9)
FromToCountThreshold
Bin0116991
Bin1032991

Signal:

 TRAN_IDENTIFIER_COM(8)
FromToCountThreshold
Bin0116981
Bin1032981

Signal:

 TRAN_IDENTIFIER_COM(7)
FromToCountThreshold
Bin0117321
Bin1033321

Signal:

 TRAN_IDENTIFIER_COM(6)
FromToCountThreshold
Bin0116531
Bin1032531

Signal:

 TRAN_IDENTIFIER_COM(5)
FromToCountThreshold
Bin0117051
Bin1033051

Signal:

 TRAN_IDENTIFIER_COM(4)
FromToCountThreshold
Bin0117131
Bin1033131

Signal:

 TRAN_IDENTIFIER_COM(3)
FromToCountThreshold
Bin0117001
Bin1033001

Signal:

 TRAN_IDENTIFIER_COM(2)
FromToCountThreshold
Bin0117291
Bin1033291

Signal:

 TRAN_IDENTIFIER_COM(1)
FromToCountThreshold
Bin0117401
Bin1033401

Signal:

 TRAN_IDENTIFIER_COM(0)
FromToCountThreshold
Bin0116391
Bin1032391

Signal:

 LOAD_TS_LW_ADDR
FromToCountThreshold
Bin01283151
Bin10299151

Signal:

 LOAD_TS_UW_ADDR
FromToCountThreshold
Bin01258931
Bin10274931

Signal:

 LOAD_FFMT_W_ADDR
FromToCountThreshold
Bin01255051
Bin10271051

Signal:

 LOAD_IDENT_W_ADDR
FromToCountThreshold
Bin01253931
Bin10269931

Signal:

 LOAD_FRAME_TEST_W_ADDR
FromToCountThreshold
Bin01257211
Bin10273211

Signal:

 STORE_TS_L_W
FromToCountThreshold
Bin01258931
Bin10274931

Signal:

 COMMIT_DBL_BUFS
FromToCountThreshold
Bin01254791
Bin10270791

Signal:

 BUFFER_MD_W
FromToCountThreshold
Bin01253931
Bin10269931

Signal:

 BUFFER_FRAME_TEST_W
FromToCountThreshold
Bin01255051
Bin10271051

Signal:

 STORE_LAST_TXTB_INDEX
FromToCountThreshold
Bin01248161
Bin10264161

Signal:

 FRAME_VALID_COM_SET
FromToCountThreshold
Bin01254791
Bin10270791

Signal:

 FRAME_VALID_COM_CLEAR
FromToCountThreshold
Bin01255631
Bin10271631

Signal:

 TX_ARB_LOCKED
FromToCountThreshold
Bin01248161
Bin10264161

Signal:

 TXTB_META_CLK_EN
FromToCountThreshold
Bin01259121
Bin10275121

Signal:

 MR_TX_PRIORITY_TXBBM(7)(2)
FromToCountThreshold
Bin01531
Bin103071

Signal:

 MR_TX_PRIORITY_TXBBM(7)(1)
FromToCountThreshold
Bin01681
Bin103041

Signal:

 MR_TX_PRIORITY_TXBBM(7)(0)
FromToCountThreshold
Bin01611
Bin103671

Signal:

 MR_TX_PRIORITY_TXBBM(6)(2)
FromToCountThreshold
Bin01671
Bin103081

Signal:

 MR_TX_PRIORITY_TXBBM(6)(1)
FromToCountThreshold
Bin01791
Bin103211

Signal:

 MR_TX_PRIORITY_TXBBM(6)(0)
FromToCountThreshold
Bin01631
Bin103041

Signal:

 MR_TX_PRIORITY_TXBBM(5)(2)
FromToCountThreshold
Bin01671
Bin102851

Signal:

 MR_TX_PRIORITY_TXBBM(5)(1)
FromToCountThreshold
Bin01711
Bin103031

Signal:

 MR_TX_PRIORITY_TXBBM(5)(0)
FromToCountThreshold
Bin01971
Bin103261

Signal:

 MR_TX_PRIORITY_TXBBM(4)(2)
FromToCountThreshold
Bin01921
Bin103001

Signal:

 MR_TX_PRIORITY_TXBBM(4)(1)
FromToCountThreshold
Bin01841
Bin102741

Signal:

 MR_TX_PRIORITY_TXBBM(4)(0)
FromToCountThreshold
Bin011011
Bin103071

Signal:

 MR_TX_PRIORITY_TXBBM(3)(2)
FromToCountThreshold
Bin011651
Bin109841

Signal:

 MR_TX_PRIORITY_TXBBM(3)(1)
FromToCountThreshold
Bin011801
Bin1010371

Signal:

 MR_TX_PRIORITY_TXBBM(3)(0)
FromToCountThreshold
Bin012291
Bin1010691

Signal:

 MR_TX_PRIORITY_TXBBM(2)(2)
FromToCountThreshold
Bin011961
Bin109451

Signal:

 MR_TX_PRIORITY_TXBBM(2)(1)
FromToCountThreshold
Bin011991
Bin1010081

Signal:

 MR_TX_PRIORITY_TXBBM(2)(0)
FromToCountThreshold
Bin012821
Bin1010191

Signal:

 MR_TX_PRIORITY_TXBBM(1)(2)
FromToCountThreshold
Bin012681
Bin1018681

Signal:

 MR_TX_PRIORITY_TXBBM(1)(1)
FromToCountThreshold
Bin012571
Bin1019021

Signal:

 MR_TX_PRIORITY_TXBBM(1)(0)
FromToCountThreshold
Bin013251
Bin1019271

Signal:

 MR_TX_PRIORITY_TXBBM(0)(2)
FromToCountThreshold
Bin013331
Bin1018631

Signal:

 MR_TX_PRIORITY_TXBBM(0)(1)
FromToCountThreshold
Bin013201
Bin1019621

Signal:

 MR_TX_PRIORITY_TXBBM(0)(0)
FromToCountThreshold
Bin0119841
Bin103431

Signal:

 TXTB_PARITY_MISMATCH_VLD
FromToCountThreshold
Bin0122511
Bin1038511

Signal:

 TXTB_PARITY_MISMATCH_TX
FromToCountThreshold
Bin0124091
Bin1040091

Signal:

 TXTB_HW_CMD_UNLOCK
FromToCountThreshold
Bin01248051
Bin10264051

Uncovered expressions:

Excluded expressions:

"and" expression

355:            ((a(63 downto 32) = b(63 downto 32)) and 
356:            (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))))then 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression

354:        if (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or 
355:            ((a(63 downto 32) = b(63 downto 32)) and 
356:            (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))))then 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

Covered expressions:

"=" expression

444:    timestamp_valid <= less_than(txtb_timestamp, timestamp) when (mr_mode_tttm = TTTM_ENABLED
Evaluated toCountThreshold
BinFalse5269782641
BinTrue7612741

"=" expression

454:    validated_buffer <= '1' when (txtb_available(curr_txtb_index_i) = '1') and 
Evaluated toCountThreshold
BinFalse673441
BinTrue414301

"=" expression

455:                                 (tran_frame_valid_com = '1'
Evaluated toCountThreshold
BinFalse581341
BinTrue506401

"and" expression

454:    validated_buffer <= '1' when (txtb_available(curr_txtb_index_i) = '1') and 
455:                                 (tran_frame_valid_com = '1') 

LHSRHSCountThreshold
BinFalseTrue251591
BinTrueFalse159491
BinTrueTrue254811

"=" expression

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
Evaluated toCountThreshold
BinFalse530871
BinTrue498411

"=" expression

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1'
Evaluated toCountThreshold
BinFalse533191
BinTrue496091

"or" expression

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
                                      <--------LHS--------->      <-------RHS------->  

LHSRHSCountThreshold
BinFalseFalse282711
BinFalseTrue248161
BinTrueFalse250481

"=" expression

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1'
Evaluated toCountThreshold
BinFalse512121
BinTrue40451

"=" expression

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1'
Evaluated toCountThreshold
BinFalse206981
BinTrue28061

"=" expression

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1') 
Evaluated toCountThreshold
BinFalse1648291
BinTrue27371

"=" expression

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1'
Evaluated toCountThreshold
BinFalse873961
BinTrue801701

"and" expression

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1'
                                             <------------LHS------------>     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue794081
BinTrueFalse19751
BinTrueTrue7621

"=" expression

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinFalse594991
BinTrue484091

"=" expression

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinFalse2401721
BinTrue1765521

"=" expression

529:    txtb_port_b_address <= std_logic_vector(to_unsigned(txtb_ptr, 5)) when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinFalse1575861
BinTrue1038011

"=" expression

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinFalse814141
BinTrue1765521

"=" expression

548:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

561:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

564:            if (store_ts_l_w = '1') then 
Evaluated toCountThreshold
BinFalse5263484971
BinTrue258031

"=" expression

575:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

582:            if (buffer_md_w = '1') then 
Evaluated toCountThreshold
BinFalse5263489661
BinTrue253341

"=" expression

597:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

603:            if (buffer_frame_test_w = '1') then 
Evaluated toCountThreshold
BinFalse5263488511
BinTrue254491

"=" expression

619:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

626:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinFalse5263491911
BinTrue251091

"=" expression

641:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

644:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinFalse5263491911
BinTrue251091

"=" expression

655:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

661:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinFalse5263491911
BinTrue251091

"=" expression

672:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

675:            if (frame_valid_com_set = '1') then 
Evaluated toCountThreshold
BinFalse5263491911
BinTrue251091

"=" expression

677:            elsif (frame_valid_com_clear = '1') then 
Evaluated toCountThreshold
BinFalse5263236281
BinTrue255631

"=" expression

691:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

697:            if (store_last_txtb_index = '1') then 
Evaluated toCountThreshold
BinFalse5263494841
BinTrue248161

"=" expression

702:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinFalse5263491911
BinTrue251091

"/=" expression

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1') 
Evaluated toCountThreshold
BinFalse552011
BinTrue200171

"=" expression

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1'
Evaluated toCountThreshold
BinFalse403951
BinTrue348231

"and" expression

709:    txtb_changed  <= '1' when (last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1'
                                   <---------------LHS---------------->     <-----------RHS----------->  

LHSRHSCountThreshold
BinFalseTrue248161
BinTrueFalse100101
BinTrueTrue100071

"=" expression

721:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg
Evaluated toCountThreshold
BinFalse523071
BinTrue452461

"=" expression

737:        to_integer(unsigned(TIMESTAMP_L_W_ADR(11 downto 2))) when (load_ts_lw_addr = '1') else 
Evaluated toCountThreshold
BinFalse3446381
BinTrue494921

"=" expression

738:        to_integer(unsigned(TIMESTAMP_U_W_ADR(11 downto 2))) when (load_ts_uw_addr = '1') else 
Evaluated toCountThreshold
BinFalse2929421
BinTrue516961

"=" expression

739:        to_integer(unsigned(FRAME_FORMAT_W_ADR(11 downto 2))) when (load_ffmt_w_addr = '1') else 
Evaluated toCountThreshold
BinFalse2419881
BinTrue509541

"=" expression

740:        to_integer(unsigned(IDENTIFIER_W_ADR(11 downto 2))) when (load_ident_w_addr = '1') else 
Evaluated toCountThreshold
BinFalse1912611
BinTrue507271

"=" expression

741:        to_integer(unsigned(FRAME_TEST_W_ADR(11 downto 2))) when (load_frame_test_w_addr = '1') else 
Evaluated toCountThreshold
BinFalse1399451
BinTrue513161

"=" expression

746:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
Evaluated toCountThreshold
BinFalse417121
BinTrue110981

"=" expression

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
Evaluated toCountThreshold
BinFalse485731
BinTrue42371

"or" expression

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
                                        <---------LHS---------->    <---------RHS---------->    

LHSRHSCountThreshold
BinFalseFalse374751
BinFalseTrue42371
BinTrueFalse110981

"=" expression

757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1') 
Evaluated toCountThreshold
BinFalse523551
BinTrue4551

"or" expression

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1') 

LHSRHSCountThreshold
BinFalseFalse370201
BinFalseTrue4551
BinTrueFalse153351

"=" expression

757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1'
Evaluated toCountThreshold
BinFalse437951
BinTrue90151

"or" expression

756:    txtb_hw_cmd_unlock <= '1' when (txtb_hw_cmd.valid  = '1' or txtb_hw_cmd.err    = '1' or 
757:                                    txtb_hw_cmd.arbl   = '1' or txtb_hw_cmd.failed = '1') 

LHSRHSCountThreshold
BinFalseFalse280051
BinFalseTrue90151
BinTrueFalse157901

"and" expression

355:            ((a(63 downto 32) = b(63 downto 32)) and 
356:            (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))))then 

LHSRHSCountThreshold
BinTrueFalse3685951
BinTrueTrue7531

"or" expression

354:        if (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or 
355:            ((a(63 downto 32) = b(63 downto 32)) and 
356:            (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))))then 

LHSRHSCountThreshold
BinFalseFalse3999511
BinFalseTrue7531

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: