NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_MAC_TOP.I_MAC_PC_TOP.I_MAC_PC_FSM

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/medium_access_control/mac_pc_top.vhd

Nested Instances Statement Branch Toggle Expression FSM state Functional Average
I_DLC_DECODER_TX 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)
I_DLC_DECODER_RX 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)
I_DLC_DECODER_RX_INST_COMB 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)

Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_MAC_TOP.I_MAC_PC_TOP.I_MAC_PC_FSM 100.0 % (1136/1136) 100.0 % (730/730) 100.0 % (712/712) 100.0 % (1197/1197) 100.0 % (76/76) N.A. 100.0 % (3851/3851)

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 757 to 759:

757:    tran_frame_type_i <= FD_CAN when (tran_frame_type = FD_CAN and mr_mode_fde = '1') 
758:                                else 
759:                         NORMAL_CAN; 

Count: 10629
Threshold: 1

Signal assignment statement on line 757:

757:    tran_frame_type_i <= FD_CAN when (tran_frame_type = FD_CAN and mr_mode_fde = '1') 
Count: 2694
Threshold: 1

Signal assignment statement on line 759:

759:                         NORMAL_CAN
Count: 7935
Threshold: 1

If statement on lines 761 to 764:

761:    no_data_transmitter <= '1' when (tran_dlc = "0000" or 
762:                                    (tran_is_rtr = RTR_FRAME and tran_frame_type_i = NORMAL_CAN)) 
763:                               else 
764:                           '0'; 

Count: 22402
Threshold: 1

Signal assignment statement on line 761:

761:    no_data_transmitter <= '1' when (tran_dlc = "0000" or 
Count: 10315
Threshold: 1

Signal assignment statement on line 764:

764:                           '0'
Count: 12087
Threshold: 1

If statement on lines 766 to 768:

766:    no_data_receiver <= '1' when (rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000") 
767:                            else 
768:                        '0'; 

Count: 5079505
Threshold: 1

Signal assignment statement on line 766:

766:    no_data_receiver <= '1' when (rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000") 
Count: 1070956
Threshold: 1

Signal assignment statement on line 768:

768:                        '0'
Count: 4008549
Threshold: 1

If statement on lines 770 to 774:

770:    no_data_field <= '1' when (is_transmitter = '1' and no_data_transmitter = '1') 
771:                         else 
772:                     '1' when (is_receiver = '1' and no_data_receiver = '1') 
773:                         else 
774:                     '0'; 

Count: 963457
Threshold: 1

Signal assignment statement on line 770:

770:    no_data_field <= '1' when (is_transmitter = '1' and no_data_transmitter = '1') 
Count: 42137
Threshold: 1

Signal assignment statement on line 772:

772:                     '1' when (is_receiver = '1' and no_data_receiver = '1') 
Count: 260934
Threshold: 1

Signal assignment statement on line 774:

774:                     '0'
Count: 660386
Threshold: 1

If statement on lines 776 to 778:

776:    go_to_suspend <= '1' when (is_err_passive = '1' and is_transmitter = '1') 
777:                         else 
778:                     '0'; 

Count: 45783
Threshold: 1

Signal assignment statement on line 776:

776:    go_to_suspend <= '1' when (is_err_passive = '1' and is_transmitter = '1') 
Count: 2673
Threshold: 1

Signal assignment statement on line 778:

778:                     '0'
Count: 43110
Threshold: 1

If statement on lines 780 to 782:

780:    ide_is_arbitration <= '1' when (tran_ident_type = EXTENDED or is_receiver = '1') 
781:                              else 
782:                          '0'; 

Count: 71656
Threshold: 1

Signal assignment statement on line 780:

780:    ide_is_arbitration <= '1' when (tran_ident_type = EXTENDED or is_receiver = '1') 
Count: 33977
Threshold: 1

Signal assignment statement on line 782:

782:                          '0'
Count: 37679
Threshold: 1

If statement on lines 784 to 787:

784:    arbitration_lost_condition <= '1' when (is_transmitter = '1' and tx_data_wbs = RECESSIVE and 
785:                                            rx_data_nbs = DOMINANT and rx_trigger = '1') 
786:                                      else 
787:                                  '0'; 

Count: 24919251
Threshold: 1

Signal assignment statement on line 784:

784:    arbitration_lost_condition <= '1' when (is_transmitter = '1' and tx_data_wbs = RECESSIVE and 
Count: 29321
Threshold: 1

Signal assignment statement on line 787:

787:                                  '0'
Count: 24889930
Threshold: 1

If statement on lines 789 to 791:

789:    tx_failed <= '1' when (mr_settings_rtrle = '1' and retr_limit_reached = '1') 
790:                     else 
791:                 '0'; 

Count: 11826
Threshold: 1

Signal assignment statement on line 789:

789:    tx_failed <= '1' when (mr_settings_rtrle = '1' and retr_limit_reached = '1') 
Count: 2647
Threshold: 1

Signal assignment statement on line 791:

791:                 '0'
Count: 9179
Threshold: 1

If statement on lines 793 to 797:

793:    is_fd_frame <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN) 
794:                       else 
795:                   '1' when (is_receiver = '1' and rec_frame_type = FD_CAN) 
796:                       else 
797:                   '0'; 

Count: 168576
Threshold: 1

Signal assignment statement on line 793:

793:    is_fd_frame <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN) 
Count: 35137
Threshold: 1

Signal assignment statement on line 795:

795:                   '1' when (is_receiver = '1' and rec_frame_type = FD_CAN) 
Count: 30872
Threshold: 1

Signal assignment statement on line 797:

797:                   '0'
Count: 102567
Threshold: 1

If statement on lines 799 to 801:

799:    go_to_stuff_count <= '1' when (mr_settings_nisofd = ISO_FD and is_fd_frame = '1') 
800:                             else 
801:                         '0'; 

Count: 91044
Threshold: 1

Signal assignment statement on line 799:

799:    go_to_stuff_count <= '1' when (mr_settings_nisofd = ISO_FD and is_fd_frame = '1') 
Count: 42981
Threshold: 1

Signal assignment statement on line 801:

801:                         '0'
Count: 48063
Threshold: 1

If statement on lines 803 to 805:

803:    frame_start <= '1' when (tran_frame_valid = '1' and go_to_suspend = '0') else 
804:                   '1' when (rx_data_nbs = DOMINANT) else 
805:                   '0'; 

Count: 2857508
Threshold: 1

Signal assignment statement on line 803:

803:    frame_start <= '1' when (tran_frame_valid = '1' and go_to_suspend = '0') else 
Count: 1134139
Threshold: 1

Signal assignment statement on line 804:

804:                   '1' when (rx_data_nbs = DOMINANT) else 
Count: 849370
Threshold: 1

Signal assignment statement on line 805:

805:                   '0'
Count: 873999
Threshold: 1

If statement on lines 807 to 811:

807:    tx_dominant_ack <= '1' when  (crc_match = '1') and 
808:                                  ((is_receiver = '1'    and mr_mode_acf = '0') or 
809:                                   (is_transmitter = '1' and mr_mode_sam = '1')) 
810:                           else 
811:                       '0'; 

Count: 163620
Threshold: 1

Signal assignment statement on line 807:

807:    tx_dominant_ack <= '1' when  (crc_match = '1') and 
Count: 15138
Threshold: 1

Signal assignment statement on line 811:

811:                       '0'
Count: 148482
Threshold: 1

If statement on lines 817 to 819:

817:    allow_flipped_ack <= '1' when (tx_dominant_ack = '0' or mr_mode_bmm = '1') 
818:                             else 
819:                         '0'; 

Count: 35109
Threshold: 1

Signal assignment statement on line 817:

817:    allow_flipped_ack <= '1' when (tx_dominant_ack = '0' or mr_mode_bmm = '1') 
Count: 18380
Threshold: 1

Signal assignment statement on line 819:

819:                         '0'
Count: 16729
Threshold: 1

If statement on lines 825 to 833:

825:    block_txtb_unlock <= '1' when (curr_state = s_pc_act_err_flag or 
826:                                   curr_state = s_pc_pas_err_flag or 
...
832:                             else 
833:                         '0'; 

Count: 839377
Threshold: 1

Signal assignment statement on line 825:

825:    block_txtb_unlock <= '1' when (curr_state = s_pc_act_err_flag or 
Count: 79815
Threshold: 1

Signal assignment statement on line 833:

833:                         '0'
Count: 759562
Threshold: 1

If statement on lines 835 to 838:

835:    pex_on_fdf_enable <= '1' when (mr_mode_fde = FDE_DISABLE and 
836:                                   mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED) 
837:                             else 
838:                         '0'; 

Count: 3746
Threshold: 1

Signal assignment statement on line 835:

835:    pex_on_fdf_enable <= '1' when (mr_mode_fde = FDE_DISABLE and 
Count: 35
Threshold: 1

Signal assignment statement on line 838:

838:                         '0'
Count: 3711
Threshold: 1

If statement on lines 840 to 843:

840:    pex_on_res_enable <= '1' when (mr_mode_fde = FDE_ENABLE and 
841:                                   mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED) 
842:                             else 
843:                         '0'; 

Count: 3746
Threshold: 1

Signal assignment statement on line 840:

840:    pex_on_res_enable <= '1' when (mr_mode_fde = FDE_ENABLE and 
Count: 72
Threshold: 1

Signal assignment statement on line 843:

843:                         '0'
Count: 3674
Threshold: 1

If statement on lines 848 to 853:

848:    integ_restart_edge <= '0' when (mr_mode_fde = FDE_DISABLE and 
849:                                    mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) 
850:                              else 
851:                          '1' when (sync_edge = '1') 
852:                              else 
853:                          '0'; 

Count: 3130675
Threshold: 1

Signal assignment statement on line 848:

848:    integ_restart_edge <= '0' when (mr_mode_fde = FDE_DISABLE and 
Count: 7442
Threshold: 1

Signal assignment statement on line 851:

851:                          '1' when (sync_edge = '1') 
Count: 1559043
Threshold: 1

Signal assignment statement on line 853:

853:                          '0'
Count: 1564190
Threshold: 1

Signal assignment statement on line 858:

858:    tran_data_length_i <= to_integer(unsigned(tran_data_length))
Count: 17533
Threshold: 1

Sequential statement on lines 860 to 870:

860:    with tran_data_length_i select txtb_num_words_gate <= 
861:        4  when 1 | 2 | 3 | 4, 
...
869:        19 when 64, 
870:        0  when others; 

Count: 14331
Threshold: 1

Signal assignment statement on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Count: 3694
Threshold: 1

Signal assignment statement on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Count: 2576
Threshold: 1

Signal assignment statement on line 863:

863:        6  when 12, 
Count: 293
Threshold: 1

Signal assignment statement on line 864:

864:        7  when 16, 
Count: 135
Threshold: 1

Signal assignment statement on line 865:

865:        8  when 20, 
Count: 68
Threshold: 1

Signal assignment statement on line 866:

866:        9  when 24, 
Count: 138
Threshold: 1

Signal assignment statement on line 867:

867:        11 when 32, 
Count: 92
Threshold: 1

Signal assignment statement on line 868:

868:        15 when 48, 
Count: 102
Threshold: 1

Signal assignment statement on line 869:

869:        19 when 64, 
Count: 86
Threshold: 1

Signal assignment statement on line 870:

870:        0  when others; 
Count: 7147
Threshold: 1

If statement on lines 872 to 874:

872:    txtb_gate_mem_read <= '1' when (txtb_ptr_d > txtb_num_words_gate) 
873:                              else 
874:                          '0'; 

Count: 114452
Threshold: 1

Signal assignment statement on line 872:

872:    txtb_gate_mem_read <= '1' when (txtb_ptr_d > txtb_num_words_gate) 
Count: 17003
Threshold: 1

Signal assignment statement on line 874:

874:                          '0'
Count: 97449
Threshold: 1

If statement on lines 879 to 885:

879:    crc_use_21 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
880:                            to_integer(unsigned(tran_data_length)) > 16) 
...
884:                      else 
885:                  '0'; 

Count: 292102
Threshold: 1

Signal assignment statement on line 879:

879:    crc_use_21 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
Count: 32796
Threshold: 1

Signal assignment statement on line 882:

882:                  '1' when (is_receiver = '1' and rec_frame_type = FD_CAN and 
Count: 20133
Threshold: 1

Signal assignment statement on line 885:

885:                  '0'
Count: 239173
Threshold: 1

If statement on lines 887 to 893:

887:    crc_use_17 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
888:                            crc_use_21 = '0') 
...
892:                      else 
893:                  '0'; 

Count: 218210
Threshold: 1

Signal assignment statement on line 887:

887:    crc_use_17 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
Count: 25739
Threshold: 1

Signal assignment statement on line 890:

890:                  '1' when (is_receiver = '1' and rec_frame_type = FD_CAN and 
Count: 30870
Threshold: 1

Signal assignment statement on line 893:

893:                  '0'
Count: 161601
Threshold: 1

If statement on lines 895 to 897:

895:    crc_src_i <= C_CRC21_SRC when (crc_use_21 = '1') else 
896:                 C_CRC17_SRC when (crc_use_17 = '1') else 
897:                 C_CRC15_SRC; 

Count: 124177
Threshold: 1

Signal assignment statement on line 895:

895:    crc_src_i <= C_CRC21_SRC when (crc_use_21 = '1') else 
Count: 49644
Threshold: 1

Signal assignment statement on line 896:

896:                 C_CRC17_SRC when (crc_use_17 = '1') else 
Count: 28318
Threshold: 1

Signal assignment statement on line 897:

897:                 C_CRC15_SRC
Count: 46215
Threshold: 1

If statement on lines 899 to 901:

899:    crc_length_i <= C_CRC15_DURATION when (crc_src_i = C_CRC15_SRC) else 
900:                    C_CRC17_DURATION when (crc_src_i = C_CRC17_SRC) else 
901:                    C_CRC21_DURATION; 

Count: 99355
Threshold: 1

Signal assignment statement on line 899:

899:    crc_length_i <= C_CRC15_DURATION when (crc_src_i = C_CRC15_SRC) else 
Count: 44614
Threshold: 1

Signal assignment statement on line 900:

900:                    C_CRC17_DURATION when (crc_src_i = C_CRC17_SRC) else 
Count: 28318
Threshold: 1

Signal assignment statement on line 901:

901:                    C_CRC21_DURATION
Count: 26423
Threshold: 1

If statement on lines 931 to 932:

931:    data_length_c <= tran_data_length when (is_transmitter = '1') else 
932:                     rec_data_length_c; 

Count: 5237363
Threshold: 1

Signal assignment statement on line 931:

931:    data_length_c <= tran_data_length when (is_transmitter = '1') else 
Count: 2284437
Threshold: 1

Signal assignment statement on line 932:

932:                     rec_data_length_c
Count: 2952926
Threshold: 1

Signal assignment statement on line 935:

935:    data_length_shifted_c <= data_length_c & "000"
Count: 2952816
Threshold: 1

Signal assignment statement on line 938:

938:    data_length_sub_c <= unsigned(data_length_shifted_c) - 1
Count: 2954417
Threshold: 1

Signal assignment statement on lines 941 to 942:

941:    data_length_bits_c <= std_logic_vector( 
942:            data_length_sub_c(ctrl_ctr_pload_val'length - 1 downto 0)); 

Count: 2950840
Threshold: 1

If statement on lines 950 to 958:

950:        if (rst_n = '0') then 
951:            mr_command_ercrst_q <= '0'; 
...
957:            end if; 
958:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 951:

951:            mr_command_ercrst_q <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 953 to 957:

953:            if (mr_command_ercrst = '1') then 
954:                mr_command_ercrst_q <= '1'; 
955:            elsif (rx_trigger = '1' and clr_bus_off_rst_flg = '1') then 
956:                mr_command_ercrst_q <= '0'; 
957:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 954:

954:                mr_command_ercrst_q <= '1'; 
Count: 170
Threshold: 1

Signal assignment statement on line 956:

956:                mr_command_ercrst_q <= '0'; 
Count: 170
Threshold: 1

Signal assignment statement on line 970:

970:        next_state <= curr_state; 
Count: 5165927
Threshold: 1

If statement on lines 972 to 1227:

972:        if (err_frm_req = '1') then 
973:            if (mr_mode_rom = ROM_DISABLED) then 
...
1226:            --------------------------------------------------------------------------------------- 
1227:            when s_pc_suspend => 

Count: 5165927
Threshold: 1

If statement on lines 973 to 981:

973:            if (mr_mode_rom = ROM_DISABLED) then 
974:                if (is_err_active = '1') then 
...
980:                next_state <= s_pc_integrating; 
981:            end if; 

Count: 32430
Threshold: 1

If statement on lines 974 to 978:

974:                if (is_err_active = '1') then 
975:                    next_state <= s_pc_act_err_flag; 
976:                else 
977:                    next_state <= s_pc_pas_err_flag; 
978:                end if; 

Count: 28262
Threshold: 1

Signal assignment statement on line 975:

975:                    next_state <= s_pc_act_err_flag; 
Count: 21117
Threshold: 1

Signal assignment statement on line 977:

977:                    next_state <= s_pc_pas_err_flag; 
Count: 7145
Threshold: 1

Signal assignment statement on line 980:

980:                next_state <= s_pc_integrating; 
Count: 4168
Threshold: 1

Sequential statement on lines 984 to 1239:

984:            case curr_state is 
985: 
...
1238:                end if; 
1239: 

Count: 5133497
Threshold: 1

Signal assignment statement on line 990:

990:                next_state <= s_pc_integrating; 
Count: 29881
Threshold: 1

If statement on lines 996 to 998:

996:                if (ctrl_ctr_zero = '1') then 
997:                    next_state <= s_pc_idle; 
998:                end if; 

Count: 38688
Threshold: 1

Signal assignment statement on line 997:

997:                    next_state <= s_pc_idle; 
Count: 10791
Threshold: 1

Signal assignment statement on line 1004:

1004:                next_state <= s_pc_base_id; 
Count: 82520
Threshold: 1

If statement on lines 1010 to 1012:

1010:                if (ctrl_ctr_zero = '1') then 
1011:                    next_state <= s_pc_rtr_srr_r1; 
1012:                end if; 

Count: 645915
Threshold: 1

Signal assignment statement on line 1011:

1011:                    next_state <= s_pc_rtr_srr_r1; 
Count: 90437
Threshold: 1

Signal assignment statement on line 1018:

1018:                next_state <= s_pc_ide; 
Count: 142336
Threshold: 1

If statement on lines 1024 to 1028:

1024:                if (rx_data_nbs = DOMINANT) then 
1025:                   next_state <= s_pc_edl_r0; 
1026:                else 
1027:                   next_state <= s_pc_ext_id; 
1028:                end if; 

Count: 75840
Threshold: 1

Signal assignment statement on line 1025:

1025:                   next_state <= s_pc_edl_r0; 
Count: 36944
Threshold: 1

Signal assignment statement on line 1027:

1027:                   next_state <= s_pc_ext_id; 
Count: 38896
Threshold: 1

If statement on lines 1034 to 1036:

1034:                if (ctrl_ctr_zero = '1') then 
1035:                    next_state <= s_pc_rtr_r1; 
1036:                end if; 

Count: 191977
Threshold: 1

Signal assignment statement on line 1035:

1035:                    next_state <= s_pc_rtr_r1; 
Count: 24816
Threshold: 1

Signal assignment statement on line 1042:

1042:                next_state <= s_pc_edl_r1; 
Count: 41358
Threshold: 1

If statement on lines 1048 to 1056:

1048:                if (rx_data_nbs = DOMINANT) then 
1049:                    next_state <= s_pc_r0_ext; 
...
1055:                    end if; 
1056:                end if; 

Count: 33868
Threshold: 1

Signal assignment statement on line 1049:

1049:                    next_state <= s_pc_r0_ext; 
Count: 21624
Threshold: 1

If statement on lines 1051 to 1055:

1051:                    if (pex_on_fdf_enable = '1') then 
1052:                        next_state <= s_pc_integrating; 
1053:                    else 
1054:                        next_state <= s_pc_r0_fd; 
1055:                    end if; 

Count: 12244
Threshold: 1

Signal assignment statement on line 1052:

1052:                        next_state <= s_pc_integrating; 
Count: 16
Threshold: 1

Signal assignment statement on line 1054:

1054:                        next_state <= s_pc_r0_fd; 
Count: 12228
Threshold: 1

Signal assignment statement on line 1062:

1062:                next_state <= s_pc_dlc; 
Count: 12826
Threshold: 1

If statement on lines 1068 to 1072:

1068:                if (rx_data_nbs = RECESSIVE and pex_on_res_enable = '1') then 
1069:                    next_state <= s_pc_integrating; 
1070:                else 
1071:                    next_state <= s_pc_brs; 
1072:                end if; 

Count: 89288
Threshold: 1

Signal assignment statement on line 1069:

1069:                    next_state <= s_pc_integrating; 
Count: 194
Threshold: 1

Signal assignment statement on line 1071:

1071:                    next_state <= s_pc_brs; 
Count: 89094
Threshold: 1

If statement on lines 1078 to 1087:

1078:                if (rx_data_nbs = DOMINANT) then 
1079:                    next_state <= s_pc_dlc; 
...
1086:                    end if; 
1087:                end if; 

Count: 56788
Threshold: 1

Signal assignment statement on line 1079:

1079:                    next_state <= s_pc_dlc; 
Count: 34769
Threshold: 1

If statement on lines 1082 to 1086:

1082:                    if (pex_on_fdf_enable = '1') then 
1083:                        next_state <= s_pc_integrating; 
1084:                    else 
1085:                        next_state <= s_pc_r0_fd; 
1086:                    end if; 

Count: 22019
Threshold: 1

Signal assignment statement on line 1083:

1083:                        next_state <= s_pc_integrating; 
Count: 16
Threshold: 1

Signal assignment statement on line 1085:

1085:                        next_state <= s_pc_r0_fd; 
Count: 22003
Threshold: 1

Signal assignment statement on line 1093:

1093:                next_state <= s_pc_esi; 
Count: 48838
Threshold: 1

Signal assignment statement on line 1099:

1099:                next_state <= s_pc_dlc; 
Count: 49545
Threshold: 1

If statement on lines 1105 to 1115:

1105:                if (ctrl_ctr_zero = '1') then 
1106:                    if (no_data_field = '1') then 
...
1114:                    end if; 
1115:                end if; 

Count: 207624
Threshold: 1

If statement on lines 1106 to 1114:

1106:                    if (no_data_field = '1') then 
1107:                        if (go_to_stuff_count = '1') then 
...
1113:                        next_state <= s_pc_data; 
1114:                    end if; 

Count: 84965
Threshold: 1

If statement on lines 1107 to 1111:

1107:                        if (go_to_stuff_count = '1') then 
1108:                            next_state <= s_pc_stuff_count; 
1109:                        else 
1110:                            next_state <= s_pc_crc; 
1111:                        end if; 

Count: 34411
Threshold: 1

Signal assignment statement on line 1108:

1108:                            next_state <= s_pc_stuff_count; 
Count: 6391
Threshold: 1

Signal assignment statement on line 1110:

1110:                            next_state <= s_pc_crc; 
Count: 28020
Threshold: 1

Signal assignment statement on line 1113:

1113:                        next_state <= s_pc_data; 
Count: 50554
Threshold: 1

If statement on lines 1121 to 1127:

1121:                if (ctrl_ctr_zero = '1') then 
1122:                    if (go_to_stuff_count = '1') then 
...
1126:                    end if; 
1127:                end if; 

Count: 1937716
Threshold: 1

If statement on lines 1122 to 1126:

1122:                    if (go_to_stuff_count = '1') then 
1123:                        next_state <= s_pc_stuff_count; 
1124:                    else 
1125:                        next_state <= s_pc_crc; 
1126:                    end if; 

Count: 64398
Threshold: 1

Signal assignment statement on line 1123:

1123:                        next_state <= s_pc_stuff_count; 
Count: 41212
Threshold: 1

Signal assignment statement on line 1125:

1125:                        next_state <= s_pc_crc; 
Count: 23186
Threshold: 1

If statement on lines 1133 to 1135:

1133:                if (ctrl_ctr_zero = '1') then 
1134:                    next_state <= s_pc_crc; 
1135:                end if; 

Count: 84266
Threshold: 1

Signal assignment statement on line 1134:

1134:                    next_state <= s_pc_crc; 
Count: 32480
Threshold: 1

If statement on lines 1141 to 1143:

1141:                if (ctrl_ctr_zero = '1') then 
1142:                    next_state <= s_pc_crc_delim; 
1143:                end if; 

Count: 437725
Threshold: 1

Signal assignment statement on line 1142:

1142:                    next_state <= s_pc_crc_delim; 
Count: 88854
Threshold: 1

If statement on lines 1149 to 1153:

1149:                if (is_fd_frame = '1') then 
1150:                    next_state <= s_pc_ack_fd_1; 
1151:                else 
1152:                    next_state <= s_pc_ack; 
1153:                end if; 

Count: 78298
Threshold: 1

Signal assignment statement on line 1150:

1150:                    next_state <= s_pc_ack_fd_1; 
Count: 30711
Threshold: 1

Signal assignment statement on line 1152:

1152:                    next_state <= s_pc_ack; 
Count: 47587
Threshold: 1

Signal assignment statement on line 1159:

1159:                next_state <= s_pc_ack_delim; 
Count: 33730
Threshold: 1

Signal assignment statement on line 1165:

1165:                next_state <= s_pc_ack_fd_2; 
Count: 22841
Threshold: 1

Signal assignment statement on line 1171:

1171:                next_state <= s_pc_ack_delim; 
Count: 22780
Threshold: 1

Signal assignment statement on line 1177:

1177:                next_state <= s_pc_eof; 
Count: 44983
Threshold: 1

If statement on lines 1184 to 1194:

1184:                if (ctrl_ctr_zero = '1') then 
1185:                    if (rx_data_nbs = RECESSIVE) then 
...
1193:                    end if; 
1194:                end if; 

Count: 54626
Threshold: 1

If statement on lines 1185 to 1193:

1185:                    if (rx_data_nbs = RECESSIVE) then 
1186:                        next_state <= s_pc_intermission; 
...
1192:                        end if; 
1193:                    end if; 

Count: 26168
Threshold: 1

Signal assignment statement on line 1186:

1186:                        next_state <= s_pc_intermission; 
Count: 25997
Threshold: 1

If statement on lines 1188 to 1192:

1188:                        if (mr_mode_rom = ROM_DISABLED) then 
1189:                            next_state <= s_pc_ovr_flag; 
1190:                        else 
1191:                            next_state <= s_pc_integrating; 
1192:                        end if; 

Count: 154
Threshold: 1

Signal assignment statement on line 1189:

1189:                            next_state <= s_pc_ovr_flag; 
Count: 150
Threshold: 1

Signal assignment statement on line 1191:

1191:                            next_state <= s_pc_integrating; 
Count: 4
Threshold: 1

If statement on lines 1200 to 1222:

1200:                if (is_bus_off = '1') then 
1201:                    next_state <= s_pc_reintegrating_wait; 
...
1221:                    end if; 
1222:                end if; 

Count: 169577
Threshold: 1

Signal assignment statement on line 1201:

1201:                    next_state <= s_pc_reintegrating_wait; 
Count: 216
Threshold: 1

If statement on lines 1205 to 1213:

1205:                    if (rx_data_nbs = DOMINANT) then 
1206:                        next_state <= s_pc_base_id; 
...
1212:                        next_state <= s_pc_idle; 
1213:                    end if; 

Count: 104161
Threshold: 1

Signal assignment statement on line 1206:

1206:                        next_state <= s_pc_base_id; 
Count: 936
Threshold: 1

Signal assignment statement on line 1208:

1208:                        next_state <= s_pc_suspend; 
Count: 5829
Threshold: 1

Signal assignment statement on line 1210:

1210:                        next_state <= s_pc_sof; 
Count: 19786
Threshold: 1

Signal assignment statement on line 1212:

1212:                        next_state <= s_pc_idle; 
Count: 77610
Threshold: 1

If statement on lines 1217 to 1221:

1217:                    if (mr_mode_rom = ROM_DISABLED) then 
1218:                        next_state <= s_pc_ovr_flag; 
1219:                    else 
1220:                        next_state <= s_pc_integrating; 
1221:                    end if; 

Count: 339
Threshold: 1

Signal assignment statement on line 1218:

1218:                        next_state <= s_pc_ovr_flag; 
Count: 310
Threshold: 1

Signal assignment statement on line 1220:

1220:                        next_state <= s_pc_integrating; 
Count: 29
Threshold: 1

If statement on lines 1228 to 1238:

1228:                if (rx_data_nbs = DOMINANT) then 
1229:                    next_state <= s_pc_base_id; 
...
1237:                    end if; 
1238:                end if; 

Count: 8519
Threshold: 1

Signal assignment statement on line 1229:

1229:                    next_state <= s_pc_base_id; 
Count: 93
Threshold: 1

If statement on lines 1233 to 1237:

1233:                    if (tran_frame_valid = '1') then 
1234:                        next_state <= s_pc_sof; 
1235:                    else 
1236:                        next_state <= s_pc_idle; 
1237:                    end if; 

Count: 5547
Threshold: 1

Signal assignment statement on line 1234:

1234:                        next_state <= s_pc_sof; 
Count: 793
Threshold: 1

Signal assignment statement on line 1236:

1236:                        next_state <= s_pc_idle; 
Count: 4754
Threshold: 1

If statement on lines 1244 to 1250:

1244:               if (is_bus_off = '1') then 
1245:                   next_state <= s_pc_reintegrating_wait; 
...
1249:                   next_state <= s_pc_sof; 
1250:               end if; 

Count: 221431
Threshold: 1

Signal assignment statement on line 1245:

1245:                   next_state <= s_pc_reintegrating_wait; 
Count: 6775
Threshold: 1

Signal assignment statement on line 1247:

1247:                   next_state <= s_pc_base_id; 
Count: 30059
Threshold: 1

Signal assignment statement on line 1249:

1249:                   next_state <= s_pc_sof; 
Count: 20151
Threshold: 1

If statement on lines 1256 to 1258:

1256:                if (mr_command_ercrst_q = '1') then 
1257:                    next_state <= s_pc_reintegrating; 
1258:                end if; 

Count: 634
Threshold: 1

Signal assignment statement on line 1257:

1257:                    next_state <= s_pc_reintegrating; 
Count: 170
Threshold: 1

If statement on lines 1264 to 1266:

1264:                if (reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1') then 
1265:                    next_state <= s_pc_idle; 
1266:                end if; 

Count: 45940
Threshold: 1

Signal assignment statement on line 1265:

1265:                    next_state <= s_pc_idle; 
Count: 170
Threshold: 1

If statement on lines 1272 to 1274:

1272:                if (ctrl_ctr_zero = '1') then 
1273:                    next_state <= s_pc_err_delim_wait; 
1274:                end if; 

Count: 64544
Threshold: 1

Signal assignment statement on line 1273:

1273:                    next_state <= s_pc_err_delim_wait; 
Count: 19712
Threshold: 1

If statement on lines 1280 to 1282:

1280:                if (ctrl_ctr_zero = '1') then 
1281:                    next_state <= s_pc_err_delim_wait; 
1282:                end if; 

Count: 23957
Threshold: 1

Signal assignment statement on line 1281:

1281:                    next_state <= s_pc_err_delim_wait; 
Count: 7987
Threshold: 1

If statement on lines 1288 to 1292:

1288:                if (rx_data_nbs = RECESSIVE) then 
1289:                    next_state <= s_pc_err_delim; 
1290:                elsif (ctrl_ctr_zero = '1') then 
1291:                    next_state <= s_pc_err_flag_too_long; 
1292:                end if; 

Count: 76738
Threshold: 1

Signal assignment statement on line 1289:

1289:                    next_state <= s_pc_err_delim; 
Count: 35663
Threshold: 1

Signal assignment statement on line 1291:

1291:                    next_state <= s_pc_err_flag_too_long; 
Count: 20943
Threshold: 1

If statement on lines 1298 to 1300:

1298:                if (rx_data_nbs = RECESSIVE) then 
1299:                    next_state <= s_pc_err_delim; 
1300:                end if; 

Count: 618
Threshold: 1

Signal assignment statement on line 1299:

1299:                    next_state <= s_pc_err_delim; 
Count: 146
Threshold: 1

If statement on lines 1306 to 1308:

1306:                if (rx_data_nbs = RECESSIVE) then 
1307:                    next_state <= s_pc_ovr_delim; 
1308:                end if; 

Count: 122
Threshold: 1

Signal assignment statement on line 1307:

1307:                    next_state <= s_pc_ovr_delim; 
Count: 34
Threshold: 1

If statement on lines 1314 to 1320:

1314:                if (ctrl_ctr_zero = '1') then 
1315:                    if (rx_data_nbs = DOMINANT) then 
...
1319:                    end if; 
1320:                end if; 

Count: 53380
Threshold: 1

If statement on lines 1315 to 1319:

1315:                    if (rx_data_nbs = DOMINANT) then 
1316:                        next_state <= s_pc_ovr_flag; 
1317:                    else 
1318:                        next_state <= s_pc_intermission; 
1319:                    end if; 

Count: 27039
Threshold: 1

Signal assignment statement on line 1316:

1316:                        next_state <= s_pc_ovr_flag; 
Count: 168
Threshold: 1

Signal assignment statement on line 1318:

1318:                        next_state <= s_pc_intermission; 
Count: 26871
Threshold: 1

If statement on lines 1326 to 1328:

1326:                if (ctrl_ctr_zero = '1') then 
1327:                    next_state <= s_pc_ovr_delim_wait; 
1328:                end if; 

Count: 1434
Threshold: 1

Signal assignment statement on line 1327:

1327:                    next_state <= s_pc_ovr_delim_wait; 
Count: 778
Threshold: 1

If statement on lines 1334 to 1338:

1334:                if (rx_data_nbs = RECESSIVE) then 
1335:                    next_state <= s_pc_ovr_delim; 
1336:                elsif (ctrl_ctr_zero = '1') then 
1337:                    next_state <= s_pc_ovr_flag_too_long; 
1338:                end if; 

Count: 1408
Threshold: 1

Signal assignment statement on line 1335:

1335:                    next_state <= s_pc_ovr_delim; 
Count: 498
Threshold: 1

Signal assignment statement on line 1337:

1337:                    next_state <= s_pc_ovr_flag_too_long; 
Count: 471
Threshold: 1

If statement on lines 1344 to 1350:

1344:                if (ctrl_ctr_zero = '1') then 
1345:                    if (rx_data_nbs = DOMINANT) then 
...
1349:                    end if; 
1350:                end if; 

Count: 938
Threshold: 1

If statement on lines 1345 to 1349:

1345:                    if (rx_data_nbs = DOMINANT) then 
1346:                        next_state <= s_pc_ovr_flag; 
1347:                    else 
1348:                        next_state <= s_pc_intermission; 
1349:                    end if; 

Count: 410
Threshold: 1

Signal assignment statement on line 1346:

1346:                        next_state <= s_pc_ovr_flag; 
Count: 32
Threshold: 1

Signal assignment statement on line 1348:

1348:                        next_state <= s_pc_intermission; 
Count: 378
Threshold: 1

Signal assignment statement on line 1375:

1375:        ctrl_ctr_pload_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1376:

1376:        ctrl_ctr_pload_val      <= (others => '0'); 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1377:

1377:        ctrl_ctr_pload_unaliged <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1378:

1378:        ctrl_ctr_ena            <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1379:

1379:        compl_ctr_ena_i         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1380:

1380:        arbitration_part        <= ALC_RSVD; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1383:

1383:        store_metadata_d        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1384:

1384:        store_data_d            <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1385:

1385:        rec_valid_d             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1387:

1387:        sof_pulse_i             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1390:

1390:        txtb_hw_cmd_d.lock      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1391:

1391:        txtb_hw_cmd_d.valid     <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1392:

1392:        txtb_hw_cmd_d.err       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1393:

1393:        txtb_hw_cmd_d.arbl      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1394:

1394:        txtb_hw_cmd_d.failed    <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1397:

1397:        rx_store_base_id_i      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1398:

1398:        rx_store_ext_id_i       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1399:

1399:        rx_store_ide_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1400:

1400:        rx_store_rtr_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1401:

1401:        rx_store_edl_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1402:

1402:        rx_store_dlc_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1403:

1403:        rx_store_esi_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1404:

1404:        rx_store_brs_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1405:

1405:        rx_store_stuff_count_i  <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1407:

1407:        rx_shift_ena            <= "0000"; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1408:

1408:        rx_shift_in_sel         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1409:

1409:        rx_clear_i              <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1412:

1412:        tx_load_base_id_i       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1413:

1413:        tx_load_ext_id_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1414:

1414:        tx_load_dlc_i           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1415:

1415:        tx_load_data_word_i     <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1416:

1416:        tx_load_stuff_count_i   <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1417:

1417:        tx_load_crc_i           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1419:

1419:        tx_shift_ena_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1420:

1420:        tx_dominant             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1422:

1422:        reinteg_ctr_clr         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1423:

1423:        reinteg_ctr_enable      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1424:

1424:        is_arbitration_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1425:

1425:        tx_dominant             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1426:

1426:        crc_check               <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1429:

1429:        form_err_i              <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1430:

1430:        ack_err_i               <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1431:

1431:        crc_err_i               <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1432:

1432:        bit_err_arb_i           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1433:

1433:        bit_err_disable         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1434:

1434:        bit_err_disable_receiver<= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1435:

1435:        crc_clear_match_flag    <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1436:

1436:        err_pos                 <= ERC_POS_OTHER; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1438:

1438:        arbitration_lost_i      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1439:

1439:        set_transmitter_i       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1440:

1440:        set_receiver_i          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1441:

1441:        set_idle_i              <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1443:

1443:        sp_control_switch_data      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1444:

1444:        sp_control_switch_nominal   <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1447:

1447:        ssp_reset               <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1448:

1448:        tran_delay_meas         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1451:

1451:        btmc_reset              <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1452:

1452:        dbt_measure_start       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1453:

1453:        gen_first_ssp           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1456:

1456:        primary_err_i           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1457:

1457:        err_delim_late_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1458:

1458:        first_err_delim_d       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1459:

1459:        set_err_active_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1461:

1461:        br_shifted_i            <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1464:

1464:        fixed_stuff             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1465:

1465:        stuff_enable_set        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1466:

1466:        stuff_enable_clear      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1467:

1467:        destuff_enable_set      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1468:

1468:        destuff_enable_clear    <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1469:

1469:        tx_frame_no_sof_d       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1472:

1472:        perform_hsync           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1475:

1475:        txtb_ptr_d              <= 0; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1478:

1478:        crc_enable              <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1479:

1479:        crc_spec_enable_i       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1480:

1480:        load_init_vect_i        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1483:

1483:        nbt_ctrs_en             <= '1'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1484:

1484:        dbt_ctrs_en             <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1487:

1487:        retr_ctr_add_block_clr  <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1488:

1488:        tick_state_reg          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1491:

1491:        pc_dbg.is_control       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1492:

1492:        pc_dbg.is_data          <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1493:

1493:        pc_dbg.is_stuff_count   <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1494:

1494:        pc_dbg.is_crc           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1495:

1495:        pc_dbg.is_crc_delim     <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1496:

1496:        pc_dbg.is_ack           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1497:

1497:        pc_dbg.is_ack_delim     <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1498:

1498:        pc_dbg.is_eof           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1499:

1499:        pc_dbg.is_suspend       <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1500:

1500:        pc_dbg.is_err           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1501:

1501:        pc_dbg.is_overload      <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1502:

1502:        pc_dbg.is_intermission  <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1503:

1503:        pc_dbg.is_sof           <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1505:

1505:        clr_bus_off_rst_flg     <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1506:

1506:        decrement_rec_i         <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1507:

1507:        ack_err_flag_clr        <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1508:

1508:        bit_err_after_ack_err   <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1510:

1510:        pexs_set                <= '0'; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1512:

1512:        rec_lbpf_d              <= rec_lbpf_q; 
Count: 40929055
Threshold: 1

Signal assignment statement on line 1513:

1513:        rec_ivld_i              <= rec_ivld_q; 
Count: 40929055
Threshold: 1

If statement on lines 1515 to 1770:

1515:        if (err_frm_req = '1') then 
1516:            tick_state_reg <= '1'; 
...
1769:                    end if; 
1770:                end if; 

Count: 40929055
Threshold: 1

Signal assignment statement on line 1516:

1516:            tick_state_reg <= '1'; 
Count: 47062
Threshold: 1

Signal assignment statement on line 1517:

1517:            ctrl_ctr_pload_i <= '1'; 
Count: 47062
Threshold: 1

If statement on lines 1518 to 1523:

1518:            if (mr_mode_rom = ROM_DISABLED) then 
1519:                ctrl_ctr_pload_val <= C_ERR_FLG_DURATION; 
1520:            else 
1521:                ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
1522:                set_idle_i <= '1'; 
1523:            end if; 

Count: 47062
Threshold: 1

Signal assignment statement on line 1519:

1519:                ctrl_ctr_pload_val <= C_ERR_FLG_DURATION; 
Count: 42857
Threshold: 1

Signal assignment statement on line 1521:

1521:                ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 4205
Threshold: 1

Signal assignment statement on line 1522:

1522:                set_idle_i <= '1'; 
Count: 4205
Threshold: 1

Signal assignment statement on line 1525:

1525:            crc_clear_match_flag <= '1'; 
Count: 47062
Threshold: 1

Signal assignment statement on line 1526:

1526:            destuff_enable_clear <= '1'; 
Count: 47062
Threshold: 1

Signal assignment statement on line 1527:

1527:            stuff_enable_clear <= '1'; 
Count: 47062
Threshold: 1

If statement on lines 1529 to 1534:

1529:            if (sp_control_q_i = DATA_SAMPLE or 
1530:                sp_control_q_i = SECONDARY_SAMPLE) 
1531:            then 
1532:                sp_control_switch_nominal <= '1'; 
1533:                br_shifted_i <= '1'; 
1534:            end if; 

Count: 47062
Threshold: 1

Signal assignment statement on line 1532:

1532:                sp_control_switch_nominal <= '1'; 
Count: 14380
Threshold: 1

Signal assignment statement on line 1533:

1533:                br_shifted_i <= '1'; 
Count: 14380
Threshold: 1

If statement on lines 1536 to 1542:

1536:            if (is_transmitter = '1' and block_txtb_unlock = '0') then 
1537:                if (tx_failed = '1') then 
...
1541:                end if; 
1542:            end if; 

Count: 47062
Threshold: 1

If statement on lines 1537 to 1541:

1537:                if (tx_failed = '1') then 
1538:                    txtb_hw_cmd_d.failed  <= '1'; 
1539:                else 
1540:                    txtb_hw_cmd_d.err     <= '1'; 
1541:                end if; 

Count: 25676
Threshold: 1

Signal assignment statement on line 1538:

1538:                    txtb_hw_cmd_d.failed  <= '1'; 
Count: 18661
Threshold: 1

Signal assignment statement on line 1540:

1540:                    txtb_hw_cmd_d.err     <= '1'; 
Count: 7015
Threshold: 1

Signal assignment statement on line 1546:

1546:            dbt_ctrs_en <= '1'; 
Count: 47062
Threshold: 1

Sequential statement on lines 1549 to 1804:

1549:            case curr_state is 
1550: 
...
1803: 
1804:                if (is_transmitter = '1') then 

Count: 40881993
Threshold: 1

If statement on lines 1555 to 1570:

1555:                if (mr_settings_ena = CTU_CAN_ENABLED) then 
1556:                    nbt_ctrs_en <= '1'; 
...
1569:                    nbt_ctrs_en <= '0'; 
1570:                end if; 

Count: 66081
Threshold: 1

Signal assignment statement on line 1556:

1556:                    nbt_ctrs_en <= '1'; 
Count: 27464
Threshold: 1

Signal assignment statement on line 1557:

1557:                    tick_state_reg <= '1'; 
Count: 27464
Threshold: 1

Signal assignment statement on line 1558:

1558:                    ctrl_ctr_pload_i <= '1'; 
Count: 27464
Threshold: 1

Signal assignment statement on line 1559:

1559:                    bit_err_disable <= '1'; 
Count: 27464
Threshold: 1

If statement on lines 1563 to 1567:

1563:                    if (rx_data_nbs = DOMINANT) then 
1564:                        ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
1565:                    else 
1566:                        ctrl_ctr_pload_val <= C_FIRST_INTEGRATION_DURATION; 
1567:                    end if; 

Count: 27464
Threshold: 1

Signal assignment statement on line 1564:

1564:                        ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 57
Threshold: 1

Signal assignment statement on line 1566:

1566:                        ctrl_ctr_pload_val <= C_FIRST_INTEGRATION_DURATION; 
Count: 27407
Threshold: 1

Signal assignment statement on line 1569:

1569:                    nbt_ctrs_en <= '0'; 
Count: 38617
Threshold: 1

Signal assignment statement on line 1576:

1576:                bit_err_disable <= '1'; 
Count: 310207
Threshold: 1

Signal assignment statement on line 1577:

1577:                ctrl_ctr_ena <= '1'; 
Count: 310207
Threshold: 1

Signal assignment statement on line 1578:

1578:                perform_hsync <= '1'; 
Count: 310207
Threshold: 1

If statement on lines 1582 to 1584:

1582:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
1583:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
1584:                end if; 

Count: 310207
Threshold: 1

Signal assignment statement on line 1583:

1583:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 27172
Threshold: 1

If statement on lines 1587 to 1589:

1587:                if (rx_data_nbs = DOMINANT) then 
1588:                    ctrl_ctr_pload_i <= '1'; 
1589:                end if; 

Count: 310207
Threshold: 1

Signal assignment statement on line 1588:

1588:                    ctrl_ctr_pload_i <= '1'; 
Count: 22000
Threshold: 1

If statement on lines 1591 to 1593:

1591:                if (integ_restart_edge = '1') then 
1592:                    ctrl_ctr_pload_unaliged <= '1'; 
1593:                end if; 

Count: 310207
Threshold: 1

Signal assignment statement on line 1592:

1592:                    ctrl_ctr_pload_unaliged <= '1'; 
Count: 5167
Threshold: 1

If statement on lines 1595 to 1607:

1595:                if (ctrl_ctr_zero = '1') then 
1596:                    tick_state_reg <= '1'; 
...
1606:                    load_init_vect_i <= '1'; 
1607:                end if; 

Count: 310207
Threshold: 1

Signal assignment statement on line 1596:

1596:                    tick_state_reg <= '1'; 
Count: 32249
Threshold: 1

Signal assignment statement on line 1597:

1597:                    set_idle_i <= '1'; 
Count: 32249
Threshold: 1

If statement on lines 1603 to 1605:

1603:                    if (is_bus_off = '1') then 
1604:                        set_err_active_i <= '1'; 
1605:                    end if; 

Count: 32249
Threshold: 1

Signal assignment statement on line 1604:

1604:                        set_err_active_i <= '1'; 
Count: 19401
Threshold: 1

Signal assignment statement on line 1606:

1606:                    load_init_vect_i <= '1'; 
Count: 32249
Threshold: 1

Signal assignment statement on line 1613:

1613:                tick_state_reg <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1614:

1614:                bit_err_disable <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1615:

1615:                ctrl_ctr_pload_i <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1616:

1616:                ctrl_ctr_pload_val <= C_BASE_ID_DURATION; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1617:

1617:                tx_load_base_id_i <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1618:

1618:                sof_pulse_i <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1619:

1619:                rec_ivld_i <= '0'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1620:

1620:                tx_dominant <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1621:

1621:                err_pos <= ERC_POS_SOF; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1622:

1622:                crc_enable <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1623:

1623:                pc_dbg.is_sof <= '1'; 
Count: 296415
Threshold: 1

Signal assignment statement on line 1631:

1631:                perform_hsync <= '1'; 
Count: 296415
Threshold: 1

If statement on lines 1633 to 1635:

1633:                if (rx_data_nbs = RECESSIVE) then 
1634:                    form_err_i <= '1'; 
1635:                end if; 

Count: 296415
Threshold: 1

Signal assignment statement on line 1634:

1634:                    form_err_i <= '1'; 
Count: 246233
Threshold: 1

Signal assignment statement on line 1641:

1641:                bit_err_disable <= '1'; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1642:

1642:                ctrl_ctr_ena <= '1'; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1643:

1643:                rx_shift_ena <= "1111"; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1644:

1644:                is_arbitration_i <= '1'; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1645:

1645:                tx_shift_ena_i <= '1'; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1646:

1646:                err_pos <= ERC_POS_ARB; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1647:

1647:                crc_enable <= '1'; 
Count: 3468353
Threshold: 1

Signal assignment statement on line 1648:

1648:                arbitration_part <= ALC_BASE_ID; 
Count: 3468353
Threshold: 1

If statement on lines 1650 to 1658:

1650:                if (arbitration_lost_condition = '1') then 
1651:                    arbitration_lost_i <= '1'; 
...
1657:                    end if; 
1658:                end if; 

Count: 3468353
Threshold: 1

Signal assignment statement on line 1651:

1651:                    arbitration_lost_i <= '1'; 
Count: 1966
Threshold: 1

Signal assignment statement on line 1652:

1652:                    stuff_enable_clear <= '1'; 
Count: 1966
Threshold: 1

If statement on lines 1653 to 1657:

1653:                    if (tx_failed = '1') then 
1654:                        txtb_hw_cmd_d.failed  <= '1'; 
1655:                    else 
1656:                        txtb_hw_cmd_d.arbl    <= '1'; 
1657:                    end if; 

Count: 1966
Threshold: 1

Signal assignment statement on line 1654:

1654:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 195
Threshold: 1

Signal assignment statement on line 1656:

1656:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 1771
Threshold: 1

If statement on lines 1660 to 1663:

1660:                if (ctrl_ctr_zero = '1') then 
1661:                    tick_state_reg <= '1'; 
1662:                    rx_store_base_id_i <= '1'; 
1663:                end if; 

Count: 3468353
Threshold: 1

Signal assignment statement on line 1661:

1661:                    tick_state_reg <= '1'; 
Count: 294847
Threshold: 1

Signal assignment statement on line 1662:

1662:                    rx_store_base_id_i <= '1'; 
Count: 294847
Threshold: 1

If statement on lines 1665 to 1667:

1665:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
1666:                    bit_err_arb_i <= '1'; 
1667:                end if; 

Count: 3468353
Threshold: 1

Signal assignment statement on line 1666:

1666:                    bit_err_arb_i <= '1'; 
Count: 348630
Threshold: 1

Signal assignment statement on line 1673:

1673:                tick_state_reg <= '1'; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1674:

1674:                is_arbitration_i <= '1'; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1675:

1675:                bit_err_disable <= '1'; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1676:

1676:                crc_enable <= '1'; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1677:

1677:                rx_store_rtr_i <= '1'; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1678:

1678:                err_pos <= ERC_POS_ARB; 
Count: 392853
Threshold: 1

Signal assignment statement on line 1679:

1679:                arbitration_part <= ALC_SRR_RTR; 
Count: 392853
Threshold: 1

If statement on lines 1681 to 1689:

1681:                if (arbitration_lost_condition = '1') then 
1682:                    arbitration_lost_i <= '1'; 
...
1688:                    end if; 
1689:                end if; 

Count: 392853
Threshold: 1

Signal assignment statement on line 1682:

1682:                    arbitration_lost_i <= '1'; 
Count: 185
Threshold: 1

Signal assignment statement on line 1683:

1683:                    stuff_enable_clear <= '1'; 
Count: 185
Threshold: 1

If statement on lines 1684 to 1688:

1684:                    if (tx_failed = '1') then 
1685:                        txtb_hw_cmd_d.failed  <= '1'; 
1686:                    else 
1687:                        txtb_hw_cmd_d.arbl    <= '1'; 
1688:                    end if; 

Count: 185
Threshold: 1

Signal assignment statement on line 1685:

1685:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 61
Threshold: 1

Signal assignment statement on line 1687:

1687:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 124
Threshold: 1

If statement on lines 1691 to 1695:

1691:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
1692:                    if (tran_frame_type_i = FD_CAN or tran_is_rtr = NO_RTR_FRAME) then 
1693:                        tx_dominant <= '1'; 
1694:                    end if; 
1695:                end if; 

Count: 392853
Threshold: 1

If statement on lines 1692 to 1694:

1692:                    if (tran_frame_type_i = FD_CAN or tran_is_rtr = NO_RTR_FRAME) then 
1693:                        tx_dominant <= '1'; 
1694:                    end if; 

Count: 109982
Threshold: 1

Signal assignment statement on line 1693:

1693:                        tx_dominant <= '1'; 
Count: 105017
Threshold: 1

If statement on lines 1697 to 1699:

1697:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
1698:                    bit_err_arb_i <= '1'; 
1699:                end if; 

Count: 392853
Threshold: 1

Signal assignment statement on line 1698:

1698:                    bit_err_arb_i <= '1'; 
Count: 44396
Threshold: 1

Signal assignment statement on line 1705:

1705:                tick_state_reg <= '1'; 
Count: 217714
Threshold: 1

Signal assignment statement on line 1706:

1706:                rx_store_ide_i <= '1'; 
Count: 217714
Threshold: 1

Signal assignment statement on line 1707:

1707:                crc_enable <= '1'; 
Count: 217714
Threshold: 1

Signal assignment statement on line 1708:

1708:                arbitration_part <= ALC_IDE; 
Count: 217714
Threshold: 1

If statement on lines 1710 to 1716:

1710:                if (rx_data_nbs = RECESSIVE) then 
1711:                    ctrl_ctr_pload_i <= '1'; 
...
1715:                    rec_ivld_i <= '1'; 
1716:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1711:

1711:                    ctrl_ctr_pload_i <= '1'; 
Count: 111927
Threshold: 1

Signal assignment statement on line 1712:

1712:                    ctrl_ctr_pload_val <= C_EXT_ID_DURATION; 
Count: 111927
Threshold: 1

Signal assignment statement on line 1713:

1713:                    tx_load_ext_id_i <= '1'; 
Count: 111927
Threshold: 1

Signal assignment statement on line 1715:

1715:                    rec_ivld_i <= '1'; 
Count: 105787
Threshold: 1

If statement on lines 1718 to 1726:

1718:                if (ide_is_arbitration = '1' and arbitration_lost_condition = '1') then 
1719:                    arbitration_lost_i <= '1'; 
...
1725:                    end if; 
1726:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1719:

1719:                    arbitration_lost_i <= '1'; 
Count: 145
Threshold: 1

Signal assignment statement on line 1720:

1720:                    stuff_enable_clear <= '1'; 
Count: 145
Threshold: 1

If statement on lines 1721 to 1725:

1721:                    if (tx_failed = '1') then 
1722:                        txtb_hw_cmd_d.failed  <= '1'; 
1723:                    else 
1724:                        txtb_hw_cmd_d.arbl    <= '1'; 
1725:                    end if; 

Count: 145
Threshold: 1

Signal assignment statement on line 1722:

1722:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 89
Threshold: 1

Signal assignment statement on line 1724:

1724:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 56
Threshold: 1

If statement on lines 1728 to 1733:

1728:                if (ide_is_arbitration = '1') then 
1729:                    is_arbitration_i <= '1'; 
1730:                    bit_err_disable <= '1'; 
1731:                else 
1732:                    pc_dbg.is_control <= '1'; 
1733:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1729:

1729:                    is_arbitration_i <= '1'; 
Count: 166570
Threshold: 1

Signal assignment statement on line 1730:

1730:                    bit_err_disable <= '1'; 
Count: 166570
Threshold: 1

Signal assignment statement on line 1732:

1732:                    pc_dbg.is_control <= '1'; 
Count: 51144
Threshold: 1

If statement on lines 1735 to 1737:

1735:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
1736:                    bit_err_arb_i <= '1'; 
1737:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1736:

1736:                    bit_err_arb_i <= '1'; 
Count: 9616
Threshold: 1

If statement on lines 1739 to 1741:

1739:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
1740:                    tx_dominant <= '1'; 
1741:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1740:

1740:                    tx_dominant <= '1'; 
Count: 51128
Threshold: 1

If statement on lines 1743 to 1747:

1743:                if (ide_is_arbitration = '1') then 
1744:                    err_pos <= ERC_POS_ARB; 
1745:                else 
1746:                    err_pos <= ERC_POS_CTRL; 
1747:                end if; 

Count: 217714
Threshold: 1

Signal assignment statement on line 1744:

1744:                    err_pos <= ERC_POS_ARB; 
Count: 166570
Threshold: 1

Signal assignment statement on line 1746:

1746:                    err_pos <= ERC_POS_CTRL; 
Count: 51144
Threshold: 1

Signal assignment statement on line 1753:

1753:                ctrl_ctr_ena <= '1'; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1754:

1754:                rx_shift_ena <= "1111"; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1755:

1755:                is_arbitration_i <= '1'; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1756:

1756:                tx_shift_ena_i  <= '1'; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1757:

1757:                err_pos <= ERC_POS_ARB; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1758:

1758:                bit_err_disable <= '1'; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1759:

1759:                crc_enable <= '1'; 
Count: 1559727
Threshold: 1

Signal assignment statement on line 1760:

1760:                arbitration_part <= ALC_EXTENSION; 
Count: 1559727
Threshold: 1

If statement on lines 1762 to 1770:

1762:                if (arbitration_lost_condition = '1') then 
1763:                    arbitration_lost_i <= '1'; 
...
1769:                    end if; 
1770:                end if; 

Count: 1559727
Threshold: 1

Signal assignment statement on line 1763:

1763:                    arbitration_lost_i <= '1'; 
Count: 660
Threshold: 1

Signal assignment statement on line 1764:

1764:                    stuff_enable_clear <= '1'; 
Count: 660
Threshold: 1

If statement on lines 1765 to 1769:

1765:                    if (tx_failed = '1') then 
1766:                        txtb_hw_cmd_d.failed  <= '1'; 
1767:                    else 
1768:                        txtb_hw_cmd_d.arbl    <= '1'; 
1769:                    end if; 

Count: 660
Threshold: 1

Signal assignment statement on line 1766:

1766:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 234
Threshold: 1

Signal assignment statement on line 1768:

1768:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 426
Threshold: 1

If statement on lines 1772 to 1775:

1772:                if (ctrl_ctr_zero = '1') then 
1773:                    tick_state_reg <= '1'; 
1774:                    rx_store_ext_id_i         <= '1'; 
1775:                end if; 

Count: 1559727
Threshold: 1

Signal assignment statement on line 1773:

1773:                    tick_state_reg <= '1'; 
Count: 88365
Threshold: 1

Signal assignment statement on line 1774:

1774:                    rx_store_ext_id_i         <= '1'; 
Count: 88365
Threshold: 1

If statement on lines 1777 to 1779:

1777:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
1778:                    bit_err_arb_i <= '1'; 
1779:                end if; 

Count: 1559727
Threshold: 1

Signal assignment statement on line 1778:

1778:                    bit_err_arb_i <= '1'; 
Count: 211077
Threshold: 1

Signal assignment statement on line 1785:

1785:                tick_state_reg <= '1'; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1786:

1786:                is_arbitration_i <= '1'; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1787:

1787:                bit_err_disable <= '1'; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1788:

1788:                crc_enable <= '1'; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1789:

1789:                rx_store_rtr_i <= '1'; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1790:

1790:                err_pos <= ERC_POS_ARB; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1791:

1791:                arbitration_part <= ALC_RTR; 
Count: 113948
Threshold: 1

Signal assignment statement on line 1792:

1792:                rec_ivld_i <= '1'; 
Count: 113948
Threshold: 1

If statement on lines 1794 to 1802:

1794:                if (arbitration_lost_condition = '1') then 
1795:                    arbitration_lost_i <= '1'; 
...
1801:                    end if; 
1802:                end if; 

Count: 113948
Threshold: 1

Signal assignment statement on line 1795:

1795:                    arbitration_lost_i <= '1'; 
Count: 48
Threshold: 1

Signal assignment statement on line 1796:

1796:                    stuff_enable_clear <= '1'; 
Count: 48
Threshold: 1

If statement on lines 1797 to 1801:

1797:                    if (tx_failed = '1') then 
1798:                        txtb_hw_cmd_d.failed  <= '1'; 
1799:                    else 
1800:                        txtb_hw_cmd_d.arbl    <= '1'; 
1801:                    end if; 

Count: 48
Threshold: 1

Signal assignment statement on line 1798:

1798:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 20
Threshold: 1

Signal assignment statement on line 1800:

1800:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 28
Threshold: 1

If statement on lines 1804 to 1810:

1804:                if (is_transmitter = '1') then 
1805:                    if (tran_frame_type_i = FD_CAN) then 
...
1809:                    end if; 
1810:                end if; 

Count: 113948
Threshold: 1

If statement on lines 1805 to 1809:

1805:                    if (tran_frame_type_i = FD_CAN) then 
1806:                        tx_dominant <= '1'; 
1807:                    elsif (tran_is_rtr = NO_RTR_FRAME) then 
1808:                        tx_dominant <= '1'; 
1809:                    end if; 

Count: 55903
Threshold: 1

Signal assignment statement on line 1806:

1806:                        tx_dominant <= '1'; 
Count: 30963
Threshold: 1

Signal assignment statement on line 1808:

1808:                        tx_dominant <= '1'; 
Count: 21404
Threshold: 1

If statement on lines 1812 to 1814:

1812:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
1813:                    bit_err_arb_i <= '1'; 
1814:                end if; 

Count: 113948
Threshold: 1

Signal assignment statement on line 1813:

1813:                    bit_err_arb_i <= '1'; 
Count: 17452
Threshold: 1

Signal assignment statement on line 1820:

1820:                tick_state_reg <= '1'; 
Count: 94072
Threshold: 1

Signal assignment statement on line 1821:

1821:                rx_store_edl_i <= '1'; 
Count: 94072
Threshold: 1

Signal assignment statement on line 1822:

1822:                err_pos <= ERC_POS_CTRL; 
Count: 94072
Threshold: 1

Signal assignment statement on line 1823:

1823:                crc_enable <= '1'; 
Count: 94072
Threshold: 1

Signal assignment statement on line 1824:

1824:                pc_dbg.is_control <= '1'; 
Count: 94072
Threshold: 1

Signal assignment statement on line 1825:

1825:                bit_err_disable_receiver <= '1'; 
Count: 94072
Threshold: 1

If statement on lines 1827 to 1833:

1827:                if (is_transmitter = '1') then 
1828:                    if (tran_frame_type_i = NORMAL_CAN) then 
...
1832:                    end if; 
1833:                end if; 

Count: 94072
Threshold: 1

If statement on lines 1828 to 1832:

1828:                    if (tran_frame_type_i = NORMAL_CAN) then 
1829:                        tx_dominant <= '1'; 
1830:                    else 
1831:                        ssp_reset <= '1'; 
1832:                    end if; 

Count: 38873
Threshold: 1

Signal assignment statement on line 1829:

1829:                        tx_dominant <= '1'; 
Count: 15964
Threshold: 1

Signal assignment statement on line 1831:

1831:                        ssp_reset <= '1'; 
Count: 22909
Threshold: 1

If statement on lines 1836 to 1848:

1836:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE) 
1837:                then 
...
1847:                    end if; 
1848:                end if; 

Count: 94072
Threshold: 1

If statement on lines 1838 to 1847:

1838:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
1839:                        form_err_i <= '1'; 
...
1846:                        pexs_set <= '1'; 
1847:                    end if; 

Count: 214
Threshold: 1

Signal assignment statement on line 1839:

1839:                        form_err_i <= '1'; 
Count: 176
Threshold: 1

Signal assignment statement on line 1843:

1843:                        destuff_enable_clear <= '1'; 
Count: 38
Threshold: 1

Signal assignment statement on line 1844:

1844:                        ctrl_ctr_pload_i <= '1'; 
Count: 38
Threshold: 1

Signal assignment statement on line 1845:

1845:                        ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 38
Threshold: 1

Signal assignment statement on line 1846:

1846:                        pexs_set <= '1'; 
Count: 38
Threshold: 1

Signal assignment statement on line 1854:

1854:                tick_state_reg <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1855:

1855:                ctrl_ctr_pload_i <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1856:

1856:                ctrl_ctr_pload_val <= C_DLC_DURATION; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1857:

1857:                tx_load_dlc_i <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1858:

1858:                err_pos <= ERC_POS_CTRL; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1859:

1859:                tran_delay_meas <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1860:

1860:                crc_enable <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1861:

1861:                pc_dbg.is_control <= '1'; 
Count: 39619
Threshold: 1

Signal assignment statement on line 1862:

1862:                bit_err_disable_receiver <= '1'; 
Count: 39619
Threshold: 1

If statement on lines 1864 to 1866:

1864:                if (is_transmitter = '1') then 
1865:                    tx_dominant <= '1'; 
1866:                end if; 

Count: 39619
Threshold: 1

Signal assignment statement on line 1865:

1865:                    tx_dominant <= '1'; 
Count: 19093
Threshold: 1

Signal assignment statement on line 1872:

1872:                tick_state_reg <= '1'; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1873:

1873:                tran_delay_meas <= '1'; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1874:

1874:                err_pos <= ERC_POS_CTRL; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1875:

1875:                perform_hsync <= '1'; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1876:

1876:                crc_enable <= '1'; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1877:

1877:                pc_dbg.is_control <= '1'; 
Count: 306879
Threshold: 1

Signal assignment statement on line 1878:

1878:                bit_err_disable_receiver <= '1'; 
Count: 306879
Threshold: 1

If statement on lines 1880 to 1882:

1880:                if (is_transmitter = '1') then 
1881:                    tx_dominant <= '1'; 
1882:                end if; 

Count: 306879
Threshold: 1

Signal assignment statement on line 1881:

1881:                    tx_dominant <= '1'; 
Count: 112723
Threshold: 1

If statement on lines 1886 to 1897:

1886:                if (rx_data_nbs = RECESSIVE) then 
1887:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
...
1896:                    end if; 
1897:                end if; 

Count: 306879
Threshold: 1

If statement on lines 1887 to 1896:

1887:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
1888:                        form_err_i <= '1'; 
...
1895:                        pexs_set <= '1'; 
1896:                    end if; 

Count: 233672
Threshold: 1

Signal assignment statement on line 1888:

1888:                        form_err_i <= '1'; 
Count: 233258
Threshold: 1

Signal assignment statement on line 1892:

1892:                        destuff_enable_clear <= '1'; 
Count: 414
Threshold: 1

Signal assignment statement on line 1893:

1893:                        ctrl_ctr_pload_i <= '1'; 
Count: 414
Threshold: 1

Signal assignment statement on line 1894:

1894:                        ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 414
Threshold: 1

Signal assignment statement on line 1895:

1895:                        pexs_set <= '1'; 
Count: 414
Threshold: 1

Signal assignment statement on line 1903:

1903:                tick_state_reg <= '1'; 
Count: 138510
Threshold: 1

Signal assignment statement on line 1904:

1904:                rx_store_edl_i <= '1'; 
Count: 138510
Threshold: 1

Signal assignment statement on line 1905:

1905:                err_pos <= ERC_POS_CTRL; 
Count: 138510
Threshold: 1

Signal assignment statement on line 1906:

1906:                crc_enable <= '1'; 
Count: 138510
Threshold: 1

Signal assignment statement on line 1907:

1907:                pc_dbg.is_control <= '1'; 
Count: 138510
Threshold: 1

Signal assignment statement on line 1908:

1908:                bit_err_disable_receiver <= '1'; 
Count: 138510
Threshold: 1

If statement on lines 1910 to 1914:

1910:                if (rx_data_nbs = DOMINANT) then 
1911:                    ctrl_ctr_pload_i <= '1'; 
1912:                    ctrl_ctr_pload_val <= C_DLC_DURATION; 
1913:                    tx_load_dlc_i <= '1'; 
1914:                end if; 

Count: 138510
Threshold: 1

Signal assignment statement on line 1911:

1911:                    ctrl_ctr_pload_i <= '1'; 
Count: 90562
Threshold: 1

Signal assignment statement on line 1912:

1912:                    ctrl_ctr_pload_val <= C_DLC_DURATION; 
Count: 90562
Threshold: 1

Signal assignment statement on line 1913:

1913:                    tx_load_dlc_i <= '1'; 
Count: 90562
Threshold: 1

If statement on lines 1916 to 1920:

1916:                if (is_transmitter = '1' and tran_frame_type_i = NORMAL_CAN) then 
1917:                    tx_dominant <= '1'; 
1918:                else 
1919:                    ssp_reset <= '1'; 
1920:                end if; 

Count: 138510
Threshold: 1

Signal assignment statement on line 1917:

1917:                    tx_dominant <= '1'; 
Count: 20495
Threshold: 1

Signal assignment statement on line 1919:

1919:                    ssp_reset <= '1'; 
Count: 118015
Threshold: 1

If statement on lines 1924 to 1935:

1924:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE) then 
1925:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
...
1934:                    end if; 
1935:                end if; 

Count: 138510
Threshold: 1

If statement on lines 1925 to 1934:

1925:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
1926:                        form_err_i <= '1'; 
...
1933:                        pexs_set <= '1'; 
1934:                    end if; 

Count: 120
Threshold: 1

Signal assignment statement on line 1926:

1926:                        form_err_i <= '1'; 
Count: 78
Threshold: 1

Signal assignment statement on line 1930:

1930:                        destuff_enable_clear <= '1'; 
Count: 42
Threshold: 1

Signal assignment statement on line 1931:

1931:                        ctrl_ctr_pload_i <= '1'; 
Count: 42
Threshold: 1

Signal assignment statement on line 1932:

1932:                        ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 42
Threshold: 1

Signal assignment statement on line 1933:

1933:                        pexs_set <= '1'; 
Count: 42
Threshold: 1

Signal assignment statement on line 1941:

1941:                tick_state_reg <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1942:

1942:                rx_store_brs_i <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1943:

1943:                err_pos <= ERC_POS_CTRL; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1944:

1944:                crc_enable <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1945:

1945:                pc_dbg.is_control <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1946:

1946:                bit_err_disable_receiver <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1947:

1947:                dbt_ctrs_en <= '1'; 
Count: 125546
Threshold: 1

Signal assignment statement on line 1948:

1948:                btmc_reset  <= '1'; 
Count: 125546
Threshold: 1

If statement on lines 1950 to 1952:

1950:                if (is_transmitter = '1' and tran_brs = BR_NO_SHIFT) then 
1951:                    tx_dominant <= '1'; 
1952:                end if; 

Count: 125546
Threshold: 1

Signal assignment statement on line 1951:

1951:                    tx_dominant <= '1'; 
Count: 14324
Threshold: 1

If statement on lines 1954 to 1957:

1954:                if (rx_data_nbs = RECESSIVE and rx_trigger = '1') then 
1955:                    sp_control_switch_data <= '1'; 
1956:                    br_shifted_i <= '1'; 
1957:                end if; 

Count: 125546
Threshold: 1

Signal assignment statement on line 1955:

1955:                    sp_control_switch_data <= '1'; 
Count: 33427
Threshold: 1

Signal assignment statement on line 1956:

1956:                    br_shifted_i <= '1'; 
Count: 33427
Threshold: 1

Signal assignment statement on line 1963:

1963:                tick_state_reg <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1964:

1964:                ctrl_ctr_pload_i <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1965:

1965:                ctrl_ctr_pload_val <= C_DLC_DURATION; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1966:

1966:                tx_load_dlc_i <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1967:

1967:                rx_store_esi_i <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1968:

1968:                err_pos <= ERC_POS_CTRL; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1969:

1969:                crc_enable <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1970:

1970:                pc_dbg.is_control <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1971:

1971:                bit_err_disable_receiver <= '1'; 
Count: 211504
Threshold: 1

Signal assignment statement on line 1972:

1972:                dbt_ctrs_en <= '1'; 
Count: 211504
Threshold: 1

If statement on lines 1974 to 1976:

1974:                if (is_transmitter = '1' and is_err_active = '1') then 
1975:                    tx_dominant <= '1'; 
1976:                end if; 

Count: 211504
Threshold: 1

Signal assignment statement on line 1975:

1975:                    tx_dominant <= '1'; 
Count: 79270
Threshold: 1

If statement on lines 1979 to 1982:

1979:                if (sp_control_q_i = SECONDARY_SAMPLE) then 
1980:                    dbt_measure_start <= '1'; 
1981:                    gen_first_ssp     <= '1'; 
1982:                end if; 

Count: 211504
Threshold: 1

Signal assignment statement on line 1980:

1980:                    dbt_measure_start <= '1'; 
Count: 17525
Threshold: 1

Signal assignment statement on line 1981:

1981:                    gen_first_ssp     <= '1'; 
Count: 17525
Threshold: 1

Signal assignment statement on line 1988:

1988:                ctrl_ctr_ena <= '1'; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1989:

1989:                rx_shift_ena <= "1111"; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1990:

1990:                tx_shift_ena_i  <= '1'; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1991:

1991:                err_pos <= ERC_POS_CTRL; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1992:

1992:                crc_enable <= '1'; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1993:

1993:                pc_dbg.is_control <= '1'; 
Count: 1021160
Threshold: 1

Signal assignment statement on line 1994:

1994:                bit_err_disable_receiver <= '1'; 
Count: 1021160
Threshold: 1

If statement on lines 1996 to 1998:

1996:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
1997:                    dbt_ctrs_en <= '1'; 
1998:                end if; 

Count: 1021160
Threshold: 1

Signal assignment statement on line 1997:

1997:                    dbt_ctrs_en <= '1'; 
Count: 353238
Threshold: 1

If statement on lines 2003 to 2005:

2003:                if (is_transmitter = '1') then 
2004:                    txtb_ptr_d <= 4; 
2005:                end if; 

Count: 1021160
Threshold: 1

Signal assignment statement on line 2004:

2004:                    txtb_ptr_d <= 4; 
Count: 423771
Threshold: 1

If statement on lines 2007 to 2032:

2007:                if (ctrl_ctr_zero = '1') then 
2008:                    tick_state_reg <= '1'; 
...
2031:                    rx_store_dlc_i <= '1'; 
2032:                end if; 

Count: 1021160
Threshold: 1

Signal assignment statement on line 2008:

2008:                    tick_state_reg <= '1'; 
Count: 284823
Threshold: 1

Signal assignment statement on line 2009:

2009:                    ctrl_ctr_pload_i <= '1'; 
Count: 284823
Threshold: 1

If statement on lines 2011 to 2022:

2011:                    if (no_data_field = '1') then 
2012:                        if (go_to_stuff_count = '1') then 
...
2021:                        tx_load_data_word_i <= '1'; 
2022:                    end if; 

Count: 284823
Threshold: 1

If statement on lines 2012 to 2018:

2012:                        if (go_to_stuff_count = '1') then 
2013:                            ctrl_ctr_pload_val <= C_STUFF_COUNT_DURATION; 
...
2017:                            tx_load_crc_i <= '1'; 
2018:                        end if; 

Count: 125699
Threshold: 1

Signal assignment statement on line 2013:

2013:                            ctrl_ctr_pload_val <= C_STUFF_COUNT_DURATION; 
Count: 15557
Threshold: 1

Signal assignment statement on line 2014:

2014:                            tx_load_stuff_count_i <= '1'; 
Count: 15557
Threshold: 1

Signal assignment statement on line 2016:

2016:                            ctrl_ctr_pload_val <= crc_length_i; 
Count: 110142
Threshold: 1

Signal assignment statement on line 2017:

2017:                            tx_load_crc_i <= '1'; 
Count: 110142
Threshold: 1

Signal assignment statement on line 2020:

2020:                        ctrl_ctr_pload_val <= data_length_bits_c; 
Count: 159124
Threshold: 1

Signal assignment statement on line 2021:

2021:                        tx_load_data_word_i <= '1'; 
Count: 159124
Threshold: 1

If statement on lines 2024 to 2028:

2024:                    if (is_transmitter = '1' and mr_settings_ilbp = '1') then 
2025:                        rec_lbpf_d <= LBPF_LOOPBACK; 
2026:                    else 
2027:                        rec_lbpf_d <= LBPF_FOREIGN; 
2028:                    end if; 

Count: 284823
Threshold: 1

Signal assignment statement on line 2025:

2025:                        rec_lbpf_d <= LBPF_LOOPBACK; 
Count: 2262
Threshold: 1

Signal assignment statement on line 2027:

2027:                        rec_lbpf_d <= LBPF_FOREIGN; 
Count: 282561
Threshold: 1

Signal assignment statement on line 2030:

2030:                    store_metadata_d <= '1'; 
Count: 284823
Threshold: 1

Signal assignment statement on line 2031:

2031:                    rx_store_dlc_i <= '1'; 
Count: 284823
Threshold: 1

Signal assignment statement on line 2038:

2038:                ctrl_ctr_ena <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2039:

2039:                rx_shift_ena(to_integer(unsigned(ctrl_counted_byte_index))) <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2040:

2040:                rx_shift_in_sel <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2041:

2041:                tx_shift_ena_i <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2042:

2042:                err_pos <= ERC_POS_DATA; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2043:

2043:                crc_enable <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2044:

2044:                pc_dbg.is_data <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2045:

2045:                compl_ctr_ena_i <= '1'; 
Count: 19763357
Threshold: 1

Signal assignment statement on line 2046:

2046:                bit_err_disable_receiver <= '1'; 
Count: 19763357
Threshold: 1

If statement on lines 2048 to 2050:

2048:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
2049:                    dbt_ctrs_en <= '1'; 
2050:                end if; 

Count: 19763357
Threshold: 1

Signal assignment statement on line 2049:

2049:                    dbt_ctrs_en <= '1'; 
Count: 16284444
Threshold: 1

If statement on lines 2055 to 2057:

2055:                if (is_transmitter = '1') then 
2056:                    txtb_ptr_d <= to_integer(unsigned(ctrl_ctr_mem_index)); 
2057:                end if; 

Count: 19763357
Threshold: 1

Signal assignment statement on line 2056:

2056:                    txtb_ptr_d <= to_integer(unsigned(ctrl_ctr_mem_index)); 
Count: 6967729
Threshold: 1

If statement on lines 2059 to 2073:

2059:                if (ctrl_ctr_zero = '1') then 
2060:                    tick_state_reg <= '1'; 
...
2072:                    store_data_d <= '1'; 
2073:                end if; 

Count: 19763357
Threshold: 1

Signal assignment statement on line 2060:

2060:                    tick_state_reg <= '1'; 
Count: 127843
Threshold: 1

Signal assignment statement on line 2061:

2061:                    ctrl_ctr_pload_i <= '1'; 
Count: 127843
Threshold: 1

If statement on lines 2063 to 2069:

2063:                    if (go_to_stuff_count = '1') then 
2064:                        ctrl_ctr_pload_val <= C_STUFF_COUNT_DURATION; 
...
2068:                        tx_load_crc_i <= '1'; 
2069:                    end if; 

Count: 127843
Threshold: 1

Signal assignment statement on line 2064:

2064:                        ctrl_ctr_pload_val <= C_STUFF_COUNT_DURATION; 
Count: 78871
Threshold: 1

Signal assignment statement on line 2065:

2065:                        tx_load_stuff_count_i <= '1'; 
Count: 78871
Threshold: 1

Signal assignment statement on line 2067:

2067:                        ctrl_ctr_pload_val <= crc_length_i; 
Count: 48972
Threshold: 1

Signal assignment statement on line 2068:

2068:                        tx_load_crc_i <= '1'; 
Count: 48972
Threshold: 1

Signal assignment statement on line 2072:

2072:                    store_data_d <= '1'; 
Count: 127843
Threshold: 1

If statement on lines 2077 to 2083:

2077:                if (ctrl_counted_byte = '1' and 
2078:                    ctrl_counted_byte_index = "11" and 
...
2082:                    tx_load_data_word_i <= '1'; 
2083:                end if; 

Count: 19763357
Threshold: 1

Signal assignment statement on line 2081:

2081:                    store_data_d <= '1'; 
Count: 576777
Threshold: 1

Signal assignment statement on line 2082:

2082:                    tx_load_data_word_i <= '1'; 
Count: 576777
Threshold: 1

Signal assignment statement on line 2089:

2089:                ctrl_ctr_ena <= '1'; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2090:

2090:                rx_shift_ena <= "1111"; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2091:

2091:                tx_shift_ena_i <= '1'; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2092:

2092:                err_pos <= ERC_POS_CRC; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2093:

2093:                crc_enable <= '1'; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2094:

2094:                pc_dbg.is_stuff_count <= '1'; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2095:

2095:                bit_err_disable_receiver <= '1'; 
Count: 366575
Threshold: 1

Signal assignment statement on line 2096:

2096:                fixed_stuff <= '1'; 
Count: 366575
Threshold: 1

If statement on lines 2098 to 2100:

2098:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
2099:                    dbt_ctrs_en <= '1'; 
2100:                end if; 

Count: 366575
Threshold: 1

Signal assignment statement on line 2099:

2099:                    dbt_ctrs_en <= '1'; 
Count: 190599
Threshold: 1

If statement on lines 2102 to 2108:

2102:                if (ctrl_ctr_zero = '1') then 
2103:                    tick_state_reg <= '1'; 
...
2107:                    rx_store_stuff_count_i <= '1'; 
2108:                end if; 

Count: 366575
Threshold: 1

Signal assignment statement on line 2103:

2103:                    tick_state_reg <= '1'; 
Count: 86912
Threshold: 1

Signal assignment statement on line 2104:

2104:                    ctrl_ctr_pload_val <= crc_length_i; 
Count: 86912
Threshold: 1

Signal assignment statement on line 2105:

2105:                    ctrl_ctr_pload_i <= '1'; 
Count: 86912
Threshold: 1

Signal assignment statement on line 2106:

2106:                    tx_load_crc_i <= '1'; 
Count: 86912
Threshold: 1

Signal assignment statement on line 2107:

2107:                    rx_store_stuff_count_i <= '1'; 
Count: 86912
Threshold: 1

Signal assignment statement on line 2114:

2114:                ctrl_ctr_ena <= '1'; 
Count: 2902657
Threshold: 1

Signal assignment statement on line 2115:

2115:                rx_shift_ena <= "1111"; 
Count: 2902657
Threshold: 1

Signal assignment statement on line 2116:

2116:                tx_shift_ena_i <= '1'; 
Count: 2902657
Threshold: 1

Signal assignment statement on line 2117:

2117:                err_pos <= ERC_POS_CRC; 
Count: 2902657
Threshold: 1

Signal assignment statement on line 2118:

2118:                pc_dbg.is_crc <= '1'; 
Count: 2902657
Threshold: 1

Signal assignment statement on line 2119:

2119:                bit_err_disable_receiver <= '1'; 
Count: 2902657
Threshold: 1

If statement on lines 2121 to 2123:

2121:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
2122:                    dbt_ctrs_en <= '1'; 
2123:                end if; 

Count: 2902657
Threshold: 1

Signal assignment statement on line 2122:

2122:                    dbt_ctrs_en <= '1'; 
Count: 784476
Threshold: 1

If statement on lines 2125 to 2127:

2125:                if (is_fd_frame = '1') then 
2126:                    fixed_stuff <= '1'; 
2127:                end if; 

Count: 2902657
Threshold: 1

Signal assignment statement on line 2126:

2126:                    fixed_stuff <= '1'; 
Count: 1429429
Threshold: 1

If statement on lines 2129 to 2131:

2129:                if (ctrl_ctr_zero = '1') then 
2130:                    tick_state_reg <= '1'; 
2131:                end if; 

Count: 2902657
Threshold: 1

Signal assignment statement on line 2130:

2130:                    tick_state_reg <= '1'; 
Count: 251470
Threshold: 1

Signal assignment statement on line 2137:

2137:                tick_state_reg <= '1'; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2138:

2138:                err_pos <= ERC_POS_ACK; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2139:

2139:                pc_dbg.is_crc_delim  <= '1'; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2164:

2164:                bit_err_disable <= '1'; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2166:

2166:                dbt_ctrs_en <= '1'; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2167:

2167:                destuff_enable_clear <= '1'; 
Count: 175231
Threshold: 1

Signal assignment statement on line 2168:

2168:                stuff_enable_clear <= '1'; 
Count: 175231
Threshold: 1

If statement on lines 2170 to 2181:

2170:                if (rx_trigger = '1') then 
2171:                    crc_check <= '1'; 
...
2180:                    end if; 
2181:                end if; 

Count: 175231
Threshold: 1

Signal assignment statement on line 2171:

2171:                    crc_check <= '1'; 
Count: 100758
Threshold: 1

If statement on lines 2173 to 2175:

2173:                    if (rx_data_nbs = DOMINANT) then 
2174:                        form_err_i <= '1'; 
2175:                    end if; 

Count: 100758
Threshold: 1

Signal assignment statement on line 2174:

2174:                        form_err_i <= '1'; 
Count: 34552
Threshold: 1

If statement on lines 2177 to 2180:

2177:                    if (sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE) then 
2178:                        sp_control_switch_nominal <= '1'; 
2179:                        br_shifted_i <= '1'; 
2180:                    end if; 

Count: 100758
Threshold: 1

Signal assignment statement on line 2178:

2178:                        sp_control_switch_nominal <= '1'; 
Count: 21692
Threshold: 1

Signal assignment statement on line 2179:

2179:                        br_shifted_i <= '1'; 
Count: 21692
Threshold: 1

Signal assignment statement on line 2187:

2187:                tick_state_reg <= '1'; 
Count: 182701
Threshold: 1

Signal assignment statement on line 2188:

2188:                err_pos <= ERC_POS_ACK; 
Count: 182701
Threshold: 1

Signal assignment statement on line 2189:

2189:                pc_dbg.is_ack <= '1'; 
Count: 182701
Threshold: 1

Signal assignment statement on line 2190:

2190:                dbt_ctrs_en <= '1'; 
Count: 182701
Threshold: 1

If statement on lines 2192 to 2194:

2192:                if (tx_dominant_ack = '1') then 
2193:                    tx_dominant <= '1'; 
2194:                end if; 

Count: 182701
Threshold: 1

Signal assignment statement on line 2193:

2193:                    tx_dominant <= '1'; 
Count: 94808
Threshold: 1

If statement on lines 2196 to 2198:

2196:                if (allow_flipped_ack = '1') then 
2197:                    bit_err_disable <= '1'; 
2198:                end if; 

Count: 182701
Threshold: 1

Signal assignment statement on line 2197:

2197:                    bit_err_disable <= '1'; 
Count: 97882
Threshold: 1

If statement on lines 2200 to 2202:

2200:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
2201:                    decrement_rec_i <= '1'; 
2202:                end if; 

Count: 182701
Threshold: 1

Signal assignment statement on line 2201:

2201:                    decrement_rec_i <= '1'; 
Count: 24774
Threshold: 1

If statement on lines 2204 to 2206:

2204:                if (is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE) then 
2205:                    ack_err_i <= '1'; 
2206:                end if; 

Count: 182701
Threshold: 1

Signal assignment statement on line 2205:

2205:                    ack_err_i <= '1'; 
Count: 45671
Threshold: 1

Signal assignment statement on line 2212:

2212:                tick_state_reg <= '1'; 
Count: 118989
Threshold: 1

Signal assignment statement on line 2213:

2213:                err_pos <= ERC_POS_ACK; 
Count: 118989
Threshold: 1

Signal assignment statement on line 2214:

2214:                pc_dbg.is_ack <= '1'; 
Count: 118989
Threshold: 1

Signal assignment statement on line 2215:

2215:                dbt_ctrs_en <= '1'; 
Count: 118989
Threshold: 1

If statement on lines 2217 to 2219:

2217:                if (tx_dominant_ack = '1') then 
2218:                    tx_dominant <= '1'; 
2219:                end if; 

Count: 118989
Threshold: 1

Signal assignment statement on line 2218:

2218:                    tx_dominant <= '1'; 
Count: 52397
Threshold: 1

If statement on lines 2221 to 2223:

2221:                if (allow_flipped_ack = '1') then 
2222:                    bit_err_disable <= '1'; 
2223:                end if; 

Count: 118989
Threshold: 1

Signal assignment statement on line 2222:

2222:                    bit_err_disable <= '1'; 
Count: 71757
Threshold: 1

If statement on lines 2225 to 2227:

2225:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
2226:                    decrement_rec_i <= '1'; 
2227:                end if; 

Count: 118989
Threshold: 1

Signal assignment statement on line 2226:

2226:                    decrement_rec_i <= '1'; 
Count: 15900
Threshold: 1

Signal assignment statement on line 2233:

2233:                tick_state_reg <= '1'; 
Count: 62562
Threshold: 1

Signal assignment statement on line 2234:

2234:                err_pos <= ERC_POS_ACK; 
Count: 62562
Threshold: 1

Signal assignment statement on line 2235:

2235:                pc_dbg.is_ack <= '1'; 
Count: 62562
Threshold: 1

Signal assignment statement on line 2236:

2236:                dbt_ctrs_en <= '1'; 
Count: 62562
Threshold: 1

Signal assignment statement on line 2239:

2239:                bit_err_disable <= '1'; 
Count: 62562
Threshold: 1

If statement on lines 2242 to 2246:

2242:                if (is_transmitter = '1' and mr_mode_stm = '0' and 
2243:                    rx_data_nbs = RECESSIVE and rx_data_nbs_prev = RECESSIVE) 
2244:                then 
2245:                    ack_err_i <= '1'; 
2246:                end if; 

Count: 62562
Threshold: 1

Signal assignment statement on line 2245:

2245:                    ack_err_i <= '1'; 
Count: 1197
Threshold: 1

Signal assignment statement on line 2252:

2252:                tick_state_reg <= '1'; 
Count: 129041
Threshold: 1

Signal assignment statement on line 2253:

2253:                ctrl_ctr_pload_i <= '1'; 
Count: 129041
Threshold: 1

Signal assignment statement on line 2254:

2254:                ctrl_ctr_pload_val <= C_EOF_DURATION; 
Count: 129041
Threshold: 1

Signal assignment statement on line 2255:

2255:                err_pos <= ERC_POS_ACK; 
Count: 129041
Threshold: 1

Signal assignment statement on line 2256:

2256:                pc_dbg.is_ack_delim  <= '1'; 
Count: 129041
Threshold: 1

Signal assignment statement on line 2257:

2257:                bit_err_disable <= '1'; 
Count: 129041
Threshold: 1

If statement on lines 2259 to 2261:

2259:                if (rx_data_nbs = DOMINANT) then 
2260:                    form_err_i <= '1'; 
2261:                end if; 

Count: 129041
Threshold: 1

Signal assignment statement on line 2260:

2260:                    form_err_i <= '1'; 
Count: 49241
Threshold: 1

If statement on lines 2263 to 2265:

2263:                if (is_receiver = '1' and crc_match = '0') then 
2264:                    crc_err_i <= '1'; 
2265:                end if; 

Count: 129041
Threshold: 1

Signal assignment statement on line 2264:

2264:                    crc_err_i <= '1'; 
Count: 6188
Threshold: 1

Signal assignment statement on line 2272:

2272:                ctrl_ctr_ena <= '1'; 
Count: 510814
Threshold: 1

Signal assignment statement on line 2273:

2273:                pc_dbg.is_eof <= '1'; 
Count: 510814
Threshold: 1

Signal assignment statement on line 2274:

2274:                err_pos <= ERC_POS_EOF; 
Count: 510814
Threshold: 1

Signal assignment statement on line 2275:

2275:                bit_err_disable <= '1'; 
Count: 510814
Threshold: 1

If statement on lines 2277 to 2299:

2277:                if (ctrl_ctr_zero = '1') then 
2278:                    tick_state_reg <= '1'; 
...
2298:                    crc_clear_match_flag <= '1'; 
2299:                end if; 

Count: 510814
Threshold: 1

Signal assignment statement on line 2278:

2278:                    tick_state_reg <= '1'; 
Count: 134706
Threshold: 1

Signal assignment statement on line 2279:

2279:                    ctrl_ctr_pload_i <= '1'; 
Count: 134706
Threshold: 1

If statement on lines 2281 to 2296:

2281:                    if (rx_data_nbs = RECESSIVE) then 
2282:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
...
2295:                        end if; 
2296:                    end if; 

Count: 134706
Threshold: 1

Signal assignment statement on line 2282:

2282:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
Count: 134268
Threshold: 1

If statement on lines 2285 to 2287:

2285:                        if (is_transmitter = '1') then 
2286:                            txtb_hw_cmd_d.valid  <= '1'; 
2287:                        end if; 

Count: 134268
Threshold: 1

Signal assignment statement on line 2286:

2286:                            txtb_hw_cmd_d.valid  <= '1'; 
Count: 44606
Threshold: 1

If statement on lines 2290 to 2295:

2290:                        if (mr_mode_rom = ROM_DISABLED) then 
2291:                            ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
2292:                        else 
2293:                            ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
2294:                            set_idle_i <= '1'; 
2295:                        end if; 

Count: 387
Threshold: 1

Signal assignment statement on line 2291:

2291:                            ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
Count: 379
Threshold: 1

Signal assignment statement on line 2293:

2293:                            ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 8
Threshold: 1

Signal assignment statement on line 2294:

2294:                            set_idle_i <= '1'; 
Count: 8
Threshold: 1

Signal assignment statement on line 2298:

2298:                    crc_clear_match_flag <= '1'; 
Count: 134706
Threshold: 1

If statement on lines 2303 to 2305:

2303:                if (ctrl_ctr_one = '1' and rx_data_nbs = RECESSIVE) then 
2304:                    rec_valid_d <= '1'; 
2305:                end if; 

Count: 510814
Threshold: 1

Signal assignment statement on line 2304:

2304:                    rec_valid_d <= '1'; 
Count: 78065
Threshold: 1

If statement on lines 2310 to 2316:

2310:                if (rx_data_nbs = DOMINANT) then 
2311:                    if (ctrl_ctr_zero = '0') then 
...
2315:                    end if; 
2316:                end if; 

Count: 510814
Threshold: 1

If statement on lines 2311 to 2315:

2311:                    if (ctrl_ctr_zero = '0') then 
2312:                        form_err_i <= '1'; 
2313:                    elsif (is_transmitter = '1') then 
2314:                        form_err_i <= '1'; 
2315:                    end if; 

Count: 4105
Threshold: 1

Signal assignment statement on line 2312:

2312:                        form_err_i <= '1'; 
Count: 3667
Threshold: 1

Signal assignment statement on line 2314:

2314:                        form_err_i <= '1'; 
Count: 51
Threshold: 1

Signal assignment statement on line 2322:

2322:                ctrl_ctr_ena <= '1'; 
Count: 547806
Threshold: 1

Signal assignment statement on line 2323:

2323:                pc_dbg.is_intermission <= '1'; 
Count: 547806
Threshold: 1

Signal assignment statement on line 2324:

2324:                retr_ctr_add_block_clr <= '1'; 
Count: 547806
Threshold: 1

Signal assignment statement on line 2325:

2325:                bit_err_disable <= '1'; 
Count: 547806
Threshold: 1

If statement on lines 2328 to 2394:

2328:                if (is_bus_off = '1') then 
2329:                    tick_state_reg <= '1'; 
...
2393: 
2394:                end if; 

Count: 547806
Threshold: 1

Signal assignment statement on line 2329:

2329:                    tick_state_reg <= '1'; 
Count: 432
Threshold: 1

If statement on lines 2333 to 2392:

2333:                    if (ctrl_ctr_zero = '1') then 
2334:                        tick_state_reg <= '1'; 
...
2391:                        end if; 
2392:                    end if; 

Count: 547374
Threshold: 1

Signal assignment statement on line 2334:

2334:                        tick_state_reg <= '1'; 
Count: 210158
Threshold: 1

Signal assignment statement on line 2335:

2335:                        ctrl_ctr_pload_i <= '1'; 
Count: 210158
Threshold: 1

Signal assignment statement on line 2336:

2336:                        crc_spec_enable_i <= '1'; 
Count: 210158
Threshold: 1

If statement on lines 2339 to 2350:

2339:                        if (rx_data_nbs = DOMINANT) then 
2340:                            ctrl_ctr_pload_val <= C_BASE_ID_DURATION; 
...
2349:                            ctrl_ctr_pload_val <= C_SUSPEND_DURATION; 
2350:                        end if; 

Count: 210158
Threshold: 1

Signal assignment statement on line 2340:

2340:                            ctrl_ctr_pload_val <= C_BASE_ID_DURATION; 
Count: 2233
Threshold: 1

Signal assignment statement on line 2341:

2341:                            tx_load_base_id_i <= '1'; 
Count: 2233
Threshold: 1

Signal assignment statement on line 2342:

2342:                            sof_pulse_i <= '1'; 
Count: 2233
Threshold: 1

Signal assignment statement on line 2343:

2343:                            rec_ivld_i <= '0'; 
Count: 2233
Threshold: 1

Signal assignment statement on line 2349:

2349:                            ctrl_ctr_pload_val <= C_SUSPEND_DURATION; 
Count: 207925
Threshold: 1

If statement on lines 2354 to 2365:

2354:                        if (tran_frame_valid = '1' and go_to_suspend = '0') then 
2355:                            txtb_hw_cmd_d.lock <= '1'; 
...
2364:                            set_receiver_i   <= '1'; 
2365:                        end if; 

Count: 210158
Threshold: 1

Signal assignment statement on line 2355:

2355:                            txtb_hw_cmd_d.lock <= '1'; 
Count: 32227
Threshold: 1

Signal assignment statement on line 2356:

2356:                            set_transmitter_i <= '1'; 
Count: 32227
Threshold: 1

Signal assignment statement on line 2357:

2357:                            stuff_enable_set <= '1'; 
Count: 32227
Threshold: 1

If statement on lines 2359 to 2361:

2359:                            if (rx_data_nbs = DOMINANT) then 
2360:                                tx_frame_no_sof_d <= '1'; 
2361:                            end if; 

Count: 32227
Threshold: 1

Signal assignment statement on line 2360:

2360:                                tx_frame_no_sof_d <= '1'; 
Count: 1033
Threshold: 1

Signal assignment statement on line 2364:

2364:                            set_receiver_i   <= '1'; 
Count: 1200
Threshold: 1

If statement on lines 2369 to 2372:

2369:                        if (frame_start = '1') then 
2370:                            destuff_enable_set <= '1'; 
2371:                            rx_clear_i <= '1'; 
2372:                        end if; 

Count: 210158
Threshold: 1

Signal assignment statement on line 2370:

2370:                            destuff_enable_set <= '1'; 
Count: 32971
Threshold: 1

Signal assignment statement on line 2371:

2371:                            rx_clear_i <= '1'; 
Count: 32971
Threshold: 1

If statement on lines 2376 to 2380:

2376:                        if (rx_data_nbs = RECESSIVE and tran_frame_valid = '0' and 
2377:                            go_to_suspend = '0') 
2378:                        then 
2379:                            set_idle_i <= '1'; 
2380:                        end if; 

Count: 210158
Threshold: 1

Signal assignment statement on line 2379:

2379:                            set_idle_i <= '1'; 
Count: 165108
Threshold: 1

Signal assignment statement on line 2384:

2384:                        tick_state_reg <= '1'; 
Count: 935
Threshold: 1

Signal assignment statement on line 2385:

2385:                        ctrl_ctr_pload_i <= '1'; 
Count: 935
Threshold: 1

If statement on lines 2386 to 2391:

2386:                        if (mr_mode_rom = ROM_DISABLED) then 
2387:                            ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
2388:                        else 
2389:                            ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
2390:                            set_idle_i <= '1'; 
2391:                        end if; 

Count: 935
Threshold: 1

Signal assignment statement on line 2387:

2387:                            ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
Count: 875
Threshold: 1

Signal assignment statement on line 2389:

2389:                            ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 60
Threshold: 1

Signal assignment statement on line 2390:

2390:                            set_idle_i <= '1'; 
Count: 60
Threshold: 1

If statement on lines 2397 to 2399:

2397:                if (ctrl_ctr_zero = '1' or ctrl_ctr_one = '1') then 
2398:                    perform_hsync <= '1'; 
2399:                end if; 

Count: 547806
Threshold: 1

Signal assignment statement on line 2398:

2398:                    perform_hsync <= '1'; 
Count: 365918
Threshold: 1

If statement on lines 2402 to 2404:

2402:                if (ctrl_ctr_zero = '0') then 
2403:                    load_init_vect_i <= '1'; 
2404:                end if; 

Count: 547806
Threshold: 1

Signal assignment statement on line 2403:

2403:                    load_init_vect_i <= '1'; 
Count: 337540
Threshold: 1

Signal assignment statement on line 2410:

2410:                ctrl_ctr_ena <= '1'; 
Count: 55228
Threshold: 1

Signal assignment statement on line 2411:

2411:                perform_hsync <= '1'; 
Count: 55228
Threshold: 1

Signal assignment statement on line 2412:

2412:                crc_spec_enable_i <= '1'; 
Count: 55228
Threshold: 1

Signal assignment statement on line 2413:

2413:                bit_err_disable <= '1'; 
Count: 55228
Threshold: 1

Signal assignment statement on line 2414:

2414:                pc_dbg.is_suspend <= '1'; 
Count: 55228
Threshold: 1

If statement on lines 2416 to 2440:

2416:                if (rx_data_nbs = DOMINANT) then 
2417:                    tick_state_reg <= '1'; 
...
2439:                    end if; 
2440:                end if; 

Count: 55228
Threshold: 1

Signal assignment statement on line 2417:

2417:                    tick_state_reg <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2418:

2418:                    ctrl_ctr_pload_i <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2419:

2419:                    ctrl_ctr_pload_val <= C_BASE_ID_DURATION; 
Count: 279
Threshold: 1

Signal assignment statement on line 2420:

2420:                    tx_load_base_id_i <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2421:

2421:                    sof_pulse_i <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2422:

2422:                    rec_ivld_i <= '0'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2423:

2423:                    set_receiver_i <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2424:

2424:                    destuff_enable_set <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2425:

2425:                    rx_clear_i <= '1'; 
Count: 279
Threshold: 1

Signal assignment statement on line 2430:

2430:                    tick_state_reg <= '1'; 
Count: 10987
Threshold: 1

If statement on lines 2431 to 2439:

2431:                    if (tran_frame_valid = '1') then 
2432:                        set_transmitter_i <= '1'; 
...
2438:                        set_idle_i <= '1'; 
2439:                    end if; 

Count: 10987
Threshold: 1

Signal assignment statement on line 2432:

2432:                        set_transmitter_i <= '1'; 
Count: 1551
Threshold: 1

Signal assignment statement on line 2433:

2433:                        txtb_hw_cmd_d.lock <= '1'; 
Count: 1551
Threshold: 1

Signal assignment statement on line 2434:

2434:                        rx_clear_i <= '1'; 
Count: 1551
Threshold: 1

Signal assignment statement on line 2435:

2435:                        destuff_enable_set <= '1'; 
Count: 1551
Threshold: 1

Signal assignment statement on line 2436:

2436:                        stuff_enable_set <= '1'; 
Count: 1551
Threshold: 1

Signal assignment statement on line 2438:

2438:                        set_idle_i <= '1'; 
Count: 9436
Threshold: 1

Signal assignment statement on line 2446:

2446:                perform_hsync <= '1'; 
Count: 5930037
Threshold: 1

Signal assignment statement on line 2447:

2447:                crc_spec_enable_i <= '1'; 
Count: 5930037
Threshold: 1

Signal assignment statement on line 2448:

2448:                bit_err_disable <= '1'; 
Count: 5930037
Threshold: 1

If statement on lines 2450 to 2485:

2450:                if (is_bus_off = '0') then 
2451:                    if (rx_data_nbs = DOMINANT) then 
...
2484:                    tick_state_reg <= '1'; 
2485:                end if; 

Count: 5930037
Threshold: 1

If statement on lines 2451 to 2458:

2451:                    if (rx_data_nbs = DOMINANT) then 
2452:                        tick_state_reg <= '1'; 
...
2457:                        crc_enable <= '1'; 
2458:                    end if; 

Count: 5923129
Threshold: 1

Signal assignment statement on line 2452:

2452:                        tick_state_reg <= '1'; 
Count: 82873
Threshold: 1

Signal assignment statement on line 2453:

2453:                        ctrl_ctr_pload_i <= '1'; 
Count: 82873
Threshold: 1

Signal assignment statement on line 2454:

2454:                        ctrl_ctr_pload_val <= C_BASE_ID_DURATION; 
Count: 82873
Threshold: 1

Signal assignment statement on line 2455:

2455:                        sof_pulse_i <= '1'; 
Count: 82873
Threshold: 1

Signal assignment statement on line 2456:

2456:                        rec_ivld_i <= '0'; 
Count: 82873
Threshold: 1

Signal assignment statement on line 2457:

2457:                        crc_enable <= '1'; 
Count: 82873
Threshold: 1

If statement on lines 2460 to 2473:

2460:                    if (tran_frame_valid = '1') then 
2461:                        tick_state_reg <= '1'; 
...
2472:                        set_receiver_i <= '1'; 
2473:                    end if; 

Count: 5923129
Threshold: 1

Signal assignment statement on line 2461:

2461:                        tick_state_reg <= '1'; 
Count: 58695
Threshold: 1

Signal assignment statement on line 2462:

2462:                        txtb_hw_cmd_d.lock <= '1'; 
Count: 58695
Threshold: 1

Signal assignment statement on line 2463:

2463:                        set_transmitter_i <= '1'; 
Count: 58695
Threshold: 1

Signal assignment statement on line 2464:

2464:                        tx_load_base_id_i <= '1'; 
Count: 58695
Threshold: 1

Signal assignment statement on line 2465:

2465:                        stuff_enable_set <= '1'; 
Count: 58695
Threshold: 1

If statement on lines 2467 to 2469:

2467:                        if (rx_data_nbs = DOMINANT) then 
2468:                            tx_frame_no_sof_d <= '1'; 
2469:                        end if; 

Count: 58695
Threshold: 1

Signal assignment statement on line 2468:

2468:                            tx_frame_no_sof_d <= '1'; 
Count: 24
Threshold: 1

Signal assignment statement on line 2472:

2472:                        set_receiver_i <= '1'; 
Count: 82849
Threshold: 1

If statement on lines 2477 to 2480:

2477:                    if (frame_start = '1') then 
2478:                        destuff_enable_set <= '1'; 
2479:                        rx_clear_i <= '1'; 
2480:                    end if; 

Count: 5923129
Threshold: 1

Signal assignment statement on line 2478:

2478:                        destuff_enable_set <= '1'; 
Count: 91515
Threshold: 1

Signal assignment statement on line 2479:

2479:                        rx_clear_i <= '1'; 
Count: 91515
Threshold: 1

Signal assignment statement on line 2484:

2484:                    tick_state_reg <= '1'; 
Count: 6908
Threshold: 1

Signal assignment statement on line 2491:

2491:                bit_err_disable <= '1'; 
Count: 8603
Threshold: 1

If statement on lines 2493 to 2499:

2493:                if (mr_command_ercrst_q = '1') then 
2494:                    tick_state_reg <= '1'; 
...
2498:                    clr_bus_off_rst_flg <= '1'; 
2499:                end if; 

Count: 8603
Threshold: 1

Signal assignment statement on line 2494:

2494:                    tick_state_reg <= '1'; 
Count: 425
Threshold: 1

Signal assignment statement on line 2495:

2495:                    ctrl_ctr_pload_i <= '1'; 
Count: 425
Threshold: 1

Signal assignment statement on line 2496:

2496:                    reinteg_ctr_clr <= '1'; 
Count: 425
Threshold: 1

Signal assignment statement on line 2497:

2497:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 425
Threshold: 1

Signal assignment statement on line 2498:

2498:                    clr_bus_off_rst_flg <= '1'; 
Count: 425
Threshold: 1

Signal assignment statement on line 2505:

2505:                ctrl_ctr_ena <= '1'; 
Count: 560353
Threshold: 1

Signal assignment statement on line 2506:

2506:                perform_hsync <= '1'; 
Count: 560353
Threshold: 1

Signal assignment statement on line 2507:

2507:                bit_err_disable <= '1'; 
Count: 560353
Threshold: 1

If statement on lines 2510 to 2512:

2510:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
2511:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
2512:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2511:

2511:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 6837
Threshold: 1

If statement on lines 2515 to 2517:

2515:                if (rx_data_nbs = DOMINANT) then 
2516:                    ctrl_ctr_pload_i <= '1'; 
2517:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2516:

2516:                    ctrl_ctr_pload_i <= '1'; 
Count: 4773
Threshold: 1

If statement on lines 2519 to 2521:

2519:                if (integ_restart_edge = '1') then 
2520:                    ctrl_ctr_pload_unaliged <= '1'; 
2521:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2520:

2520:                    ctrl_ctr_pload_unaliged <= '1'; 
Count: 2064
Threshold: 1

If statement on lines 2523 to 2525:

2523:                if (ctrl_ctr_zero = '1') then 
2524:                    reinteg_ctr_enable <= '1'; 
2525:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2524:

2524:                    reinteg_ctr_enable <= '1'; 
Count: 65822
Threshold: 1

If statement on lines 2527 to 2530:

2527:                if (ctrl_ctr_zero = '1' and reinteg_ctr_expired = '0') then 
2528:                    ctrl_ctr_pload_i <= '1'; 
2529:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
2530:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2528:

2528:                    ctrl_ctr_pload_i <= '1'; 
Count: 65312
Threshold: 1

Signal assignment statement on line 2529:

2529:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 65312
Threshold: 1

If statement on lines 2532 to 2537:

2532:                if (reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' and rx_trigger = '1') then 
2533:                    tick_state_reg <= '1'; 
2534:                    set_idle_i <= '1'; 
2535:                    set_err_active_i <= '1'; 
2536:                    load_init_vect_i <= '1'; 
2537:                end if; 

Count: 560353
Threshold: 1

Signal assignment statement on line 2533:

2533:                    tick_state_reg <= '1'; 
Count: 340
Threshold: 1

Signal assignment statement on line 2534:

2534:                    set_idle_i <= '1'; 
Count: 340
Threshold: 1

Signal assignment statement on line 2535:

2535:                    set_err_active_i <= '1'; 
Count: 340
Threshold: 1

Signal assignment statement on line 2536:

2536:                    load_init_vect_i <= '1'; 
Count: 340
Threshold: 1

Signal assignment statement on line 2543:

2543:                ctrl_ctr_ena <= '1'; 
Count: 386464
Threshold: 1

Signal assignment statement on line 2544:

2544:                pc_dbg.is_err <= '1'; 
Count: 386464
Threshold: 1

Signal assignment statement on line 2545:

2545:                tx_dominant <= '1'; 
Count: 386464
Threshold: 1

Signal assignment statement on line 2546:

2546:                err_pos <= ERC_POS_ERR; 
Count: 386464
Threshold: 1

If statement on lines 2548 to 2553:

2548:                if (ctrl_ctr_zero = '1') then 
2549:                    tick_state_reg <= '1'; 
2550:                    ctrl_ctr_pload_i <= '1'; 
2551:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
2552:                    first_err_delim_d <= '1'; 
2553:                end if; 

Count: 386464
Threshold: 1

Signal assignment statement on line 2549:

2549:                    tick_state_reg <= '1'; 
Count: 58123
Threshold: 1

Signal assignment statement on line 2550:

2550:                    ctrl_ctr_pload_i <= '1'; 
Count: 58123
Threshold: 1

Signal assignment statement on line 2551:

2551:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 58123
Threshold: 1

Signal assignment statement on line 2552:

2552:                    first_err_delim_d <= '1'; 
Count: 58123
Threshold: 1

Signal assignment statement on line 2559:

2559:                ctrl_ctr_ena <= '1'; 
Count: 147284
Threshold: 1

Signal assignment statement on line 2560:

2560:                pc_dbg.is_err <= '1'; 
Count: 147284
Threshold: 1

Signal assignment statement on line 2561:

2561:                err_pos <= ERC_POS_ERR; 
Count: 147284
Threshold: 1

Signal assignment statement on line 2565:

2565:                bit_err_disable <= '1'; 
Count: 147284
Threshold: 1

If statement on lines 2569 to 2577:

2569:                if (rx_data_nbs_prev /= rx_data_nbs) then 
2570:                    ctrl_ctr_pload_i   <= '1'; 
...
2576:                    first_err_delim_d <= '1'; 
2577:                end if; 

Count: 147284
Threshold: 1

Signal assignment statement on line 2570:

2570:                    ctrl_ctr_pload_i   <= '1'; 
Count: 14405
Threshold: 1

Signal assignment statement on line 2571:

2571:                    ctrl_ctr_pload_val <= C_SHORTENED_ERR_FLG_DURATION; 
Count: 14405
Threshold: 1

Signal assignment statement on line 2573:

2573:                    tick_state_reg <= '1'; 
Count: 24870
Threshold: 1

Signal assignment statement on line 2574:

2574:                    ctrl_ctr_pload_i <= '1'; 
Count: 24870
Threshold: 1

Signal assignment statement on line 2575:

2575:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 24870
Threshold: 1

Signal assignment statement on line 2576:

2576:                    first_err_delim_d <= '1'; 
Count: 24870
Threshold: 1

If statement on lines 2581 to 2584:

2581:                if (ack_err_flag = '1' and rx_data_nbs = DOMINANT and rx_trigger = '1') then 
2582:                    bit_err_after_ack_err <= '1'; 
2583:                    ack_err_flag_clr <= '1'; 
2584:                end if; 

Count: 147284
Threshold: 1

Signal assignment statement on line 2582:

2582:                    bit_err_after_ack_err <= '1'; 
Count: 16
Threshold: 1

Signal assignment statement on line 2583:

2583:                    ack_err_flag_clr <= '1'; 
Count: 16
Threshold: 1

Signal assignment statement on line 2590:

2590:                pc_dbg.is_err <= '1'; 
Count: 200274
Threshold: 1

Signal assignment statement on line 2591:

2591:                err_pos <= ERC_POS_ERR; 
Count: 200274
Threshold: 1

Signal assignment statement on line 2592:

2592:                ack_err_flag_clr <= '1'; 
Count: 200274
Threshold: 1

Signal assignment statement on line 2596:

2596:                bit_err_disable <= '1'; 
Count: 200274
Threshold: 1

If statement on lines 2598 to 2602:

2598:                if (ctrl_ctr_zero = '0') then 
2599:                    ctrl_ctr_ena <= '1'; 
2600:                else 
2601:                    tick_state_reg <= '1'; 
2602:                end if; 

Count: 200274
Threshold: 1

Signal assignment statement on line 2599:

2599:                    ctrl_ctr_ena <= '1'; 
Count: 168885
Threshold: 1

Signal assignment statement on line 2601:

2601:                    tick_state_reg <= '1'; 
Count: 31389
Threshold: 1

If statement on lines 2604 to 2608:

2604:                if (rx_data_nbs = RECESSIVE) then 
2605:                    tick_state_reg <= '1'; 
2606:                    ctrl_ctr_pload_i <= '1'; 
2607:                    ctrl_ctr_pload_val <= C_ERR_DELIM_DURATION; 
2608:                end if; 

Count: 200274
Threshold: 1

Signal assignment statement on line 2605:

2605:                    tick_state_reg <= '1'; 
Count: 77250
Threshold: 1

Signal assignment statement on line 2606:

2606:                    ctrl_ctr_pload_i <= '1'; 
Count: 77250
Threshold: 1

Signal assignment statement on line 2607:

2607:                    ctrl_ctr_pload_val <= C_ERR_DELIM_DURATION; 
Count: 77250
Threshold: 1

If statement on lines 2612 to 2615:

2612:                if (rx_data_nbs = DOMINANT and first_err_delim_q = '1') then 
2613:                    primary_err_i <= '1'; 
2614:                    first_err_delim_d <= '0'; 
2615:                end if; 

Count: 200274
Threshold: 1

Signal assignment statement on line 2613:

2613:                    primary_err_i <= '1'; 
Count: 86453
Threshold: 1

Signal assignment statement on line 2614:

2614:                    first_err_delim_d <= '0'; 
Count: 86453
Threshold: 1

Signal assignment statement on line 2622:

2622:                pc_dbg.is_err <= '1'; 
Count: 5861
Threshold: 1

Signal assignment statement on line 2623:

2623:                err_pos <= ERC_POS_ERR; 
Count: 5861
Threshold: 1

Signal assignment statement on line 2624:

2624:                bit_err_disable <= '1'; 
Count: 5861
Threshold: 1

Signal assignment statement on line 2625:

2625:                ctrl_ctr_ena <= '1'; 
Count: 5861
Threshold: 1

If statement on lines 2627 to 2639:

2627:                if (rx_data_nbs = RECESSIVE) then 
2628:                    tick_state_reg <= '1'; 
...
2638:                    err_delim_late_i <= '1'; 
2639:                end if; 

Count: 5861
Threshold: 1

Signal assignment statement on line 2628:

2628:                    tick_state_reg <= '1'; 
Count: 311
Threshold: 1

Signal assignment statement on line 2629:

2629:                    ctrl_ctr_pload_i <= '1'; 
Count: 311
Threshold: 1

Signal assignment statement on line 2630:

2630:                    ctrl_ctr_pload_val <= C_ERR_DELIM_DURATION; 
Count: 311
Threshold: 1

Signal assignment statement on line 2635:

2635:                    tick_state_reg <= '1'; 
Count: 1190
Threshold: 1

Signal assignment statement on line 2636:

2636:                    ctrl_ctr_pload_i <= '1'; 
Count: 1190
Threshold: 1

Signal assignment statement on line 2637:

2637:                    ctrl_ctr_pload_val <= C_DOMINANT_REPEAT_DURATION; 
Count: 1190
Threshold: 1

Signal assignment statement on line 2638:

2638:                    err_delim_late_i <= '1'; 
Count: 1190
Threshold: 1

Signal assignment statement on line 2645:

2645:                pc_dbg.is_overload <= '1'; 
Count: 926
Threshold: 1

Signal assignment statement on line 2646:

2646:                err_pos <= ERC_POS_OVRL; 
Count: 926
Threshold: 1

Signal assignment statement on line 2647:

2647:                bit_err_disable <= '1'; 
Count: 926
Threshold: 1

Signal assignment statement on line 2648:

2648:                ctrl_ctr_ena <= '1'; 
Count: 926
Threshold: 1

If statement on lines 2650 to 2662:

2650:                if (rx_data_nbs = RECESSIVE) then 
2651:                    tick_state_reg <= '1'; 
...
2661:                    err_delim_late_i <= '1'; 
2662:                end if; 

Count: 926
Threshold: 1

Signal assignment statement on line 2651:

2651:                    tick_state_reg <= '1'; 
Count: 78
Threshold: 1

Signal assignment statement on line 2652:

2652:                    ctrl_ctr_pload_i <= '1'; 
Count: 78
Threshold: 1

Signal assignment statement on line 2653:

2653:                    ctrl_ctr_pload_val <= C_OVR_DELIM_DURATION; 
Count: 78
Threshold: 1

Signal assignment statement on line 2658:

2658:                    tick_state_reg <= '1'; 
Count: 224
Threshold: 1

Signal assignment statement on line 2659:

2659:                    ctrl_ctr_pload_i <= '1'; 
Count: 224
Threshold: 1

Signal assignment statement on line 2660:

2660:                    ctrl_ctr_pload_val <= C_DOMINANT_REPEAT_DURATION; 
Count: 224
Threshold: 1

Signal assignment statement on line 2661:

2661:                    err_delim_late_i <= '1'; 
Count: 224
Threshold: 1

Signal assignment statement on line 2668:

2668:                pc_dbg.is_err <= '1'; 
Count: 444467
Threshold: 1

Signal assignment statement on line 2669:

2669:                ctrl_ctr_ena <= '1'; 
Count: 444467
Threshold: 1

Signal assignment statement on line 2670:

2670:                err_pos <= ERC_POS_ERR; 
Count: 444467
Threshold: 1

Signal assignment statement on line 2671:

2671:                bit_err_disable <= '1'; 
Count: 444467
Threshold: 1

If statement on lines 2673 to 2684:

2673:                if (ctrl_ctr_zero = '1') then 
2674:                    tick_state_reg <= '1'; 
...
2683:                    form_err_i <= '1'; 
2684:                end if; 

Count: 444467
Threshold: 1

Signal assignment statement on line 2674:

2674:                    tick_state_reg <= '1'; 
Count: 79359
Threshold: 1

Signal assignment statement on line 2675:

2675:                    ctrl_ctr_pload_i <= '1'; 
Count: 79359
Threshold: 1

If statement on lines 2677 to 2681:

2677:                    if (rx_data_nbs = DOMINANT) then 
2678:                        ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
2679:                    else 
2680:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
2681:                    end if; 

Count: 79359
Threshold: 1

Signal assignment statement on line 2678:

2678:                        ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
Count: 376
Threshold: 1

Signal assignment statement on line 2680:

2680:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
Count: 78983
Threshold: 1

Signal assignment statement on line 2683:

2683:                    form_err_i <= '1'; 
Count: 697
Threshold: 1

Signal assignment statement on line 2690:

2690:                pc_dbg.is_overload <= '1'; 
Count: 9030
Threshold: 1

Signal assignment statement on line 2691:

2691:                ctrl_ctr_ena <= '1'; 
Count: 9030
Threshold: 1

Signal assignment statement on line 2692:

2692:                tx_dominant <= '1'; 
Count: 9030
Threshold: 1

Signal assignment statement on line 2693:

2693:                err_pos <= ERC_POS_OVRL; 
Count: 9030
Threshold: 1

If statement on lines 2695 to 2699:

2695:                if (ctrl_ctr_zero = '1') then 
2696:                    tick_state_reg <= '1'; 
2697:                    ctrl_ctr_pload_i <= '1'; 
2698:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
2699:                end if; 

Count: 9030
Threshold: 1

Signal assignment statement on line 2696:

2696:                    tick_state_reg <= '1'; 
Count: 1736
Threshold: 1

Signal assignment statement on line 2697:

2697:                    ctrl_ctr_pload_i <= '1'; 
Count: 1736
Threshold: 1

Signal assignment statement on line 2698:

2698:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 1736
Threshold: 1

Signal assignment statement on line 2705:

2705:                pc_dbg.is_overload <= '1'; 
Count: 3563
Threshold: 1

Signal assignment statement on line 2706:

2706:                err_pos <= ERC_POS_OVRL; 
Count: 3563
Threshold: 1

If statement on lines 2708 to 2712:

2708:                if (ctrl_ctr_zero = '0') then 
2709:                    ctrl_ctr_ena <= '1'; 
2710:                else 
2711:                    tick_state_reg <= '1'; 
2712:                end if; 

Count: 3563
Threshold: 1

Signal assignment statement on line 2709:

2709:                    ctrl_ctr_ena <= '1'; 
Count: 2996
Threshold: 1

Signal assignment statement on line 2711:

2711:                    tick_state_reg <= '1'; 
Count: 567
Threshold: 1

Signal assignment statement on line 2716:

2716:                bit_err_disable <= '1'; 
Count: 3563
Threshold: 1

If statement on lines 2718 to 2722:

2718:                if (rx_data_nbs = RECESSIVE) then 
2719:                    tick_state_reg <= '1'; 
2720:                    ctrl_ctr_pload_i <= '1'; 
2721:                    ctrl_ctr_pload_val <= C_OVR_DELIM_DURATION; 
2722:                end if; 

Count: 3563
Threshold: 1

Signal assignment statement on line 2719:

2719:                    tick_state_reg <= '1'; 
Count: 1119
Threshold: 1

Signal assignment statement on line 2720:

2720:                    ctrl_ctr_pload_i <= '1'; 
Count: 1119
Threshold: 1

Signal assignment statement on line 2721:

2721:                    ctrl_ctr_pload_val <= C_OVR_DELIM_DURATION; 
Count: 1119
Threshold: 1

Signal assignment statement on line 2728:

2728:                ctrl_ctr_ena <= '1'; 
Count: 7582
Threshold: 1

Signal assignment statement on line 2729:

2729:                pc_dbg.is_overload <= '1'; 
Count: 7582
Threshold: 1

Signal assignment statement on line 2730:

2730:                err_pos <= ERC_POS_OVRL; 
Count: 7582
Threshold: 1

Signal assignment statement on line 2731:

2731:                bit_err_disable <= '1'; 
Count: 7582
Threshold: 1

If statement on lines 2733 to 2744:

2733:                if (ctrl_ctr_zero = '1') then 
2734:                    tick_state_reg <= '1'; 
...
2743:                    form_err_i <= '1'; 
2744:                end if; 

Count: 7582
Threshold: 1

Signal assignment statement on line 2734:

2734:                    tick_state_reg <= '1'; 
Count: 1314
Threshold: 1

Signal assignment statement on line 2735:

2735:                    ctrl_ctr_pload_i <= '1'; 
Count: 1314
Threshold: 1

If statement on lines 2737 to 2741:

2737:                    if (rx_data_nbs = DOMINANT) then 
2738:                        ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
2739:                    else 
2740:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
2741:                    end if; 

Count: 1314
Threshold: 1

Signal assignment statement on line 2738:

2738:                        ctrl_ctr_pload_val <= C_OVR_FLG_DURATION; 
Count: 92
Threshold: 1

Signal assignment statement on line 2740:

2740:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
Count: 1222
Threshold: 1

Signal assignment statement on line 2743:

2743:                    form_err_i <= '1'; 
Count: 244
Threshold: 1

If statement on lines 2754 to 2756:

2754:    state_reg_ce <= '1' when (tick_state_reg = '1' and ctrl_signal_upd = '1') 
2755:                        else 
2756:                    '0'; 

Count: 21661691
Threshold: 1

Signal assignment statement on line 2754:

2754:    state_reg_ce <= '1' when (tick_state_reg = '1' and ctrl_signal_upd = '1') 
Count: 1156664
Threshold: 1

Signal assignment statement on line 2756:

2756:                    '0'
Count: 20505027
Threshold: 1

If statement on lines 2760 to 2766:

2760:        if (rst_n = '0') then 
2761:            curr_state <= s_pc_off; 
...
2765:            end if; 
2766:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2761:

2761:            curr_state <= s_pc_off; 
Count: 2422674
Threshold: 1

If statement on lines 2763 to 2765:

2763:            if (state_reg_ce = '1') then 
2764:                curr_state <= next_state; 
2765:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 2764:

2764:                curr_state <= next_state; 
Count: 832745
Threshold: 1

If statement on lines 2777 to 2780:

2777:    ctrl_ctr_pload <= ctrl_ctr_pload_i when (curr_state = s_pc_off) else 
2778:                      ctrl_ctr_pload_i when (ctrl_signal_upd = '1') else 
2779:                      '1' when (ctrl_ctr_pload_unaliged = '1') else 
2780:                      '0'; 

Count: 22597073
Threshold: 1

Signal assignment statement on line 2777:

2777:    ctrl_ctr_pload <= ctrl_ctr_pload_i when (curr_state = s_pc_off) else 
Count: 29257
Threshold: 1

Signal assignment statement on line 2778:

2778:                      ctrl_ctr_pload_i when (ctrl_signal_upd = '1') else 
Count: 12044988
Threshold: 1

Signal assignment statement on line 2779:

2779:                      '1' when (ctrl_ctr_pload_unaliged = '1') else 
Count: 3605
Threshold: 1

Signal assignment statement on line 2780:

2780:                      '0'
Count: 10519223
Threshold: 1

If statement on lines 2790 to 2812:

2790:        if (rst_n = '0') then 
2791:            store_metadata     <= '0'; 
...
2811: 
2812:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2791:

2791:            store_metadata     <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2792:

2792:            store_data         <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2793:

2793:            rec_valid          <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2794:

2794:            rec_abort          <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 2799 to 2808:

2799:            if ((is_receiver = '1' or mr_settings_ilbp = '1') and (rx_trigger = '1')) 
2800:            then 
...
2807:                rec_valid          <= '0'; 
2808:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 2801:

2801:                store_metadata     <= store_metadata_d; 
Count: 4378865
Threshold: 1

Signal assignment statement on line 2802:

2802:                store_data         <= store_data_d; 
Count: 4378865
Threshold: 1

Signal assignment statement on line 2803:

2803:                rec_valid          <= rec_valid_d; 
Count: 4378865
Threshold: 1

Signal assignment statement on line 2805:

2805:                store_metadata     <= '0'; 
Count: 542795469
Threshold: 1

Signal assignment statement on line 2806:

2806:                store_data         <= '0'; 
Count: 542795469
Threshold: 1

Signal assignment statement on line 2807:

2807:                rec_valid          <= '0'; 
Count: 542795469
Threshold: 1

Signal assignment statement on line 2810:

2810:            rec_abort              <= err_frm_req; 
Count: 547174334
Threshold: 1

If statement on lines 2815 to 2817:

2815:    ctrl_signal_upd <= '1' when (rx_trigger = '1' or err_frm_req = '1') 
2816:                           else 
2817:                       '0'; 

Count: 20869985
Threshold: 1

Signal assignment statement on line 2815:

2815:    ctrl_signal_upd <= '1' when (rx_trigger = '1' or err_frm_req = '1') 
Count: 10443396
Threshold: 1

Signal assignment statement on line 2817:

2817:                       '0'
Count: 10426589
Threshold: 1

If statement on lines 2819 to 2821:

2819:    rec_ivld_d <= rec_ivld_i when (rx_trigger = '1') 
2820:                             else 
2821:                  rec_ivld_q; 

Count: 20983206
Threshold: 1

Signal assignment statement on line 2819:

2819:    rec_ivld_d <= rec_ivld_i when (rx_trigger = '1') 
Count: 10563354
Threshold: 1

Signal assignment statement on line 2821:

2821:                  rec_ivld_q
Count: 10419852
Threshold: 1

If statement on lines 2828 to 2834:

2828:        if (rst_n = '0') then 
2829:            rec_lbpf_q <= '0'; 
...
2833:            rec_ivld_q <= rec_ivld_d; 
2834:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2829:

2829:            rec_lbpf_q <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2830:

2830:            rec_ivld_q <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2832:

2832:            rec_lbpf_q <= rec_lbpf_d; 
Count: 547174334
Threshold: 1

Signal assignment statement on line 2833:

2833:            rec_ivld_q <= rec_ivld_d; 
Count: 547174334
Threshold: 1

If statement on lines 2842 to 2854:

2842:        if (rst_n = '0') then 
2843:            txtb_hw_cmd_q.lock    <= '0'; 
...
2853:            end if; 
2854:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2843:

2843:            txtb_hw_cmd_q.lock    <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2844:

2844:            txtb_hw_cmd_q.valid   <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2845:

2845:            txtb_hw_cmd_q.err     <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2846:

2846:            txtb_hw_cmd_q.arbl    <= '0'; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 2847:

2847:            txtb_hw_cmd_q.failed  <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 2849 to 2853:

2849:            if (ctrl_signal_upd = '1') then 
2850:                txtb_hw_cmd_q <= txtb_hw_cmd_d; 
2851:            else 
2852:                txtb_hw_cmd_q <= ('0', '0', '0', '0', '0'); 
2853:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 2850:

2850:                txtb_hw_cmd_q <= txtb_hw_cmd_d; 
Count: 10432415
Threshold: 1

Signal assignment statement on line 2852:

2852:                txtb_hw_cmd_q <= ('0', '0', '0', '0', '0'); 
Count: 536741919
Threshold: 1

Signal assignment statement on line 2861:

2861:    rx_store_base_id <= rx_store_base_id_i and rx_trigger
Count: 20859473
Threshold: 1

Signal assignment statement on line 2862:

2862:    rx_store_ext_id <= rx_store_ext_id_i and rx_trigger
Count: 20822405
Threshold: 1

Signal assignment statement on line 2863:

2863:    rx_store_ide <= rx_store_ide_i and rx_trigger
Count: 20911620
Threshold: 1

Signal assignment statement on line 2864:

2864:    rx_store_rtr <= rx_store_rtr_i and rx_trigger
Count: 20945974
Threshold: 1

Signal assignment statement on line 2865:

2865:    rx_store_edl <= rx_store_edl_i and rx_trigger
Count: 20907632
Threshold: 1

Signal assignment statement on line 2866:

2866:    rx_store_dlc <= rx_store_dlc_i and rx_trigger
Count: 20855349
Threshold: 1

Signal assignment statement on line 2867:

2867:    rx_store_esi <= rx_store_esi_i and rx_trigger
Count: 20861500
Threshold: 1

Signal assignment statement on line 2868:

2868:    rx_store_brs <= rx_store_brs_i and rx_trigger
Count: 20861596
Threshold: 1

Signal assignment statement on line 2869:

2869:    rx_store_stuff_count <= rx_store_stuff_count_i and rx_trigger
Count: 20831134
Threshold: 1

Signal assignment statement on line 2875:

2875:    tx_load_base_id <= tx_load_base_id_i and rx_trigger
Count: 20856616
Threshold: 1

Signal assignment statement on line 2876:

2876:    tx_load_ext_id <= tx_load_ext_id_i and rx_trigger
Count: 20849669
Threshold: 1

Signal assignment statement on line 2877:

2877:    tx_load_dlc <= tx_load_dlc_i and rx_trigger
Count: 20928470
Threshold: 1

Signal assignment statement on line 2878:

2878:    tx_load_data_word <= tx_load_data_word_i and rx_trigger
Count: 20847561
Threshold: 1

Signal assignment statement on line 2879:

2879:    tx_load_stuff_count <= tx_load_stuff_count_i and rx_trigger
Count: 20846306
Threshold: 1

Signal assignment statement on line 2880:

2880:    tx_load_crc <= tx_load_crc_i and rx_trigger
Count: 20863445
Threshold: 1

If statement on lines 2885 to 2887:

2885:    tx_shift_ena <= '1' when (tx_shift_ena_i = '1' and is_transmitter = '1') 
2886:                        else 
2887:                    '0'; 

Count: 294405
Threshold: 1

Signal assignment statement on line 2885:

2885:    tx_shift_ena <= '1' when (tx_shift_ena_i = '1' and is_transmitter = '1') 
Count: 57392
Threshold: 1

Signal assignment statement on line 2887:

2887:                    '0'
Count: 237013
Threshold: 1

Signal assignment statement on line 2892:

2892:    form_err <= form_err_i and rx_trigger
Count: 20911786
Threshold: 1

Signal assignment statement on line 2893:

2893:    ack_err <= ack_err_i and rx_trigger
Count: 20813610
Threshold: 1

Signal assignment statement on line 2894:

2894:    crc_err <= crc_err_i and rx_trigger
Count: 20806950
Threshold: 1

Signal assignment statement on line 2895:

2895:    bit_err_arb <= bit_err_arb_i and rx_trigger
Count: 20942885
Threshold: 1

Signal assignment statement on line 2903:

2903:    decrement_rec <= decrement_rec_i
Count: 33106
Threshold: 1

If statement on lines 2908 to 2911:

2908:    switch_to_ssp <= '1' when (sp_control_switch_data = '1' and is_transmitter = '1' and 
2909:                               mr_ssp_cfg_ssp_src /= SSP_SRC_NO_SSP) 
2910:                         else 
2911:                     '0'; 

Count: 87723
Threshold: 1

Signal assignment statement on line 2908:

2908:    switch_to_ssp <= '1' when (sp_control_switch_data = '1' and is_transmitter = '1' and 
Count: 2174
Threshold: 1

Signal assignment statement on line 2911:

2911:                     '0'
Count: 85549
Threshold: 1

If statement on lines 2913 to 2919:

2913:    sp_control_d <=   NOMINAL_SAMPLE when (sp_control_switch_nominal = '1') 
2914:                                     else 
...
2918:                                     else 
2919:                        sp_control_q_i; 

Count: 142468
Threshold: 1

Signal assignment statement on line 2913:

2913:    sp_control_d <=   NOMINAL_SAMPLE when (sp_control_switch_nominal = '1') 
Count: 46644
Threshold: 1

Signal assignment statement on line 2915:

2915:                    SECONDARY_SAMPLE when (switch_to_ssp = '1') 
Count: 6499
Threshold: 1

Signal assignment statement on line 2917:

2917:                         DATA_SAMPLE when (sp_control_switch_data = '1') 
Count: 37924
Threshold: 1

Signal assignment statement on line 2919:

2919:                        sp_control_q_i
Count: 51401
Threshold: 1

If statement on lines 2921 to 2923:

2921:    sp_control_ce <= '1' when (sp_control_switch_nominal = '1') else 
2922:                     '1' when (sp_control_switch_data = '1') else 
2923:                     '0'; 

Count: 96421
Threshold: 1

Signal assignment statement on line 2921:

2921:    sp_control_ce <= '1' when (sp_control_switch_nominal = '1') else 
Count: 26572
Threshold: 1

Signal assignment statement on line 2922:

2922:                     '1' when (sp_control_switch_data = '1') else 
Count: 20049
Threshold: 1

Signal assignment statement on line 2923:

2923:                     '0'
Count: 49800
Threshold: 1

If statement on lines 2927 to 2933:

2927:        if (rst_n = '0') then 
2928:            sp_control_q_i <= NOMINAL_SAMPLE; 
...
2932:            end if; 
2933:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2928:

2928:            sp_control_q_i <= NOMINAL_SAMPLE; 
Count: 2422674
Threshold: 1

If statement on lines 2930 to 2932:

2930:            if (sp_control_ce = '1') then 
2931:                sp_control_q_i <= sp_control_d; 
2932:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 2931:

2931:                sp_control_q_i <= sp_control_d; 
Count: 40098
Threshold: 1

If statement on lines 2936 to 2937:

2936:    sp_control <= sp_control_d when (br_shifted_i = '1') else 
2937:                  sp_control_q_i; 

Count: 195016
Threshold: 1

Signal assignment statement on line 2936:

2936:    sp_control <= sp_control_d when (br_shifted_i = '1') else 
Count: 135491
Threshold: 1

Signal assignment statement on line 2937:

2937:                  sp_control_q_i
Count: 59525
Threshold: 1

If statement on lines 2944 to 2946:

2944:    act_err_ovr_flag <= '1' when (curr_state = s_pc_act_err_flag) else 
2945:                        '1' when (curr_state = s_pc_ovr_flag) else 
2946:                        '0'; 

Count: 839377
Threshold: 1

Signal assignment statement on line 2944:

2944:    act_err_ovr_flag <= '1' when (curr_state = s_pc_act_err_flag) else 
Count: 19278
Threshold: 1

Signal assignment statement on line 2945:

2945:                        '1' when (curr_state = s_pc_ovr_flag) else 
Count: 561
Threshold: 1

Signal assignment statement on line 2946:

2946:                        '0'
Count: 819538
Threshold: 1

If statement on lines 2950 to 2956:

2950:        if (rst_n = '0') then 
2951:            first_err_delim_q <= '0'; 
...
2955:            end if; 
2956:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 2951:

2951:            first_err_delim_q <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 2953 to 2955:

2953:            if (rx_trigger = '1') then 
2954:                first_err_delim_q <= first_err_delim_d; 
2955:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 2954:

2954:                first_err_delim_q <= first_err_delim_d; 
Count: 10400889
Threshold: 1

If statement on lines 2963 to 2965:

2963:    primary_err <= '1' when (primary_err_i = '1' and rx_trigger = '1') 
2964:                       else 
2965:                   '0'; 

Count: 20828081
Threshold: 1

Signal assignment statement on line 2963:

2963:    primary_err <= '1' when (primary_err_i = '1' and rx_trigger = '1') 
Count: 22749
Threshold: 1

Signal assignment statement on line 2965:

2965:                   '0'
Count: 20805332
Threshold: 1

If statement on lines 2967 to 2969:

2967:    err_delim_late <= '1' when (err_delim_late_i = '1' and rx_trigger = '1') 
2968:                          else 
2969:                      '0'; 

Count: 20805478
Threshold: 1

Signal assignment statement on line 2967:

2967:    err_delim_late <= '1' when (err_delim_late_i = '1' and rx_trigger = '1') 
Count: 390
Threshold: 1

Signal assignment statement on line 2969:

2969:                      '0'
Count: 20805088
Threshold: 1

If statement on lines 2971 to 2973:

2971:    set_err_active <= '1' when (set_err_active_i = '1' and rx_trigger = '1') 
2972:                          else 
2973:                      '0'; 

Count: 20812309
Threshold: 1

Signal assignment statement on line 2971:

2971:    set_err_active <= '1' when (set_err_active_i = '1' and rx_trigger = '1') 
Count: 6637
Threshold: 1

Signal assignment statement on line 2973:

2973:                      '0'
Count: 20805672
Threshold: 1

If statement on lines 2975 to 2977:

2975:    rx_clear <= '1' when (rx_clear_i = '1' and rx_trigger = '1') 
2976:                    else 
2977:                '0'; 

Count: 20927025
Threshold: 1

Signal assignment statement on line 2975:

2975:    rx_clear <= '1' when (rx_clear_i = '1' and rx_trigger = '1') 
Count: 70965
Threshold: 1

Signal assignment statement on line 2977:

2977:                '0'
Count: 20856060
Threshold: 1

If statement on lines 2985 to 2987:

2985:    bit_err_enable <= '0' when (bit_err_disable = '1') else 
2986:                      '0' when (bit_err_disable_receiver = '1' and is_receiver = '1') else 
2987:                      '1'; 

Count: 260101
Threshold: 1

Signal assignment statement on line 2985:

2985:    bit_err_enable <= '0' when (bit_err_disable = '1') else 
Count: 139474
Threshold: 1

Signal assignment statement on line 2986:

2986:                      '0' when (bit_err_disable_receiver = '1' and is_receiver = '1') else 
Count: 28663
Threshold: 1

Signal assignment statement on line 2987:

2987:                      '1'
Count: 91964
Threshold: 1

If statement on lines 2996 to 3000:

2996:    retr_ctr_add_i <= '0' when (retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' 
2997:                                 or is_receiver = '1' or retr_ctr_add_block = '1') else 
2998:                      '1' when (arbitration_lost_i = '1' and rx_trigger = '1') else 
2999:                      '1' when (err_frm_req = '1') else 
3000:                      '0'; 

Count: 20967795
Threshold: 1

Signal assignment statement on line 2996:

2996:    retr_ctr_add_i <= '0' when (retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' 
Count: 15293049
Threshold: 1

Signal assignment statement on line 2998:

2998:                      '1' when (arbitration_lost_i = '1' and rx_trigger = '1') else 
Count: 307
Threshold: 1

Signal assignment statement on line 2999:

2999:                      '1' when (err_frm_req = '1') else 
Count: 11460
Threshold: 1

Signal assignment statement on line 3000:

3000:                      '0'
Count: 5662979
Threshold: 1

If statement on lines 3007 to 3009:

3007:    retr_ctr_clear_i <= '1' when (txtb_hw_cmd_d.valid = '1' and rx_trigger = '1') else 
3008:                        '1' when (txtb_hw_cmd_d.failed = '1') else 
3009:                        '0'; 

Count: 20835774
Threshold: 1

Signal assignment statement on line 3007:

3007:    retr_ctr_clear_i <= '1' when (txtb_hw_cmd_d.valid = '1' and rx_trigger = '1') else 
Count: 11115
Threshold: 1

Signal assignment statement on line 3008:

3008:                        '1' when (txtb_hw_cmd_d.failed = '1') else 
Count: 15634
Threshold: 1

Signal assignment statement on line 3009:

3009:                        '0'
Count: 20809025
Threshold: 1

If statement on lines 3018 to 3026:

3018:        if (rst_n = '0') then 
3019:            retr_ctr_add_block <= '0'; 
...
3025:            end if; 
3026:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3019:

3019:            retr_ctr_add_block <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3021 to 3025:

3021:            if (retr_ctr_add_i = '1') then 
3022:                retr_ctr_add_block <= '1'; 
3023:            elsif (retr_ctr_add_block_clr = '1') then 
3024:                retr_ctr_add_block <= '0'; 
3025:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3022:

3022:                retr_ctr_add_block <= '1'; 
Count: 1122
Threshold: 1

Signal assignment statement on line 3024:

3024:                retr_ctr_add_block <= '0'; 
Count: 10958401
Threshold: 1

If statement on lines 3031 to 3033:

3031:    sof_pulse <= '1' when (sof_pulse_i = '1' and rx_trigger = '1') 
3032:                     else 
3033:                 '0'; 

Count: 20886431
Threshold: 1

Signal assignment statement on line 3031:

3031:    sof_pulse <= '1' when (sof_pulse_i = '1' and rx_trigger = '1') 
Count: 81099
Threshold: 1

Signal assignment statement on line 3033:

3033:                 '0'
Count: 20805332
Threshold: 1

If statement on lines 3038 to 3040:

3038:    compl_ctr_ena <= '1' when (compl_ctr_ena_i = '1' and rx_trigger = '1') 
3039:                         else 
3040:                     '0'; 

Count: 20878642
Threshold: 1

Signal assignment statement on line 3038:

3038:    compl_ctr_ena <= '1' when (compl_ctr_ena_i = '1' and rx_trigger = '1') 
Count: 4505707
Threshold: 1

Signal assignment statement on line 3040:

3040:                     '0'
Count: 16372935
Threshold: 1

If statement on lines 3045 to 3047:

3045:    set_transmitter <= '1' when (set_transmitter_i = '1' and rx_trigger = '1') 
3046:                           else 
3047:                       '0'; 

Count: 20866218
Threshold: 1

Signal assignment statement on line 3045:

3045:    set_transmitter <= '1' when (set_transmitter_i = '1' and rx_trigger = '1') 
Count: 40515
Threshold: 1

Signal assignment statement on line 3047:

3047:                       '0'
Count: 20825703
Threshold: 1

If statement on lines 3055 to 3057:

3055:    set_receiver <= '1' when (set_receiver_i = '1') 
3056:                        else 
3057:                    '0'; 

Count: 64102
Threshold: 1

Signal assignment statement on line 3055:

3055:    set_receiver <= '1' when (set_receiver_i = '1') 
Count: 30450
Threshold: 1

Signal assignment statement on line 3057:

3057:                    '0'
Count: 33652
Threshold: 1

If statement on lines 3064 to 3066:

3064:    set_idle <= '1' when (set_idle_i = '1' and (rx_trigger = '1' or err_frm_req = '1')) 
3065:                    else 
3066:                '0'; 

Count: 20971640
Threshold: 1

Signal assignment statement on line 3064:

3064:    set_idle <= '1' when (set_idle_i = '1' and (rx_trigger = '1' or err_frm_req = '1')) 
Count: 96990
Threshold: 1

Signal assignment statement on line 3066:

3066:                '0'
Count: 20874650
Threshold: 1

If statement on lines 3077 to 3080:

3077:    crc_calc_from_rx <= '1' when (crc_spec_enable_i = '1') else 
3078:                        '1' when (is_arbitration_i = '1') else 
3079:                        '1' when (is_receiver = '1') else 
3080:                        '0'; 

Count: 342802
Threshold: 1

Signal assignment statement on line 3077:

3077:    crc_calc_from_rx <= '1' when (crc_spec_enable_i = '1') else 
Count: 139834
Threshold: 1

Signal assignment statement on line 3078:

3078:                        '1' when (is_arbitration_i = '1') else 
Count: 56542
Threshold: 1

Signal assignment statement on line 3079:

3079:                        '1' when (is_receiver = '1') else 
Count: 58123
Threshold: 1

Signal assignment statement on line 3080:

3080:                        '0'
Count: 88303
Threshold: 1

If statement on lines 3082 to 3084:

3082:    load_init_vect <= '1' when (load_init_vect_i = '1' and rx_trigger = '1') 
3083:                          else 
3084:                      '0'; 

Count: 20817415
Threshold: 1

Signal assignment statement on line 3082:

3082:    load_init_vect <= '1' when (load_init_vect_i = '1' and rx_trigger = '1') 
Count: 113844
Threshold: 1

Signal assignment statement on line 3084:

3084:                      '0'
Count: 20703571
Threshold: 1

If statement on lines 3091 to 3101:

3091:        if (rst_n = '0') then 
3092:            stuff_enable <= '0'; 
...
3100:            end if; 
3101:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3092:

3092:            stuff_enable <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3094 to 3100:

3094:            if (ctrl_signal_upd = '1') then 
3095:                if (stuff_enable_set = '1') then 
...
3099:               end if; 
3100:            end if; 

Count: 547174334
Threshold: 1

If statement on lines 3095 to 3099:

3095:                if (stuff_enable_set = '1') then 
3096:                   stuff_enable <= '1'; 
3097:                elsif (stuff_enable_clear = '1') then 
3098:                   stuff_enable <= '0'; 
3099:               end if; 

Count: 10432415
Threshold: 1

Signal assignment statement on line 3096:

3096:                   stuff_enable <= '1'; 
Count: 25501
Threshold: 1

Signal assignment statement on line 3098:

3098:                   stuff_enable <= '0'; 
Count: 61940
Threshold: 1

If statement on lines 3109 to 3119:

3109:        if (rst_n = '0') then 
3110:            destuff_enable <= '0'; 
...
3118:            end if; 
3119:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3110:

3110:            destuff_enable <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3112 to 3118:

3112:            if (ctrl_signal_upd = '1') then 
3113:                if (destuff_enable_set = '1') then 
...
3117:                end if; 
3118:            end if; 

Count: 547174334
Threshold: 1

If statement on lines 3113 to 3117:

3113:                if (destuff_enable_set = '1') then 
3114:                    destuff_enable <= '1'; 
3115:                elsif (destuff_enable_clear = '1') then 
3116:                    destuff_enable <= '0'; 
3117:                end if; 

Count: 10432415
Threshold: 1

Signal assignment statement on line 3114:

3114:                    destuff_enable <= '1'; 
Count: 55951
Threshold: 1

Signal assignment statement on line 3116:

3116:                    destuff_enable <= '0'; 
Count: 61315
Threshold: 1

If statement on lines 3126 to 3132:

3126:    sync_control_d <= NO_SYNC when ((sp_control_switch_data = '1' and is_transmitter = '1') or 
3127:                                    sp_control_q_i = SECONDARY_SAMPLE or 
...
3131:                              else 
3132:                      RE_SYNC; 

Count: 410606
Threshold: 1

Signal assignment statement on line 3126:

3126:    sync_control_d <= NO_SYNC when ((sp_control_switch_data = '1' and is_transmitter = '1') or 
Count: 23088
Threshold: 1

Signal assignment statement on line 3130:

3130:                    HARD_SYNC when (perform_hsync = '1') 
Count: 182173
Threshold: 1

Signal assignment statement on line 3132:

3132:                      RE_SYNC
Count: 205345
Threshold: 1

If statement on lines 3136 to 3140:

3136:        if (rst_n = '0') then 
3137:            sync_control_q <= HARD_SYNC; 
3138:        elsif (rising_edge(clk_sys)) then 
3139:            sync_control_q <= sync_control_d; 
3140:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3137:

3137:            sync_control_q <= HARD_SYNC; 
Count: 2422674
Threshold: 1

Signal assignment statement on line 3139:

3139:            sync_control_q <= sync_control_d; 
Count: 547174334
Threshold: 1

If statement on lines 3148 to 3154:

3148:        if (rst_n = '0') then 
3149:            txtb_ptr_q <= 0; 
...
3153:            end if; 
3154:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3149:

3149:            txtb_ptr_q <= 0; 
Count: 2422674
Threshold: 1

If statement on lines 3151 to 3153:

3151:            if (txtb_clk_en_d = '1') then 
3152:                txtb_ptr_q <= txtb_ptr_d; 
3153:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3152:

3152:                txtb_ptr_q <= txtb_ptr_d; 
Count: 80871
Threshold: 1

If statement on lines 3159 to 3161:

3159:    txtb_clk_en_d <= '1' when (txtb_ptr_q /= txtb_ptr_d and txtb_gate_mem_read = '0') 
3160:                         else 
3161:                     '0'; 

Count: 219465
Threshold: 1

Signal assignment statement on line 3159:

3159:    txtb_clk_en_d <= '1' when (txtb_ptr_q /= txtb_ptr_d and txtb_gate_mem_read = '0') 
Count: 97874
Threshold: 1

Signal assignment statement on line 3161:

3161:                     '0'
Count: 121591
Threshold: 1

If statement on lines 3168 to 3172:

3168:        if (rst_n = '0') then 
3169:            txtb_clk_en_q <= '0'; 
3170:        elsif (rising_edge(clk_sys)) then 
3171:            txtb_clk_en_q <= txtb_clk_en_d; 
3172:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3169:

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

Signal assignment statement on line 3171:

3171:            txtb_clk_en_q <= txtb_clk_en_d; 
Count: 547174334
Threshold: 1

If statement on lines 3180 to 3186:

3180:        if (rst_n = '0') then 
3181:            tx_frame_no_sof_q <= '0'; 
...
3185:            end if; 
3186:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3181:

3181:            tx_frame_no_sof_q <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3183 to 3185:

3183:            if (rx_trigger = '1') then 
3184:                tx_frame_no_sof_q <= tx_frame_no_sof_d; 
3185:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3184:

3184:                tx_frame_no_sof_q <= tx_frame_no_sof_d; 
Count: 10400889
Threshold: 1

If statement on lines 3194 to 3200:

3194:        if (rst_n = '0') then 
3195:            rx_data_nbs_prev <= RECESSIVE; 
...
3199:            end if; 
3200:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3195:

3195:            rx_data_nbs_prev <= RECESSIVE; 
Count: 2422674
Threshold: 1

If statement on lines 3197 to 3199:

3197:            if (rx_trigger = '1') then 
3198:                rx_data_nbs_prev <= rx_data_nbs; 
3199:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3198:

3198:                rx_data_nbs_prev <= rx_data_nbs; 
Count: 10400889
Threshold: 1

If statement on lines 3208 to 3216:

3208:        if (rst_n = '0') then 
3209:            ack_err_flag <= '0'; 
...
3215:            end if; 
3216:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3209:

3209:            ack_err_flag <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3211 to 3215:

3211:            if (ack_err_i = '1' and rx_trigger = '1') then 
3212:                ack_err_flag <= '1'; 
3213:            elsif (ack_err_flag_clr = '1') then 
3214:                ack_err_flag <= '0'; 
3215:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3212:

3212:                ack_err_flag <= '1'; 
Count: 1326
Threshold: 1

Signal assignment statement on line 3214:

3214:                ack_err_flag <= '0'; 
Count: 2281475
Threshold: 1

If statement on lines 3224 to 3232:

3224:        if (rst_n = '0') then 
3225:            mr_status_pexs <= '0'; 
...
3231:            end if; 
3232:        end if; 

Count: 1096781321
Threshold: 1

Signal assignment statement on line 3225:

3225:            mr_status_pexs <= '0'; 
Count: 2422674
Threshold: 1

If statement on lines 3227 to 3231:

3227:            if (pexs_set = '1') then 
3228:                mr_status_pexs <= '1'; 
3229:            elsif (mr_command_cpexs = '1') then 
3230:                mr_status_pexs <= '0'; 
3231:            end if; 

Count: 547174334
Threshold: 1

Signal assignment statement on line 3228:

3228:                mr_status_pexs <= '1'; 
Count: 6010
Threshold: 1

Signal assignment statement on line 3230:

3230:                mr_status_pexs <= '0'; 
Count: 60
Threshold: 1

Signal assignment statement on line 3238:

3238:    crc_src <= crc_src_i
Count: 99355
Threshold: 1

Signal assignment statement on line 3239:

3239:    txtb_hw_cmd <= txtb_hw_cmd_q
Count: 105184
Threshold: 1

Signal assignment statement on line 3240:

3240:    tran_valid <= txtb_hw_cmd_q.valid
Count: 25432
Threshold: 1

Signal assignment statement on line 3241:

3241:    sync_control <= sync_control_q
Count: 201865
Threshold: 1

Signal assignment statement on line 3242:

3242:    txtb_ptr <= txtb_ptr_q
Count: 82472
Threshold: 1

Signal assignment statement on line 3243:

3243:    br_shifted <= br_shifted_i
Count: 96398
Threshold: 1

Signal assignment statement on line 3244:

3244:    sp_control_q <= sp_control_q_i
Count: 43300
Threshold: 1

Signal assignment statement on line 3245:

3245:    crc_spec_enable <= crc_spec_enable_i
Count: 230939
Threshold: 1

Signal assignment statement on line 3246:

3246:    retr_ctr_clear <= retr_ctr_clear_i
Count: 44758
Threshold: 1

Signal assignment statement on line 3247:

3247:    arbitration_lost <= arbitration_lost_i
Count: 5552
Threshold: 1

Signal assignment statement on line 3248:

3248:    retr_ctr_add <= retr_ctr_add_i
Count: 24748
Threshold: 1

Signal assignment statement on line 3249:

3249:    tx_frame_no_sof <= tx_frame_no_sof_q
Count: 3908
Threshold: 1

Signal assignment statement on line 3250:

3250:    txtb_clk_en <= txtb_clk_en_q
Count: 164944
Threshold: 1

Signal assignment statement on line 3251:

3251:    pc_dbg.is_arbitration  <= is_arbitration_i
Count: 115022
Threshold: 1

Signal assignment statement on line 3252:

3252:    rec_lbpf <= rec_lbpf_q
Count: 3562
Threshold: 1

Signal assignment statement on line 3253:

3253:    rec_ivld <= rec_ivld_q
Count: 105553
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

757:    tran_frame_type_i <= FD_CAN when (tran_frame_type = FD_CAN and mr_mode_fde = '1'
Evaluated toCountThreshold
BinTrue26941
BinFalse79351

"if" / "when" / "else" condition on lines 761 to 762:

761:    no_data_transmitter <= '1' when (tran_dlc = "0000" or 
762:                                    (tran_is_rtr = RTR_FRAME and tran_frame_type_i = NORMAL_CAN)) 

Evaluated toCountThreshold
BinTrue103151
BinFalse120871

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

766:    no_data_receiver <= '1' when (rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000"
Evaluated toCountThreshold
BinTrue10709561
BinFalse40085491

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

770:    no_data_field <= '1' when (is_transmitter = '1' and no_data_transmitter = '1'
Evaluated toCountThreshold
BinTrue421371
BinFalse9213201

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

772:                     '1' when (is_receiver = '1' and no_data_receiver = '1'
Evaluated toCountThreshold
BinTrue2609341
BinFalse6603861

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

776:    go_to_suspend <= '1' when (is_err_passive = '1' and is_transmitter = '1'
Evaluated toCountThreshold
BinTrue26731
BinFalse431101

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

780:    ide_is_arbitration <= '1' when (tran_ident_type = EXTENDED or is_receiver = '1'
Evaluated toCountThreshold
BinTrue339771
BinFalse376791

"if" / "when" / "else" condition on lines 784 to 785:

784:    arbitration_lost_condition <= '1' when (is_transmitter = '1' and tx_data_wbs = RECESSIVE and 
785:                                            rx_data_nbs = DOMINANT and rx_trigger = '1') 

Evaluated toCountThreshold
BinTrue293211
BinFalse248899301

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

789:    tx_failed <= '1' when (mr_settings_rtrle = '1' and retr_limit_reached = '1'
Evaluated toCountThreshold
BinTrue26471
BinFalse91791

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

793:    is_fd_frame <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN
Evaluated toCountThreshold
BinTrue351371
BinFalse1334391

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

795:                   '1' when (is_receiver = '1' and rec_frame_type = FD_CAN
Evaluated toCountThreshold
BinTrue308721
BinFalse1025671

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

799:    go_to_stuff_count <= '1' when (mr_settings_nisofd = ISO_FD and is_fd_frame = '1'
Evaluated toCountThreshold
BinTrue429811
BinFalse480631

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

803:    frame_start <= '1' when (tran_frame_valid = '1' and go_to_suspend = '0') else 
Evaluated toCountThreshold
BinTrue11341391
BinFalse17233691

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

804:                   '1' when (rx_data_nbs = DOMINANT) else 
Evaluated toCountThreshold
BinTrue8493701
BinFalse8739991

"if" / "when" / "else" condition on lines 807 to 809:

807:    tx_dominant_ack <= '1' when  (crc_match = '1') and 
808:                                  ((is_receiver = '1'    and mr_mode_acf = '0') or 
809:                                   (is_transmitter = '1' and mr_mode_sam = '1')) 

Evaluated toCountThreshold
BinTrue151381
BinFalse1484821

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

817:    allow_flipped_ack <= '1' when (tx_dominant_ack = '0' or mr_mode_bmm = '1'
Evaluated toCountThreshold
BinTrue183801
BinFalse167291

"if" / "when" / "else" condition on lines 825 to 831:

825:    block_txtb_unlock <= '1' when (curr_state = s_pc_act_err_flag or 
826:                                   curr_state = s_pc_pas_err_flag or 
...
830:                                   curr_state = s_pc_ovr_delim_wait or 
831:                                   curr_state = s_pc_ovr_delim) 

Evaluated toCountThreshold
BinTrue798151
BinFalse7595621

"if" / "when" / "else" condition on lines 835 to 836:

835:    pex_on_fdf_enable <= '1' when (mr_mode_fde = FDE_DISABLE and 
836:                                   mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED) 

Evaluated toCountThreshold
BinTrue351
BinFalse37111

"if" / "when" / "else" condition on lines 840 to 841:

840:    pex_on_res_enable <= '1' when (mr_mode_fde = FDE_ENABLE and 
841:                                   mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED) 

Evaluated toCountThreshold
BinTrue721
BinFalse36741

"if" / "when" / "else" condition on lines 848 to 849:

848:    integ_restart_edge <= '0' when (mr_mode_fde = FDE_DISABLE and 
849:                                    mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) 

Evaluated toCountThreshold
BinTrue74421
BinFalse31232331

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

851:                          '1' when (sync_edge = '1'
Evaluated toCountThreshold
BinTrue15590431
BinFalse15641901

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin122111

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin25441

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin33831

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4
Choice ofCountThreshold
Bin45561

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Choice ofCountThreshold
Bin53791

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Choice ofCountThreshold
Bin64071

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Choice ofCountThreshold
Bin73201

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8
Choice ofCountThreshold
Bin814701

"case" / "with" / "select" choice on line 863:

863:        6  when 12
Choice ofCountThreshold
Bin122931

"case" / "with" / "select" choice on line 864:

864:        7  when 16
Choice ofCountThreshold
Bin161351

"case" / "with" / "select" choice on line 865:

865:        8  when 20
Choice ofCountThreshold
Bin20681

"case" / "with" / "select" choice on line 866:

866:        9  when 24
Choice ofCountThreshold
Bin241381

"case" / "with" / "select" choice on line 867:

867:        11 when 32
Choice ofCountThreshold
Bin32921

"case" / "with" / "select" choice on line 868:

868:        15 when 48
Choice ofCountThreshold
Bin481021

"case" / "with" / "select" choice on line 869:

869:        19 when 64
Choice ofCountThreshold
Bin64861

"case" / "with" / "select" choice on line 870:

870:        0  when others
Choice ofCountThreshold
Binothers71471

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

872:    txtb_gate_mem_read <= '1' when (txtb_ptr_d > txtb_num_words_gate
Evaluated toCountThreshold
BinTrue170031
BinFalse974491

"if" / "when" / "else" condition on lines 879 to 880:

879:    crc_use_21 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
880:                            to_integer(unsigned(tran_data_length)) > 16) 

Evaluated toCountThreshold
BinTrue327961
BinFalse2593061

"if" / "when" / "else" condition on lines 882 to 883:

882:                  '1' when (is_receiver = '1' and rec_frame_type = FD_CAN and 
883:                            to_integer(unsigned(rec_data_length)) > 16) 

Evaluated toCountThreshold
BinTrue201331
BinFalse2391731

"if" / "when" / "else" condition on lines 887 to 888:

887:    crc_use_17 <= '1' when (is_transmitter = '1' and tran_frame_type_i = FD_CAN and 
888:                            crc_use_21 = '0') 

Evaluated toCountThreshold
BinTrue257391
BinFalse1924711

"if" / "when" / "else" condition on lines 890 to 891:

890:                  '1' when (is_receiver = '1' and rec_frame_type = FD_CAN and 
891:                            crc_use_21 = '0') 

Evaluated toCountThreshold
BinTrue308701
BinFalse1616011

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

895:    crc_src_i <= C_CRC21_SRC when (crc_use_21 = '1') else 
Evaluated toCountThreshold
BinTrue496441
BinFalse745331

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

896:                 C_CRC17_SRC when (crc_use_17 = '1') else 
Evaluated toCountThreshold
BinTrue283181
BinFalse462151

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

899:    crc_length_i <= C_CRC15_DURATION when (crc_src_i = C_CRC15_SRC) else 
Evaluated toCountThreshold
BinTrue446141
BinFalse547411

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

900:                    C_CRC17_DURATION when (crc_src_i = C_CRC17_SRC) else 
Evaluated toCountThreshold
BinTrue283181
BinFalse264231

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

931:    data_length_c <= tran_data_length when (is_transmitter = '1') else 
Evaluated toCountThreshold
BinTrue22844371
BinFalse29529261

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

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

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

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

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

953:            if (mr_command_ercrst = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse5471741641

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

955:            elsif (rx_trigger = '1' and clr_bus_off_rst_flg = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse5471739941

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

972:        if (err_frm_req = '1') then 
Evaluated toCountThreshold
BinTrue324301
BinFalse51334971

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

973:            if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue282621
BinFalse41681

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

974:                if (is_err_active = '1') then 
Evaluated toCountThreshold
BinTrue211171
BinFalse71451

"case" / "with" / "select" choice on line 989:

989:            when s_pc_off => 
Choice ofCountThreshold
Bins_pc_off298811

"case" / "with" / "select" choice on line 995:

995:            when s_pc_integrating => 
Choice ofCountThreshold
Bins_pc_integrating386881

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

996:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue107911
BinFalse278971

"case" / "with" / "select" choice on line 1003:

1003:            when s_pc_sof => 
Choice ofCountThreshold
Bins_pc_sof825201

"case" / "with" / "select" choice on line 1009:

1009:            when s_pc_base_id => 
Choice ofCountThreshold
Bins_pc_base_id6459151

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

1010:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue904371
BinFalse5554781

"case" / "with" / "select" choice on line 1017:

1017:            when s_pc_rtr_srr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_srr_r11423361

"case" / "with" / "select" choice on line 1023:

1023:            when s_pc_ide => 
Choice ofCountThreshold
Bins_pc_ide758401

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

1024:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue369441
BinFalse388961

"case" / "with" / "select" choice on line 1033:

1033:            when s_pc_ext_id => 
Choice ofCountThreshold
Bins_pc_ext_id1919771

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

1034:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue248161
BinFalse1671611

"case" / "with" / "select" choice on line 1041:

1041:            when s_pc_rtr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_r1413581

"case" / "with" / "select" choice on line 1047:

1047:            when s_pc_edl_r1 => 
Choice ofCountThreshold
Bins_pc_edl_r1338681

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

1048:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue216241
BinFalse122441

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

1051:                    if (pex_on_fdf_enable = '1') then 
Evaluated toCountThreshold
BinTrue161
BinFalse122281

"case" / "with" / "select" choice on line 1061:

1061:            when s_pc_r0_ext => 
Choice ofCountThreshold
Bins_pc_r0_ext128261

"case" / "with" / "select" choice on line 1067:

1067:            when s_pc_r0_fd => 
Choice ofCountThreshold
Bins_pc_r0_fd892881

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

1068:                if (rx_data_nbs = RECESSIVE and pex_on_res_enable = '1') then 
Evaluated toCountThreshold
BinTrue1941
BinFalse890941

"case" / "with" / "select" choice on line 1077:

1077:            when s_pc_edl_r0 => 
Choice ofCountThreshold
Bins_pc_edl_r0567881

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

1078:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue347691
BinFalse220191

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

1082:                    if (pex_on_fdf_enable = '1') then 
Evaluated toCountThreshold
BinTrue161
BinFalse220031

"case" / "with" / "select" choice on line 1092:

1092:            when s_pc_brs => 
Choice ofCountThreshold
Bins_pc_brs488381

"case" / "with" / "select" choice on line 1098:

1098:            when s_pc_esi => 
Choice ofCountThreshold
Bins_pc_esi495451

"case" / "with" / "select" choice on line 1104:

1104:            when s_pc_dlc => 
Choice ofCountThreshold
Bins_pc_dlc2076241

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

1105:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue849651
BinFalse1226591

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

1106:                    if (no_data_field = '1') then 
Evaluated toCountThreshold
BinTrue344111
BinFalse505541

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

1107:                        if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue63911
BinFalse280201

"case" / "with" / "select" choice on line 1120:

1120:            when s_pc_data => 
Choice ofCountThreshold
Bins_pc_data19377161

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

1121:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue643981
BinFalse18733181

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

1122:                    if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue412121
BinFalse231861

"case" / "with" / "select" choice on line 1132:

1132:            when s_pc_stuff_count => 
Choice ofCountThreshold
Bins_pc_stuff_count842661

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

1133:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue324801
BinFalse517861

"case" / "with" / "select" choice on line 1140:

1140:            when s_pc_crc => 
Choice ofCountThreshold
Bins_pc_crc4377251

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

1141:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue888541
BinFalse3488711

"case" / "with" / "select" choice on line 1148:

1148:            when s_pc_crc_delim => 
Choice ofCountThreshold
Bins_pc_crc_delim782981

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

1149:                if (is_fd_frame = '1') then 
Evaluated toCountThreshold
BinTrue307111
BinFalse475871

"case" / "with" / "select" choice on line 1158:

1158:            when s_pc_ack => 
Choice ofCountThreshold
Bins_pc_ack337301

"case" / "with" / "select" choice on line 1164:

1164:            when s_pc_ack_fd_1 => 
Choice ofCountThreshold
Bins_pc_ack_fd_1228411

"case" / "with" / "select" choice on line 1170:

1170:            when s_pc_ack_fd_2 => 
Choice ofCountThreshold
Bins_pc_ack_fd_2227801

"case" / "with" / "select" choice on line 1176:

1176:            when s_pc_ack_delim => 
Choice ofCountThreshold
Bins_pc_ack_delim449831

"case" / "with" / "select" choice on line 1183:

1183:            when s_pc_eof => 
Choice ofCountThreshold
Bins_pc_eof546261

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

1184:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue261681
BinFalse284581

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

1185:                    if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue259971
BinFalse1711

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

1187:                    elsif (is_receiver = '1') then 
Evaluated toCountThreshold
BinTrue1541
BinFalse171

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

1188:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue1501
BinFalse41

"case" / "with" / "select" choice on line 1199:

1199:            when s_pc_intermission => 
Choice ofCountThreshold
Bins_pc_intermission1695771

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

1200:                if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue2161
BinFalse1693611

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

1204:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1041611
BinFalse652001

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

1205:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue9361
BinFalse1032251

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

1207:                    elsif (go_to_suspend = '1') then 
Evaluated toCountThreshold
BinTrue58291
BinFalse973961

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

1209:                    elsif (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue197861
BinFalse776101

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

1216:                elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue3391
BinFalse648611

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

1217:                    if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue3101
BinFalse291

"case" / "with" / "select" choice on line 1227:

1227:            when s_pc_suspend => 
Choice ofCountThreshold
Bins_pc_suspend85191

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

1228:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue931
BinFalse84261

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

1230:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue55471
BinFalse28791

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

1233:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue7931
BinFalse47541

"case" / "with" / "select" choice on line 1243:

1243:            when s_pc_idle => 
Choice ofCountThreshold
Bins_pc_idle2214311

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

1244:               if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue67751
BinFalse2146561

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

1246:               elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue300591
BinFalse1845971

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

1248:               elsif (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue201511
BinFalse1644461

"case" / "with" / "select" choice on line 1255:

1255:            when s_pc_reintegrating_wait => 
Choice ofCountThreshold
Bins_pc_reintegrating_wait6341

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

1256:                if (mr_command_ercrst_q = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse4641

"case" / "with" / "select" choice on line 1263:

1263:            when s_pc_reintegrating => 
Choice ofCountThreshold
Bins_pc_reintegrating459401

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

1264:                if (reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse457701

"case" / "with" / "select" choice on line 1271:

1271:            when s_pc_act_err_flag => 
Choice ofCountThreshold
Bins_pc_act_err_flag645441

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

1272:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue197121
BinFalse448321

"case" / "with" / "select" choice on line 1279:

1279:            when s_pc_pas_err_flag => 
Choice ofCountThreshold
Bins_pc_pas_err_flag239571

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

1280:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue79871
BinFalse159701

"case" / "with" / "select" choice on line 1287:

1287:            when s_pc_err_delim_wait => 
Choice ofCountThreshold
Bins_pc_err_delim_wait767381

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

1288:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue356631
BinFalse410751

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

1290:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue209431
BinFalse201321

"case" / "with" / "select" choice on line 1297:

1297:            when s_pc_err_flag_too_long => 
Choice ofCountThreshold
Bins_pc_err_flag_too_long6181

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

1298:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1461
BinFalse4721

"case" / "with" / "select" choice on line 1305:

1305:            when s_pc_ovr_flag_too_long => 
Choice ofCountThreshold
Bins_pc_ovr_flag_too_long1221

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

1306:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue341
BinFalse881

"case" / "with" / "select" choice on line 1313:

1313:            when s_pc_err_delim => 
Choice ofCountThreshold
Bins_pc_err_delim533801

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

1314:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue270391
BinFalse263411

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

1315:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue1681
BinFalse268711

"case" / "with" / "select" choice on line 1325:

1325:            when s_pc_ovr_flag => 
Choice ofCountThreshold
Bins_pc_ovr_flag14341

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

1326:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue7781
BinFalse6561

"case" / "with" / "select" choice on line 1333:

1333:            when s_pc_ovr_delim_wait => 
Choice ofCountThreshold
Bins_pc_ovr_delim_wait14081

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

1334:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue4981
BinFalse9101

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

1336:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue4711
BinFalse4391

"case" / "with" / "select" choice on line 1343:

1343:            when s_pc_ovr_delim  => 
Choice ofCountThreshold
Bins_pc_ovr_delim9381

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

1344:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue4101
BinFalse5281

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

1345:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue321
BinFalse3781

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

1515:        if (err_frm_req = '1') then 
Evaluated toCountThreshold
BinTrue470621
BinFalse408819931

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

1518:            if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue428571
BinFalse42051

"if" / "when" / "else" condition on lines 1529 to 1530:

1529:            if (sp_control_q_i = DATA_SAMPLE or 
1530:                sp_control_q_i = SECONDARY_SAMPLE) 

Evaluated toCountThreshold
BinTrue143801
BinFalse326821

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

1536:            if (is_transmitter = '1' and block_txtb_unlock = '0') then 
Evaluated toCountThreshold
BinTrue256761
BinFalse213861

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

1537:                if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue186611
BinFalse70151

"case" / "with" / "select" choice on line 1554:

1554:            when s_pc_off => 
Choice ofCountThreshold
Bins_pc_off660811

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

1555:                if (mr_settings_ena = CTU_CAN_ENABLED) then 
Evaluated toCountThreshold
BinTrue274641
BinFalse386171

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

1563:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue571
BinFalse274071

"case" / "with" / "select" choice on line 1575:

1575:            when s_pc_integrating => 
Choice ofCountThreshold
Bins_pc_integrating3102071

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

1582:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
Evaluated toCountThreshold
BinTrue271721
BinFalse2830351

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

1587:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue220001
BinFalse2882071

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

1591:                if (integ_restart_edge = '1') then 
Evaluated toCountThreshold
BinTrue51671
BinFalse3050401

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

1595:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue322491
BinFalse2779581

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

1603:                    if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue194011
BinFalse128481

"case" / "with" / "select" choice on line 1612:

1612:            when s_pc_sof => 
Choice ofCountThreshold
Bins_pc_sof2964151

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

1633:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue2462331
BinFalse501821

"case" / "with" / "select" choice on line 1640:

1640:            when s_pc_base_id => 
Choice ofCountThreshold
Bins_pc_base_id34683531

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

1650:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue19661
BinFalse34663871

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

1653:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue1951
BinFalse17711

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

1660:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2948471
BinFalse31735061

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

1665:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue3486301
BinFalse31197231

"case" / "with" / "select" choice on line 1672:

1672:            when s_pc_rtr_srr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_srr_r13928531

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

1681:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue1851
BinFalse3926681

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

1684:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue611
BinFalse1241

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

1691:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
Evaluated toCountThreshold
BinTrue1099821
BinFalse2828711

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

1692:                    if (tran_frame_type_i = FD_CAN or tran_is_rtr = NO_RTR_FRAME) then 
Evaluated toCountThreshold
BinTrue1050171
BinFalse49651

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

1697:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue443961
BinFalse3484571

"case" / "with" / "select" choice on line 1704:

1704:            when s_pc_ide => 
Choice ofCountThreshold
Bins_pc_ide2177141

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

1710:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1119271
BinFalse1057871

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

1718:                if (ide_is_arbitration = '1' and arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue1451
BinFalse2175691

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

1721:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue891
BinFalse561

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

1728:                if (ide_is_arbitration = '1') then 
Evaluated toCountThreshold
BinTrue1665701
BinFalse511441

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

1735:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue96161
BinFalse2080981

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

1739:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
Evaluated toCountThreshold
BinTrue511281
BinFalse1665861

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

1743:                if (ide_is_arbitration = '1') then 
Evaluated toCountThreshold
BinTrue1665701
BinFalse511441

"case" / "with" / "select" choice on line 1752:

1752:            when s_pc_ext_id => 
Choice ofCountThreshold
Bins_pc_ext_id15597271

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

1762:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue6601
BinFalse15590671

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

1765:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue2341
BinFalse4261

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

1772:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue883651
BinFalse14713621

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

1777:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue2110771
BinFalse13486501

"case" / "with" / "select" choice on line 1784:

1784:            when s_pc_rtr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_r11139481

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

1794:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue481
BinFalse1139001

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

1797:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue201
BinFalse281

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

1804:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue559031
BinFalse580451

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

1805:                    if (tran_frame_type_i = FD_CAN) then 
Evaluated toCountThreshold
BinTrue309631
BinFalse249401

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

1807:                    elsif (tran_is_rtr = NO_RTR_FRAME) then 
Evaluated toCountThreshold
BinTrue214041
BinFalse35361

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

1812:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue174521
BinFalse964961

"case" / "with" / "select" choice on line 1819:

1819:            when s_pc_edl_r1 => 
Choice ofCountThreshold
Bins_pc_edl_r1940721

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

1827:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue388731
BinFalse551991

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

1828:                    if (tran_frame_type_i = NORMAL_CAN) then 
Evaluated toCountThreshold
BinTrue159641
BinFalse229091

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

1836:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE
Evaluated toCountThreshold
BinTrue2141
BinFalse938581

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

1838:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue1761
BinFalse381

"case" / "with" / "select" choice on line 1853:

1853:            when s_pc_r0_ext => 
Choice ofCountThreshold
Bins_pc_r0_ext396191

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

1864:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue190931
BinFalse205261

"case" / "with" / "select" choice on line 1871:

1871:            when s_pc_r0_fd => 
Choice ofCountThreshold
Bins_pc_r0_fd3068791

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

1880:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue1127231
BinFalse1941561

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

1886:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue2336721
BinFalse732071

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

1887:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue2332581
BinFalse4141

"case" / "with" / "select" choice on line 1902:

1902:            when s_pc_edl_r0 => 
Choice ofCountThreshold
Bins_pc_edl_r01385101

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

1910:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue905621
BinFalse479481

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

1916:                if (is_transmitter = '1' and tran_frame_type_i = NORMAL_CAN) then 
Evaluated toCountThreshold
BinTrue204951
BinFalse1180151

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

1924:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE) then 
Evaluated toCountThreshold
BinTrue1201
BinFalse1383901

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

1925:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue781
BinFalse421

"case" / "with" / "select" choice on line 1940:

1940:            when s_pc_brs => 
Choice ofCountThreshold
Bins_pc_brs1255461

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

1950:                if (is_transmitter = '1' and tran_brs = BR_NO_SHIFT) then 
Evaluated toCountThreshold
BinTrue143241
BinFalse1112221

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

1954:                if (rx_data_nbs = RECESSIVE and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue334271
BinFalse921191

"case" / "with" / "select" choice on line 1962:

1962:            when s_pc_esi => 
Choice ofCountThreshold
Bins_pc_esi2115041

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

1974:                if (is_transmitter = '1' and is_err_active = '1') then 
Evaluated toCountThreshold
BinTrue792701
BinFalse1322341

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

1979:                if (sp_control_q_i = SECONDARY_SAMPLE) then 
Evaluated toCountThreshold
BinTrue175251
BinFalse1939791

"case" / "with" / "select" choice on line 1987:

1987:            when s_pc_dlc => 
Choice ofCountThreshold
Bins_pc_dlc10211601

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

1996:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue3532381
BinFalse6679221

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

2003:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue4237711
BinFalse5973891

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

2007:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2848231
BinFalse7363371

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

2011:                    if (no_data_field = '1') then 
Evaluated toCountThreshold
BinTrue1256991
BinFalse1591241

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

2012:                        if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue155571
BinFalse1101421

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

2024:                    if (is_transmitter = '1' and mr_settings_ilbp = '1') then 
Evaluated toCountThreshold
BinTrue22621
BinFalse2825611

"case" / "with" / "select" choice on line 2037:

2037:            when s_pc_data => 
Choice ofCountThreshold
Bins_pc_data197633571

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

2048:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue162844441
BinFalse34789131

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

2055:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue69677291
BinFalse127956281

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

2059:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1278431
BinFalse196355141

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

2063:                    if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue788711
BinFalse489721

"if" / "when" / "else" condition on lines 2077 to 2079:

2077:                if (ctrl_counted_byte = '1' and 
2078:                    ctrl_counted_byte_index = "11" and 
2079:                    ctrl_ctr_zero = '0') 

Evaluated toCountThreshold
BinTrue5767771
BinFalse191865801

"case" / "with" / "select" choice on line 2088:

2088:            when s_pc_stuff_count => 
Choice ofCountThreshold
Bins_pc_stuff_count3665751

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

2098:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue1905991
BinFalse1759761

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

2102:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue869121
BinFalse2796631

"case" / "with" / "select" choice on line 2113:

2113:            when s_pc_crc => 
Choice ofCountThreshold
Bins_pc_crc29026571

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

2121:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue7844761
BinFalse21181811

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

2125:                if (is_fd_frame = '1') then 
Evaluated toCountThreshold
BinTrue14294291
BinFalse14732281

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

2129:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2514701
BinFalse26511871

"case" / "with" / "select" choice on line 2136:

2136:            when s_pc_crc_delim => 
Choice ofCountThreshold
Bins_pc_crc_delim1752311

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

2170:                if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue1007581
BinFalse744731

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

2173:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue345521
BinFalse662061

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

2177:                    if (sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE) then 
Evaluated toCountThreshold
BinTrue216921
BinFalse790661

"case" / "with" / "select" choice on line 2186:

2186:            when s_pc_ack => 
Choice ofCountThreshold
Bins_pc_ack1827011

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

2192:                if (tx_dominant_ack = '1') then 
Evaluated toCountThreshold
BinTrue948081
BinFalse878931

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

2196:                if (allow_flipped_ack = '1') then 
Evaluated toCountThreshold
BinTrue978821
BinFalse848191

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

2200:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue247741
BinFalse1579271

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

2204:                if (is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue456711
BinFalse1370301

"case" / "with" / "select" choice on line 2211:

2211:            when s_pc_ack_fd_1 => 
Choice ofCountThreshold
Bins_pc_ack_fd_11189891

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

2217:                if (tx_dominant_ack = '1') then 
Evaluated toCountThreshold
BinTrue523971
BinFalse665921

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

2221:                if (allow_flipped_ack = '1') then 
Evaluated toCountThreshold
BinTrue717571
BinFalse472321

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

2225:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue159001
BinFalse1030891

"case" / "with" / "select" choice on line 2232:

2232:            when s_pc_ack_fd_2 => 
Choice ofCountThreshold
Bins_pc_ack_fd_2625621

"if" / "when" / "else" condition on lines 2242 to 2243:

2242:                if (is_transmitter = '1' and mr_mode_stm = '0' and 
2243:                    rx_data_nbs = RECESSIVE and rx_data_nbs_prev = RECESSIVE) 

Evaluated toCountThreshold
BinTrue11971
BinFalse613651

"case" / "with" / "select" choice on line 2251:

2251:            when s_pc_ack_delim => 
Choice ofCountThreshold
Bins_pc_ack_delim1290411

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

2259:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue492411
BinFalse798001

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

2263:                if (is_receiver = '1' and crc_match = '0') then 
Evaluated toCountThreshold
BinTrue61881
BinFalse1228531

"case" / "with" / "select" choice on line 2271:

2271:            when s_pc_eof => 
Choice ofCountThreshold
Bins_pc_eof5108141

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

2277:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1347061
BinFalse3761081

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

2281:                    if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1342681
BinFalse4381

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

2285:                        if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue446061
BinFalse896621

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

2289:                    elsif (is_receiver = '1') then 
Evaluated toCountThreshold
BinTrue3871
BinFalse511

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

2290:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue3791
BinFalse81

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

2303:                if (ctrl_ctr_one = '1' and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue780651
BinFalse4327491

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

2310:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue41051
BinFalse5067091

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

2311:                    if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue36671
BinFalse4381

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

2313:                    elsif (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue511
BinFalse3871

"case" / "with" / "select" choice on line 2321:

2321:            when s_pc_intermission => 
Choice ofCountThreshold
Bins_pc_intermission5478061

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

2328:                if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue4321
BinFalse5473741

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

2333:                    if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2101581
BinFalse3372161

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

2339:                        if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue22331
BinFalse2079251

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

2354:                        if (tran_frame_valid = '1' and go_to_suspend = '0') then 
Evaluated toCountThreshold
BinTrue322271
BinFalse1779311

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

2359:                            if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue10331
BinFalse311941

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

2363:                        elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue12001
BinFalse1767311

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

2369:                        if (frame_start = '1') then 
Evaluated toCountThreshold
BinTrue329711
BinFalse1771871

"if" / "when" / "else" condition on lines 2376 to 2377:

2376:                        if (rx_data_nbs = RECESSIVE and tran_frame_valid = '0' and 
2377:                            go_to_suspend = '0') 

Evaluated toCountThreshold
BinTrue1651081
BinFalse450501

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

2383:                    elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue9351
BinFalse3362811

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

2386:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue8751
BinFalse601

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

2397:                if (ctrl_ctr_zero = '1' or ctrl_ctr_one = '1') then 
Evaluated toCountThreshold
BinTrue3659181
BinFalse1818881

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

2402:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue3375401
BinFalse2102661

"case" / "with" / "select" choice on line 2409:

2409:            when s_pc_suspend => 
Choice ofCountThreshold
Bins_pc_suspend552281

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

2416:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue2791
BinFalse549491

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

2429:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue109871
BinFalse439621

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

2431:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue15511
BinFalse94361

"case" / "with" / "select" choice on line 2445:

2445:            when s_pc_idle => 
Choice ofCountThreshold
Bins_pc_idle59300371

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

2450:                if (is_bus_off = '0') then 
Evaluated toCountThreshold
BinTrue59231291
BinFalse69081

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

2451:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue828731
BinFalse58402561

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

2460:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue586951
BinFalse58644341

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

2467:                        if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue241
BinFalse586711

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

2471:                    elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue828491
BinFalse57815851

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

2477:                    if (frame_start = '1') then 
Evaluated toCountThreshold
BinTrue915151
BinFalse58316141

"case" / "with" / "select" choice on line 2490:

2490:            when s_pc_reintegrating_wait => 
Choice ofCountThreshold
Bins_pc_reintegrating_wait86031

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

2493:                if (mr_command_ercrst_q = '1') then 
Evaluated toCountThreshold
BinTrue4251
BinFalse81781

"case" / "with" / "select" choice on line 2504:

2504:            when s_pc_reintegrating => 
Choice ofCountThreshold
Bins_pc_reintegrating5603531

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

2510:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
Evaluated toCountThreshold
BinTrue68371
BinFalse5535161

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

2515:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue47731
BinFalse5555801

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

2519:                if (integ_restart_edge = '1') then 
Evaluated toCountThreshold
BinTrue20641
BinFalse5582891

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

2523:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue658221
BinFalse4945311

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

2527:                if (ctrl_ctr_zero = '1' and reinteg_ctr_expired = '0') then 
Evaluated toCountThreshold
BinTrue653121
BinFalse4950411

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

2532:                if (reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue3401
BinFalse5600131

"case" / "with" / "select" choice on line 2542:

2542:            when s_pc_act_err_flag => 
Choice ofCountThreshold
Bins_pc_act_err_flag3864641

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

2548:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue581231
BinFalse3283411

"case" / "with" / "select" choice on line 2558:

2558:            when s_pc_pas_err_flag => 
Choice ofCountThreshold
Bins_pc_pas_err_flag1472841

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

2569:                if (rx_data_nbs_prev /= rx_data_nbs) then 
Evaluated toCountThreshold
BinTrue144051
BinFalse1328791

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

2572:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue248701
BinFalse1080091

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

2581:                if (ack_err_flag = '1' and rx_data_nbs = DOMINANT and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue161
BinFalse1472681

"case" / "with" / "select" choice on line 2589:

2589:            when s_pc_err_delim_wait => 
Choice ofCountThreshold
Bins_pc_err_delim_wait2002741

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

2598:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue1688851
BinFalse313891

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

2604:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue772501
BinFalse1230241

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

2612:                if (rx_data_nbs = DOMINANT and first_err_delim_q = '1') then 
Evaluated toCountThreshold
BinTrue864531
BinFalse1138211

"case" / "with" / "select" choice on line 2621:

2621:            when s_pc_err_flag_too_long => 
Choice ofCountThreshold
Bins_pc_err_flag_too_long58611

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

2627:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue3111
BinFalse55501

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

2634:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue11901
BinFalse43601

"case" / "with" / "select" choice on line 2644:

2644:            when s_pc_ovr_flag_too_long => 
Choice ofCountThreshold
Bins_pc_ovr_flag_too_long9261

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

2650:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue781
BinFalse8481

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

2657:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2241
BinFalse6241

"case" / "with" / "select" choice on line 2667:

2667:            when s_pc_err_delim => 
Choice ofCountThreshold
Bins_pc_err_delim4444671

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

2673:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue793591
BinFalse3651081

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

2677:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue3761
BinFalse789831

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

2682:                elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue6971
BinFalse3644111

"case" / "with" / "select" choice on line 2689:

2689:            when s_pc_ovr_flag => 
Choice ofCountThreshold
Bins_pc_ovr_flag90301

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

2695:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue17361
BinFalse72941

"case" / "with" / "select" choice on line 2704:

2704:            when s_pc_ovr_delim_wait => 
Choice ofCountThreshold
Bins_pc_ovr_delim_wait35631

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

2708:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue29961
BinFalse5671

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

2718:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue11191
BinFalse24441

"case" / "with" / "select" choice on line 2727:

2727:            when s_pc_ovr_delim  => 
Choice ofCountThreshold
Bins_pc_ovr_delim75821

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

2733:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue13141
BinFalse62681

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

2737:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue921
BinFalse12221

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

2742:                elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue2441
BinFalse60241

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

2754:    state_reg_ce <= '1' when (tick_state_reg = '1' and ctrl_signal_upd = '1'
Evaluated toCountThreshold
BinTrue11566641
BinFalse205050271

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

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

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

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

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

2763:            if (state_reg_ce = '1') then 
Evaluated toCountThreshold
BinTrue8327451
BinFalse5463415891

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

2777:    ctrl_ctr_pload <= ctrl_ctr_pload_i when (curr_state = s_pc_off) else 
Evaluated toCountThreshold
BinTrue292571
BinFalse225678161

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

2778:                      ctrl_ctr_pload_i when (ctrl_signal_upd = '1') else 
Evaluated toCountThreshold
BinTrue120449881
BinFalse105228281

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

2779:                      '1' when (ctrl_ctr_pload_unaliged = '1') else 
Evaluated toCountThreshold
BinTrue36051
BinFalse105192231

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

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

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

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

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

2799:            if ((is_receiver = '1' or mr_settings_ilbp = '1') and (rx_trigger = '1')
Evaluated toCountThreshold
BinTrue43788651
BinFalse5427954691

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

2815:    ctrl_signal_upd <= '1' when (rx_trigger = '1' or err_frm_req = '1'
Evaluated toCountThreshold
BinTrue104433961
BinFalse104265891

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

2819:    rec_ivld_d <= rec_ivld_i when (rx_trigger = '1'
Evaluated toCountThreshold
BinTrue105633541
BinFalse104198521

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

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

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

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

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

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

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

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

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

2849:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue104324151
BinFalse5367419191

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

2885:    tx_shift_ena <= '1' when (tx_shift_ena_i = '1' and is_transmitter = '1'
Evaluated toCountThreshold
BinTrue573921
BinFalse2370131

"if" / "when" / "else" condition on lines 2908 to 2909:

2908:    switch_to_ssp <= '1' when (sp_control_switch_data = '1' and is_transmitter = '1' and 
2909:                               mr_ssp_cfg_ssp_src /= SSP_SRC_NO_SSP) 

Evaluated toCountThreshold
BinTrue21741
BinFalse855491

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

2913:    sp_control_d <=   NOMINAL_SAMPLE when (sp_control_switch_nominal = '1'
Evaluated toCountThreshold
BinTrue466441
BinFalse958241

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

2915:                    SECONDARY_SAMPLE when (switch_to_ssp = '1'
Evaluated toCountThreshold
BinTrue64991
BinFalse893251

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

2917:                         DATA_SAMPLE when (sp_control_switch_data = '1'
Evaluated toCountThreshold
BinTrue379241
BinFalse514011

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

2921:    sp_control_ce <= '1' when (sp_control_switch_nominal = '1') else 
Evaluated toCountThreshold
BinTrue265721
BinFalse698491

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

2922:                     '1' when (sp_control_switch_data = '1') else 
Evaluated toCountThreshold
BinTrue200491
BinFalse498001

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

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

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

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

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

2930:            if (sp_control_ce = '1') then 
Evaluated toCountThreshold
BinTrue400981
BinFalse5471342361

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

2936:    sp_control <= sp_control_d when (br_shifted_i = '1') else 
Evaluated toCountThreshold
BinTrue1354911
BinFalse595251

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

2944:    act_err_ovr_flag <= '1' when (curr_state = s_pc_act_err_flag) else 
Evaluated toCountThreshold
BinTrue192781
BinFalse8200991

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

2945:                        '1' when (curr_state = s_pc_ovr_flag) else 
Evaluated toCountThreshold
BinTrue5611
BinFalse8195381

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

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

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

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

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

2953:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue104008891
BinFalse5367734451

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

2963:    primary_err <= '1' when (primary_err_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue227491
BinFalse208053321

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

2967:    err_delim_late <= '1' when (err_delim_late_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue3901
BinFalse208050881

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

2971:    set_err_active <= '1' when (set_err_active_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue66371
BinFalse208056721

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

2975:    rx_clear <= '1' when (rx_clear_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue709651
BinFalse208560601

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

2985:    bit_err_enable <= '0' when (bit_err_disable = '1') else 
Evaluated toCountThreshold
BinTrue1394741
BinFalse1206271

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

2986:                      '0' when (bit_err_disable_receiver = '1' and is_receiver = '1') else 
Evaluated toCountThreshold
BinTrue286631
BinFalse919641

"if" / "when" / "else" condition on lines 2996 to 2997:

2996:    retr_ctr_add_i <= '0' when (retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' 
2997:                                 or is_receiver = '1' or retr_ctr_add_block = '1') else 

Evaluated toCountThreshold
BinTrue152930491
BinFalse56747461

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

2998:                      '1' when (arbitration_lost_i = '1' and rx_trigger = '1') else 
Evaluated toCountThreshold
BinTrue3071
BinFalse56744391

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

2999:                      '1' when (err_frm_req = '1') else 
Evaluated toCountThreshold
BinTrue114601
BinFalse56629791

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

3007:    retr_ctr_clear_i <= '1' when (txtb_hw_cmd_d.valid = '1' and rx_trigger = '1') else 
Evaluated toCountThreshold
BinTrue111151
BinFalse208246591

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

3008:                        '1' when (txtb_hw_cmd_d.failed = '1') else 
Evaluated toCountThreshold
BinTrue156341
BinFalse208090251

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

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

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

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

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

3021:            if (retr_ctr_add_i = '1') then 
Evaluated toCountThreshold
BinTrue11221
BinFalse5471732121

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

3023:            elsif (retr_ctr_add_block_clr = '1') then 
Evaluated toCountThreshold
BinTrue109584011
BinFalse5362148111

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

3031:    sof_pulse <= '1' when (sof_pulse_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue810991
BinFalse208053321

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

3038:    compl_ctr_ena <= '1' when (compl_ctr_ena_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue45057071
BinFalse163729351

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

3045:    set_transmitter <= '1' when (set_transmitter_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue405151
BinFalse208257031

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

3055:    set_receiver <= '1' when (set_receiver_i = '1'
Evaluated toCountThreshold
BinTrue304501
BinFalse336521

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

3064:    set_idle <= '1' when (set_idle_i = '1' and (rx_trigger = '1' or err_frm_req = '1')
Evaluated toCountThreshold
BinTrue969901
BinFalse208746501

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

3077:    crc_calc_from_rx <= '1' when (crc_spec_enable_i = '1') else 
Evaluated toCountThreshold
BinTrue1398341
BinFalse2029681

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

3078:                        '1' when (is_arbitration_i = '1') else 
Evaluated toCountThreshold
BinTrue565421
BinFalse1464261

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

3079:                        '1' when (is_receiver = '1') else 
Evaluated toCountThreshold
BinTrue581231
BinFalse883031

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

3082:    load_init_vect <= '1' when (load_init_vect_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue1138441
BinFalse207035711

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

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

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

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

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

3094:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue104324151
BinFalse5367419191

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

3095:                if (stuff_enable_set = '1') then 
Evaluated toCountThreshold
BinTrue255011
BinFalse104069141

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

3097:                elsif (stuff_enable_clear = '1') then 
Evaluated toCountThreshold
BinTrue619401
BinFalse103449741

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

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

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

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

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

3112:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue104324151
BinFalse5367419191

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

3113:                if (destuff_enable_set = '1') then 
Evaluated toCountThreshold
BinTrue559511
BinFalse103764641

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

3115:                elsif (destuff_enable_clear = '1') then 
Evaluated toCountThreshold
BinTrue613151
BinFalse103151491

"if" / "when" / "else" condition on lines 3126 to 3128:

3126:    sync_control_d <= NO_SYNC when ((sp_control_switch_data = '1' and is_transmitter = '1') or 
3127:                                    sp_control_q_i = SECONDARY_SAMPLE or 
3128:                                    (sp_control_q_i = DATA_SAMPLE and is_transmitter = '1')) 

Evaluated toCountThreshold
BinTrue230881
BinFalse3875181

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

3130:                    HARD_SYNC when (perform_hsync = '1'
Evaluated toCountThreshold
BinTrue1821731
BinFalse2053451

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

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

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

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

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

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

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

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

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

3151:            if (txtb_clk_en_d = '1') then 
Evaluated toCountThreshold
BinTrue808711
BinFalse5470934631

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

3159:    txtb_clk_en_d <= '1' when (txtb_ptr_q /= txtb_ptr_d and txtb_gate_mem_read = '0'
Evaluated toCountThreshold
BinTrue978741
BinFalse1215911

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

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

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

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

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

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

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

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

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

3183:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue104008891
BinFalse5367734451

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

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

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

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

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

3197:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue104008891
BinFalse5367734451

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

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

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

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

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

3211:            if (ack_err_i = '1' and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue13261
BinFalse5471730081

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

3213:            elsif (ack_err_flag_clr = '1') then 
Evaluated toCountThreshold
BinTrue22814751
BinFalse5448915331

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

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

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

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

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

3227:            if (pexs_set = '1') then 
Evaluated toCountThreshold
BinTrue60101
BinFalse5471683241

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

3229:            elsif (mr_command_cpexs = '1') then 
Evaluated toCountThreshold
BinTrue601
BinFalse5471682641

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:

 RX_TRIGGER
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 ERR_FRM_REQ
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_ACF
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_STM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_BMM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_FDE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_ROM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_SAM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_ENA
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_NISOFD
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_RTRLE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_ILBP
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_PEX
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_COMMAND_CPEXS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_COMMAND_ERCRST
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SSP_CFG_SSP_SRC
ElementFromToCountThresholdExcluded due to
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 TX_DATA_WBS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RX_DATA_NBS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_FRAME_VALID
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_DLC
ElementFromToCountThresholdExcluded due to
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:

 TRAN_IS_RTR
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_FRAME_TYPE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_IDENT_TYPE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_BRS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 REC_IS_RTR
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 REC_DLC_D
ElementFromToCountThresholdExcluded due to
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:

 REC_DLC_Q
ElementFromToCountThresholdExcluded due to
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:

 REC_FRAME_TYPE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CTRL_CTR_ZERO
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CTRL_CTR_ONE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CTRL_COUNTED_BYTE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CTRL_COUNTED_BYTE_INDEX
ElementFromToCountThresholdExcluded due to
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 CTRL_CTR_MEM_INDEX
ElementFromToCountThresholdExcluded due to
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:

 REINTEG_CTR_EXPIRED
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RETR_LIMIT_REACHED
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 CRC_MATCH
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_TRANSMITTER
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_RECEIVER
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_ERR_ACTIVE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_ERR_PASSIVE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_BUS_OFF
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 SYNC_EDGE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Signal:

 CRC_LENGTH_I
ElementFromToCountThresholdExcluded due to
Bin(8)0101Exclude file
Bin(7)0101Exclude file
Bin(6)0101Exclude file
Bin(5)0101Exclude file
Bin(0)0101Exclude file

Signal:

 DATA_LENGTH_SHIFTED_C
ElementFromToCountThresholdExcluded due to
Bin(2)0101Exclude file
Bin(1)0101Exclude file
Bin(0)0101Exclude file

Signal:

 DATA_LENGTH_SUB_C
ElementFromToCountThresholdExcluded due to
Bin(2)1001Exclude file
Bin(1)1001Exclude file
Bin(0)1001Exclude file

Signal:

 DATA_LENGTH_BITS_C
ElementFromToCountThresholdExcluded due to
Bin(2)1001Exclude file
Bin(1)1001Exclude file
Bin(0)1001Exclude file

Covered toggles:

Port:

 MR_STATUS_PEXS
FromToCountThreshold
Bin01751
Bin1016761

Port:

 PC_DBG
ElementFromToCountThreshold
BinIS_SOF01251481
BinIS_SOF10267491
BinIS_ARBITRATION01559101
BinIS_ARBITRATION10575111
BinIS_CONTROL01512661
BinIS_CONTROL10528671
BinIS_DATA01366551
BinIS_DATA10382561
BinIS_STUFF_COUNT01130171
BinIS_STUFF_COUNT10146181
BinIS_CRC01311641
BinIS_CRC10327651
BinIS_CRC_DELIM01297021
BinIS_CRC_DELIM10313031
BinIS_ACK01295481
BinIS_ACK10311491
BinIS_ACK_DELIM01281201
BinIS_ACK_DELIM10297211
BinIS_EOF01272251
BinIS_EOF10288261
BinIS_OVERLOAD015291
BinIS_OVERLOAD1021301
BinIS_ERR01273581
BinIS_ERR10289531
BinIS_INTERMISSION01519041
BinIS_INTERMISSION10535041
BinIS_SUSPEND0128491
BinIS_SUSPEND1044501

Port:

 STORE_METADATA
FromToCountThreshold
Bin01285031
Bin10301041

Port:

 STORE_DATA
FromToCountThreshold
Bin01881751
Bin10897761

Port:

 REC_VALID
FromToCountThreshold
Bin01151491
Bin10167501

Port:

 REC_ABORT
FromToCountThreshold
Bin01315261
Bin10331271

Port:

 SOF_PULSE
FromToCountThreshold
Bin01810991
Bin10827001

Port:

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

Port:

 TXTB_CLK_EN
FromToCountThreshold
Bin01808711
Bin10824721

Port:

 TX_LOAD_BASE_ID
FromToCountThreshold
Bin01510711
Bin10526721

Port:

 TX_LOAD_EXT_ID
FromToCountThreshold
Bin01423341
Bin10439351

Port:

 TX_LOAD_DLC
FromToCountThreshold
Bin011222621
Bin101238631

Port:

 TX_LOAD_DATA_WORD
FromToCountThreshold
Bin011571211
Bin101587221

Port:

 TX_LOAD_STUFF_COUNT
FromToCountThreshold
Bin01399041
Bin10415051

Port:

 TX_LOAD_CRC
FromToCountThreshold
Bin01571431
Bin10587441

Port:

 TX_SHIFT_ENA
FromToCountThreshold
Bin01573921
Bin10589931

Port:

 TX_DOMINANT
FromToCountThreshold
Bin011040321
Bin101056311

Port:

 RX_CLEAR
FromToCountThreshold
Bin01709651
Bin10725661

Port:

 RX_STORE_BASE_ID
FromToCountThreshold
Bin01540301
Bin10556311

Port:

 RX_STORE_EXT_ID
FromToCountThreshold
Bin01170411
Bin10186421

Port:

 RX_STORE_IDE
FromToCountThreshold
Bin011061681
Bin101077691

Port:

 RX_STORE_RTR
FromToCountThreshold
Bin011404551
Bin101420561

Port:

 RX_STORE_EDL
FromToCountThreshold
Bin011021961
Bin101037971

Port:

 RX_STORE_DLC
FromToCountThreshold
Bin01499521
Bin10515531

Port:

 RX_STORE_ESI
FromToCountThreshold
Bin01561681
Bin10577691

Port:

 RX_STORE_BRS
FromToCountThreshold
Bin01562641
Bin10578651

Port:

 RX_STORE_STUFF_COUNT
FromToCountThreshold
Bin01258021
Bin10274031

Port:

 RX_SHIFT_ENA
ElementFromToCountThreshold
Bin(3)012743781
Bin(3)105637541
Bin(2)012800261
Bin(2)105581061
Bin(1)012866851
Bin(1)105514471
Bin(0)013003821
Bin(0)105377501

Port:

 RX_SHIFT_IN_SEL
FromToCountThreshold
Bin01366551
Bin10382561

Port:

 REC_LBPF
FromToCountThreshold
Bin011801
Bin1017811

Port:

 REC_IVLD
FromToCountThreshold
Bin01511801
Bin10527721

Port:

 CTRL_CTR_PLOAD
FromToCountThreshold
Bin018426881
Bin108442881

Port:

 CTRL_CTR_PLOAD_VAL
ElementFromToCountThreshold
Bin(8)01165481
Bin(8)10181491
Bin(7)01185581
Bin(7)10201591
Bin(6)01191981
Bin(6)10207991
Bin(5)01294661
Bin(5)10310671
Bin(4)01822501
Bin(4)10838511
Bin(3)011535561
Bin(3)101551561
Bin(2)012702421
Bin(2)102718421
Bin(1)014039441
Bin(1)104055421
Bin(0)012887371
Bin(0)102903361

Port:

 CTRL_CTR_ENA
FromToCountThreshold
Bin012175201
Bin102191141

Port:

 COMPL_CTR_ENA
FromToCountThreshold
Bin0145057071
Bin1045073081

Port:

 ARBITRATION_PART
ElementFromToCountThreshold
Bin(2)01187101
Bin(2)10203111
Bin(1)01533051
Bin(1)10549061
Bin(0)011260541
Bin(0)101276551

Port:

 REINTEG_CTR_CLR
FromToCountThreshold
Bin011701
Bin1017711

Port:

 REINTEG_CTR_ENABLE
FromToCountThreshold
Bin01219381
Bin10235391

Port:

 RETR_CTR_CLEAR
FromToCountThreshold
Bin01207781
Bin10223791

Port:

 RETR_CTR_ADD
FromToCountThreshold
Bin01107731
Bin10123741

Port:

 FORM_ERR
FromToCountThreshold
Bin01891351
Bin10907361

Port:

 ACK_ERR
FromToCountThreshold
Bin0182781
Bin1098791

Port:

 CRC_CHECK
FromToCountThreshold
Bin01594031
Bin10610041

Port:

 BIT_ERR_ARB
FromToCountThreshold
Bin0115471
Bin1031481

Port:

 CRC_ERR
FromToCountThreshold
Bin0116181
Bin1032191

Port:

 CRC_CLEAR_MATCH_FLAG
FromToCountThreshold
Bin01575061
Bin10591071

Port:

 CRC_SRC
ElementFromToCountThreshold
Bin(1)01248221
Bin(1)10264231
Bin(0)01283181
Bin(0)10299141

Port:

 ERR_POS
ElementFromToCountThreshold
Bin(3)01849041
Bin(3)10833091
Bin(2)01580811
Bin(2)10564801
Bin(1)01895331
Bin(1)10879321
Bin(0)011238451
Bin(0)101222441

Port:

 STUFF_ENABLE
FromToCountThreshold
Bin01255011
Bin10271021

Port:

 DESTUFF_ENABLE
FromToCountThreshold
Bin01559511
Bin10575521

Port:

 FIXED_STUFF
FromToCountThreshold
Bin01130271
Bin10146281

Port:

 TX_FRAME_NO_SOF
FromToCountThreshold
Bin013531
Bin1019541

Port:

 ARBITRATION_LOST
FromToCountThreshold
Bin0111751
Bin1027761

Port:

 SET_TRANSMITTER
FromToCountThreshold
Bin01405151
Bin10421161

Port:

 SET_RECEIVER
FromToCountThreshold
Bin01304501
Bin10320511

Port:

 SET_IDLE
FromToCountThreshold
Bin01969711
Bin10985721

Port:

 PRIMARY_ERR
FromToCountThreshold
Bin01227491
Bin10243501

Port:

 ACT_ERR_OVR_FLAG
FromToCountThreshold
Bin01197651
Bin10213641

Port:

 SET_ERR_ACTIVE
FromToCountThreshold
Bin0166371
Bin1082381

Port:

 ERR_DELIM_LATE
FromToCountThreshold
Bin013901
Bin1019911

Port:

 DECREMENT_REC
FromToCountThreshold
Bin01149521
Bin10165531

Port:

 BIT_ERR_AFTER_ACK_ERR
FromToCountThreshold
Bin0181
Bin1016091

Port:

 SP_CONTROL
ElementFromToCountThreshold
Bin(1)0137511
Bin(1)1053521
Bin(0)01249951
Bin(0)10265961

Port:

 SP_CONTROL_Q
ElementFromToCountThreshold
Bin(1)0121741
Bin(1)1037751
Bin(0)01178751
Bin(0)10194761

Port:

 NBT_CTRS_EN
FromToCountThreshold
Bin0164831
Bin1080721

Port:

 DBT_CTRS_EN
FromToCountThreshold
Bin01676831
Bin10692841

Port:

 SYNC_CONTROL
ElementFromToCountThreshold
Bin(1)011001351
Bin(1)101001291
Bin(0)01924331
Bin(0)10924391

Port:

 SSP_RESET
FromToCountThreshold
Bin01327081
Bin10343091

Port:

 TRAN_DELAY_MEAS
FromToCountThreshold
Bin01376351
Bin10392361

Port:

 TRAN_VALID
FromToCountThreshold
Bin01111151
Bin10127161

Port:

 CRC_ENABLE
FromToCountThreshold
Bin01559511
Bin10575521

Port:

 CRC_SPEC_ENABLE
FromToCountThreshold
Bin011138711
Bin101154671

Port:

 CRC_CALC_FROM_RX
FromToCountThreshold
Bin01851121
Bin10867021

Port:

 LOAD_INIT_VECT
FromToCountThreshold
Bin011138441
Bin101154451

Port:

 BIT_ERR_ENABLE
FromToCountThreshold
Bin01675841
Bin10659931

Port:

 BR_SHIFTED
FromToCountThreshold
Bin01465981
Bin10481991

Port:

 BTMC_RESET
FromToCountThreshold
Bin01281321
Bin10297331

Port:

 DBT_MEASURE_START
FromToCountThreshold
Bin0121511
Bin1037521

Port:

 GEN_FIRST_SSP
FromToCountThreshold
Bin0121511
Bin1037521

Signal:

 STATE_REG_CE
FromToCountThreshold
Bin0111566641
Bin1011582651

Signal:

 NO_DATA_TRANSMITTER
FromToCountThreshold
Bin0161151
Bin1061161

Signal:

 NO_DATA_RECEIVER
FromToCountThreshold
Bin014240671
Bin104256661

Signal:

 NO_DATA_FIELD
FromToCountThreshold
Bin012651101
Bin102667111

Signal:

 CTRL_CTR_PLOAD_I
FromToCountThreshold
Bin014773141
Bin104789111

Signal:

 CTRL_CTR_PLOAD_UNALIGED
FromToCountThreshold
Bin0136061
Bin1052071

Signal:

 CRC_USE_21
FromToCountThreshold
Bin01248221
Bin10264231

Signal:

 CRC_USE_17
FromToCountThreshold
Bin01430181
Bin10446141

Signal:

 CRC_SRC_I
ElementFromToCountThreshold
Bin(1)01248221
Bin(1)10264231
Bin(0)01283181
Bin(0)10299141

Signal:

 CRC_LENGTH_I
ElementFromToCountThreshold
Bin(8)1016011
Bin(7)1016011
Bin(6)1016011
Bin(5)1016011
Bin(4)01446191
Bin(4)10446141
Bin(3)01446141
Bin(3)10446191
Bin(2)01299141
Bin(2)10283181
Bin(1)01446141
Bin(1)10446191
Bin(0)1016011

Signal:

 TRAN_DATA_LENGTH
ElementFromToCountThreshold
Bin(6)01861
Bin(6)1016871
Bin(5)011861
Bin(5)1017871
Bin(4)014171
Bin(4)1020181
Bin(3)0118331
Bin(3)1034331
Bin(2)0121301
Bin(2)1037311
Bin(1)0119381
Bin(1)1035391
Bin(0)0135511
Bin(0)1051521

Signal:

 REC_DATA_LENGTH
ElementFromToCountThreshold
Bin(6)01127881
Bin(6)10143891
Bin(5)0110671
Bin(5)1026681
Bin(4)0119531
Bin(4)1035541
Bin(3)01346271
Bin(3)10362271
Bin(2)01218001
Bin(2)10233981
Bin(1)01215281
Bin(1)10231281
Bin(0)01269611
Bin(0)10285581

Signal:

 REC_DATA_LENGTH_C
ElementFromToCountThreshold
Bin(6)012481901
Bin(6)102497891
Bin(5)013458721
Bin(5)103474731
Bin(4)014435601
Bin(4)104451611
Bin(3)017851181
Bin(3)107867151
Bin(2)018218531
Bin(2)108234511
Bin(1)016101261
Bin(1)106117241
Bin(0)0111911781
Bin(0)1011895831

Signal:

 DATA_LENGTH_C
ElementFromToCountThreshold
Bin(6)011656551
Bin(6)101672541
Bin(5)012172211
Bin(5)102188221
Bin(4)012577021
Bin(4)102593031
Bin(3)014605411
Bin(3)104621381
Bin(2)014341721
Bin(2)104357701
Bin(1)013472971
Bin(1)103488951
Bin(0)016694821
Bin(0)106678871

Signal:

 DATA_LENGTH_SHIFTED_C
ElementFromToCountThreshold
Bin(9)011656551
Bin(9)101672541
Bin(8)012172211
Bin(8)102188221
Bin(7)012577021
Bin(7)102593031
Bin(6)014605411
Bin(6)104621381
Bin(5)014341721
Bin(5)104357701
Bin(4)013472971
Bin(4)103488951
Bin(3)016694821
Bin(3)106678871
Bin(2)1016011
Bin(1)1016011
Bin(0)1016011

Signal:

 DATA_LENGTH_SUB_C
ElementFromToCountThreshold
Bin(9)012817151
Bin(9)1026662981
Bin(8)013792771
Bin(8)103805181
Bin(7)016084261
Bin(7)106097461
Bin(6)017415171
Bin(6)107428581
Bin(5)017011281
Bin(5)107025241
Bin(4)016947071
Bin(4)106961081
Bin(3)016681051
Bin(3)106694821
Bin(2)0116011
Bin(1)0116011
Bin(0)0116011

Signal:

 DATA_LENGTH_BITS_C
ElementFromToCountThreshold
Bin(8)013789191
Bin(8)103805181
Bin(7)016081471
Bin(7)106097461
Bin(6)017412591
Bin(6)107428581
Bin(5)017009321
Bin(5)107025241
Bin(4)016945161
Bin(4)106961081
Bin(3)016678871
Bin(3)106694821
Bin(2)0116011
Bin(1)0116011
Bin(0)0116011

Signal:

 IS_FD_FRAME
FromToCountThreshold
Bin01429931
Bin10445891

Signal:

 FRAME_START
FromToCountThreshold
Bin018646831
Bin108662841

Signal:

 IDE_IS_ARBITRATION
FromToCountThreshold
Bin01328831
Bin10344771

Signal:

 ARBITRATION_LOST_CONDITION
FromToCountThreshold
Bin01293211
Bin10309221

Signal:

 ARBITRATION_LOST_I
FromToCountThreshold
Bin0111751
Bin1027761

Signal:

 TX_FAILED
FromToCountThreshold
Bin0126471
Bin1042481

Signal:

 STORE_METADATA_D
FromToCountThreshold
Bin01500171
Bin10516181

Signal:

 STORE_DATA_D
FromToCountThreshold
Bin011757181
Bin101773191

Signal:

 REC_VALID_D
FromToCountThreshold
Bin01260081
Bin10276091

Signal:

 TXTB_HW_CMD_D
ElementFromToCountThreshold
BinLOCK01406331
BinLOCK10422341
BinVALID01111331
BinVALID10127341
BinERR0142691
BinERR1058701
BinARBL019051
BinARBL1025061
BinFAILED0196631
BinFAILED10112641

Signal:

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

Signal:

 GO_TO_SUSPEND
FromToCountThreshold
Bin0126731
Bin1042741

Signal:

 GO_TO_STUFF_COUNT
FromToCountThreshold
Bin01429811
Bin10445771

Signal:

 RX_STORE_BASE_ID_I
FromToCountThreshold
Bin01541411
Bin10557421

Signal:

 RX_STORE_EXT_ID_I
FromToCountThreshold
Bin01170731
Bin10186741

Signal:

 RX_STORE_IDE_I
FromToCountThreshold
Bin01531441
Bin10547451

Signal:

 RX_STORE_RTR_I
FromToCountThreshold
Bin01703211
Bin10719221

Signal:

 RX_STORE_EDL_I
FromToCountThreshold
Bin01511501
Bin10527511

Signal:

 RX_STORE_DLC_I
FromToCountThreshold
Bin01500171
Bin10516181

Signal:

 RX_STORE_ESI_I
FromToCountThreshold
Bin01280841
Bin10296851

Signal:

 RX_STORE_BRS_I
FromToCountThreshold
Bin01281321
Bin10297331

Signal:

 RX_STORE_STUFF_COUNT_I
FromToCountThreshold
Bin01258021
Bin10274031

Signal:

 RX_CLEAR_I
FromToCountThreshold
Bin01710751
Bin10726761

Signal:

 TX_LOAD_BASE_ID_I
FromToCountThreshold
Bin01260331
Bin10276341

Signal:

 TX_LOAD_EXT_ID_I
FromToCountThreshold
Bin01255831
Bin10271841

Signal:

 TX_LOAD_DLC_I
FromToCountThreshold
Bin01719571
Bin10735581

Signal:

 TX_LOAD_DATA_WORD_I
FromToCountThreshold
Bin011594461
Bin101610471

Signal:

 TX_LOAD_STUFF_COUNT_I
FromToCountThreshold
Bin01399291
Bin10415301

Signal:

 TX_LOAD_CRC_I
FromToCountThreshold
Bin01572331
Bin10588341

Signal:

 TX_SHIFT_ENA_I
FromToCountThreshold
Bin011251521
Bin101267531

Signal:

 FORM_ERR_I
FromToCountThreshold
Bin01889341
Bin10905351

Signal:

 ACK_ERR_I
FromToCountThreshold
Bin0169521
Bin1085531

Signal:

 ACK_ERR_FLAG
FromToCountThreshold
Bin0113261
Bin1029271

Signal:

 ACK_ERR_FLAG_CLR
FromToCountThreshold
Bin01260741
Bin10276751

Signal:

 CRC_ERR_I
FromToCountThreshold
Bin018091
Bin1024101

Signal:

 BIT_ERR_ARB_I
FromToCountThreshold
Bin011239761
Bin101255771

Signal:

 SP_CONTROL_SWITCH_DATA
FromToCountThreshold
Bin01200491
Bin10216501

Signal:

 SP_CONTROL_SWITCH_NOMINAL
FromToCountThreshold
Bin01265721
Bin10281731

Signal:

 SWITCH_TO_SSP
FromToCountThreshold
Bin0121741
Bin1037751

Signal:

 SP_CONTROL_CE
FromToCountThreshold
Bin01465981
Bin10481991

Signal:

 SP_CONTROL_D
ElementFromToCountThreshold
Bin(1)0137511
Bin(1)1053521
Bin(0)01249951
Bin(0)10265961

Signal:

 SP_CONTROL_Q_I
ElementFromToCountThreshold
Bin(1)0121741
Bin(1)1037751
Bin(0)01178751
Bin(0)10194761

Signal:

 SYNC_CONTROL_D
ElementFromToCountThreshold
Bin(1)011517151
Bin(1)101501191
Bin(0)011424231
Bin(0)101440191

Signal:

 SYNC_CONTROL_Q
ElementFromToCountThreshold
Bin(1)011001351
Bin(1)101001291
Bin(0)01924331
Bin(0)10924391

Signal:

 PERFORM_HSYNC
FromToCountThreshold
Bin011424231
Bin101440191

Signal:

 PRIMARY_ERR_I
FromToCountThreshold
Bin01201081
Bin10217091

Signal:

 ERR_DELIM_LATE_I
FromToCountThreshold
Bin013161
Bin1019171

Signal:

 SET_ERR_ACTIVE_I
FromToCountThreshold
Bin0168071
Bin1084081

Signal:

 SET_TRANSMITTER_I
FromToCountThreshold
Bin01406331
Bin10422341

Signal:

 SET_RECEIVER_I
FromToCountThreshold
Bin01304501
Bin10320511

Signal:

 SET_IDLE_I
FromToCountThreshold
Bin01976201
Bin10992201

Signal:

 FIRST_ERR_DELIM_D
FromToCountThreshold
Bin01276091
Bin10292101

Signal:

 FIRST_ERR_DELIM_Q
FromToCountThreshold
Bin01260991
Bin10277001

Signal:

 STUFF_ENABLE_SET
FromToCountThreshold
Bin01406331
Bin10422341

Signal:

 STUFF_ENABLE_CLEAR
FromToCountThreshold
Bin01622491
Bin10638501

Signal:

 DESTUFF_ENABLE_SET
FromToCountThreshold
Bin01710751
Bin10726761

Signal:

 DESTUFF_ENABLE_CLEAR
FromToCountThreshold
Bin01611721
Bin10627731

Signal:

 BIT_ERR_DISABLE
FromToCountThreshold
Bin01820041
Bin10835951

Signal:

 BIT_ERR_DISABLE_RECEIVER
FromToCountThreshold
Bin01511501
Bin10527511

Signal:

 SOF_PULSE_I
FromToCountThreshold
Bin01559511
Bin10575521

Signal:

 COMPL_CTR_ENA_I
FromToCountThreshold
Bin01366551
Bin10382561

Signal:

 TICK_STATE_REG
FromToCountThreshold
Bin014346291
Bin104362261

Signal:

 BR_SHIFTED_I
FromToCountThreshold
Bin01465981
Bin10481991

Signal:

 IS_ARBITRATION_I
FromToCountThreshold
Bin01559101
Bin10575111

Signal:

 CRC_SPEC_ENABLE_I
FromToCountThreshold
Bin011138711
Bin101154671

Signal:

 LOAD_INIT_VECT_I
FromToCountThreshold
Bin01630351
Bin10646361

Signal:

 MR_COMMAND_ERCRST_Q
FromToCountThreshold
Bin011701
Bin1017711

Signal:

 RETR_CTR_CLEAR_I
FromToCountThreshold
Bin01207781
Bin10223791

Signal:

 RETR_CTR_ADD_I
FromToCountThreshold
Bin01107731
Bin10123741

Signal:

 DECREMENT_REC_I
FromToCountThreshold
Bin01149521
Bin10165531

Signal:

 RETR_CTR_ADD_BLOCK
FromToCountThreshold
Bin0111221
Bin1027231

Signal:

 RETR_CTR_ADD_BLOCK_CLR
FromToCountThreshold
Bin01519041
Bin10535041

Signal:

 BLOCK_TXTB_UNLOCK
FromToCountThreshold
Bin01262711
Bin10278661

Signal:

 TX_FRAME_NO_SOF_D
FromToCountThreshold
Bin013531
Bin1019541

Signal:

 TX_FRAME_NO_SOF_Q
FromToCountThreshold
Bin013531
Bin1019541

Signal:

 CTRL_SIGNAL_UPD
FromToCountThreshold
Bin01104217861
Bin10104233871

Signal:

 CLR_BUS_OFF_RST_FLG
FromToCountThreshold
Bin011701
Bin1017711

Signal:

 PEX_ON_FDF_ENABLE
FromToCountThreshold
Bin01351
Bin1016361

Signal:

 PEX_ON_RES_ENABLE
FromToCountThreshold
Bin01721
Bin1016731

Signal:

 INTEG_RESTART_EDGE
FromToCountThreshold
Bin0115590431
Bin1015606441

Signal:

 RX_DATA_NBS_PREV
FromToCountThreshold
Bin0112543131
Bin1012527121

Signal:

 PEXS_SET
FromToCountThreshold
Bin01981
Bin1016991

Signal:

 TRAN_FRAME_TYPE_I
FromToCountThreshold
Bin0126941
Bin1042951

Signal:

 TXTB_CLK_EN_D
FromToCountThreshold
Bin01978741
Bin10994751

Signal:

 TXTB_CLK_EN_Q
FromToCountThreshold
Bin01808711
Bin10824721

Signal:

 TXTB_GATE_MEM_READ
FromToCountThreshold
Bin01170031
Bin10186041

Signal:

 REC_LBPF_D
FromToCountThreshold
Bin011801
Bin1017811

Signal:

 REC_LBPF_Q
FromToCountThreshold
Bin011801
Bin1017811

Signal:

 REC_IVLD_I
FromToCountThreshold
Bin01533471
Bin10549391

Signal:

 REC_IVLD_D
FromToCountThreshold
Bin011161981
Bin101177901

Signal:

 REC_IVLD_Q
FromToCountThreshold
Bin01511801
Bin10527721

Signal:

 TX_DOMINANT_ACK
FromToCountThreshold
Bin01151381
Bin10167391

Signal:

 ALLOW_FLIPPED_ACK
FromToCountThreshold
Bin01167291
Bin10167291

Uncovered expressions:

Excluded expressions:

"or" expression on line 766:

 rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000" 
 <--------LHS--------->    <------RHS-------> 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"and" expression on lines 879 to 880:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN and to_integer(unsigned(tran_data_length)) > 16 
 <-----------------------LHS----------------------->     <-------------------RHS-------------------> 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"and" expression on lines 882 to 883:

 is_receiver = '1' and rec_frame_type = FD_CAN and to_integer(unsigned(rec_data_length)) > 16 
 <--------------------LHS-------------------->     <------------------RHS-------------------> 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression on lines 1529 to 1530:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"and" expression on lines 2077 to 2078:

 ctrl_counted_byte = '1' and ctrl_counted_byte_index = "11" 
 <---------LHS--------->     <------------RHS-------------> 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression on line 2177:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"and" expression on lines 2908 to 2909:

 sp_control_switch_data = '1' and is_transmitter = '1' and mr_ssp_cfg_ssp_src /= SSP_SRC_NO_SSP 
 <------------------------LHS------------------------>     <---------------RHS----------------> 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression on lines 3126 to 3128:

 (sp_control_switch_data = '1' and is_transmitter = '1') or sp_control_q_i = SECONDARY_SAMPLE or (sp_control_q_i = DATA_SAMPLE and is_transmitter = '1') 
 <-------------------------------------------LHS-------------------------------------------->     <------------------------RHS------------------------>  

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"or" expression on lines 3126 to 3127:

 (sp_control_switch_data = '1' and is_transmitter = '1') or sp_control_q_i = SECONDARY_SAMPLE 
  <------------------------LHS------------------------>     <--------------RHS--------------> 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

Covered expressions:

"and" expression on line 757:

 tran_frame_type = FD_CAN and mr_mode_fde = '1' 
 <---------LHS---------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue44891
BinTrueFalse251
BinTrueTrue26941

"=" expression on line 757:

 tran_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse79101
BinTrue27191

"=" expression on line 757:

 mr_mode_fde = '1' 
Evaluated toCountThreshold
BinFalse34461
BinTrue71831

"or" expression on lines 761 to 762:

 tran_dlc = "0000" or (tran_is_rtr = RTR_FRAME and tran_frame_type_i = NORMAL_CAN) 
 <------LHS------>     <--------------------------RHS--------------------------->  

LHSRHSCountThreshold
BinFalseFalse120871
BinFalseTrue3191
BinTrueFalse92091

"and" expression on line 762:

 tran_is_rtr = RTR_FRAME and tran_frame_type_i = NORMAL_CAN 
 <---------LHS--------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinFalseTrue133771
BinTrueFalse4581
BinTrueTrue11061

"=" expression on line 762:

 tran_is_rtr = RTR_FRAME 
Evaluated toCountThreshold
BinFalse208381
BinTrue15641

"=" expression on line 762:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse79191
BinTrue144831

"or" expression on line 766:

 rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000" 
 <--------LHS--------->    <------RHS-------> 

LHSRHSCountThreshold
BinFalseFalse40085491
BinFalseTrue4066241

"=" expression on line 766:

 rec_is_rtr = RTR_FRAME 
Evaluated toCountThreshold
BinFalse44151731
BinTrue6643321

"and" expression on line 770:

 is_transmitter = '1' and no_data_transmitter = '1' 
 <-------LHS-------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue5712141
BinTrueFalse3199521
BinTrueTrue421371

"=" expression on line 770:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse6013681
BinTrue3620891

"=" expression on line 770:

 no_data_transmitter = '1' 
Evaluated toCountThreshold
BinFalse3501061
BinTrue6133511

"and" expression on line 772:

 is_receiver = '1' and no_data_receiver = '1' 
 <------LHS------>     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue1708171
BinTrueFalse2680151
BinTrueTrue2609341

"=" expression on line 772:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse3923711
BinTrue5289491

"=" expression on line 772:

 no_data_receiver = '1' 
Evaluated toCountThreshold
BinFalse4895691
BinTrue4317511

"and" expression on line 776:

 is_err_passive = '1' and is_transmitter = '1' 
 <-------LHS-------->     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue180901
BinTrueFalse31601
BinTrueTrue26731

"=" expression on line 776:

 is_err_passive = '1' 
Evaluated toCountThreshold
BinFalse399501
BinTrue58331

"=" expression on line 776:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse250201
BinTrue207631

"or" expression on line 780:

 tran_ident_type = EXTENDED or is_receiver = '1' 
 <----------LHS----------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse376791
BinFalseTrue303361
BinTrueFalse30891

"=" expression on line 780:

 tran_ident_type = EXTENDED 
Evaluated toCountThreshold
BinFalse680151
BinTrue36411

"=" expression on line 780:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse407681
BinTrue308881

"and" expression on lines 784 to 785:

 is_transmitter = '1' and tx_data_wbs = RECESSIVE and rx_data_nbs = DOMINANT and rx_trigger = '1' 
 <-----------------------------------LHS----------------------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104124771
BinTrueFalse6560371
BinTrueTrue293211

"and" expression on lines 784 to 785:

 is_transmitter = '1' and tx_data_wbs = RECESSIVE and rx_data_nbs = DOMINANT 
 <---------------------LHS---------------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue85414151
BinTrueFalse36428901
BinTrueTrue6853581

"and" expression on line 784:

 is_transmitter = '1' and tx_data_wbs = RECESSIVE 
 <-------LHS-------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue163870441
BinTrueFalse40308991
BinTrueTrue43282481

"=" expression on line 784:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse165601041
BinTrue83591471

"=" expression on line 784:

 tx_data_wbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse42039591
BinTrue207152921

"=" expression on line 785:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse156924781
BinTrue92267731

"=" expression on line 785:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse144774531
BinTrue104417981

"and" expression on line 789:

 mr_settings_rtrle = '1' and retr_limit_reached = '1' 
 <---------LHS--------->     <---------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue40551
BinTrueFalse2571
BinTrueTrue26471

"=" expression on line 789:

 mr_settings_rtrle = '1' 
Evaluated toCountThreshold
BinFalse89221
BinTrue29041

"=" expression on line 789:

 retr_limit_reached = '1' 
Evaluated toCountThreshold
BinFalse51241
BinTrue67021

"and" expression on line 793:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue155211
BinTrueFalse93201
BinTrueTrue351371

"=" expression on line 793:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1241191
BinTrue444571

"=" expression on line 793:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse1179181
BinTrue506581

"and" expression on line 795:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue298961
BinTrueFalse309181
BinTrueTrue308721

"=" expression on line 795:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse716491
BinTrue617901

"=" expression on line 795:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse726711
BinTrue607681

"and" expression on line 799:

 mr_settings_nisofd = ISO_FD and is_fd_frame = '1' 
 <-----------LHS----------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue121
BinTrueFalse447071
BinTrueTrue429811

"=" expression on line 799:

 mr_settings_nisofd = ISO_FD 
Evaluated toCountThreshold
BinFalse33561
BinTrue876881

"=" expression on line 799:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse480511
BinTrue429931

"and" expression on line 803:

 tran_frame_valid = '1' and go_to_suspend = '0' 
 <--------LHS--------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue15723891
BinTrueFalse1441971
BinTrueTrue11341391

"=" expression on line 803:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse15791721
BinTrue12783361

"=" expression on line 803:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse1509801
BinTrue27065281

"=" expression on line 804:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse8739991
BinTrue8493701

"and" expression on lines 807 to 809:

 (crc_match = '1') and ((is_receiver = '1' and mr_mode_acf = '0') or (is_transmitter = '1' and mr_mode_sam = '1')) 
  <-----LHS----->       <------------------------------------------RHS------------------------------------------>  

LHSRHSCountThreshold
BinFalseTrue460281
BinTrueFalse126641
BinTrueTrue151381

"=" expression on line 807:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse1358181
BinTrue278021

"or" expression on lines 808 to 809:

 (is_receiver = '1' and mr_mode_acf = '0') or (is_transmitter = '1' and mr_mode_sam = '1') 
  <-----------------LHS----------------->      <------------------RHS------------------->  

LHSRHSCountThreshold
BinFalseFalse1024541
BinFalseTrue1501
BinTrueFalse610161

"and" expression on line 808:

 is_receiver = '1' and mr_mode_acf = '0' 
 <------LHS------>     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue977261
BinTrueFalse421
BinTrueTrue610161

"=" expression on line 808:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse1025621
BinTrue610581

"=" expression on line 808:

 mr_mode_acf = '0' 
Evaluated toCountThreshold
BinFalse48781
BinTrue1587421

"and" expression on line 809:

 is_transmitter = '1' and mr_mode_sam = '1' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue1051
BinTrueFalse458101
BinTrueTrue1501

"=" expression on line 809:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1176601
BinTrue459601

"=" expression on line 809:

 mr_mode_sam = '1' 
Evaluated toCountThreshold
BinFalse1633651
BinTrue2551

"or" expression on line 817:

 tx_dominant_ack = '0' or mr_mode_bmm = '1' 
 <--------LHS-------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse167291
BinFalseTrue101
BinTrueFalse183451

"=" expression on line 817:

 tx_dominant_ack = '0' 
Evaluated toCountThreshold
BinFalse167391
BinTrue183701

"=" expression on line 817:

 mr_mode_bmm = '1' 
Evaluated toCountThreshold
BinFalse350741
BinTrue351

"or" expression on lines 825 to 831:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag or curr_state = s_pc_err_delim_wait or curr_state = s_pc_err_delim or curr_state = s_pc_ovr_flag or curr_state = s_pc_ovr_delim_wait or curr_state = s_pc_ovr_delim 
 <------------------------------------------------------------------------------------------------LHS------------------------------------------------------------------------------------------------>    <-----------RHS-----------> 

LHSRHSCountThreshold
BinFalseFalse7595621
BinFalseTrue4391
BinTrueFalse793761

"or" expression on lines 825 to 830:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag or curr_state = s_pc_err_delim_wait or curr_state = s_pc_err_delim or curr_state = s_pc_ovr_flag or curr_state = s_pc_ovr_delim_wait 
 <------------------------------------------------------------------------------LHS------------------------------------------------------------------------------>    <-------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse7600011
BinFalseTrue4711
BinTrueFalse789051

"or" expression on lines 825 to 829:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag or curr_state = s_pc_err_delim_wait or curr_state = s_pc_err_delim or curr_state = s_pc_ovr_flag 
 <---------------------------------------------------------------LHS--------------------------------------------------------------->    <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseFalse7604721
BinFalseTrue5611
BinTrueFalse783441

"or" expression on lines 825 to 828:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag or curr_state = s_pc_err_delim_wait or curr_state = s_pc_err_delim 
 <-----------------------------------------------LHS------------------------------------------------>    <-----------RHS-----------> 

LHSRHSCountThreshold
BinFalseFalse7610331
BinFalseTrue260661
BinTrueFalse522781

"or" expression on lines 825 to 827:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag or curr_state = s_pc_err_delim_wait 
 <-----------------------------LHS------------------------------>    <-------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse7870991
BinFalseTrue260991
BinTrueFalse261791

"or" expression on lines 825 to 826:

 curr_state = s_pc_act_err_flag or curr_state = s_pc_pas_err_flag 
 <------------LHS------------->    <------------RHS-------------> 

LHSRHSCountThreshold
BinFalseFalse8131981
BinFalseTrue69011
BinTrueFalse192781

"=" expression on line 825:

 curr_state = s_pc_act_err_flag 
Evaluated toCountThreshold
BinFalse8200991
BinTrue192781

"=" expression on line 826:

 curr_state = s_pc_pas_err_flag 
Evaluated toCountThreshold
BinFalse8324761
BinTrue69011

"=" expression on line 827:

 curr_state = s_pc_err_delim_wait 
Evaluated toCountThreshold
BinFalse8132781
BinTrue260991

"=" expression on line 828:

 curr_state = s_pc_err_delim 
Evaluated toCountThreshold
BinFalse8133111
BinTrue260661

"=" expression on line 829:

 curr_state = s_pc_ovr_flag 
Evaluated toCountThreshold
BinFalse8388161
BinTrue5611

"=" expression on line 830:

 curr_state = s_pc_ovr_delim_wait 
Evaluated toCountThreshold
BinFalse8389061
BinTrue4711

"=" expression on line 831:

 curr_state = s_pc_ovr_delim 
Evaluated toCountThreshold
BinFalse8389381
BinTrue4391

"and" expression on lines 835 to 836:

 mr_mode_fde = FDE_DISABLE and mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED 
 <----------LHS---------->     <-------------------RHS--------------------> 

LHSRHSCountThreshold
BinFalseTrue721
BinTrueFalse2001
BinTrueTrue351

"=" expression on line 835:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse35111
BinTrue2351

"=" expression on line 836:

 mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED 
Evaluated toCountThreshold
BinFalse36391
BinTrue1071

"and" expression on lines 840 to 841:

 mr_mode_fde = FDE_ENABLE and mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED 
 <---------LHS---------->     <-------------------RHS--------------------> 

LHSRHSCountThreshold
BinFalseTrue351
BinTrueFalse18381
BinTrueTrue721

"=" expression on line 840:

 mr_mode_fde = FDE_ENABLE 
Evaluated toCountThreshold
BinFalse18361
BinTrue19101

"=" expression on line 841:

 mr_settings_pex = PROTOCOL_EXCEPTION_ENABLED 
Evaluated toCountThreshold
BinFalse36391
BinTrue1071

"and" expression on lines 848 to 849:

 mr_mode_fde = FDE_DISABLE and mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
 <----------LHS---------->     <--------------------RHS--------------------> 

LHSRHSCountThreshold
BinFalseTrue31116781
BinTrueFalse15291
BinTrueTrue74421

"=" expression on line 848:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse31217041
BinTrue89711

"=" expression on line 849:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse115551
BinTrue31191201

"=" expression on line 851:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse15641901
BinTrue15590431

">" expression on line 872:

 txtb_ptr_d > txtb_num_words_gate 
Evaluated toCountThreshold
BinFalse974491
BinTrue170031

"and" expression on lines 879 to 880:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN and to_integer(unsigned(tran_data_length)) > 16 
 <-----------------------LHS----------------------->     <-------------------RHS-------------------> 

LHSRHSCountThreshold
BinTrueFalse324951
BinTrueTrue327961

"and" expression on line 879:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue195621
BinTrueFalse241681
BinTrueTrue652911

"=" expression on line 879:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2026431
BinTrue894591

"=" expression on line 879:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse2072491
BinTrue848531

">" expression on line 880:

 to_integer(unsigned(tran_data_length)) > 16 
Evaluated toCountThreshold
BinFalse324951
BinTrue327961

"and" expression on lines 882 to 883:

 is_receiver = '1' and rec_frame_type = FD_CAN and to_integer(unsigned(rec_data_length)) > 16 
 <--------------------LHS-------------------->     <------------------RHS-------------------> 

LHSRHSCountThreshold
BinTrueFalse356931
BinTrueTrue201331

"and" expression on line 882:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue502801
BinTrueFalse665001
BinTrueTrue558261

"=" expression on line 882:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse1369801
BinTrue1223261

"=" expression on line 882:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse1532001
BinTrue1061061

">" expression on line 883:

 to_integer(unsigned(rec_data_length)) > 16 
Evaluated toCountThreshold
BinFalse356931
BinTrue201331

"and" expression on lines 887 to 888:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN and crc_use_21 = '0' 
 <-----------------------LHS----------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue1318261
BinTrueFalse141151
BinTrueTrue257391

"and" expression on line 887:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue201881
BinTrueFalse93371
BinTrueTrue398541

"=" expression on line 887:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1690191
BinTrue491911

"=" expression on line 887:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse1581681
BinTrue600421

"=" expression on line 888:

 crc_use_21 = '0' 
Evaluated toCountThreshold
BinFalse606451
BinTrue1575651

"and" expression on lines 890 to 891:

 is_receiver = '1' and rec_frame_type = FD_CAN and crc_use_21 = '0' 
 <--------------------LHS-------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue1009561
BinTrueFalse201321
BinTrueTrue308701

"and" expression on line 890:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue537701
BinTrueFalse409631
BinTrueTrue510021

"=" expression on line 890:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse1005061
BinTrue919651

"=" expression on line 890:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse876991
BinTrue1047721

"=" expression on line 891:

 crc_use_21 = '0' 
Evaluated toCountThreshold
BinFalse606451
BinTrue1318261

"=" expression on line 895:

 crc_use_21 = '1' 
Evaluated toCountThreshold
BinFalse745331
BinTrue496441

"=" expression on line 896:

 crc_use_17 = '1' 
Evaluated toCountThreshold
BinFalse462151
BinTrue283181

"=" expression on line 931:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse29529261
BinTrue22844371

"=" expression on line 950:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 953:

 mr_command_ercrst = '1' 
Evaluated toCountThreshold
BinFalse5471741641
BinTrue1701

"and" expression on line 955:

 rx_trigger = '1' and clr_bus_off_rst_flg = '1' 
 <-----LHS------>     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue46361
BinTrueFalse104007181
BinTrueTrue1701

"=" expression on line 955:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367732761
BinTrue104008881

"=" expression on line 955:

 clr_bus_off_rst_flg = '1' 
Evaluated toCountThreshold
BinFalse5471693581
BinTrue48061

"=" expression on line 972:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse51334971
BinTrue324301

"=" expression on line 973:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse41681
BinTrue282621

"=" expression on line 974:

 is_err_active = '1' 
Evaluated toCountThreshold
BinFalse71451
BinTrue211171

"=" expression on line 996:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse278971
BinTrue107911

"=" expression on line 1010:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse5554781
BinTrue904371

"=" expression on line 1024:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse388961
BinTrue369441

"=" expression on line 1034:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1671611
BinTrue248161

"=" expression on line 1048:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse122441
BinTrue216241

"=" expression on line 1051:

 pex_on_fdf_enable = '1' 
Evaluated toCountThreshold
BinFalse122281
BinTrue161

"and" expression on line 1068:

 rx_data_nbs = RECESSIVE and pex_on_res_enable = '1' 
 <---------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue101
BinTrueFalse597021
BinTrueTrue1941

"=" expression on line 1068:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse293921
BinTrue598961

"=" expression on line 1068:

 pex_on_res_enable = '1' 
Evaluated toCountThreshold
BinFalse890841
BinTrue2041

"=" expression on line 1078:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse220191
BinTrue347691

"=" expression on line 1082:

 pex_on_fdf_enable = '1' 
Evaluated toCountThreshold
BinFalse220031
BinTrue161

"=" expression on line 1105:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1226591
BinTrue849651

"=" expression on line 1106:

 no_data_field = '1' 
Evaluated toCountThreshold
BinFalse505541
BinTrue344111

"=" expression on line 1107:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse280201
BinTrue63911

"=" expression on line 1121:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse18733181
BinTrue643981

"=" expression on line 1122:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse231861
BinTrue412121

"=" expression on line 1133:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse517861
BinTrue324801

"=" expression on line 1141:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3488711
BinTrue888541

"=" expression on line 1149:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse475871
BinTrue307111

"=" expression on line 1184:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse284581
BinTrue261681

"=" expression on line 1185:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1711
BinTrue259971

"=" expression on line 1187:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse171
BinTrue1541

"=" expression on line 1188:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse41
BinTrue1501

"=" expression on line 1200:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse1693611
BinTrue2161

"=" expression on line 1204:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse652001
BinTrue1041611

"=" expression on line 1205:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1032251
BinTrue9361

"=" expression on line 1207:

 go_to_suspend = '1' 
Evaluated toCountThreshold
BinFalse973961
BinTrue58291

"=" expression on line 1209:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse776101
BinTrue197861

"=" expression on line 1216:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse648611
BinTrue3391

"=" expression on line 1217:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse291
BinTrue3101

"=" expression on line 1228:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse84261
BinTrue931

"=" expression on line 1230:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse28791
BinTrue55471

"=" expression on line 1233:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse47541
BinTrue7931

"=" expression on line 1244:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse2146561
BinTrue67751

"=" expression on line 1246:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1845971
BinTrue300591

"=" expression on line 1248:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse1644461
BinTrue201511

"=" expression on line 1256:

 mr_command_ercrst_q = '1' 
Evaluated toCountThreshold
BinFalse4641
BinTrue1701

"and" expression on line 1264:

 reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' 
 <----------LHS---------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue217681
BinTrueFalse1861
BinTrueTrue1701

"=" expression on line 1264:

 reinteg_ctr_expired = '1' 
Evaluated toCountThreshold
BinFalse455841
BinTrue3561

"=" expression on line 1264:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse240021
BinTrue219381

"=" expression on line 1272:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse448321
BinTrue197121

"=" expression on line 1280:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse159701
BinTrue79871

"=" expression on line 1288:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse410751
BinTrue356631

"=" expression on line 1290:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse201321
BinTrue209431

"=" expression on line 1298:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse4721
BinTrue1461

"=" expression on line 1306:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse881
BinTrue341

"=" expression on line 1314:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse263411
BinTrue270391

"=" expression on line 1315:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse268711
BinTrue1681

"=" expression on line 1326:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse6561
BinTrue7781

"=" expression on line 1334:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse9101
BinTrue4981

"=" expression on line 1336:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4391
BinTrue4711

"=" expression on line 1344:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse5281
BinTrue4101

"=" expression on line 1345:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3781
BinTrue321

"=" expression on line 1515:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse408819931
BinTrue470621

"=" expression on line 1518:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse42051
BinTrue428571

"or" expression on lines 1529 to 1530:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse326821
BinFalseTrue12601

"and" expression on line 1536:

 is_transmitter = '1' and block_txtb_unlock = '0' 
 <-------LHS-------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue176641
BinTrueFalse29101
BinTrueTrue256761

"=" expression on line 1536:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse184761
BinTrue285861

"=" expression on line 1536:

 block_txtb_unlock = '0' 
Evaluated toCountThreshold
BinFalse37221
BinTrue433401

"=" expression on line 1537:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse70151
BinTrue186611

"=" expression on line 1555:

 mr_settings_ena = CTU_CAN_ENABLED 
Evaluated toCountThreshold
BinFalse386171
BinTrue274641

"=" expression on line 1563:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse274071
BinTrue571

"or" expression on line 1582:

 rx_data_nbs = DOMINANT or sync_edge = '1' 
 <--------LHS--------->    <-----RHS-----> 

LHSRHSCountThreshold
BinFalseFalse2830351
BinFalseTrue51721
BinTrueFalse220001

"=" expression on line 1582:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2882071
BinTrue220001

"=" expression on line 1582:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse3050351
BinTrue51721

"=" expression on line 1587:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2882071
BinTrue220001

"=" expression on line 1591:

 integ_restart_edge = '1' 
Evaluated toCountThreshold
BinFalse3050401
BinTrue51671

"=" expression on line 1595:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse2779581
BinTrue322491

"=" expression on line 1603:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse128481
BinTrue194011

"=" expression on line 1633:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse501821
BinTrue2462331

"=" expression on line 1650:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse34663871
BinTrue19661

"=" expression on line 1653:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse17711
BinTrue1951

"=" expression on line 1660:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse31735061
BinTrue2948471

"and" expression on line 1665:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue16750381
BinTrueFalse4858521
BinTrueTrue3486301

"=" expression on line 1665:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse26338711
BinTrue8344821

"=" expression on line 1665:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse14446851
BinTrue20236681

"=" expression on line 1681:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse3926681
BinTrue1851

"=" expression on line 1684:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse1241
BinTrue611

"and" expression on line 1691:

 is_transmitter = '1' and tran_ident_type = BASE 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue2291241
BinTrueFalse526421
BinTrueTrue1099821

"=" expression on line 1691:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2302291
BinTrue1626241

"=" expression on line 1691:

 tran_ident_type = BASE 
Evaluated toCountThreshold
BinFalse537471
BinTrue3391061

"or" expression on line 1692:

 tran_frame_type_i = FD_CAN or tran_is_rtr = NO_RTR_FRAME 
 <----------LHS----------->    <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseFalse49651
BinFalseTrue424431
BinTrueFalse18811

"=" expression on line 1692:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse474081
BinTrue625741

"=" expression on line 1692:

 tran_is_rtr = NO_RTR_FRAME 
Evaluated toCountThreshold
BinFalse68461
BinTrue1031361

"and" expression on line 1697:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue2178631
BinTrueFalse571691
BinTrueTrue443961

"=" expression on line 1697:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2912881
BinTrue1015651

"=" expression on line 1697:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1305941
BinTrue2622591

"=" expression on line 1710:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1057871
BinTrue1119271

"and" expression on line 1718:

 ide_is_arbitration = '1' and arbitration_lost_condition = '1' 
 <---------LHS---------->     <-------------RHS--------------> 

LHSRHSCountThreshold
BinFalseTrue321
BinTrueFalse1664251
BinTrueTrue1451

"=" expression on line 1718:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse511441
BinTrue1665701

"=" expression on line 1718:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse2175371
BinTrue1771

"=" expression on line 1721:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse561
BinTrue891

"=" expression on line 1728:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse511441
BinTrue1665701

"and" expression on line 1735:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue1023111
BinTrueFalse423821
BinTrueTrue96161

"=" expression on line 1735:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1657161
BinTrue519981

"=" expression on line 1735:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1057871
BinTrue1119271

"and" expression on line 1739:

 is_transmitter = '1' and tran_ident_type = BASE 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue1306651
BinTrueFalse344271
BinTrueTrue511281

"=" expression on line 1739:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1321591
BinTrue855551

"=" expression on line 1739:

 tran_ident_type = BASE 
Evaluated toCountThreshold
BinFalse359211
BinTrue1817931

"=" expression on line 1743:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse511441
BinTrue1665701

"=" expression on line 1762:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse15590671
BinTrue6601

"=" expression on line 1765:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse4261
BinTrue2341

"=" expression on line 1772:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse14713621
BinTrue883651

"and" expression on line 1777:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue7124911
BinTrueFalse2670551
BinTrueTrue2110771

"=" expression on line 1777:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse10815951
BinTrue4781321

"=" expression on line 1777:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse6361591
BinTrue9235681

"=" expression on line 1794:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse1139001
BinTrue481

"=" expression on line 1797:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse281
BinTrue201

"=" expression on line 1804:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse580451
BinTrue559031

"=" expression on line 1805:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse249401
BinTrue309631

"=" expression on line 1807:

 tran_is_rtr = NO_RTR_FRAME 
Evaluated toCountThreshold
BinFalse35361
BinTrue214041

"and" expression on line 1812:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue482481
BinTrueFalse257511
BinTrueTrue174521

"=" expression on line 1812:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse707451
BinTrue432031

"=" expression on line 1812:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse482481
BinTrue657001

"=" expression on line 1827:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse551991
BinTrue388731

"=" expression on line 1828:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse229091
BinTrue159641

"and" expression on line 1836:

 rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE 
 <---------LHS--------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue1961
BinTrueFalse421691
BinTrueTrue2141

"=" expression on line 1836:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse516891
BinTrue423831

"=" expression on line 1836:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse936621
BinTrue4101

"=" expression on line 1838:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse381
BinTrue1761

"=" expression on line 1864:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse205261
BinTrue190931

"=" expression on line 1880:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1941561
BinTrue1127231

"=" expression on line 1886:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse732071
BinTrue2336721

"=" expression on line 1887:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse4141
BinTrue2332581

"=" expression on line 1910:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse479481
BinTrue905621

"and" expression on line 1916:

 is_transmitter = '1' and tran_frame_type_i = NORMAL_CAN 
 <-------LHS-------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinFalseTrue769501
BinTrueFalse398861
BinTrueTrue204951

"=" expression on line 1916:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse781291
BinTrue603811

"=" expression on line 1916:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse410651
BinTrue974451

"and" expression on line 1924:

 rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE 
 <---------LHS--------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue4181
BinTrueFalse478281
BinTrueTrue1201

"=" expression on line 1924:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse905621
BinTrue479481

"=" expression on line 1924:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse1379721
BinTrue5381

"=" expression on line 1925:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse421
BinTrue781

"and" expression on line 1950:

 is_transmitter = '1' and tran_brs = BR_NO_SHIFT 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue725111
BinTrueFalse384901
BinTrueTrue143241

"=" expression on line 1950:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse727321
BinTrue528141

"=" expression on line 1950:

 tran_brs = BR_NO_SHIFT 
Evaluated toCountThreshold
BinFalse387111
BinTrue868351

"and" expression on line 1954:

 rx_data_nbs = RECESSIVE and rx_trigger = '1' 
 <---------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue362401
BinTrueFalse200491
BinTrueTrue334271

"=" expression on line 1954:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse720701
BinTrue534761

"=" expression on line 1954:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse558791
BinTrue696671

"and" expression on line 1974:

 is_transmitter = '1' and is_err_active = '1' 
 <-------LHS-------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue643221
BinTrueFalse63151
BinTrueTrue792701

"=" expression on line 1974:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1259191
BinTrue855851

"=" expression on line 1974:

 is_err_active = '1' 
Evaluated toCountThreshold
BinFalse679121
BinTrue1435921

"=" expression on line 2003:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse5973891
BinTrue4237711

"=" expression on line 2007:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse7363371
BinTrue2848231

"=" expression on line 2011:

 no_data_field = '1' 
Evaluated toCountThreshold
BinFalse1591241
BinTrue1256991

"=" expression on line 2012:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse1101421
BinTrue155571

"and" expression on line 2024:

 is_transmitter = '1' and mr_settings_ilbp = '1' 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue6851
BinTrueFalse1024431
BinTrueTrue22621

"=" expression on line 2024:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1801181
BinTrue1047051

"=" expression on line 2024:

 mr_settings_ilbp = '1' 
Evaluated toCountThreshold
BinFalse2818761
BinTrue29471

"=" expression on line 2055:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse127956281
BinTrue69677291

"=" expression on line 2059:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse196355141
BinTrue1278431

"=" expression on line 2063:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse489721
BinTrue788711

"and" expression on lines 2077 to 2079:

 ctrl_counted_byte = '1' and ctrl_counted_byte_index = "11" and ctrl_ctr_zero = '0' 
 <--------------------------LHS--------------------------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue190587371
BinTrueFalse358821
BinTrueTrue5767771

"and" expression on lines 2077 to 2078:

 ctrl_counted_byte = '1' and ctrl_counted_byte_index = "11" 
 <---------LHS--------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinTrueFalse21530571
BinTrueTrue6126591

"=" expression on line 2077:

 ctrl_counted_byte = '1' 
Evaluated toCountThreshold
BinFalse169976411
BinTrue27657161

"=" expression on line 2079:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse1278431
BinTrue196355141

"=" expression on line 2102:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse2796631
BinTrue869121

"=" expression on line 2125:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse14732281
BinTrue14294291

"=" expression on line 2129:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse26511871
BinTrue2514701

"=" expression on line 2170:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse744731
BinTrue1007581

"=" expression on line 2173:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse662061
BinTrue345521

"or" expression on line 2177:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse790661
BinFalseTrue47311

"=" expression on line 2192:

 tx_dominant_ack = '1' 
Evaluated toCountThreshold
BinFalse878931
BinTrue948081

"=" expression on line 2196:

 allow_flipped_ack = '1' 
Evaluated toCountThreshold
BinFalse848191
BinTrue978821

"and" expression on line 2200:

 is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT 
 <----------------LHS---------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue177331
BinTrueFalse797661
BinTrueTrue247741

"and" expression on line 2200:

 is_receiver = '1' and crc_match = '1' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue589261
BinTrueFalse122821
BinTrueTrue1045401

"=" expression on line 2200:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse658791
BinTrue1168221

"=" expression on line 2200:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse192351
BinTrue1634661

"=" expression on line 2200:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1401941
BinTrue425071

"and" expression on line 2204:

 is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE 
 <------------------LHS------------------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue945231
BinTrueFalse168301
BinTrueTrue456711

"and" expression on line 2204:

 is_transmitter = '1' and mr_mode_stm = '0' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue1168221
BinTrueFalse33781
BinTrueTrue625011

"=" expression on line 2204:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1168221
BinTrue658791

"=" expression on line 2204:

 mr_mode_stm = '0' 
Evaluated toCountThreshold
BinFalse33781
BinTrue1793231

"=" expression on line 2204:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse425071
BinTrue1401941

"=" expression on line 2217:

 tx_dominant_ack = '1' 
Evaluated toCountThreshold
BinFalse665921
BinTrue523971

"=" expression on line 2221:

 allow_flipped_ack = '1' 
Evaluated toCountThreshold
BinFalse472321
BinTrue717571

"and" expression on line 2225:

 is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT 
 <----------------LHS---------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue157151
BinTrueFalse414431
BinTrueTrue159001

"and" expression on line 2225:

 is_receiver = '1' and crc_match = '1' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue475531
BinTrueFalse52191
BinTrueTrue573431

"=" expression on line 2225:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse564271
BinTrue625621

"=" expression on line 2225:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse140931
BinTrue1048961

"=" expression on line 2225:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse873741
BinTrue316151

"and" expression on lines 2242 to 2243:

 is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE and rx_data_nbs_prev = RECESSIVE 
 <--------------------------------LHS--------------------------------->     <-----------RHS------------> 

LHSRHSCountThreshold
BinFalseTrue34031
BinTrueFalse98601
BinTrueTrue11971

"and" expression on lines 2242 to 2243:

 is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE 
 <------------------LHS------------------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue203851
BinTrueFalse150361
BinTrueTrue110571

"and" expression on line 2242:

 is_transmitter = '1' and mr_mode_stm = '0' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue318761
BinTrueFalse45931
BinTrueTrue260931

"=" expression on line 2242:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse318761
BinTrue306861

"=" expression on line 2242:

 mr_mode_stm = '0' 
Evaluated toCountThreshold
BinFalse45931
BinTrue579691

"=" expression on line 2243:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse311201
BinTrue314421

"=" expression on line 2243:

 rx_data_nbs_prev = RECESSIVE 
Evaluated toCountThreshold
BinFalse579621
BinTrue46001

"=" expression on line 2259:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse798001
BinTrue492411

"and" expression on line 2263:

 is_receiver = '1' and crc_match = '0' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue32341
BinTrueFalse736901
BinTrueTrue61881

"=" expression on line 2263:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse491631
BinTrue798781

"=" expression on line 2263:

 crc_match = '0' 
Evaluated toCountThreshold
BinFalse1196191
BinTrue94221

"=" expression on line 2277:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3761081
BinTrue1347061

"=" expression on line 2281:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse4381
BinTrue1342681

"=" expression on line 2285:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse896621
BinTrue446061

"=" expression on line 2289:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse511
BinTrue3871

"=" expression on line 2290:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse81
BinTrue3791

"and" expression on line 2303:

 ctrl_ctr_one = '1' and rx_data_nbs = RECESSIVE 
 <------LHS------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue4286441
BinTrueFalse301
BinTrueTrue780651

"=" expression on line 2303:

 ctrl_ctr_one = '1' 
Evaluated toCountThreshold
BinFalse4327191
BinTrue780951

"=" expression on line 2303:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse41051
BinTrue5067091

"=" expression on line 2310:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5067091
BinTrue41051

"=" expression on line 2311:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse4381
BinTrue36671

"=" expression on line 2313:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse3871
BinTrue511

"=" expression on line 2328:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse5473741
BinTrue4321

"=" expression on line 2333:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3372161
BinTrue2101581

"=" expression on line 2339:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2079251
BinTrue22331

"and" expression on line 2354:

 tran_frame_valid = '1' and go_to_suspend = '0' 
 <--------LHS--------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue1662601
BinTrueFalse24111
BinTrueTrue322271

"=" expression on line 2354:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse1755201
BinTrue346381

"=" expression on line 2354:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse116711
BinTrue1984871

"=" expression on line 2359:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse311941
BinTrue10331

"=" expression on line 2363:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1767311
BinTrue12001

"=" expression on line 2369:

 frame_start = '1' 
Evaluated toCountThreshold
BinFalse1771871
BinTrue329711

"and" expression on lines 2376 to 2377:

 rx_data_nbs = RECESSIVE and tran_frame_valid = '0' and go_to_suspend = '0' 
 <----------------------LHS----------------------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue333791
BinTrueFalse92601
BinTrueTrue1651081

"and" expression on line 2376:

 rx_data_nbs = RECESSIVE and tran_frame_valid = '0' 
 <---------LHS--------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue11521
BinTrueFalse335571
BinTrueTrue1743681

"=" expression on line 2376:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse22331
BinTrue2079251

"=" expression on line 2376:

 tran_frame_valid = '0' 
Evaluated toCountThreshold
BinFalse346381
BinTrue1755201

"=" expression on line 2377:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse116711
BinTrue1984871

"=" expression on line 2383:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3362811
BinTrue9351

"=" expression on line 2386:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse601
BinTrue8751

"or" expression on line 2397:

 ctrl_ctr_zero = '1' or ctrl_ctr_one = '1' 
 <-------LHS------->    <------RHS-------> 

LHSRHSCountThreshold
BinFalseFalse1818881
BinFalseTrue1556521
BinTrueFalse2102661

"=" expression on line 2397:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3375401
BinTrue2102661

"=" expression on line 2397:

 ctrl_ctr_one = '1' 
Evaluated toCountThreshold
BinFalse3921541
BinTrue1556521

"=" expression on line 2402:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse2102661
BinTrue3375401

"=" expression on line 2416:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse549491
BinTrue2791

"=" expression on line 2429:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse439621
BinTrue109871

"=" expression on line 2431:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse94361
BinTrue15511

"=" expression on line 2450:

 is_bus_off = '0' 
Evaluated toCountThreshold
BinFalse69081
BinTrue59231291

"=" expression on line 2451:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse58402561
BinTrue828731

"=" expression on line 2460:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse58644341
BinTrue586951

"=" expression on line 2467:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse586711
BinTrue241

"=" expression on line 2471:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse57815851
BinTrue828491

"=" expression on line 2477:

 frame_start = '1' 
Evaluated toCountThreshold
BinFalse58316141
BinTrue915151

"=" expression on line 2493:

 mr_command_ercrst_q = '1' 
Evaluated toCountThreshold
BinFalse81781
BinTrue4251

"or" expression on line 2510:

 rx_data_nbs = DOMINANT or sync_edge = '1' 
 <--------LHS--------->    <-----RHS-----> 

LHSRHSCountThreshold
BinFalseFalse5535161
BinFalseTrue20641
BinTrueFalse47731

"=" expression on line 2510:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5555801
BinTrue47731

"=" expression on line 2510:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse5582891
BinTrue20641

"=" expression on line 2515:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5555801
BinTrue47731

"=" expression on line 2519:

 integ_restart_edge = '1' 
Evaluated toCountThreshold
BinFalse5582891
BinTrue20641

"=" expression on line 2523:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4945311
BinTrue658221

"and" expression on line 2527:

 ctrl_ctr_zero = '1' and reinteg_ctr_expired = '0' 
 <-------LHS------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue4907001
BinTrueFalse5101
BinTrueTrue653121

"=" expression on line 2527:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4945311
BinTrue658221

"=" expression on line 2527:

 reinteg_ctr_expired = '0' 
Evaluated toCountThreshold
BinFalse43411
BinTrue5560121

"and" expression on line 2532:

 reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' and rx_trigger = '1' 
 <----------------------LHS---------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue3114151
BinTrueFalse1701
BinTrueTrue3401

"and" expression on line 2532:

 reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' 
 <----------LHS---------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue653121
BinTrueFalse38311
BinTrueTrue5101

"=" expression on line 2532:

 reinteg_ctr_expired = '1' 
Evaluated toCountThreshold
BinFalse5560121
BinTrue43411

"=" expression on line 2532:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4945311
BinTrue658221

"=" expression on line 2532:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse2485981
BinTrue3117551

"=" expression on line 2548:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3283411
BinTrue581231

"/=" expression on line 2569:

 rx_data_nbs_prev /= rx_data_nbs 
Evaluated toCountThreshold
BinFalse1328791
BinTrue144051

"=" expression on line 2572:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1080091
BinTrue248701

"and" expression on line 2581:

 ack_err_flag = '1' and rx_data_nbs = DOMINANT and rx_trigger = '1' 
 <--------------------LHS-------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue737181
BinTrueFalse81
BinTrueTrue161

"and" expression on line 2581:

 ack_err_flag = '1' and rx_data_nbs = DOMINANT 
 <------LHS------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue305591
BinTrueFalse20521
BinTrueTrue241

"=" expression on line 2581:

 ack_err_flag = '1' 
Evaluated toCountThreshold
BinFalse1452081
BinTrue20761

"=" expression on line 2581:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1167011
BinTrue305831

"=" expression on line 2581:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse735501
BinTrue737341

"=" expression on line 2598:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse313891
BinTrue1688851

"=" expression on line 2604:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1230241
BinTrue772501

"and" expression on line 2612:

 rx_data_nbs = DOMINANT and first_err_delim_q = '1' 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue715201
BinTrueFalse365711
BinTrueTrue864531

"=" expression on line 2612:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse772501
BinTrue1230241

"=" expression on line 2612:

 first_err_delim_q = '1' 
Evaluated toCountThreshold
BinFalse423011
BinTrue1579731

"=" expression on line 2627:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse55501
BinTrue3111

"=" expression on line 2634:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse43601
BinTrue11901

"=" expression on line 2650:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse8481
BinTrue781

"=" expression on line 2657:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse6241
BinTrue2241

"=" expression on line 2673:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3651081
BinTrue793591

"=" expression on line 2677:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse789831
BinTrue3761

"=" expression on line 2682:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3644111
BinTrue6971

"=" expression on line 2695:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse72941
BinTrue17361

"=" expression on line 2708:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse5671
BinTrue29961

"=" expression on line 2718:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse24441
BinTrue11191

"=" expression on line 2733:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse62681
BinTrue13141

"=" expression on line 2737:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse12221
BinTrue921

"=" expression on line 2742:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse60241
BinTrue2441

"and" expression on line 2754:

 tick_state_reg = '1' and ctrl_signal_upd = '1' 
 <-------LHS-------->     <--------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue99986991
BinTrueFalse8048401
BinTrueTrue11566641

"=" expression on line 2754:

 tick_state_reg = '1' 
Evaluated toCountThreshold
BinFalse197001871
BinTrue19615041

"=" expression on line 2754:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse105063281
BinTrue111553631

"=" expression on line 2760:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 2763:

 state_reg_ce = '1' 
Evaluated toCountThreshold
BinFalse5463415891
BinTrue8327451

"=" expression on line 2777:

 curr_state = s_pc_off 
Evaluated toCountThreshold
BinFalse225678161
BinTrue292571

"=" expression on line 2778:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse105228281
BinTrue120449881

"=" expression on line 2779:

 ctrl_ctr_pload_unaliged = '1' 
Evaluated toCountThreshold
BinFalse105192231
BinTrue36051

"=" expression on line 2790:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"and" expression on line 2799:

 (is_receiver = '1' or mr_settings_ilbp = '1') and (rx_trigger = '1') 
  <-------------------LHS------------------->       <-----RHS------>  

LHSRHSCountThreshold
BinFalseTrue60220241
BinTrueFalse1720980411
BinTrueTrue43788651

"or" expression on line 2799:

 is_receiver = '1' or mr_settings_ilbp = '1' 
 <------LHS------>    <--------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse3706974281
BinFalseTrue7127001
BinTrueFalse1756081911

"=" expression on line 2799:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse3714101281
BinTrue1757642061

"=" expression on line 2799:

 mr_settings_ilbp = '1' 
Evaluated toCountThreshold
BinFalse5463056191
BinTrue8687151

"=" expression on line 2799:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367734451
BinTrue104008891

"or" expression on line 2815:

 rx_trigger = '1' or err_frm_req = '1' 
 <-----LHS------>    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse104265891
BinFalseTrue315261
BinTrueFalse104010651

"=" expression on line 2815:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104581151
BinTrue104118701

"=" expression on line 2815:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse208276541
BinTrue423311

"=" expression on line 2819:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104198521
BinTrue105633541

"=" expression on line 2828:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 2842:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 2849:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5367419191
BinTrue104324151

"and" expression on line 2861:

 rx_store_base_id_i and rx_trigger 
 <------LHS------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'534741
Bin'1''1'540301

"and" expression on line 2862:

 rx_store_ext_id_i and rx_trigger 
 <------LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'170731
Bin'1''1'170411

"and" expression on line 2863:

 rx_store_ide_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'531441
Bin'1''1'1061681

"and" expression on line 2864:

 rx_store_rtr_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'703211
Bin'1''1'1404551

"and" expression on line 2865:

 rx_store_edl_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'511501
Bin'1''1'1021961

"and" expression on line 2866:

 rx_store_dlc_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'500171
Bin'1''1'499521

"and" expression on line 2867:

 rx_store_esi_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'280841
Bin'1''1'561681

"and" expression on line 2868:

 rx_store_brs_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'281321
Bin'1''1'562641

"and" expression on line 2869:

 rx_store_stuff_count_i and rx_trigger 
 <--------LHS--------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'127851
Bin'1''1'258021

"and" expression on line 2875:

 tx_load_base_id_i and rx_trigger 
 <------LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103828541
Bin'1''0'435001
Bin'1''1'510711

"and" expression on line 2876:

 tx_load_ext_id_i and rx_trigger 
 <-----LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'243671
Bin'1''1'423341

"and" expression on line 2877:

 tx_load_dlc_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'716471
Bin'1''1'1222621

"and" expression on line 2878:

 tx_load_data_word_i and rx_trigger 
 <-------LHS------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'102837991
Bin'1''0'1563491
Bin'1''1'1571211

"and" expression on line 2879:

 tx_load_stuff_count_i and rx_trigger 
 <--------LHS-------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'148911
Bin'1''1'399041

"and" expression on line 2880:

 tx_load_crc_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010821
Bin'1''0'325821
Bin'1''1'571431

"and" expression on line 2885:

 tx_shift_ena_i = '1' and is_transmitter = '1' 
 <-------LHS-------->     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue773331
BinTrueFalse682671
BinTrueTrue573921

"=" expression on line 2885:

 tx_shift_ena_i = '1' 
Evaluated toCountThreshold
BinFalse1687461
BinTrue1256591

"=" expression on line 2885:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1596801
BinTrue1347251

"and" expression on line 2892:

 form_err_i and rx_trigger 
 <--LHS--->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104012181
Bin'1''0'863811
Bin'1''1'891351

"and" expression on line 2893:

 ack_err_i and rx_trigger 
 <--LHS-->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'69521
Bin'1''1'82781

"and" expression on line 2894:

 crc_err_i and rx_trigger 
 <--LHS-->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'8091
Bin'1''1'16181

"and" expression on line 2895:

 bit_err_arb_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'104010651
Bin'1''0'1230581
Bin'1''1'15471

"and" expression on lines 2908 to 2909:

 sp_control_switch_data = '1' and is_transmitter = '1' and mr_ssp_cfg_ssp_src /= SSP_SRC_NO_SSP 
 <------------------------LHS------------------------>     <---------------RHS----------------> 

LHSRHSCountThreshold
BinTrueFalse55221
BinTrueTrue21741

"and" expression on line 2908:

 sp_control_switch_data = '1' and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue282561
BinTrueFalse123531
BinTrueTrue76961

"=" expression on line 2908:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse676741
BinTrue200491

"=" expression on line 2908:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse517711
BinTrue359521

"=" expression on line 2913:

 sp_control_switch_nominal = '1' 
Evaluated toCountThreshold
BinFalse958241
BinTrue466441

"=" expression on line 2915:

 switch_to_ssp = '1' 
Evaluated toCountThreshold
BinFalse893251
BinTrue64991

"=" expression on line 2917:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse514011
BinTrue379241

"=" expression on line 2921:

 sp_control_switch_nominal = '1' 
Evaluated toCountThreshold
BinFalse698491
BinTrue265721

"=" expression on line 2922:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse498001
BinTrue200491

"=" expression on line 2927:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 2930:

 sp_control_ce = '1' 
Evaluated toCountThreshold
BinFalse5471342361
BinTrue400981

"=" expression on line 2936:

 br_shifted_i = '1' 
Evaluated toCountThreshold
BinFalse595251
BinTrue1354911

"=" expression on line 2944:

 curr_state = s_pc_act_err_flag 
Evaluated toCountThreshold
BinFalse8200991
BinTrue192781

"=" expression on line 2945:

 curr_state = s_pc_ovr_flag 
Evaluated toCountThreshold
BinFalse8195381
BinTrue5611

"=" expression on line 2950:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 2953:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367734451
BinTrue104008891

"and" expression on line 2963:

 primary_err_i = '1' and rx_trigger = '1' 
 <-------LHS------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104010651
BinTrueFalse198591
BinTrueTrue227491

"=" expression on line 2963:

 primary_err_i = '1' 
Evaluated toCountThreshold
BinFalse207854731
BinTrue426081

"=" expression on line 2963:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104042671
BinTrue104238141

"and" expression on line 2967:

 err_delim_late_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104008211
BinTrueFalse3161
BinTrueTrue3901

"=" expression on line 2967:

 err_delim_late_i = '1' 
Evaluated toCountThreshold
BinFalse208047721
BinTrue7061

"=" expression on line 2967:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104042671
BinTrue104012111

"and" expression on line 2971:

 set_err_active_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104012351
BinTrueFalse66371
BinTrueTrue66371

"=" expression on line 2971:

 set_err_active_i = '1' 
Evaluated toCountThreshold
BinFalse207990351
BinTrue132741

"=" expression on line 2971:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104044371
BinTrue104078721

"and" expression on line 2975:

 rx_clear_i = '1' and rx_trigger = '1' 
 <-----LHS------>     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104332321
BinTrueFalse238321
BinTrueTrue709651

"=" expression on line 2975:

 rx_clear_i = '1' 
Evaluated toCountThreshold
BinFalse208322281
BinTrue947971

"=" expression on line 2975:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104228281
BinTrue105041971

"=" expression on line 2985:

 bit_err_disable = '1' 
Evaluated toCountThreshold
BinFalse1206271
BinTrue1394741

"and" expression on line 2986:

 bit_err_disable_receiver = '1' and is_receiver = '1' 
 <------------LHS------------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue315701
BinTrueFalse224871
BinTrueTrue286631

"=" expression on line 2986:

 bit_err_disable_receiver = '1' 
Evaluated toCountThreshold
BinFalse694771
BinTrue511501

"=" expression on line 2986:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse603941
BinTrue602331

"or" expression on lines 2996 to 2997:

 retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' or is_receiver = '1' or retr_ctr_add_block = '1' 
 <--------------------------------LHS--------------------------------->    <---------RHS----------> 

LHSRHSCountThreshold
BinFalseFalse56747461
BinFalseTrue355901
BinTrueFalse152519061

"or" expression on lines 2996 to 2997:

 retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' or is_receiver = '1' 
 <----------------------LHS---------------------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse57103361
BinFalseTrue20727181
BinTrueFalse64990301

"or" expression on line 2996:

 retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' 
 <--------LHS--------->    <---------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse77830541
BinFalseTrue131538821
BinTrueFalse240021

"=" expression on line 2996:

 retr_ctr_clear_i = '1' 
Evaluated toCountThreshold
BinFalse209369361
BinTrue308591

"=" expression on line 2996:

 mr_settings_rtrle = '0' 
Evaluated toCountThreshold
BinFalse78070561
BinTrue131607391

"=" expression on line 2997:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse122093661
BinTrue87584291

"=" expression on line 2997:

 retr_ctr_add_block = '1' 
Evaluated toCountThreshold
BinFalse209266521
BinTrue411431

"and" expression on line 2998:

 arbitration_lost_i = '1' and rx_trigger = '1' 
 <---------LHS---------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue28382351
BinTrueFalse131
BinTrueTrue3071

"=" expression on line 2998:

 arbitration_lost_i = '1' 
Evaluated toCountThreshold
BinFalse56744261
BinTrue3201

"=" expression on line 2998:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse28362041
BinTrue28385421

"=" expression on line 2999:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse56629791
BinTrue114601

"and" expression on line 3007:

 txtb_hw_cmd_d.valid = '1' and rx_trigger = '1' 
 <----------LHS---------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104071221
BinTrueFalse111331
BinTrueTrue111151

"=" expression on line 3007:

 txtb_hw_cmd_d.valid = '1' 
Evaluated toCountThreshold
BinFalse208135261
BinTrue222481

"=" expression on line 3007:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104175371
BinTrue104182371

"=" expression on line 3008:

 txtb_hw_cmd_d.failed = '1' 
Evaluated toCountThreshold
BinFalse208090251
BinTrue156341

"=" expression on line 3018:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3021:

 retr_ctr_add_i = '1' 
Evaluated toCountThreshold
BinFalse5471732121
BinTrue11221

"=" expression on line 3023:

 retr_ctr_add_block_clr = '1' 
Evaluated toCountThreshold
BinFalse5362148111
BinTrue109584011

"and" expression on line 3031:

 sof_pulse_i = '1' and rx_trigger = '1' 
 <------LHS------>     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104010651
BinTrueFalse251481
BinTrueTrue810991

"=" expression on line 3031:

 sof_pulse_i = '1' 
Evaluated toCountThreshold
BinFalse207801841
BinTrue1062471

"=" expression on line 3031:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104042671
BinTrue104821641

"and" expression on line 3038:

 compl_ctr_ena_i = '1' and rx_trigger = '1' 
 <--------LHS-------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue59522951
BinTrueFalse44854251
BinTrueTrue45057071

"=" expression on line 3038:

 compl_ctr_ena_i = '1' 
Evaluated toCountThreshold
BinFalse118875101
BinTrue89911321

"=" expression on line 3038:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104206401
BinTrue104580021

"and" expression on line 3045:

 set_transmitter_i = '1' and rx_trigger = '1' 
 <---------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue104028751
BinTrueFalse238321
BinTrueTrue405151

"=" expression on line 3045:

 set_transmitter_i = '1' 
Evaluated toCountThreshold
BinFalse208018711
BinTrue643471

"=" expression on line 3045:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104228281
BinTrue104433901

"=" expression on line 3055:

 set_receiver_i = '1' 
Evaluated toCountThreshold
BinFalse336521
BinTrue304501

"and" expression on line 3064:

 set_idle_i = '1' and (rx_trigger = '1' or err_frm_req = '1') 
 <-----LHS------>      <----------------RHS---------------->  

LHSRHSCountThreshold
BinFalseTrue104435431
BinTrueFalse607351
BinTrueTrue969901

"=" expression on line 3064:

 set_idle_i = '1' 
Evaluated toCountThreshold
BinFalse208139151
BinTrue1577251

"or" expression on line 3064:

 rx_trigger = '1' or err_frm_req = '1' 
 <-----LHS------>    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse104311071
BinFalseTrue356751
BinTrueFalse104940341

"=" expression on line 3064:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104667821
BinTrue105048581

"=" expression on line 3064:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse209251411
BinTrue464991

"=" expression on line 3077:

 crc_spec_enable_i = '1' 
Evaluated toCountThreshold
BinFalse2029681
BinTrue1398341

"=" expression on line 3078:

 is_arbitration_i = '1' 
Evaluated toCountThreshold
BinFalse1464261
BinTrue565421

"=" expression on line 3079:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse883031
BinTrue581231

"and" expression on line 3082:

 load_init_vect_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue102986961
BinTrueFalse1142161
BinTrueTrue1138441

"=" expression on line 3082:

 load_init_vect_i = '1' 
Evaluated toCountThreshold
BinFalse205893551
BinTrue2280601

"=" expression on line 3082:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104048751
BinTrue104125401

"=" expression on line 3091:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3094:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5367419191
BinTrue104324151

"=" expression on line 3095:

 stuff_enable_set = '1' 
Evaluated toCountThreshold
BinFalse104069141
BinTrue255011

"=" expression on line 3097:

 stuff_enable_clear = '1' 
Evaluated toCountThreshold
BinFalse103449741
BinTrue619401

"=" expression on line 3109:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3112:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5367419191
BinTrue104324151

"=" expression on line 3113:

 destuff_enable_set = '1' 
Evaluated toCountThreshold
BinFalse103764641
BinTrue559511

"=" expression on line 3115:

 destuff_enable_clear = '1' 
Evaluated toCountThreshold
BinFalse103151491
BinTrue613151

"or" expression on lines 3126 to 3128:

 (sp_control_switch_data = '1' and is_transmitter = '1') or sp_control_q_i = SECONDARY_SAMPLE or (sp_control_q_i = DATA_SAMPLE and is_transmitter = '1') 
 <-------------------------------------------LHS-------------------------------------------->     <------------------------RHS------------------------>  

LHSRHSCountThreshold
BinFalseFalse3875181
BinFalseTrue55221

"or" expression on lines 3126 to 3127:

 (sp_control_switch_data = '1' and is_transmitter = '1') or sp_control_q_i = SECONDARY_SAMPLE 
  <------------------------LHS------------------------>     <--------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse3930401
BinFalseTrue21741

"and" expression on line 3126:

 sp_control_switch_data = '1' and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue1606191
BinTrueFalse247061
BinTrueTrue153921

"=" expression on line 3126:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse3705081
BinTrue400981

"=" expression on line 3126:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2345951
BinTrue1760111

"and" expression on line 3128:

 sp_control_q_i = DATA_SAMPLE and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue1529231
BinTrueFalse247061
BinTrueTrue55221

"=" expression on line 3128:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2345951
BinTrue1584451

"=" expression on line 3130:

 perform_hsync = '1' 
Evaluated toCountThreshold
BinFalse2053451
BinTrue1821731

"=" expression on line 3136:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3148:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3151:

 txtb_clk_en_d = '1' 
Evaluated toCountThreshold
BinFalse5470934631
BinTrue808711

"and" expression on line 3159:

 txtb_ptr_q /= txtb_ptr_d and txtb_gate_mem_read = '0' 
 <---------LHS---------->     <---------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue859841
BinTrueFalse304941
BinTrueTrue978741

"/=" expression on line 3159:

 txtb_ptr_q /= txtb_ptr_d 
Evaluated toCountThreshold
BinFalse910971
BinTrue1283681

"=" expression on line 3159:

 txtb_gate_mem_read = '0' 
Evaluated toCountThreshold
BinFalse356071
BinTrue1838581

"=" expression on line 3168:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3180:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3183:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367734451
BinTrue104008891

"=" expression on line 3194:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3197:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367734451
BinTrue104008891

"=" expression on line 3208:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"and" expression on line 3211:

 ack_err_i = '1' and rx_trigger = '1' 
 <-----LHS----->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103995631
BinTrueFalse7331191
BinTrueTrue13261

"=" expression on line 3211:

 ack_err_i = '1' 
Evaluated toCountThreshold
BinFalse5464398891
BinTrue7344451

"=" expression on line 3211:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5367734451
BinTrue104008891

"=" expression on line 3213:

 ack_err_flag_clr = '1' 
Evaluated toCountThreshold
BinFalse5448915331
BinTrue22814751

"=" expression on line 3224:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 3227:

 pexs_set = '1' 
Evaluated toCountThreshold
BinFalse5471683241
BinTrue60101

"=" expression on line 3229:

 mr_command_cpexs = '1' 
Evaluated toCountThreshold
BinFalse5471682641
BinTrue601

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

"T_PROTOCOL_CONTROL_STATE" FSM on line 509:

509:    signal curr_state                   : t_protocol_control_state; 
StateCountThreshold
BinS_PC_OFF80721
BinS_PC_INTEGRATING107631
BinS_PC_IDLE560731
BinS_PC_SOF251481
BinS_PC_BASE_ID559511
BinS_PC_RTR_SRR_R1533631
BinS_PC_IDE531821
BinS_PC_EXT_ID187961
BinS_PC_RTR_R1170411
BinS_PC_EDL_R1169521
BinS_PC_R0_EXT93591
BinS_PC_R0_FD284191
BinS_PC_EDL_R0342281
BinS_PC_BRS282301
BinS_PC_ESI281321
BinS_PC_DLC506151
BinS_PC_DATA367101
BinS_PC_STUFF_COUNT130471
BinS_PC_CRC312311
BinS_PC_CRC_DELIM297541
BinS_PC_ACK177641
BinS_PC_ACK_FD_1119371
BinS_PC_ACK_FD_2118631
BinS_PC_ACK_DELIM295261
BinS_PC_EOF281201
BinS_PC_INTERMISSION519041
BinS_PC_SUSPEND28491
BinS_PC_REINTEGRATING_WAIT2171
BinS_PC_REINTEGRATING1701
BinS_PC_ACT_ERR_FLAG192781
BinS_PC_PAS_ERR_FLAG69011
BinS_PC_ERR_DELIM_WAIT260991
BinS_PC_ERR_FLAG_TOO_LONG1141
BinS_PC_OVR_FLAG_TOO_LONG321
BinS_PC_ERR_DELIM260661
BinS_PC_OVR_FLAG5611
BinS_PC_OVR_DELIM_WAIT4711
BinS_PC_OVR_DELIM4391

"T_PROTOCOL_CONTROL_STATE" FSM on line 510:

510:    signal next_state                   : t_protocol_control_state; 
StateCountThreshold
BinS_PC_OFF16011
BinS_PC_INTEGRATING123911
BinS_PC_IDLE1000551
BinS_PC_SOF406331
BinS_PC_BASE_ID566181
BinS_PC_RTR_SRR_R1541411
BinS_PC_IDE533051
BinS_PC_EXT_ID255831
BinS_PC_RTR_R1170731
BinS_PC_EDL_R1170161
BinS_PC_R0_EXT171241
BinS_PC_R0_FD326351
BinS_PC_EDL_R0363311
BinS_PC_BRS282421
BinS_PC_ESI281321
BinS_PC_DLC719571
BinS_PC_DATA753301
BinS_PC_STUFF_COUNT529461
BinS_PC_CRC883971
BinS_PC_CRC_DELIM609901
BinS_PC_ACK177651
BinS_PC_ACK_FD_1119371
BinS_PC_ACK_FD_2118631
BinS_PC_ACK_DELIM295261
BinS_PC_EOF281371
BinS_PC_INTERMISSION1050421
BinS_PC_SUSPEND86781
BinS_PC_REINTEGRATING_WAIT68821
BinS_PC_REINTEGRATING1701
BinS_PC_ACT_ERR_FLAG197421
BinS_PC_PAS_ERR_FLAG75271
BinS_PC_ERR_DELIM_WAIT472971
BinS_PC_ERR_FLAG_TOO_LONG209431
BinS_PC_OVR_FLAG_TOO_LONG4711
BinS_PC_ERR_DELIM273331
BinS_PC_OVR_FLAG8331
BinS_PC_OVR_DELIM_WAIT11821
BinS_PC_OVR_DELIM4631

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: