NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TX_ARBITRATOR_INST

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

Nested Instances Statement Branch Toggle Expression FSM state Functional Average
PRIORITY_DECODER_INST 100.0 % (82/82) 100.0 % (36/36) 100.0 % (194/194) 100.0 % (19/19) N.A. N.A. 100.0 % (331/331)
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) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
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) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
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) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
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) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
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 Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TX_ARBITRATOR_INST 100.0 % (132/132) 100.0 % (102/102) 100.0 % (1420/1420) 98.3 % (119/121) N.A. N.A. 99.8 % (1773/1775)

Details:

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


Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 354 to 360:

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: 785501
Threshold: 1

Sequential statement on line 357:

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

Sequential statement on line 359:

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

If statement on lines 444 to 446:

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

Count: 545162337
Threshold: 1

Signal assignment statement on line 444:

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

Signal assignment statement on line 446:

446:                                                        '1'
Count: 544376836
Threshold: 1

If statement on lines 454 to 457:

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

Count: 110601
Threshold: 1

Signal assignment statement on line 454:

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

Signal assignment statement on line 457:

457:                        '0'
Count: 84657
Threshold: 1

If statement on lines 459 to 461:

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

Count: 104768
Threshold: 1

Signal assignment statement on line 459:

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

Signal assignment statement on line 461:

461:                        '0'
Count: 28734
Threshold: 1

If statement on lines 467 to 469:

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

Count: 56378
Threshold: 1

Signal assignment statement on line 467:

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

Signal assignment statement on line 469:

469:                                '0'
Count: 52198
Threshold: 1

If statement on lines 477 to 479:

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

Count: 23405
Threshold: 1

Signal assignment statement on line 477:

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

Signal assignment statement on line 479:

479:                               '0'
Count: 20524
Threshold: 1

If statement on lines 481 to 483:

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

Count: 169211
Threshold: 1

Signal assignment statement on line 481:

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

Signal assignment statement on line 483:

483:                               '0'
Count: 168483
Threshold: 1

If statement on lines 489 to 491:

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

Count: 110053
Threshold: 1

Signal assignment statement on line 489:

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

Signal assignment statement on line 491:

491:                          select_buf_index
Count: 60372
Threshold: 1

If statement on lines 497 to 499:

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

Count: 422971
Threshold: 1

Signal assignment statement on line 497:

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

Signal assignment statement on line 499:

499:                               tx_arb_parity_check_valid
Count: 244700
Threshold: 1

Signal assignment statement on line 502:

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

Signal assignment statement on line 505:

505:    tran_word <= txtb_selected_input
Count: 159545
Threshold: 1

Signal assignment statement on line 506:

506:    txtb_index_muxed <= txtb_index_muxed_i
Count: 40297
Threshold: 1

Signal assignment statement on line 512:

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

Signal assignment statement on line 517:

517:    tran_dlc         <= tran_dlc_com
Count: 14588
Threshold: 1

Signal assignment statement on line 518:

518:    tran_is_rtr      <= tran_is_rtr_com
Count: 5492
Threshold: 1

Signal assignment statement on line 519:

519:    tran_ident_type  <= tran_ident_type_com
Count: 8289
Threshold: 1

Signal assignment statement on line 520:

520:    tran_frame_type  <= tran_frame_type_com
Count: 8688
Threshold: 1

Signal assignment statement on line 521:

521:    tran_brs         <= tran_brs_com
Count: 7168
Threshold: 1

Signal assignment statement on line 522:

522:    tran_identifier  <= tran_identifier_com
Count: 17804
Threshold: 1

If statement on lines 529 to 531:

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: 265444
Threshold: 1

Signal assignment statement on line 529:

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

Signal assignment statement on line 531:

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

If statement on lines 533 to 535:

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

Count: 261067
Threshold: 1

Signal assignment statement on line 533:

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

Signal assignment statement on line 535:

535:                          txtb_meta_clk_en
Count: 82796
Threshold: 1

Signal assignment statement on line 539:

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

Signal assignment statement on line 540:

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

If statement on lines 548 to 552:

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: 1090018206
Threshold: 1

Signal assignment statement on line 549:

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

Signal assignment statement on line 551:

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

If statement on lines 561 to 567:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 562:

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

If statement on lines 564 to 566:

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

Count: 543791678
Threshold: 1

Signal assignment statement on line 565:

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

If statement on lines 575 to 589:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 576:

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

Signal assignment statement on line 577:

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

Signal assignment statement on line 578:

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

Signal assignment statement on line 579:

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

Signal assignment statement on line 580:

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

If statement on lines 582 to 588:

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: 543791678
Threshold: 1

Signal assignment statement on line 583:

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

Signal assignment statement on line 584:

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

Signal assignment statement on line 585:

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

Signal assignment statement on line 586:

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

Signal assignment statement on line 587:

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

If statement on lines 597 to 609:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 598:

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

Signal assignment statement on line 599:

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

Signal assignment statement on line 600:

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

Signal assignment statement on line 601:

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

If statement on lines 603 to 608:

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: 543791678
Threshold: 1

Signal assignment statement on line 604:

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

Signal assignment statement on line 605:

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

Signal assignment statement on line 606:

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

Signal assignment statement on line 607:

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

If statement on lines 619 to 633:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 620:

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

Signal assignment statement on line 621:

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

Signal assignment statement on line 622:

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

Signal assignment statement on line 623:

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

Signal assignment statement on line 624:

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

If statement on lines 626 to 632:

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: 543791678
Threshold: 1

Signal assignment statement on line 627:

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

Signal assignment statement on line 628:

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

Signal assignment statement on line 629:

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

Signal assignment statement on line 630:

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

Signal assignment statement on line 631:

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

If statement on lines 641 to 647:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 642:

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

If statement on lines 644 to 646:

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

Count: 543791678
Threshold: 1

Signal assignment statement on line 645:

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

If statement on lines 655 to 664:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 656:

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

Signal assignment statement on line 657:

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

Signal assignment statement on line 658:

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

Signal assignment statement on line 659:

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

If statement on lines 661 to 663:

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

Count: 543791678
Threshold: 1

Signal assignment statement on line 662:

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

If statement on lines 672 to 680:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 673:

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

If statement on lines 675 to 679:

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: 543791678
Threshold: 1

Signal assignment statement on line 676:

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

Signal assignment statement on line 678:

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

If statement on lines 691 to 706:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 692:

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

Signal assignment statement on line 693:

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

If statement on lines 697 to 699:

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

Count: 543791678
Threshold: 1

Signal assignment statement on line 698:

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

If statement on lines 702 to 704:

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

Count: 543791678
Threshold: 1

Signal assignment statement on line 703:

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

If statement on lines 709 to 711:

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

Count: 76154
Threshold: 1

Signal assignment statement on line 709:

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

Signal assignment statement on line 711:

711:                     '0'
Count: 66134
Threshold: 1

Signal assignment statement on line 713:

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

If statement on lines 721 to 725:

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: 1090018206
Threshold: 1

Signal assignment statement on line 722:

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

Signal assignment statement on line 724:

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

If statement on lines 728 to 730:

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

Count: 99614
Threshold: 1

Signal assignment statement on line 728:

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

Signal assignment statement on line 730:

730:                            '1'
Count: 53530
Threshold: 1

If statement on lines 736 to 742:

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: 400966
Threshold: 1

Signal assignment statement on line 737:

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

Signal assignment statement on line 738:

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

Signal assignment statement on line 739:

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

Signal assignment statement on line 740:

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

Signal assignment statement on line 741:

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

Signal assignment statement on line 742:

742:        txtb_pointer_meta_q
Count: 142211
Threshold: 1

If statement on lines 746 to 750:

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: 1090018206
Threshold: 1

Signal assignment statement on line 747:

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

Signal assignment statement on line 749:

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

If statement on lines 756 to 759:

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: 53732
Threshold: 1

Signal assignment statement on line 756:

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

Signal assignment statement on line 759:

759:                          '0'
Count: 28467
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition on lines 354 to 356:

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
BinTrue3450411
BinFalse4404601

"if" / "when" / "else" condition on line 444:

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

"if" / "when" / "else" condition on lines 454 to 455:

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

Evaluated toCountThreshold
BinTrue259441
BinFalse846571

"if" / "when" / "else" condition on line 459:

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
Evaluated toCountThreshold
BinTrue760341
BinFalse287341

"if" / "when" / "else" condition on line 467:

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1'
Evaluated toCountThreshold
BinTrue41801
BinFalse521981

"if" / "when" / "else" condition on line 477:

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1'
Evaluated toCountThreshold
BinTrue28811
BinFalse205241

"if" / "when" / "else" condition on line 481:

481:    tran_frame_parity_error <= '1' when (txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1'
Evaluated toCountThreshold
BinTrue7281
BinFalse1684831

"if" / "when" / "else" condition on line 489:

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue496811
BinFalse603721

"if" / "when" / "else" condition on line 497:

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1782711
BinFalse2447001

"if" / "when" / "else" condition on line 529:

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

"if" / "when" / "else" condition on line 533:

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1782711
BinFalse827961

"if" / "when" / "else" condition on line 548:

548:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 550:

550:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 561:

561:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 563:

563:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 564:

564:            if (store_ts_l_w = '1') then 
Evaluated toCountThreshold
BinTrue262631
BinFalse5437654151

"if" / "when" / "else" condition on line 575:

575:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 581:

581:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 582:

582:            if (buffer_md_w = '1') then 
Evaluated toCountThreshold
BinTrue257871
BinFalse5437658911

"if" / "when" / "else" condition on line 597:

597:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 602:

602:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 603:

603:            if (buffer_frame_test_w = '1') then 
Evaluated toCountThreshold
BinTrue259041
BinFalse5437657741

"if" / "when" / "else" condition on line 619:

619:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 625:

625:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 626:

626:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue255681
BinFalse5437661101

"if" / "when" / "else" condition on line 641:

641:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 643:

643:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 644:

644:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue255681
BinFalse5437661101

"if" / "when" / "else" condition on line 655:

655:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 660:

660:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 661:

661:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue255681
BinFalse5437661101

"if" / "when" / "else" condition on line 672:

672:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 674:

674:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 675:

675:            if (frame_valid_com_set = '1') then 
Evaluated toCountThreshold
BinTrue255681
BinFalse5437661101

"if" / "when" / "else" condition on line 677:

677:            elsif (frame_valid_com_clear = '1') then 
Evaluated toCountThreshold
BinTrue260181
BinFalse5437400921

"if" / "when" / "else" condition on line 691:

691:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 695:

695:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 697:

697:            if (store_last_txtb_index = '1') then 
Evaluated toCountThreshold
BinTrue252751
BinFalse5437664031

"if" / "when" / "else" condition on line 702:

702:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue255681
BinFalse5437661101

"if" / "when" / "else" condition on line 709:

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

"if" / "when" / "else" condition on line 721:

721:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 723:

723:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 728:

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg
Evaluated toCountThreshold
BinTrue460841
BinFalse535301

"if" / "when" / "else" condition on line 737:

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

"if" / "when" / "else" condition on line 738:

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

"if" / "when" / "else" condition on line 739:

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

"if" / "when" / "else" condition on line 740:

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

"if" / "when" / "else" condition on line 741:

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

"if" / "when" / "else" condition on line 746:

746:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 748:

748:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on lines 756 to 757:

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
BinTrue252651
BinFalse284671

Uncovered toggles:

Excluded toggles:

Port:

 CLK_SYS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RES_N
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TXTB_PORT_B_DATA_OUT
ElementFromToCountThresholdExcluded due to
Bin(7)(31)0101Exclude file
Bin(7)(31)1001Exclude file
Bin(7)(30)0101Exclude file
Bin(7)(30)1001Exclude file
Bin(7)(29)0101Exclude file
Bin(7)(29)1001Exclude file
Bin(7)(28)0101Exclude file
Bin(7)(28)1001Exclude file
Bin(7)(27)0101Exclude file
Bin(7)(27)1001Exclude file
Bin(7)(26)0101Exclude file
Bin(7)(26)1001Exclude file
Bin(7)(25)0101Exclude file
Bin(7)(25)1001Exclude file
Bin(7)(24)0101Exclude file
Bin(7)(24)1001Exclude file
Bin(7)(23)0101Exclude file
Bin(7)(23)1001Exclude file
Bin(7)(22)0101Exclude file
Bin(7)(22)1001Exclude file
Bin(7)(21)0101Exclude file
Bin(7)(21)1001Exclude file
Bin(7)(20)0101Exclude file
Bin(7)(20)1001Exclude file
Bin(7)(19)0101Exclude file
Bin(7)(19)1001Exclude file
Bin(7)(18)0101Exclude file
Bin(7)(18)1001Exclude file
Bin(7)(17)0101Exclude file
Bin(7)(17)1001Exclude file
Bin(7)(16)0101Exclude file
Bin(7)(16)1001Exclude file
Bin(7)(15)0101Exclude file
Bin(7)(15)1001Exclude file
Bin(7)(14)0101Exclude file
Bin(7)(14)1001Exclude file
Bin(7)(13)0101Exclude file
Bin(7)(13)1001Exclude file
Bin(7)(12)0101Exclude file
Bin(7)(12)1001Exclude file
Bin(7)(11)0101Exclude file
Bin(7)(11)1001Exclude file
Bin(7)(10)0101Exclude file
Bin(7)(10)1001Exclude file
Bin(7)(9)0101Exclude file
Bin(7)(9)1001Exclude file
Bin(7)(8)0101Exclude file
Bin(7)(8)1001Exclude file
Bin(7)(7)0101Exclude file
Bin(7)(7)1001Exclude file
Bin(7)(6)0101Exclude file
Bin(7)(6)1001Exclude file
Bin(7)(5)0101Exclude file
Bin(7)(5)1001Exclude file
Bin(7)(4)0101Exclude file
Bin(7)(4)1001Exclude file
Bin(7)(3)0101Exclude file
Bin(7)(3)1001Exclude file
Bin(7)(2)0101Exclude file
Bin(7)(2)1001Exclude file
Bin(7)(1)0101Exclude file
Bin(7)(1)1001Exclude file
Bin(7)(0)0101Exclude file
Bin(7)(0)1001Exclude file
Bin(6)(31)0101Exclude file
Bin(6)(31)1001Exclude file
Bin(6)(30)0101Exclude file
Bin(6)(30)1001Exclude file
Bin(6)(29)0101Exclude file
Bin(6)(29)1001Exclude file
Bin(6)(28)0101Exclude file
Bin(6)(28)1001Exclude file
Bin(6)(27)0101Exclude file
Bin(6)(27)1001Exclude file
Bin(6)(26)0101Exclude file
Bin(6)(26)1001Exclude file
Bin(6)(25)0101Exclude file
Bin(6)(25)1001Exclude file
Bin(6)(24)0101Exclude file
Bin(6)(24)1001Exclude file
Bin(6)(23)0101Exclude file
Bin(6)(23)1001Exclude file
Bin(6)(22)0101Exclude file
Bin(6)(22)1001Exclude file
Bin(6)(21)0101Exclude file
Bin(6)(21)1001Exclude file
Bin(6)(20)0101Exclude file
Bin(6)(20)1001Exclude file
Bin(6)(19)0101Exclude file
Bin(6)(19)1001Exclude file
Bin(6)(18)0101Exclude file
Bin(6)(18)1001Exclude file
Bin(6)(17)0101Exclude file
Bin(6)(17)1001Exclude file
Bin(6)(16)0101Exclude file
Bin(6)(16)1001Exclude file
Bin(6)(15)0101Exclude file
Bin(6)(15)1001Exclude file
Bin(6)(14)0101Exclude file
Bin(6)(14)1001Exclude file
Bin(6)(13)0101Exclude file
Bin(6)(13)1001Exclude file
Bin(6)(12)0101Exclude file
Bin(6)(12)1001Exclude file
Bin(6)(11)0101Exclude file
Bin(6)(11)1001Exclude file
Bin(6)(10)0101Exclude file
Bin(6)(10)1001Exclude file
Bin(6)(9)0101Exclude file
Bin(6)(9)1001Exclude file
Bin(6)(8)0101Exclude file
Bin(6)(8)1001Exclude file
Bin(6)(7)0101Exclude file
Bin(6)(7)1001Exclude file
Bin(6)(6)0101Exclude file
Bin(6)(6)1001Exclude file
Bin(6)(5)0101Exclude file
Bin(6)(5)1001Exclude file
Bin(6)(4)0101Exclude file
Bin(6)(4)1001Exclude file
Bin(6)(3)0101Exclude file
Bin(6)(3)1001Exclude file
Bin(6)(2)0101Exclude file
Bin(6)(2)1001Exclude file
Bin(6)(1)0101Exclude file
Bin(6)(1)1001Exclude file
Bin(6)(0)0101Exclude file
Bin(6)(0)1001Exclude file
Bin(5)(31)0101Exclude file
Bin(5)(31)1001Exclude file
Bin(5)(30)0101Exclude file
Bin(5)(30)1001Exclude file
Bin(5)(29)0101Exclude file
Bin(5)(29)1001Exclude file
Bin(5)(28)0101Exclude file
Bin(5)(28)1001Exclude file
Bin(5)(27)0101Exclude file
Bin(5)(27)1001Exclude file
Bin(5)(26)0101Exclude file
Bin(5)(26)1001Exclude file
Bin(5)(25)0101Exclude file
Bin(5)(25)1001Exclude file
Bin(5)(24)0101Exclude file
Bin(5)(24)1001Exclude file
Bin(5)(23)0101Exclude file
Bin(5)(23)1001Exclude file
Bin(5)(22)0101Exclude file
Bin(5)(22)1001Exclude file
Bin(5)(21)0101Exclude file
Bin(5)(21)1001Exclude file
Bin(5)(20)0101Exclude file
Bin(5)(20)1001Exclude file
Bin(5)(19)0101Exclude file
Bin(5)(19)1001Exclude file
Bin(5)(18)0101Exclude file
Bin(5)(18)1001Exclude file
Bin(5)(17)0101Exclude file
Bin(5)(17)1001Exclude file
Bin(5)(16)0101Exclude file
Bin(5)(16)1001Exclude file
Bin(5)(15)0101Exclude file
Bin(5)(15)1001Exclude file
Bin(5)(14)0101Exclude file
Bin(5)(14)1001Exclude file
Bin(5)(13)0101Exclude file
Bin(5)(13)1001Exclude file
Bin(5)(12)0101Exclude file
Bin(5)(12)1001Exclude file
Bin(5)(11)0101Exclude file
Bin(5)(11)1001Exclude file
Bin(5)(10)0101Exclude file
Bin(5)(10)1001Exclude file
Bin(5)(9)0101Exclude file
Bin(5)(9)1001Exclude file
Bin(5)(8)0101Exclude file
Bin(5)(8)1001Exclude file
Bin(5)(7)0101Exclude file
Bin(5)(7)1001Exclude file
Bin(5)(6)0101Exclude file
Bin(5)(6)1001Exclude file
Bin(5)(5)0101Exclude file
Bin(5)(5)1001Exclude file
Bin(5)(4)0101Exclude file
Bin(5)(4)1001Exclude file
Bin(5)(3)0101Exclude file
Bin(5)(3)1001Exclude file
Bin(5)(2)0101Exclude file
Bin(5)(2)1001Exclude file
Bin(5)(1)0101Exclude file
Bin(5)(1)1001Exclude file
Bin(5)(0)0101Exclude file
Bin(5)(0)1001Exclude file
Bin(4)(31)0101Exclude file
Bin(4)(31)1001Exclude file
Bin(4)(30)0101Exclude file
Bin(4)(30)1001Exclude file
Bin(4)(29)0101Exclude file
Bin(4)(29)1001Exclude file
Bin(4)(28)0101Exclude file
Bin(4)(28)1001Exclude file
Bin(4)(27)0101Exclude file
Bin(4)(27)1001Exclude file
Bin(4)(26)0101Exclude file
Bin(4)(26)1001Exclude file
Bin(4)(25)0101Exclude file
Bin(4)(25)1001Exclude file
Bin(4)(24)0101Exclude file
Bin(4)(24)1001Exclude file
Bin(4)(23)0101Exclude file
Bin(4)(23)1001Exclude file
Bin(4)(22)0101Exclude file
Bin(4)(22)1001Exclude file
Bin(4)(21)0101Exclude file
Bin(4)(21)1001Exclude file
Bin(4)(20)0101Exclude file
Bin(4)(20)1001Exclude file
Bin(4)(19)0101Exclude file
Bin(4)(19)1001Exclude file
Bin(4)(18)0101Exclude file
Bin(4)(18)1001Exclude file
Bin(4)(17)0101Exclude file
Bin(4)(17)1001Exclude file
Bin(4)(16)0101Exclude file
Bin(4)(16)1001Exclude file
Bin(4)(15)0101Exclude file
Bin(4)(15)1001Exclude file
Bin(4)(14)0101Exclude file
Bin(4)(14)1001Exclude file
Bin(4)(13)0101Exclude file
Bin(4)(13)1001Exclude file
Bin(4)(12)0101Exclude file
Bin(4)(12)1001Exclude file
Bin(4)(11)0101Exclude file
Bin(4)(11)1001Exclude file
Bin(4)(10)0101Exclude file
Bin(4)(10)1001Exclude file
Bin(4)(9)0101Exclude file
Bin(4)(9)1001Exclude file
Bin(4)(8)0101Exclude file
Bin(4)(8)1001Exclude file
Bin(4)(7)0101Exclude file
Bin(4)(7)1001Exclude file
Bin(4)(6)0101Exclude file
Bin(4)(6)1001Exclude file
Bin(4)(5)0101Exclude file
Bin(4)(5)1001Exclude file
Bin(4)(4)0101Exclude file
Bin(4)(4)1001Exclude file
Bin(4)(3)0101Exclude file
Bin(4)(3)1001Exclude file
Bin(4)(2)0101Exclude file
Bin(4)(2)1001Exclude file
Bin(4)(1)0101Exclude file
Bin(4)(1)1001Exclude file
Bin(4)(0)0101Exclude file
Bin(4)(0)1001Exclude file
Bin(3)(31)0101Exclude file
Bin(3)(31)1001Exclude file
Bin(3)(30)0101Exclude file
Bin(3)(30)1001Exclude file
Bin(3)(29)0101Exclude file
Bin(3)(29)1001Exclude file
Bin(3)(28)0101Exclude file
Bin(3)(28)1001Exclude file
Bin(3)(27)0101Exclude file
Bin(3)(27)1001Exclude file
Bin(3)(26)0101Exclude file
Bin(3)(26)1001Exclude file
Bin(3)(25)0101Exclude file
Bin(3)(25)1001Exclude file
Bin(3)(24)0101Exclude file
Bin(3)(24)1001Exclude file
Bin(3)(23)0101Exclude file
Bin(3)(23)1001Exclude file
Bin(3)(22)0101Exclude file
Bin(3)(22)1001Exclude file
Bin(3)(21)0101Exclude file
Bin(3)(21)1001Exclude file
Bin(3)(20)0101Exclude file
Bin(3)(20)1001Exclude file
Bin(3)(19)0101Exclude file
Bin(3)(19)1001Exclude file
Bin(3)(18)0101Exclude file
Bin(3)(18)1001Exclude file
Bin(3)(17)0101Exclude file
Bin(3)(17)1001Exclude file
Bin(3)(16)0101Exclude file
Bin(3)(16)1001Exclude file
Bin(3)(15)0101Exclude file
Bin(3)(15)1001Exclude file
Bin(3)(14)0101Exclude file
Bin(3)(14)1001Exclude file
Bin(3)(13)0101Exclude file
Bin(3)(13)1001Exclude file
Bin(3)(12)0101Exclude file
Bin(3)(12)1001Exclude file
Bin(3)(11)0101Exclude file
Bin(3)(11)1001Exclude file
Bin(3)(10)0101Exclude file
Bin(3)(10)1001Exclude file
Bin(3)(9)0101Exclude file
Bin(3)(9)1001Exclude file
Bin(3)(8)0101Exclude file
Bin(3)(8)1001Exclude file
Bin(3)(7)0101Exclude file
Bin(3)(7)1001Exclude file
Bin(3)(6)0101Exclude file
Bin(3)(6)1001Exclude file
Bin(3)(5)0101Exclude file
Bin(3)(5)1001Exclude file
Bin(3)(4)0101Exclude file
Bin(3)(4)1001Exclude file
Bin(3)(3)0101Exclude file
Bin(3)(3)1001Exclude file
Bin(3)(2)0101Exclude file
Bin(3)(2)1001Exclude file
Bin(3)(1)0101Exclude file
Bin(3)(1)1001Exclude file
Bin(3)(0)0101Exclude file
Bin(3)(0)1001Exclude file
Bin(2)(31)0101Exclude file
Bin(2)(31)1001Exclude file
Bin(2)(30)0101Exclude file
Bin(2)(30)1001Exclude file
Bin(2)(29)0101Exclude file
Bin(2)(29)1001Exclude file
Bin(2)(28)0101Exclude file
Bin(2)(28)1001Exclude file
Bin(2)(27)0101Exclude file
Bin(2)(27)1001Exclude file
Bin(2)(26)0101Exclude file
Bin(2)(26)1001Exclude file
Bin(2)(25)0101Exclude file
Bin(2)(25)1001Exclude file
Bin(2)(24)0101Exclude file
Bin(2)(24)1001Exclude file
Bin(2)(23)0101Exclude file
Bin(2)(23)1001Exclude file
Bin(2)(22)0101Exclude file
Bin(2)(22)1001Exclude file
Bin(2)(21)0101Exclude file
Bin(2)(21)1001Exclude file
Bin(2)(20)0101Exclude file
Bin(2)(20)1001Exclude file
Bin(2)(19)0101Exclude file
Bin(2)(19)1001Exclude file
Bin(2)(18)0101Exclude file
Bin(2)(18)1001Exclude file
Bin(2)(17)0101Exclude file
Bin(2)(17)1001Exclude file
Bin(2)(16)0101Exclude file
Bin(2)(16)1001Exclude file
Bin(2)(15)0101Exclude file
Bin(2)(15)1001Exclude file
Bin(2)(14)0101Exclude file
Bin(2)(14)1001Exclude file
Bin(2)(13)0101Exclude file
Bin(2)(13)1001Exclude file
Bin(2)(12)0101Exclude file
Bin(2)(12)1001Exclude file
Bin(2)(11)0101Exclude file
Bin(2)(11)1001Exclude file
Bin(2)(10)0101Exclude file
Bin(2)(10)1001Exclude file
Bin(2)(9)0101Exclude file
Bin(2)(9)1001Exclude file
Bin(2)(8)0101Exclude file
Bin(2)(8)1001Exclude file
Bin(2)(7)0101Exclude file
Bin(2)(7)1001Exclude file
Bin(2)(6)0101Exclude file
Bin(2)(6)1001Exclude file
Bin(2)(5)0101Exclude file
Bin(2)(5)1001Exclude file
Bin(2)(4)0101Exclude file
Bin(2)(4)1001Exclude file
Bin(2)(3)0101Exclude file
Bin(2)(3)1001Exclude file
Bin(2)(2)0101Exclude file
Bin(2)(2)1001Exclude file
Bin(2)(1)0101Exclude file
Bin(2)(1)1001Exclude file
Bin(2)(0)0101Exclude file
Bin(2)(0)1001Exclude file
Bin(1)(31)0101Exclude file
Bin(1)(31)1001Exclude file
Bin(1)(30)0101Exclude file
Bin(1)(30)1001Exclude file
Bin(1)(29)0101Exclude file
Bin(1)(29)1001Exclude file
Bin(1)(28)0101Exclude file
Bin(1)(28)1001Exclude file
Bin(1)(27)0101Exclude file
Bin(1)(27)1001Exclude file
Bin(1)(26)0101Exclude file
Bin(1)(26)1001Exclude file
Bin(1)(25)0101Exclude file
Bin(1)(25)1001Exclude file
Bin(1)(24)0101Exclude file
Bin(1)(24)1001Exclude file
Bin(1)(23)0101Exclude file
Bin(1)(23)1001Exclude file
Bin(1)(22)0101Exclude file
Bin(1)(22)1001Exclude file
Bin(1)(21)0101Exclude file
Bin(1)(21)1001Exclude file
Bin(1)(20)0101Exclude file
Bin(1)(20)1001Exclude file
Bin(1)(19)0101Exclude file
Bin(1)(19)1001Exclude file
Bin(1)(18)0101Exclude file
Bin(1)(18)1001Exclude file
Bin(1)(17)0101Exclude file
Bin(1)(17)1001Exclude file
Bin(1)(16)0101Exclude file
Bin(1)(16)1001Exclude file
Bin(1)(15)0101Exclude file
Bin(1)(15)1001Exclude file
Bin(1)(14)0101Exclude file
Bin(1)(14)1001Exclude file
Bin(1)(13)0101Exclude file
Bin(1)(13)1001Exclude file
Bin(1)(12)0101Exclude file
Bin(1)(12)1001Exclude file
Bin(1)(11)0101Exclude file
Bin(1)(11)1001Exclude file
Bin(1)(10)0101Exclude file
Bin(1)(10)1001Exclude file
Bin(1)(9)0101Exclude file
Bin(1)(9)1001Exclude file
Bin(1)(8)0101Exclude file
Bin(1)(8)1001Exclude file
Bin(1)(7)0101Exclude file
Bin(1)(7)1001Exclude file
Bin(1)(6)0101Exclude file
Bin(1)(6)1001Exclude file
Bin(1)(5)0101Exclude file
Bin(1)(5)1001Exclude file
Bin(1)(4)0101Exclude file
Bin(1)(4)1001Exclude file
Bin(1)(3)0101Exclude file
Bin(1)(3)1001Exclude file
Bin(1)(2)0101Exclude file
Bin(1)(2)1001Exclude file
Bin(1)(1)0101Exclude file
Bin(1)(1)1001Exclude file
Bin(1)(0)0101Exclude file
Bin(1)(0)1001Exclude file
Bin(0)(31)0101Exclude file
Bin(0)(31)1001Exclude file
Bin(0)(30)0101Exclude file
Bin(0)(30)1001Exclude file
Bin(0)(29)0101Exclude file
Bin(0)(29)1001Exclude file
Bin(0)(28)0101Exclude file
Bin(0)(28)1001Exclude file
Bin(0)(27)0101Exclude file
Bin(0)(27)1001Exclude file
Bin(0)(26)0101Exclude file
Bin(0)(26)1001Exclude file
Bin(0)(25)0101Exclude file
Bin(0)(25)1001Exclude file
Bin(0)(24)0101Exclude file
Bin(0)(24)1001Exclude file
Bin(0)(23)0101Exclude file
Bin(0)(23)1001Exclude file
Bin(0)(22)0101Exclude file
Bin(0)(22)1001Exclude file
Bin(0)(21)0101Exclude file
Bin(0)(21)1001Exclude file
Bin(0)(20)0101Exclude file
Bin(0)(20)1001Exclude file
Bin(0)(19)0101Exclude file
Bin(0)(19)1001Exclude file
Bin(0)(18)0101Exclude file
Bin(0)(18)1001Exclude file
Bin(0)(17)0101Exclude file
Bin(0)(17)1001Exclude file
Bin(0)(16)0101Exclude file
Bin(0)(16)1001Exclude file
Bin(0)(15)0101Exclude file
Bin(0)(15)1001Exclude file
Bin(0)(14)0101Exclude file
Bin(0)(14)1001Exclude file
Bin(0)(13)0101Exclude file
Bin(0)(13)1001Exclude file
Bin(0)(12)0101Exclude file
Bin(0)(12)1001Exclude file
Bin(0)(11)0101Exclude file
Bin(0)(11)1001Exclude file
Bin(0)(10)0101Exclude file
Bin(0)(10)1001Exclude file
Bin(0)(9)0101Exclude file
Bin(0)(9)1001Exclude file
Bin(0)(8)0101Exclude file
Bin(0)(8)1001Exclude file
Bin(0)(7)0101Exclude file
Bin(0)(7)1001Exclude file
Bin(0)(6)0101Exclude file
Bin(0)(6)1001Exclude file
Bin(0)(5)0101Exclude file
Bin(0)(5)1001Exclude file
Bin(0)(4)0101Exclude file
Bin(0)(4)1001Exclude file
Bin(0)(3)0101Exclude file
Bin(0)(3)1001Exclude file
Bin(0)(2)0101Exclude file
Bin(0)(2)1001Exclude file
Bin(0)(1)0101Exclude file
Bin(0)(1)1001Exclude file
Bin(0)(0)0101Exclude file
Bin(0)(0)1001Exclude file

Port:

 TXTB_AVAILABLE
ElementFromToCountThresholdExcluded due to
Bin(7)0101Exclude file
Bin(7)1001Exclude file
Bin(6)0101Exclude file
Bin(6)1001Exclude file
Bin(5)0101Exclude file
Bin(5)1001Exclude file
Bin(4)0101Exclude file
Bin(4)1001Exclude file
Bin(3)0101Exclude file
Bin(3)1001Exclude file
Bin(2)0101Exclude file
Bin(2)1001Exclude file
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 TXTB_ALLOW_BB
ElementFromToCountThresholdExcluded due to
Bin(7)0101Exclude file
Bin(7)1001Exclude file
Bin(6)0101Exclude file
Bin(6)1001Exclude file
Bin(5)0101Exclude file
Bin(5)1001Exclude file
Bin(4)0101Exclude file
Bin(4)1001Exclude file
Bin(3)0101Exclude file
Bin(3)1001Exclude file
Bin(2)0101Exclude file
Bin(2)1001Exclude file
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 TXTB_PARITY_MISMATCH
ElementFromToCountThresholdExcluded due to
Bin(7)0101Exclude file
Bin(7)1001Exclude file
Bin(6)0101Exclude file
Bin(6)1001Exclude file
Bin(5)0101Exclude file
Bin(5)1001Exclude file
Bin(4)0101Exclude file
Bin(4)1001Exclude file
Bin(3)0101Exclude file
Bin(3)1001Exclude file
Bin(2)0101Exclude file
Bin(2)1001Exclude file
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 TXTB_CLK_EN
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_TTTM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_TXBBM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_PCHKE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_TX_PRIORITY
ElementFromToCountThresholdExcluded due to
Bin(7)(2)0101Exclude file
Bin(7)(2)1001Exclude file
Bin(7)(1)0101Exclude file
Bin(7)(1)1001Exclude file
Bin(7)(0)0101Exclude file
Bin(7)(0)1001Exclude file
Bin(6)(2)0101Exclude file
Bin(6)(2)1001Exclude file
Bin(6)(1)0101Exclude file
Bin(6)(1)1001Exclude file
Bin(6)(0)0101Exclude file
Bin(6)(0)1001Exclude file
Bin(5)(2)0101Exclude file
Bin(5)(2)1001Exclude file
Bin(5)(1)0101Exclude file
Bin(5)(1)1001Exclude file
Bin(5)(0)0101Exclude file
Bin(5)(0)1001Exclude file
Bin(4)(2)0101Exclude file
Bin(4)(2)1001Exclude file
Bin(4)(1)0101Exclude file
Bin(4)(1)1001Exclude file
Bin(4)(0)0101Exclude file
Bin(4)(0)1001Exclude file
Bin(3)(2)0101Exclude file
Bin(3)(2)1001Exclude file
Bin(3)(1)0101Exclude file
Bin(3)(1)1001Exclude file
Bin(3)(0)0101Exclude file
Bin(3)(0)1001Exclude file
Bin(2)(2)0101Exclude file
Bin(2)(2)1001Exclude file
Bin(2)(1)0101Exclude file
Bin(2)(1)1001Exclude file
Bin(2)(0)0101Exclude file
Bin(2)(0)1001Exclude file
Bin(1)(2)0101Exclude file
Bin(1)(2)1001Exclude file
Bin(1)(1)0101Exclude file
Bin(1)(1)1001Exclude file
Bin(1)(0)0101Exclude file
Bin(1)(0)1001Exclude file
Bin(0)(2)0101Exclude file
Bin(0)(2)1001Exclude file
Bin(0)(1)0101Exclude file
Bin(0)(1)1001Exclude file
Bin(0)(0)0101Exclude file
Bin(0)(0)1001Exclude file

Port:

 TIMESTAMP
ElementFromToCountThresholdExcluded due to
Bin(63)0101Exclude file
Bin(63)1001Exclude file
Bin(62)0101Exclude file
Bin(62)1001Exclude file
Bin(61)0101Exclude file
Bin(61)1001Exclude file
Bin(60)0101Exclude file
Bin(60)1001Exclude file
Bin(59)0101Exclude file
Bin(59)1001Exclude file
Bin(58)0101Exclude file
Bin(58)1001Exclude file
Bin(57)0101Exclude file
Bin(57)1001Exclude file
Bin(56)0101Exclude file
Bin(56)1001Exclude file
Bin(55)0101Exclude file
Bin(55)1001Exclude file
Bin(54)0101Exclude file
Bin(54)1001Exclude file
Bin(53)0101Exclude file
Bin(53)1001Exclude file
Bin(52)0101Exclude file
Bin(52)1001Exclude file
Bin(51)0101Exclude file
Bin(51)1001Exclude file
Bin(50)0101Exclude file
Bin(50)1001Exclude file
Bin(49)0101Exclude file
Bin(49)1001Exclude file
Bin(48)0101Exclude file
Bin(48)1001Exclude file
Bin(47)0101Exclude file
Bin(47)1001Exclude file
Bin(46)0101Exclude file
Bin(46)1001Exclude file
Bin(45)0101Exclude file
Bin(45)1001Exclude file
Bin(44)0101Exclude file
Bin(44)1001Exclude file
Bin(43)0101Exclude file
Bin(43)1001Exclude file
Bin(42)0101Exclude file
Bin(42)1001Exclude file
Bin(41)0101Exclude file
Bin(41)1001Exclude file
Bin(40)0101Exclude file
Bin(40)1001Exclude file
Bin(39)0101Exclude file
Bin(39)1001Exclude file
Bin(38)0101Exclude file
Bin(38)1001Exclude file
Bin(37)0101Exclude file
Bin(37)1001Exclude file
Bin(36)0101Exclude file
Bin(36)1001Exclude file
Bin(35)0101Exclude file
Bin(35)1001Exclude file
Bin(34)0101Exclude file
Bin(34)1001Exclude file
Bin(33)0101Exclude file
Bin(33)1001Exclude file
Bin(32)0101Exclude file
Bin(32)1001Exclude file
Bin(31)0101Exclude file
Bin(31)1001Exclude file
Bin(30)0101Exclude file
Bin(30)1001Exclude file
Bin(29)0101Exclude file
Bin(29)1001Exclude file
Bin(28)0101Exclude file
Bin(28)1001Exclude file
Bin(27)0101Exclude file
Bin(27)1001Exclude file
Bin(26)0101Exclude file
Bin(26)1001Exclude file
Bin(25)0101Exclude file
Bin(25)1001Exclude file
Bin(24)0101Exclude file
Bin(24)1001Exclude file
Bin(23)0101Exclude file
Bin(23)1001Exclude file
Bin(22)0101Exclude file
Bin(22)1001Exclude file
Bin(21)0101Exclude file
Bin(21)1001Exclude file
Bin(20)0101Exclude file
Bin(20)1001Exclude file
Bin(19)0101Exclude file
Bin(19)1001Exclude file
Bin(18)0101Exclude file
Bin(18)1001Exclude file
Bin(17)0101Exclude file
Bin(17)1001Exclude file
Bin(16)0101Exclude file
Bin(16)1001Exclude file
Bin(15)0101Exclude file
Bin(15)1001Exclude file
Bin(14)0101Exclude file
Bin(14)1001Exclude file
Bin(13)0101Exclude file
Bin(13)1001Exclude file
Bin(12)0101Exclude file
Bin(12)1001Exclude file
Bin(11)0101Exclude file
Bin(11)1001Exclude file
Bin(10)0101Exclude file
Bin(10)1001Exclude file
Bin(9)0101Exclude file
Bin(9)1001Exclude file
Bin(8)0101Exclude file
Bin(8)1001Exclude file
Bin(7)0101Exclude file
Bin(7)1001Exclude file
Bin(6)0101Exclude file
Bin(6)1001Exclude file
Bin(5)0101Exclude file
Bin(5)1001Exclude file
Bin(4)0101Exclude file
Bin(4)1001Exclude file
Bin(3)0101Exclude file
Bin(3)1001Exclude file
Bin(2)0101Exclude file
Bin(2)1001Exclude file
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Covered toggles:

Port:

 TXTB_PORT_B_ADDRESS
ElementFromToCountThreshold
Bin(4)01272621
Bin(4)10288631
Bin(3)0138251
Bin(3)1054261
Bin(2)01466721
Bin(2)10482731
Bin(1)01381731
Bin(1)10381771
Bin(0)011025821
Bin(0)101041791

Port:

 TXTB_PORT_B_CLK_EN
FromToCountThreshold
Bin011061921
Bin101077931

Port:

 TXTB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011838091
Bin101854101

Port:

 TXTB_IS_BB
ElementFromToCountThreshold
Bin(3)0171
Bin(3)102341
Bin(2)0161
Bin(2)102351
Bin(1)01391
Bin(1)108751
Bin(0)01871
Bin(0)1017921

Port:

 TRAN_WORD
ElementFromToCountThreshold
Bin(31)0183761
Bin(31)1099771
Bin(30)0185611
Bin(30)10101621
Bin(29)0181421
Bin(29)1097431
Bin(28)01260071
Bin(28)10276081
Bin(27)01216931
Bin(27)10232941
Bin(26)01257721
Bin(26)10273731
Bin(25)01218931
Bin(25)10234941
Bin(24)01266381
Bin(24)10282391
Bin(23)01225591
Bin(23)10241601
Bin(22)01264431
Bin(22)10280441
Bin(21)01221151
Bin(21)10237161
Bin(20)01261931
Bin(20)10277941
Bin(19)01231171
Bin(19)10247181
Bin(18)01262361
Bin(18)10278371
Bin(17)01150431
Bin(17)10166441
Bin(16)01152261
Bin(16)10168271
Bin(15)01150101
Bin(15)10166111
Bin(14)01155771
Bin(14)10171781
Bin(13)01155481
Bin(13)10171491
Bin(12)01157701
Bin(12)10173711
Bin(11)01160481
Bin(11)10176491
Bin(10)01179481
Bin(10)10195491
Bin(9)01251421
Bin(9)10267431
Bin(8)01162451
Bin(8)10178461
Bin(7)01356361
Bin(7)10372371
Bin(6)01264921
Bin(6)10280931
Bin(5)01196341
Bin(5)10212351
Bin(4)01183791
Bin(4)10199801
Bin(3)01262811
Bin(3)10278821
Bin(2)01277511
Bin(2)10293521
Bin(1)01290321
Bin(1)10306331
Bin(0)01364011
Bin(0)10380021

Port:

 TRAN_DLC
ElementFromToCountThreshold
Bin(3)0115881
Bin(3)1031881
Bin(2)0120021
Bin(2)1036011
Bin(1)0119721
Bin(1)1035711
Bin(0)0136131
Bin(0)1052141

Port:

 TRAN_IS_RTR
FromToCountThreshold
Bin0111461
Bin1027451

Port:

 TRAN_IDENT_TYPE
FromToCountThreshold
Bin0125441
Bin1041441

Port:

 TRAN_FRAME_TYPE
FromToCountThreshold
Bin0127431
Bin1043441

Port:

 TRAN_BRS
FromToCountThreshold
Bin0119831
Bin1035841

Port:

 TRAN_IDENTIFIER
ElementFromToCountThreshold
Bin(28)0139101
Bin(28)1054491
Bin(27)0138881
Bin(27)1055081
Bin(26)0139091
Bin(26)1054421
Bin(25)0141371
Bin(25)1057571
Bin(24)0138991
Bin(24)1054351
Bin(23)0141441
Bin(23)1057571
Bin(22)0138341
Bin(22)1054501
Bin(21)0142191
Bin(21)1057691
Bin(20)0138721
Bin(20)1054941
Bin(19)0142491
Bin(19)1057961
Bin(18)0137801
Bin(18)1054021
Bin(17)0116901
Bin(17)1094921
Bin(16)0116851
Bin(16)1095491
Bin(15)0117361
Bin(15)1096381
Bin(14)0116401
Bin(14)1094571
Bin(13)0116911
Bin(13)1095631
Bin(12)0116561
Bin(12)1095371
Bin(11)0117221
Bin(11)1096861
Bin(10)0116521
Bin(10)1094321
Bin(9)0116901
Bin(9)1095521
Bin(8)0116721
Bin(8)1095171
Bin(7)0117221
Bin(7)1095031
Bin(6)0116381
Bin(6)1094441
Bin(5)0116841
Bin(5)1094591
Bin(4)0117101
Bin(4)1096341
Bin(3)0117061
Bin(3)1096101
Bin(2)0116901
Bin(2)1095721
Bin(1)0117071
Bin(1)1096211
Bin(0)0116581
Bin(0)1094601

Port:

 TRAN_FRAME_TEST
ElementFromToCountThreshold
BinFSTC012701
BinFSTC1018711
BinFCRC011001
BinFCRC1017011
BinSDLC012701
BinSDLC1018711
BinTPRM(4)01741
BinTPRM(4)1032831
BinTPRM(3)011691
BinTPRM(3)1018141
BinTPRM(2)012461
BinTPRM(2)1018911
BinTPRM(1)014581
BinTPRM(1)1021031
BinTPRM(0)016451
BinTPRM(0)1022901

Port:

 TRAN_FRAME_VALID
FromToCountThreshold
Bin01255321
Bin10271331

Port:

 TRAN_FRAME_PARITY_ERROR
FromToCountThreshold
Bin017281
Bin1023291

Port:

 TXTB_HW_CMD
ElementFromToCountThreshold
BinLOCK01252751
BinLOCK10268761
BinVALID01111121
BinVALID10127131
BinERR0142621
BinERR1058631
BinARBL014551
BinARBL1020561
BinFAILED0194361
BinFAILED10110371

Port:

 TXTB_CHANGED
FromToCountThreshold
Bin01100201
Bin10116211

Port:

 TXTB_HW_CMD_CS
ElementFromToCountThreshold
Bin(7)01721
Bin(7)108671
Bin(6)01741
Bin(6)108651
Bin(5)01721
Bin(5)108671
Bin(4)01771
Bin(4)108621
Bin(3)013631
Bin(3)1027291
Bin(2)013061
Bin(2)1027861
Bin(1)0156011
Bin(1)1083821
Bin(0)0174181
Bin(0)1065651

Port:

 CURR_TXTB_INDEX
ElementFromToCountThreshold
Bin(2)011241
Bin(2)1017251
Bin(1)015211
Bin(1)1021221
Bin(0)0160251
Bin(0)1076261

Signal:

 SELECT_BUF_AVAIL
FromToCountThreshold
Bin01269881
Bin10285891

Signal:

 TXTB_SELECTED_INPUT
ElementFromToCountThreshold
Bin(31)0183761
Bin(31)1099771
Bin(30)0185611
Bin(30)10101621
Bin(29)0181421
Bin(29)1097431
Bin(28)01260071
Bin(28)10276081
Bin(27)01216931
Bin(27)10232941
Bin(26)01257721
Bin(26)10273731
Bin(25)01218931
Bin(25)10234941
Bin(24)01266381
Bin(24)10282391
Bin(23)01225591
Bin(23)10241601
Bin(22)01264431
Bin(22)10280441
Bin(21)01221151
Bin(21)10237161
Bin(20)01261931
Bin(20)10277941
Bin(19)01231171
Bin(19)10247181
Bin(18)01262361
Bin(18)10278371
Bin(17)01150431
Bin(17)10166441
Bin(16)01152261
Bin(16)10168271
Bin(15)01150101
Bin(15)10166111
Bin(14)01155771
Bin(14)10171781
Bin(13)01155481
Bin(13)10171491
Bin(12)01157701
Bin(12)10173711
Bin(11)01160481
Bin(11)10176491
Bin(10)01179481
Bin(10)10195491
Bin(9)01251421
Bin(9)10267431
Bin(8)01162451
Bin(8)10178461
Bin(7)01356361
Bin(7)10372371
Bin(6)01264921
Bin(6)10280931
Bin(5)01196341
Bin(5)10212351
Bin(4)01183791
Bin(4)10199801
Bin(3)01262811
Bin(3)10278821
Bin(2)01277511
Bin(2)10293521
Bin(1)01290321
Bin(1)10306331
Bin(0)01364011
Bin(0)10380021

Signal:

 TXTB_TIMESTAMP
ElementFromToCountThreshold
Bin(63)0183761
Bin(63)1099771
Bin(62)0185611
Bin(62)10101621
Bin(61)0181421
Bin(61)1097431
Bin(60)01260071
Bin(60)10276081
Bin(59)01216931
Bin(59)10232941
Bin(58)01257721
Bin(58)10273731
Bin(57)01218931
Bin(57)10234941
Bin(56)01266381
Bin(56)10282391
Bin(55)01225591
Bin(55)10241601
Bin(54)01264431
Bin(54)10280441
Bin(53)01221151
Bin(53)10237161
Bin(52)01261931
Bin(52)10277941
Bin(51)01231171
Bin(51)10247181
Bin(50)01262361
Bin(50)10278371
Bin(49)01150431
Bin(49)10166441
Bin(48)01152261
Bin(48)10168271
Bin(47)01150101
Bin(47)10166111
Bin(46)01155771
Bin(46)10171781
Bin(45)01155481
Bin(45)10171491
Bin(44)01157701
Bin(44)10173711
Bin(43)01160481
Bin(43)10176491
Bin(42)01179481
Bin(42)10195491
Bin(41)01251421
Bin(41)10267431
Bin(40)01162451
Bin(40)10178461
Bin(39)01356361
Bin(39)10372371
Bin(38)01264921
Bin(38)10280931
Bin(37)01196341
Bin(37)10212351
Bin(36)01183791
Bin(36)10199801
Bin(35)01262811
Bin(35)10278821
Bin(34)01277511
Bin(34)10293521
Bin(33)01290321
Bin(33)10306331
Bin(32)01364011
Bin(32)10380021
Bin(31)01151
Bin(31)1016161
Bin(30)01151
Bin(30)1016161
Bin(29)01211
Bin(29)1016221
Bin(28)01141
Bin(28)1016151
Bin(27)01181
Bin(27)1016191
Bin(26)01171
Bin(26)1016181
Bin(25)01231
Bin(25)1016241
Bin(24)01171
Bin(24)1016181
Bin(23)01161
Bin(23)1016171
Bin(22)01191
Bin(22)1016201
Bin(21)01121
Bin(21)1016131
Bin(20)01121
Bin(20)1016131
Bin(19)01101
Bin(19)1016111
Bin(18)01211
Bin(18)1016221
Bin(17)01221
Bin(17)1016231
Bin(16)01271
Bin(16)1016281
Bin(15)01251
Bin(15)1016261
Bin(14)01311
Bin(14)1016321
Bin(13)01521
Bin(13)1016531
Bin(12)01701
Bin(12)1016711
Bin(11)01531
Bin(11)1016541
Bin(10)01711
Bin(10)1016721
Bin(9)01631
Bin(9)1016641
Bin(8)01581
Bin(8)1016591
Bin(7)01701
Bin(7)1016711
Bin(6)01781
Bin(6)1016791
Bin(5)01641
Bin(5)1016651
Bin(4)01711
Bin(4)1016721
Bin(3)01731
Bin(3)1016741
Bin(2)01561
Bin(2)1016571
Bin(1)01571
Bin(1)1016581
Bin(0)01531
Bin(0)1016541

Signal:

 TIMESTAMP_VALID
FromToCountThreshold
Bin0118151
Bin102141

Signal:

 SELECT_INDEX_CHANGED
FromToCountThreshold
Bin01460731
Bin10460841

Signal:

 VALIDATED_BUFFER
FromToCountThreshold
Bin01255081
Bin10271091

Signal:

 TXTB_CLK_EN_Q
FromToCountThreshold
Bin01798201
Bin10814211

Signal:

 TX_ARB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011039891
Bin101055901

Signal:

 TS_LOW_INTERNAL
ElementFromToCountThreshold
Bin(31)01151
Bin(31)1016161
Bin(30)01151
Bin(30)1016161
Bin(29)01211
Bin(29)1016221
Bin(28)01141
Bin(28)1016151
Bin(27)01181
Bin(27)1016191
Bin(26)01171
Bin(26)1016181
Bin(25)01231
Bin(25)1016241
Bin(24)01171
Bin(24)1016181
Bin(23)01161
Bin(23)1016171
Bin(22)01191
Bin(22)1016201
Bin(21)01121
Bin(21)1016131
Bin(20)01121
Bin(20)1016131
Bin(19)01101
Bin(19)1016111
Bin(18)01211
Bin(18)1016221
Bin(17)01221
Bin(17)1016231
Bin(16)01271
Bin(16)1016281
Bin(15)01251
Bin(15)1016261
Bin(14)01311
Bin(14)1016321
Bin(13)01521
Bin(13)1016531
Bin(12)01701
Bin(12)1016711
Bin(11)01531
Bin(11)1016541
Bin(10)01711
Bin(10)1016721
Bin(9)01631
Bin(9)1016641
Bin(8)01581
Bin(8)1016591
Bin(7)01701
Bin(7)1016711
Bin(6)01781
Bin(6)1016791
Bin(5)01641
Bin(5)1016651
Bin(4)01711
Bin(4)1016721
Bin(3)01731
Bin(3)1016741
Bin(2)01561
Bin(2)1016571
Bin(1)01571
Bin(1)1016581
Bin(0)01531
Bin(0)1016541

Signal:

 TRAN_DLC_DBL_BUF
ElementFromToCountThreshold
Bin(3)0116011
Bin(3)1032011
Bin(2)0120201
Bin(2)1036191
Bin(1)0119861
Bin(1)1035851
Bin(0)0136301
Bin(0)1052311

Signal:

 TRAN_IS_RTR_DBL_BUF
FromToCountThreshold
Bin0111661
Bin1027651

Signal:

 TRAN_IDENT_TYPE_DBL_BUF
FromToCountThreshold
Bin0125701
Bin1041701

Signal:

 TRAN_FRAME_TYPE_DBL_BUF
FromToCountThreshold
Bin0127701
Bin1043711

Signal:

 TRAN_BRS_DBL_BUF
FromToCountThreshold
Bin0120071
Bin1036081

Signal:

 TRAN_FRAME_TEST_DBL_BUF
ElementFromToCountThreshold
BinFSTC012701
BinFSTC1018711
BinFCRC011001
BinFCRC1017011
BinSDLC012701
BinSDLC1018711
BinTPRM(4)01501
BinTPRM(4)1016511
BinTPRM(3)011691
BinTPRM(3)1017701
BinTPRM(2)012461
BinTPRM(2)1018471
BinTPRM(1)014581
BinTPRM(1)1020591
BinTPRM(0)016451
BinTPRM(0)1022461

Signal:

 TRAN_DLC_COM
ElementFromToCountThreshold
Bin(3)0115881
Bin(3)1031881
Bin(2)0120021
Bin(2)1036011
Bin(1)0119721
Bin(1)1035711
Bin(0)0136131
Bin(0)1052141

Signal:

 TRAN_IS_RTR_COM
FromToCountThreshold
Bin0111461
Bin1027451

Signal:

 TRAN_IDENT_TYPE_COM
FromToCountThreshold
Bin0125441
Bin1041441

Signal:

 TRAN_FRAME_TYPE_COM
FromToCountThreshold
Bin0127431
Bin1043441

Signal:

 TRAN_BRS_COM
FromToCountThreshold
Bin0119831
Bin1035841

Signal:

 TRAN_FRAME_VALID_COM
FromToCountThreshold
Bin01255031
Bin10271041

Signal:

 TRAN_IDENTIFIER_COM
ElementFromToCountThreshold
Bin(28)0138201
Bin(28)1054191
Bin(27)0138831
Bin(27)1054831
Bin(26)0138171
Bin(26)1054151
Bin(25)0141291
Bin(25)1057291
Bin(24)0138061
Bin(24)1054061
Bin(23)0141341
Bin(23)1057341
Bin(22)0138241
Bin(22)1054231
Bin(21)0141281
Bin(21)1057281
Bin(20)0138681
Bin(20)1054691
Bin(19)0141601
Bin(19)1057581
Bin(18)0137771
Bin(18)1053751
Bin(17)0116851
Bin(17)1032861
Bin(16)0116801
Bin(16)1032811
Bin(15)0117321
Bin(15)1033331
Bin(14)0116401
Bin(14)1032411
Bin(13)0116911
Bin(13)1032911
Bin(12)0116561
Bin(12)1032571
Bin(11)0117211
Bin(11)1033211
Bin(10)0116481
Bin(10)1032481
Bin(9)0116861
Bin(9)1032871
Bin(8)0116671
Bin(8)1032681
Bin(7)0117181
Bin(7)1033191
Bin(6)0116371
Bin(6)1032381
Bin(5)0116831
Bin(5)1032831
Bin(4)0117101
Bin(4)1033101
Bin(3)0117061
Bin(3)1033071
Bin(2)0116861
Bin(2)1032861
Bin(1)0117031
Bin(1)1033041
Bin(0)0116541
Bin(0)1032541

Signal:

 LOAD_TS_LW_ADDR
FromToCountThreshold
Bin01287751
Bin10303761

Signal:

 LOAD_TS_UW_ADDR
FromToCountThreshold
Bin01263501
Bin10279511

Signal:

 LOAD_FFMT_W_ADDR
FromToCountThreshold
Bin01259601
Bin10275611

Signal:

 LOAD_IDENT_W_ADDR
FromToCountThreshold
Bin01258471
Bin10274481

Signal:

 LOAD_FRAME_TEST_W_ADDR
FromToCountThreshold
Bin01261741
Bin10277751

Signal:

 STORE_TS_L_W
FromToCountThreshold
Bin01263501
Bin10279511

Signal:

 COMMIT_DBL_BUFS
FromToCountThreshold
Bin01259221
Bin10275231

Signal:

 BUFFER_MD_W
FromToCountThreshold
Bin01258471
Bin10274481

Signal:

 BUFFER_FRAME_TEST_W
FromToCountThreshold
Bin01259601
Bin10275611

Signal:

 STORE_LAST_TXTB_INDEX
FromToCountThreshold
Bin01252751
Bin10268761

Signal:

 FRAME_VALID_COM_SET
FromToCountThreshold
Bin01259221
Bin10275231

Signal:

 FRAME_VALID_COM_CLEAR
FromToCountThreshold
Bin01260181
Bin10276191

Signal:

 TX_ARB_LOCKED
FromToCountThreshold
Bin01252751
Bin10268761

Signal:

 TXTB_META_CLK_EN
FromToCountThreshold
Bin01263721
Bin10279731

Signal:

 MR_TX_PRIORITY_TXBBM
ElementFromToCountThreshold
Bin(7)(2)01651
Bin(7)(2)103031
Bin(7)(1)01711
Bin(7)(1)103651
Bin(7)(0)01731
Bin(7)(0)103601
Bin(6)(2)01651
Bin(6)(2)103061
Bin(6)(1)01781
Bin(6)(1)103071
Bin(6)(0)01831
Bin(6)(0)103251
Bin(5)(2)01931
Bin(5)(2)103461
Bin(5)(1)01731
Bin(5)(1)103331
Bin(5)(0)01991
Bin(5)(0)103421
Bin(4)(2)01671
Bin(4)(2)102681
Bin(4)(1)01991
Bin(4)(1)103111
Bin(4)(0)011001
Bin(4)(0)102831
Bin(3)(2)011511
Bin(3)(2)109851
Bin(3)(1)011631
Bin(3)(1)1010531
Bin(3)(0)012271
Bin(3)(0)1010631
Bin(2)(2)011711
Bin(2)(2)109451
Bin(2)(1)012421
Bin(2)(1)1010641
Bin(2)(0)012751
Bin(2)(0)109821
Bin(1)(2)012551
Bin(1)(2)1018241
Bin(1)(1)013151
Bin(1)(1)1019321
Bin(1)(0)013371
Bin(1)(0)1019001
Bin(0)(2)013231
Bin(0)(2)1018671
Bin(0)(1)013021
Bin(0)(1)1019751
Bin(0)(0)0119981
Bin(0)(0)103501

Signal:

 TXTB_PARITY_MISMATCH_VLD
FromToCountThreshold
Bin0122611
Bin1038621

Signal:

 TXTB_PARITY_MISMATCH_TX
FromToCountThreshold
Bin0123841
Bin1039851

Signal:

 TXTB_HW_CMD_UNLOCK
FromToCountThreshold
Bin01252651
Bin10268661

Uncovered expressions:

"or" expression on lines 354 to 356:

 (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or ((a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0)))) 
  <------------------------LHS------------------------>      <--------------------------------------------RHS-------------------------------------------->  

LHSRHSCountThresholdExclude Command
BinTrueFalse01

"and" expression on lines 355 to 356:

 (a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))) 
  <--------------LHS-------------->       <-----------------------RHS----------------------->  

LHSRHSCountThresholdExclude Command
BinFalseTrue01

Excluded expressions:

"or" expression on lines 354 to 356:

 (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or ((a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0)))) 
  <------------------------LHS------------------------>      <--------------------------------------------RHS-------------------------------------------->  

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"and" expression on lines 355 to 356:

 (a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))) 
  <--------------LHS-------------->       <-----------------------RHS----------------------->  

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

Covered expressions:

"or" expression on lines 354 to 356:

 (unsigned(a(63 downto 32)) < unsigned(b(63 downto 32))) or ((a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0)))) 
  <------------------------LHS------------------------>      <--------------------------------------------RHS-------------------------------------------->  

LHSRHSCountThreshold
BinFalseFalse4404601
BinFalseTrue7531

"and" expression on lines 355 to 356:

 (a(63 downto 32) = b(63 downto 32)) and (unsigned(a(31 downto 0)) < unsigned(b(31 downto 0))) 
  <--------------LHS-------------->       <-----------------------RHS----------------------->  

LHSRHSCountThreshold
BinTrueFalse3920151
BinTrueTrue7531

"=" expression on line 444:

 mr_mode_tttm = TTTM_ENABLED 
Evaluated toCountThreshold
BinFalse5443768361
BinTrue7855011

"and" expression on lines 454 to 455:

 (txtb_available(curr_txtb_index_i) = '1') and (tran_frame_valid_com = '1') 
  <-----------------LHS----------------->       <----------RHS----------->  

LHSRHSCountThreshold
BinFalseTrue256161
BinTrueFalse163961
BinTrueTrue259441

"=" expression on line 454:

 txtb_available(curr_txtb_index_i) = '1' 
Evaluated toCountThreshold
BinFalse682611
BinTrue423401

"=" expression on line 455:

 tran_frame_valid_com = '1' 
Evaluated toCountThreshold
BinFalse590411
BinTrue515601

"or" expression on line 459:

 (validated_buffer = '1') or (tx_arb_locked = '1') 
  <--------LHS--------->      <-------RHS------->  

LHSRHSCountThreshold
BinFalseFalse287341
BinFalseTrue252751
BinTrueFalse255081

"=" expression on line 459:

 validated_buffer = '1' 
Evaluated toCountThreshold
BinFalse540091
BinTrue507591

"=" expression on line 459:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse542421
BinTrue505261

"=" expression on line 467:

 txtb_parity_mismatch(select_buf_index) = '1' 
Evaluated toCountThreshold
BinFalse521981
BinTrue41801

"=" expression on line 477:

 txtb_parity_mismatch(curr_txtb_index_i) = '1' 
Evaluated toCountThreshold
BinFalse205241
BinTrue28811

"and" expression on line 481:

 txtb_parity_mismatch_tx = '1' and txtb_clk_en_q = '1' 
 <------------LHS------------>     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue802181
BinTrueFalse19861
BinTrueTrue7281

"=" expression on line 481:

 txtb_parity_mismatch_tx = '1' 
Evaluated toCountThreshold
BinFalse1664971
BinTrue27141

"=" expression on line 481:

 txtb_clk_en_q = '1' 
Evaluated toCountThreshold
BinFalse882651
BinTrue809461

"=" expression on line 489:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse603721
BinTrue496811

"=" expression on line 497:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse2447001
BinTrue1782711

"=" expression on line 529:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse1603391
BinTrue1051051

"=" expression on line 533:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse827961
BinTrue1782711

"=" expression on line 548:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 561:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 564:

 store_ts_l_w = '1' 
Evaluated toCountThreshold
BinFalse5437654151
BinTrue262631

"=" expression on line 575:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 582:

 buffer_md_w = '1' 
Evaluated toCountThreshold
BinFalse5437658911
BinTrue257871

"=" expression on line 597:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 603:

 buffer_frame_test_w = '1' 
Evaluated toCountThreshold
BinFalse5437657741
BinTrue259041

"=" expression on line 619:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 626:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5437661101
BinTrue255681

"=" expression on line 641:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 644:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5437661101
BinTrue255681

"=" expression on line 655:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 661:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5437661101
BinTrue255681

"=" expression on line 672:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 675:

 frame_valid_com_set = '1' 
Evaluated toCountThreshold
BinFalse5437661101
BinTrue255681

"=" expression on line 677:

 frame_valid_com_clear = '1' 
Evaluated toCountThreshold
BinFalse5437400921
BinTrue260181

"=" expression on line 691:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 697:

 store_last_txtb_index = '1' 
Evaluated toCountThreshold
BinFalse5437664031
BinTrue252751

"=" expression on line 702:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5437661101
BinTrue255681

"and" expression on line 709:

 last_txtb_index /= curr_txtb_index_i and store_last_txtb_index = '1' 
 <---------------LHS---------------->     <-----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue252751
BinTrueFalse100221
BinTrueTrue100201

"/=" expression on line 709:

 last_txtb_index /= curr_txtb_index_i 
Evaluated toCountThreshold
BinFalse561121
BinTrue200421

"=" expression on line 709:

 store_last_txtb_index = '1' 
Evaluated toCountThreshold
BinFalse408591
BinTrue352951

"=" expression on line 721:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 728:

 select_buf_index = select_buf_index_reg 
Evaluated toCountThreshold
BinFalse535301
BinTrue460841

"=" expression on line 737:

 load_ts_lw_addr = '1' 
Evaluated toCountThreshold
BinFalse3505541
BinTrue504121

"=" expression on line 738:

 load_ts_uw_addr = '1' 
Evaluated toCountThreshold
BinFalse2979411
BinTrue526131

"=" expression on line 739:

 load_ffmt_w_addr = '1' 
Evaluated toCountThreshold
BinFalse2460771
BinTrue518641

"=" expression on line 740:

 load_ident_w_addr = '1' 
Evaluated toCountThreshold
BinFalse1944431
BinTrue516341

"=" expression on line 741:

 load_frame_test_w_addr = '1' 
Evaluated toCountThreshold
BinFalse1422111
BinTrue522321

"=" expression on line 746:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"or" expression on lines 756 to 757:

 txtb_hw_cmd.valid = '1' or txtb_hw_cmd.err = '1' or txtb_hw_cmd.arbl = '1' or txtb_hw_cmd.failed = '1' 
 <----------------------------------LHS----------------------------------->    <---------RHS----------> 

LHSRHSCountThreshold
BinFalseFalse284671
BinFalseTrue94361
BinTrueFalse158291

"or" expression on lines 756 to 757:

 txtb_hw_cmd.valid = '1' or txtb_hw_cmd.err = '1' or txtb_hw_cmd.arbl = '1' 
 <---------------------LHS---------------------->    <--------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse379031
BinFalseTrue4551
BinTrueFalse153741

"or" expression on line 756:

 txtb_hw_cmd.valid = '1' or txtb_hw_cmd.err = '1' 
 <---------LHS--------->    <--------RHS--------> 

LHSRHSCountThreshold
BinFalseFalse383581
BinFalseTrue42621
BinTrueFalse111121

"=" expression on line 756:

 txtb_hw_cmd.valid = '1' 
Evaluated toCountThreshold
BinFalse426201
BinTrue111121

"=" expression on line 756:

 txtb_hw_cmd.err = '1' 
Evaluated toCountThreshold
BinFalse494701
BinTrue42621

"=" expression on line 757:

 txtb_hw_cmd.arbl = '1' 
Evaluated toCountThreshold
BinFalse532771
BinTrue4551

"=" expression on line 757:

 txtb_hw_cmd.failed = '1' 
Evaluated toCountThreshold
BinFalse442961
BinTrue94361

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: