NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_TXARB_TOP

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/ctu_can_fd_top.vhd

Nested Instances Statement Branch Toggle Expression FSM state Functional Average
I_TXARB_PRIORITY_DECODER 100.0 % (82/82) 100.0 % (36/36) 100.0 % (194/194) 100.0 % (19/19) N.A. N.A. 100.0 % (331/331)
I_TXARB_FSM 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)
G_TXTB_PRIORITY(0) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
G_TXTB_PRIORITY(1) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
G_TXTB_PRIORITY(2) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
G_TXTB_PRIORITY(3) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
G_TXTB_PRIORITY(4) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
G_TXTB_PRIORITY(5) 100.0 % (6/6) 100.0 % (4/4) N.A. 100.0 % (14/14) N.A. N.A. 100.0 % (24/24)
G_TXTB_PRIORITY(6) 100.0 % (1/1) N.A. N.A. N.A. N.A. N.A. 100.0 % (1/1)
G_TXTB_PRIORITY(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.I_DUT.I_TXARB_TOP 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: 811937
Threshold: 1

Sequential statement on line 357:

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

Sequential statement on line 359:

359:           return '0'; 
Count: 464906
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: 548545736
Threshold: 1

Signal assignment statement on line 444:

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

Signal assignment statement on line 446:

446:                                                        '1'
Count: 547733799
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: 111448
Threshold: 1

Signal assignment statement on line 454:

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

Signal assignment statement on line 457:

457:                        '0'
Count: 85290
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: 105650
Threshold: 1

Signal assignment statement on line 459:

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

Signal assignment statement on line 461:

461:                        '0'
Count: 28948
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: 56892
Threshold: 1

Signal assignment statement on line 467:

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

Signal assignment statement on line 469:

469:                                '0'
Count: 52817
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: 23130
Threshold: 1

Signal assignment statement on line 477:

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

Signal assignment statement on line 479:

479:                               '0'
Count: 20302
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: 171249
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: 699
Threshold: 1

Signal assignment statement on line 483:

483:                               '0'
Count: 170550
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: 111222
Threshold: 1

Signal assignment statement on line 489:

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

Signal assignment statement on line 491:

491:                          select_buf_index
Count: 60825
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: 427227
Threshold: 1

Signal assignment statement on line 497:

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

Signal assignment statement on line 499:

499:                               tx_arb_parity_check_valid
Count: 246950
Threshold: 1

Signal assignment statement on line 502:

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

Signal assignment statement on line 505:

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

Signal assignment statement on line 506:

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

Signal assignment statement on line 512:

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

Signal assignment statement on line 517:

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

Signal assignment statement on line 518:

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

Signal assignment statement on line 519:

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

Signal assignment statement on line 520:

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

Signal assignment statement on line 521:

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

Signal assignment statement on line 522:

522:    tran_identifier  <= tran_identifier_com
Count: 17798
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: 268000
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: 106383
Threshold: 1

Signal assignment statement on line 531:

531:                           std_logic_vector(to_unsigned(txtb_pointer_meta_q, 5))
Count: 161617
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: 263721
Threshold: 1

Signal assignment statement on line 533:

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

Signal assignment statement on line 535:

535:                          txtb_meta_clk_en
Count: 83444
Threshold: 1

Signal assignment statement on line 539:

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

Signal assignment statement on line 540:

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

If statement on lines 548 to 552:

548:        if (rst_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: 1096781321
Threshold: 1

Signal assignment statement on line 549:

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

Signal assignment statement on line 551:

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

If statement on lines 561 to 567:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 562:

562:            ts_low_internal <= (others => '0'); 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 565:

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

If statement on lines 575 to 589:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 576:

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

Signal assignment statement on line 577:

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

Signal assignment statement on line 578:

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

Signal assignment statement on line 579:

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

Signal assignment statement on line 580:

580:            tran_brs_dbl_buf           <= '0'; 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 583:

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

Signal assignment statement on line 584:

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

Signal assignment statement on line 585:

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

Signal assignment statement on line 586:

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

Signal assignment statement on line 587:

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

If statement on lines 597 to 609:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 598:

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

Signal assignment statement on line 599:

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

Signal assignment statement on line 600:

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

Signal assignment statement on line 601:

601:            tran_frame_test_dbl_buf.tprm <= (others => '0'); 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 604:

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

Signal assignment statement on line 605:

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

Signal assignment statement on line 606:

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

Signal assignment statement on line 607:

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

If statement on lines 619 to 633:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 620:

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

Signal assignment statement on line 621:

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

Signal assignment statement on line 622:

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

Signal assignment statement on line 623:

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

Signal assignment statement on line 624:

624:            tran_brs_com         <= '0'; 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 627:

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

Signal assignment statement on line 628:

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

Signal assignment statement on line 629:

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

Signal assignment statement on line 630:

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

Signal assignment statement on line 631:

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

If statement on lines 641 to 647:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 642:

642:            tran_identifier_com <= (others => '0'); 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 645:

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

If statement on lines 655 to 664:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 656:

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

Signal assignment statement on line 657:

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

Signal assignment statement on line 658:

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

Signal assignment statement on line 659:

659:            tran_frame_test.tprm <= (others => '0'); 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 662:

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

If statement on lines 672 to 680:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 673:

673:            tran_frame_valid_com        <= '0'; 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 676:

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

Signal assignment statement on line 678:

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

If statement on lines 691 to 706:

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

Count: 1096781321
Threshold: 1

Signal assignment statement on line 692:

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

Signal assignment statement on line 693:

693:            curr_txtb_index_i           <= 0; 
Count: 2422674
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: 547174334
Threshold: 1

Signal assignment statement on line 698:

698:                last_txtb_index         <= curr_txtb_index_i; 
Count: 25501
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: 547174334
Threshold: 1

Signal assignment statement on line 703:

703:                curr_txtb_index_i       <= select_buf_index; 
Count: 25783
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: 76542
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: 9992
Threshold: 1

Signal assignment statement on line 711:

711:                     '0'
Count: 66550
Threshold: 1

Signal assignment statement on line 713:

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

If statement on lines 721 to 725:

721:        if (rst_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: 1096781321
Threshold: 1

Signal assignment statement on line 722:

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

Signal assignment statement on line 724:

724:            select_buf_index_reg <= select_buf_index; 
Count: 547174334
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: 100909
Threshold: 1

Signal assignment statement on line 728:

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

Signal assignment statement on line 730:

730:                            '1'
Count: 54283
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: 404108
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: 50823
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: 53037
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: 52288
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: 52058
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: 52644
Threshold: 1

Signal assignment statement on line 742:

742:        txtb_pointer_meta_q
Count: 143258
Threshold: 1

If statement on lines 746 to 750:

746:        if (rst_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: 1096781321
Threshold: 1

Signal assignment statement on line 747:

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

Signal assignment statement on line 749:

749:            txtb_pointer_meta_q <= txtb_pointer_meta_d; 
Count: 547174334
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: 54182
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: 25490
Threshold: 1

Signal assignment statement on line 759:

759:                          '0'
Count: 28692
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
BinTrue3470311
BinFalse4649061

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

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

"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
BinTrue261581
BinFalse852901

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

459:    tran_frame_valid <= '1' when (validated_buffer = '1') or (tx_arb_locked = '1') 
Evaluated toCountThreshold
BinTrue767021
BinFalse289481

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

467:    txtb_parity_mismatch_vld <= '1' when (txtb_parity_mismatch(select_buf_index) = '1'
Evaluated toCountThreshold
BinTrue40751
BinFalse528171

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

477:    txtb_parity_mismatch_tx <= '1' when (txtb_parity_mismatch(curr_txtb_index_i) = '1'
Evaluated toCountThreshold
BinTrue28281
BinFalse203021

"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
BinTrue6991
BinFalse1705501

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

489:    txtb_index_muxed_i <= curr_txtb_index_i when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue503971
BinFalse608251

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

497:    txtb_parity_check_valid <= txtb_clk_en_q when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1802771
BinFalse2469501

"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
BinTrue1063831
BinFalse1616171

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

533:    txtb_port_b_clk_en <= txtb_clk_en when (tx_arb_locked = '1'
Evaluated toCountThreshold
BinTrue1802771
BinFalse834441

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

548:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

550:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

561:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

563:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

564:            if (store_ts_l_w = '1') then 
Evaluated toCountThreshold
BinTrue264741
BinFalse5471478601

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

575:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

581:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

582:            if (buffer_md_w = '1') then 
Evaluated toCountThreshold
BinTrue259991
BinFalse5471483351

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

597:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

602:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

603:            if (buffer_frame_test_w = '1') then 
Evaluated toCountThreshold
BinTrue261161
BinFalse5471482181

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

619:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

625:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

626:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue257831
BinFalse5471485511

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

641:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

643:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

644:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue257831
BinFalse5471485511

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

655:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

660:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

661:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue257831
BinFalse5471485511

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

672:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

674:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

675:            if (frame_valid_com_set = '1') then 
Evaluated toCountThreshold
BinTrue257831
BinFalse5471485511

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

677:            elsif (frame_valid_com_clear = '1') then 
Evaluated toCountThreshold
BinTrue262371
BinFalse5471223141

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

691:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

695:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

697:            if (store_last_txtb_index = '1') then 
Evaluated toCountThreshold
BinTrue255011
BinFalse5471488331

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

702:            if (commit_dbl_bufs = '1') then 
Evaluated toCountThreshold
BinTrue257831
BinFalse5471485511

"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
BinTrue99921
BinFalse665501

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

721:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

723:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

728:    select_index_changed <= '0' when (select_buf_index = select_buf_index_reg
Evaluated toCountThreshold
BinTrue466261
BinFalse542831

"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
BinTrue508231
BinFalse3532851

"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
BinTrue530371
BinFalse3002481

"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
BinTrue522881
BinFalse2479601

"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
BinTrue520581
BinFalse1959021

"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
BinTrue526441
BinFalse1432581

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

746:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

748:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

"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
BinTrue254901
BinFalse286921

Uncovered toggles:

Excluded toggles:

Port:

 CLK_SYS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RST_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)01274631
Bin(4)10290641
Bin(3)0140101
Bin(3)1056111
Bin(2)01471581
Bin(2)10487591
Bin(1)01382951
Bin(1)10382981
Bin(0)011035941
Bin(0)101051921

Port:

 TXTB_PORT_B_CLK_EN
FromToCountThreshold
Bin011074541
Bin101090551

Port:

 TXTB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011857111
Bin101873121

Port:

 TXTB_IS_BB
ElementFromToCountThreshold
Bin(3)0171
Bin(3)102361
Bin(2)01111
Bin(2)102321
Bin(1)01361
Bin(1)108861
Bin(0)01891
Bin(0)1017981

Port:

 TRAN_WORD
ElementFromToCountThreshold
Bin(31)01103871
Bin(31)10273601
Bin(30)01106851
Bin(30)10261441
Bin(29)01100891
Bin(29)10257921
Bin(28)01264301
Bin(28)10683151
Bin(27)01219911
Bin(27)10567891
Bin(26)01269381
Bin(26)10688451
Bin(25)01232631
Bin(25)10606151
Bin(24)01277641
Bin(24)10697351
Bin(23)01246211
Bin(23)10585501
Bin(22)01267011
Bin(22)10673411
Bin(21)01248721
Bin(21)10609711
Bin(20)01264691
Bin(20)10664141
Bin(19)01245121
Bin(19)10598261
Bin(18)01277781
Bin(18)10666191
Bin(17)01168911
Bin(17)10398191
Bin(16)01174931
Bin(16)10391881
Bin(15)01172811
Bin(15)10600971
Bin(14)01173361
Bin(14)10597611
Bin(13)01168721
Bin(13)10592681
Bin(12)01168881
Bin(12)10586931
Bin(11)01176681
Bin(11)10589211
Bin(10)01194441
Bin(10)10636161
Bin(9)01283571
Bin(9)10755041
Bin(8)01180891
Bin(8)10620771
Bin(7)01363861
Bin(7)10467201
Bin(6)01285391
Bin(6)10352091
Bin(5)01211411
Bin(5)10292541
Bin(4)01183341
Bin(4)10235791
Bin(3)01272231
Bin(3)10346861
Bin(2)01290431
Bin(2)10367921
Bin(1)01291981
Bin(1)10368201
Bin(0)01363321
Bin(0)10458411

Port:

 TRAN_DLC
ElementFromToCountThreshold
Bin(3)0114961
Bin(3)1030961
Bin(2)0119551
Bin(2)1035551
Bin(1)0119081
Bin(1)1035091
Bin(0)0135631
Bin(0)1051641

Port:

 TRAN_IS_RTR
FromToCountThreshold
Bin0111731
Bin1027721

Port:

 TRAN_IDENT_TYPE
FromToCountThreshold
Bin0125621
Bin1041631

Port:

 TRAN_FRAME_TYPE
FromToCountThreshold
Bin0127131
Bin1043141

Port:

 TRAN_BRS
FromToCountThreshold
Bin0120111
Bin1036121

Port:

 TRAN_IDENTIFIER
ElementFromToCountThreshold
Bin(28)0139241
Bin(28)1054751
Bin(27)0138831
Bin(27)1055161
Bin(26)0138701
Bin(26)1054181
Bin(25)0141271
Bin(25)1057501
Bin(24)0139601
Bin(24)1054981
Bin(23)0141241
Bin(23)1057491
Bin(22)0138141
Bin(22)1054441
Bin(21)0141991
Bin(21)1057591
Bin(20)0138691
Bin(20)1055011
Bin(19)0142191
Bin(19)1057721
Bin(18)0138221
Bin(18)1054511
Bin(17)0117541
Bin(17)1095921
Bin(16)0117401
Bin(16)1096401
Bin(15)0117541
Bin(15)1096591
Bin(14)0116971
Bin(14)1096641
Bin(13)0117111
Bin(13)1095761
Bin(12)0116631
Bin(12)1094811
Bin(11)0117341
Bin(11)1095631
Bin(10)0116631
Bin(10)1093941
Bin(9)0117251
Bin(9)1095181
Bin(8)0117051
Bin(8)1094951
Bin(7)0117751
Bin(7)1095681
Bin(6)0117401
Bin(6)1096401
Bin(5)0117511
Bin(5)1095831
Bin(4)0117361
Bin(4)1096331
Bin(3)0117531
Bin(3)1095541
Bin(2)0117331
Bin(2)1095121
Bin(1)0117541
Bin(1)1096371
Bin(0)0117261
Bin(0)1095411

Port:

 TRAN_FRAME_TEST
ElementFromToCountThreshold
BinFSTC012701
BinFSTC1018711
BinFCRC011001
BinFCRC1017011
BinSDLC012701
BinSDLC1018711
BinTPRM(4)01581
BinTPRM(4)1032731
BinTPRM(3)011891
BinTPRM(3)1018381
BinTPRM(2)012091
BinTPRM(2)1018581
BinTPRM(1)014311
BinTPRM(1)1020801
BinTPRM(0)016531
BinTPRM(0)1023021

Port:

 TRAN_FRAME_VALID
FromToCountThreshold
Bin01257461
Bin10273471

Port:

 TRAN_FRAME_PARITY_ERROR
FromToCountThreshold
Bin016991
Bin1023001

Port:

 TXTB_HW_CMD
ElementFromToCountThreshold
BinLOCK01255011
BinLOCK10271021
BinVALID01111151
BinVALID10127161
BinERR0142691
BinERR1058701
BinARBL014551
BinARBL1020561
BinFAILED0196511
BinFAILED10112521

Port:

 TXTB_CHANGED
FromToCountThreshold
Bin0199921
Bin10115931

Port:

 TXTB_HW_CMD_CS
ElementFromToCountThreshold
Bin(7)01741
Bin(7)108561
Bin(6)01721
Bin(6)108581
Bin(5)01701
Bin(5)108601
Bin(4)01771
Bin(4)108531
Bin(3)013691
Bin(3)1027071
Bin(2)012931
Bin(2)1027831
Bin(1)0155991
Bin(1)1083481
Bin(0)0173931
Bin(0)1065541

Port:

 CURR_TXTB_INDEX
ElementFromToCountThreshold
Bin(2)011171
Bin(2)1017181
Bin(1)015201
Bin(1)1021211
Bin(0)0160161
Bin(0)1076171

Signal:

 SELECT_BUF_AVAIL
FromToCountThreshold
Bin01272031
Bin10288041

Signal:

 TXTB_SELECTED_INPUT
ElementFromToCountThreshold
Bin(31)0187011
Bin(31)10103021
Bin(30)0186511
Bin(30)10102521
Bin(29)0184181
Bin(29)10100191
Bin(28)01261851
Bin(28)10277861
Bin(27)01204231
Bin(27)10220241
Bin(26)01266341
Bin(26)10282351
Bin(25)01217261
Bin(25)10233271
Bin(24)01275331
Bin(24)10291341
Bin(23)01230841
Bin(23)10246851
Bin(22)01265411
Bin(22)10281421
Bin(21)01233411
Bin(21)10249421
Bin(20)01263691
Bin(20)10279701
Bin(19)01229491
Bin(19)10245501
Bin(18)01275601
Bin(18)10291611
Bin(17)01153631
Bin(17)10169641
Bin(16)01156541
Bin(16)10172551
Bin(15)01156091
Bin(15)10172101
Bin(14)01154441
Bin(14)10170451
Bin(13)01151851
Bin(13)10167861
Bin(12)01150971
Bin(12)10166981
Bin(11)01161201
Bin(11)10177211
Bin(10)01176471
Bin(10)10192481
Bin(9)01267631
Bin(9)10283641
Bin(8)01161931
Bin(8)10177941
Bin(7)01362731
Bin(7)10378741
Bin(6)01284291
Bin(6)10300301
Bin(5)01211161
Bin(5)10227171
Bin(4)01183021
Bin(4)10199031
Bin(3)01272031
Bin(3)10288041
Bin(2)01289571
Bin(2)10305581
Bin(1)01291251
Bin(1)10307261
Bin(0)01362521
Bin(0)10378531

Signal:

 TXTB_TIMESTAMP
ElementFromToCountThreshold
Bin(63)0187011
Bin(63)10103021
Bin(62)0186511
Bin(62)10102521
Bin(61)0184181
Bin(61)10100191
Bin(60)01261851
Bin(60)10277861
Bin(59)01204231
Bin(59)10220241
Bin(58)01266341
Bin(58)10282351
Bin(57)01217261
Bin(57)10233271
Bin(56)01275331
Bin(56)10291341
Bin(55)01230841
Bin(55)10246851
Bin(54)01265411
Bin(54)10281421
Bin(53)01233411
Bin(53)10249421
Bin(52)01263691
Bin(52)10279701
Bin(51)01229491
Bin(51)10245501
Bin(50)01275601
Bin(50)10291611
Bin(49)01153631
Bin(49)10169641
Bin(48)01156541
Bin(48)10172551
Bin(47)01156091
Bin(47)10172101
Bin(46)01154441
Bin(46)10170451
Bin(45)01151851
Bin(45)10167861
Bin(44)01150971
Bin(44)10166981
Bin(43)01161201
Bin(43)10177211
Bin(42)01176471
Bin(42)10192481
Bin(41)01267631
Bin(41)10283641
Bin(40)01161931
Bin(40)10177941
Bin(39)01362731
Bin(39)10378741
Bin(38)01284291
Bin(38)10300301
Bin(37)01211161
Bin(37)10227171
Bin(36)01183021
Bin(36)10199031
Bin(35)01272031
Bin(35)10288041
Bin(34)01289571
Bin(34)10305581
Bin(33)01291251
Bin(33)10307261
Bin(32)01362521
Bin(32)10378531
Bin(31)01141
Bin(31)1016151
Bin(30)01131
Bin(30)1016141
Bin(29)01131
Bin(29)1016141
Bin(28)01181
Bin(28)1016191
Bin(27)01221
Bin(27)1016231
Bin(26)01171
Bin(26)1016181
Bin(25)01201
Bin(25)1016211
Bin(24)01131
Bin(24)1016141
Bin(23)01181
Bin(23)1016191
Bin(22)01141
Bin(22)1016151
Bin(21)01141
Bin(21)1016151
Bin(20)01151
Bin(20)1016161
Bin(19)01191
Bin(19)1016201
Bin(18)01141
Bin(18)1016151
Bin(17)01231
Bin(17)1016241
Bin(16)01171
Bin(16)1016181
Bin(15)01181
Bin(15)1016191
Bin(14)01301
Bin(14)1016311
Bin(13)01531
Bin(13)1016541
Bin(12)01701
Bin(12)1016711
Bin(11)01591
Bin(11)1016601
Bin(10)01721
Bin(10)1016731
Bin(9)01651
Bin(9)1016661
Bin(8)01511
Bin(8)1016521
Bin(7)01561
Bin(7)1016571
Bin(6)01781
Bin(6)1016791
Bin(5)01561
Bin(5)1016571
Bin(4)01631
Bin(4)1016641
Bin(3)01781
Bin(3)1016791
Bin(2)01561
Bin(2)1016571
Bin(1)01521
Bin(1)1016531
Bin(0)01541
Bin(0)1016551

Signal:

 TIMESTAMP_VALID
FromToCountThreshold
Bin0118131
Bin102121

Signal:

 SELECT_INDEX_CHANGED
FromToCountThreshold
Bin01466151
Bin10466261

Signal:

 VALIDATED_BUFFER
FromToCountThreshold
Bin01257231
Bin10273241

Signal:

 TXTB_CLK_EN_Q
FromToCountThreshold
Bin01808711
Bin10824721

Signal:

 TX_ARB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011048401
Bin101064411

Signal:

 TS_LOW_INTERNAL
ElementFromToCountThreshold
Bin(31)01141
Bin(31)1016151
Bin(30)01131
Bin(30)1016141
Bin(29)01131
Bin(29)1016141
Bin(28)01181
Bin(28)1016191
Bin(27)01221
Bin(27)1016231
Bin(26)01171
Bin(26)1016181
Bin(25)01201
Bin(25)1016211
Bin(24)01131
Bin(24)1016141
Bin(23)01181
Bin(23)1016191
Bin(22)01141
Bin(22)1016151
Bin(21)01141
Bin(21)1016151
Bin(20)01151
Bin(20)1016161
Bin(19)01191
Bin(19)1016201
Bin(18)01141
Bin(18)1016151
Bin(17)01231
Bin(17)1016241
Bin(16)01171
Bin(16)1016181
Bin(15)01181
Bin(15)1016191
Bin(14)01301
Bin(14)1016311
Bin(13)01531
Bin(13)1016541
Bin(12)01701
Bin(12)1016711
Bin(11)01591
Bin(11)1016601
Bin(10)01721
Bin(10)1016731
Bin(9)01651
Bin(9)1016661
Bin(8)01511
Bin(8)1016521
Bin(7)01561
Bin(7)1016571
Bin(6)01781
Bin(6)1016791
Bin(5)01561
Bin(5)1016571
Bin(4)01631
Bin(4)1016641
Bin(3)01781
Bin(3)1016791
Bin(2)01561
Bin(2)1016571
Bin(1)01521
Bin(1)1016531
Bin(0)01541
Bin(0)1016551

Signal:

 TRAN_DLC_DBL_BUF
ElementFromToCountThreshold
Bin(3)0115121
Bin(3)1031121
Bin(2)0119781
Bin(2)1035781
Bin(1)0119281
Bin(1)1035291
Bin(0)0135841
Bin(0)1051851

Signal:

 TRAN_IS_RTR_DBL_BUF
FromToCountThreshold
Bin0111951
Bin1027941

Signal:

 TRAN_IDENT_TYPE_DBL_BUF
FromToCountThreshold
Bin0125861
Bin1041871

Signal:

 TRAN_FRAME_TYPE_DBL_BUF
FromToCountThreshold
Bin0127411
Bin1043421

Signal:

 TRAN_BRS_DBL_BUF
FromToCountThreshold
Bin0120341
Bin1036351

Signal:

 TRAN_FRAME_TEST_DBL_BUF
ElementFromToCountThreshold
BinFSTC012701
BinFSTC1018711
BinFCRC011001
BinFCRC1017011
BinSDLC012701
BinSDLC1018711
BinTPRM(4)01501
BinTPRM(4)1016511
BinTPRM(3)011891
BinTPRM(3)1017901
BinTPRM(2)012091
BinTPRM(2)1018101
BinTPRM(1)014311
BinTPRM(1)1020321
BinTPRM(0)016531
BinTPRM(0)1022541

Signal:

 TRAN_DLC_COM
ElementFromToCountThreshold
Bin(3)0114961
Bin(3)1030961
Bin(2)0119551
Bin(2)1035551
Bin(1)0119081
Bin(1)1035091
Bin(0)0135631
Bin(0)1051641

Signal:

 TRAN_IS_RTR_COM
FromToCountThreshold
Bin0111731
Bin1027721

Signal:

 TRAN_IDENT_TYPE_COM
FromToCountThreshold
Bin0125621
Bin1041631

Signal:

 TRAN_FRAME_TYPE_COM
FromToCountThreshold
Bin0127131
Bin1043141

Signal:

 TRAN_BRS_COM
FromToCountThreshold
Bin0120111
Bin1036121

Signal:

 TRAN_FRAME_VALID_COM
FromToCountThreshold
Bin01257181
Bin10273191

Signal:

 TRAN_IDENTIFIER_COM
ElementFromToCountThreshold
Bin(28)0138391
Bin(28)1054381
Bin(27)0138811
Bin(27)1054821
Bin(26)0137791
Bin(26)1053791
Bin(25)0141161
Bin(25)1057151
Bin(24)0138661
Bin(24)1054661
Bin(23)0141141
Bin(23)1057141
Bin(22)0138071
Bin(22)1054061
Bin(21)0141121
Bin(21)1057101
Bin(20)0138661
Bin(20)1054661
Bin(19)0141301
Bin(19)1057291
Bin(18)0138171
Bin(18)1054151
Bin(17)0117491
Bin(17)1033501
Bin(16)0117351
Bin(16)1033361
Bin(15)0117501
Bin(15)1033511
Bin(14)0116971
Bin(14)1032981
Bin(13)0117111
Bin(13)1033121
Bin(12)0116621
Bin(12)1032631
Bin(11)0117331
Bin(11)1033341
Bin(10)0116581
Bin(10)1032591
Bin(9)0117211
Bin(9)1033221
Bin(8)0117001
Bin(8)1033011
Bin(7)0117701
Bin(7)1033711
Bin(6)0117401
Bin(6)1033411
Bin(5)0117501
Bin(5)1033511
Bin(4)0117351
Bin(4)1033361
Bin(3)0117531
Bin(3)1033541
Bin(2)0117271
Bin(2)1033281
Bin(1)0117491
Bin(1)1033501
Bin(0)0117221
Bin(0)1033231

Signal:

 LOAD_TS_LW_ADDR
FromToCountThreshold
Bin01289751
Bin10305761

Signal:

 LOAD_TS_UW_ADDR
FromToCountThreshold
Bin01265631
Bin10281641

Signal:

 LOAD_FFMT_W_ADDR
FromToCountThreshold
Bin01261721
Bin10277731

Signal:

 LOAD_IDENT_W_ADDR
FromToCountThreshold
Bin01260591
Bin10276601

Signal:

 LOAD_FRAME_TEST_W_ADDR
FromToCountThreshold
Bin01263801
Bin10279811

Signal:

 STORE_TS_L_W
FromToCountThreshold
Bin01265631
Bin10281641

Signal:

 COMMIT_DBL_BUFS
FromToCountThreshold
Bin01261411
Bin10277421

Signal:

 BUFFER_MD_W
FromToCountThreshold
Bin01260591
Bin10276601

Signal:

 BUFFER_FRAME_TEST_W
FromToCountThreshold
Bin01261721
Bin10277731

Signal:

 STORE_LAST_TXTB_INDEX
FromToCountThreshold
Bin01255011
Bin10271021

Signal:

 FRAME_VALID_COM_SET
FromToCountThreshold
Bin01261411
Bin10277421

Signal:

 FRAME_VALID_COM_CLEAR
FromToCountThreshold
Bin01262371
Bin10278381

Signal:

 TX_ARB_LOCKED
FromToCountThreshold
Bin01255011
Bin10271021

Signal:

 TXTB_META_CLK_EN
FromToCountThreshold
Bin01265831
Bin10281841

Signal:

 MR_TX_PRIORITY_TXBBM
ElementFromToCountThreshold
Bin(7)(2)01611
Bin(7)(2)103191
Bin(7)(1)01541
Bin(7)(1)103051
Bin(7)(0)01881
Bin(7)(0)103401
Bin(6)(2)01721
Bin(6)(2)103171
Bin(6)(1)01581
Bin(6)(1)102911
Bin(6)(0)011041
Bin(6)(0)103501
Bin(5)(2)01811
Bin(5)(2)103161
Bin(5)(1)01671
Bin(5)(1)103141
Bin(5)(0)01891
Bin(5)(0)103241
Bin(4)(2)011111
Bin(4)(2)103081
Bin(4)(1)011061
Bin(4)(1)103191
Bin(4)(0)01901
Bin(4)(0)102831
Bin(3)(2)011841
Bin(3)(2)1010021
Bin(3)(1)011931
Bin(3)(1)1010681
Bin(3)(0)012431
Bin(3)(0)1010331
Bin(2)(2)012211
Bin(2)(2)1010001
Bin(2)(1)012231
Bin(2)(1)1010431
Bin(2)(0)012851
Bin(2)(0)1010361
Bin(1)(2)012831
Bin(1)(2)1018391
Bin(1)(1)012641
Bin(1)(1)1019201
Bin(1)(0)013391
Bin(1)(0)1019121
Bin(0)(2)013581
Bin(0)(2)1018691
Bin(0)(1)012981
Bin(0)(1)1019771
Bin(0)(0)0119881
Bin(0)(0)103471

Signal:

 TXTB_PARITY_MISMATCH_VLD
FromToCountThreshold
Bin0121611
Bin1037621

Signal:

 TXTB_PARITY_MISMATCH_TX
FromToCountThreshold
Bin0123521
Bin1039531

Signal:

 TXTB_HW_CMD_UNLOCK
FromToCountThreshold
Bin01254901
Bin10270911

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
BinFalseFalse4649061
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
BinTrueFalse3976661
BinTrueTrue7531

"=" expression on line 444:

 mr_mode_tttm = TTTM_ENABLED 
Evaluated toCountThreshold
BinFalse5477337991
BinTrue8119371

"and" expression on lines 454 to 455:

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

LHSRHSCountThreshold
BinFalseTrue258311
BinTrueFalse166351
BinTrueTrue261581

"=" expression on line 454:

 txtb_available(curr_txtb_index_i) = '1' 
Evaluated toCountThreshold
BinFalse686551
BinTrue427931

"=" expression on line 455:

 tran_frame_valid_com = '1' 
Evaluated toCountThreshold
BinFalse594591
BinTrue519891

"or" expression on line 459:

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

LHSRHSCountThreshold
BinFalseFalse289481
BinFalseTrue255011
BinTrueFalse257231

"=" expression on line 459:

 validated_buffer = '1' 
Evaluated toCountThreshold
BinFalse544491
BinTrue512011

"=" expression on line 459:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse546711
BinTrue509791

"=" expression on line 467:

 txtb_parity_mismatch(select_buf_index) = '1' 
Evaluated toCountThreshold
BinFalse528171
BinTrue40751

"=" expression on line 477:

 txtb_parity_mismatch(curr_txtb_index_i) = '1' 
Evaluated toCountThreshold
BinFalse203021
BinTrue28281

"and" expression on line 481:

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

LHSRHSCountThreshold
BinFalseTrue812541
BinTrueFalse19691
BinTrueTrue6991

"=" expression on line 481:

 txtb_parity_mismatch_tx = '1' 
Evaluated toCountThreshold
BinFalse1685811
BinTrue26681

"=" expression on line 481:

 txtb_clk_en_q = '1' 
Evaluated toCountThreshold
BinFalse892961
BinTrue819531

"=" expression on line 489:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse608251
BinTrue503971

"=" expression on line 497:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse2469501
BinTrue1802771

"=" expression on line 529:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse1616171
BinTrue1063831

"=" expression on line 533:

 tx_arb_locked = '1' 
Evaluated toCountThreshold
BinFalse834441
BinTrue1802771

"=" expression on line 548:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 561:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 564:

 store_ts_l_w = '1' 
Evaluated toCountThreshold
BinFalse5471478601
BinTrue264741

"=" expression on line 575:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 582:

 buffer_md_w = '1' 
Evaluated toCountThreshold
BinFalse5471483351
BinTrue259991

"=" expression on line 597:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 603:

 buffer_frame_test_w = '1' 
Evaluated toCountThreshold
BinFalse5471482181
BinTrue261161

"=" expression on line 619:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 626:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5471485511
BinTrue257831

"=" expression on line 641:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 644:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5471485511
BinTrue257831

"=" expression on line 655:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 661:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5471485511
BinTrue257831

"=" expression on line 672:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 675:

 frame_valid_com_set = '1' 
Evaluated toCountThreshold
BinFalse5471485511
BinTrue257831

"=" expression on line 677:

 frame_valid_com_clear = '1' 
Evaluated toCountThreshold
BinFalse5471223141
BinTrue262371

"=" expression on line 691:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 697:

 store_last_txtb_index = '1' 
Evaluated toCountThreshold
BinFalse5471488331
BinTrue255011

"=" expression on line 702:

 commit_dbl_bufs = '1' 
Evaluated toCountThreshold
BinFalse5471485511
BinTrue257831

"and" expression on line 709:

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

LHSRHSCountThreshold
BinFalseTrue255011
BinTrueFalse99941
BinTrueTrue99921

"/=" expression on line 709:

 last_txtb_index /= curr_txtb_index_i 
Evaluated toCountThreshold
BinFalse565561
BinTrue199861

"=" expression on line 709:

 store_last_txtb_index = '1' 
Evaluated toCountThreshold
BinFalse410491
BinTrue354931

"=" expression on line 721:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 728:

 select_buf_index = select_buf_index_reg 
Evaluated toCountThreshold
BinFalse542831
BinTrue466261

"=" expression on line 737:

 load_ts_lw_addr = '1' 
Evaluated toCountThreshold
BinFalse3532851
BinTrue508231

"=" expression on line 738:

 load_ts_uw_addr = '1' 
Evaluated toCountThreshold
BinFalse3002481
BinTrue530371

"=" expression on line 739:

 load_ffmt_w_addr = '1' 
Evaluated toCountThreshold
BinFalse2479601
BinTrue522881

"=" expression on line 740:

 load_ident_w_addr = '1' 
Evaluated toCountThreshold
BinFalse1959021
BinTrue520581

"=" expression on line 741:

 load_frame_test_w_addr = '1' 
Evaluated toCountThreshold
BinFalse1432581
BinTrue526441

"=" expression on line 746:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"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
BinFalseFalse286921
BinFalseTrue96511
BinTrueFalse158391

"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
BinFalseFalse383431
BinFalseTrue4551
BinTrueFalse153841

"or" expression on line 756:

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

LHSRHSCountThreshold
BinFalseFalse387981
BinFalseTrue42691
BinTrueFalse111151

"=" expression on line 756:

 txtb_hw_cmd.valid = '1' 
Evaluated toCountThreshold
BinFalse430671
BinTrue111151

"=" expression on line 756:

 txtb_hw_cmd.err = '1' 
Evaluated toCountThreshold
BinFalse499131
BinTrue42691

"=" expression on line 757:

 txtb_hw_cmd.arbl = '1' 
Evaluated toCountThreshold
BinFalse537271
BinTrue4551

"=" expression on line 757:

 txtb_hw_cmd.failed = '1' 
Evaluated toCountThreshold
BinFalse445311
BinTrue96511

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: