NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.PROTOCOL_CONTROL_INST.PROTOCOL_CONTROL_FSM_INST

File:  /__w/ctu-can-regression/ctu-can-regression/src/can_core/protocol_control.vhd

Nested Instances Statement Branch Toggle Expression FSM state Functional Average
DLC_DECODER_TX_INST 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)
DLC_DECODER_RX_INST 100.0 % (19/19) 100.0 % (20/20) 100.0 % (46/46) 100.0 % (6/6) N.A. N.A. 100.0 % (91/91)
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.DUT.CAN_CORE_INST.PROTOCOL_CONTROL_INST.PROTOCOL_CONTROL_FSM_INST 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: 10689
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: 2724
Threshold: 1

Signal assignment statement on line 759:

759:                         NORMAL_CAN
Count: 7965
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: 22541
Threshold: 1

Signal assignment statement on line 761:

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

Signal assignment statement on line 764:

764:                           '0'
Count: 12204
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: 5049842
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: 1022515
Threshold: 1

Signal assignment statement on line 768:

768:                        '0'
Count: 4027327
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: 968073
Threshold: 1

Signal assignment statement on line 770:

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

Signal assignment statement on line 772:

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

Signal assignment statement on line 774:

774:                     '0'
Count: 658280
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: 45276
Threshold: 1

Signal assignment statement on line 776:

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

Signal assignment statement on line 778:

778:                     '0'
Count: 42675
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: 71691
Threshold: 1

Signal assignment statement on line 780:

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

Signal assignment statement on line 782:

782:                          '0'
Count: 37693
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: 24813175
Threshold: 1

Signal assignment statement on line 784:

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

Signal assignment statement on line 787:

787:                                  '0'
Count: 24783375
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: 11816
Threshold: 1

Signal assignment statement on line 789:

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

Signal assignment statement on line 791:

791:                 '0'
Count: 9174
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: 169092
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: 34885
Threshold: 1

Signal assignment statement on line 795:

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

Signal assignment statement on line 797:

797:                   '0'
Count: 102386
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: 92618
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: 43767
Threshold: 1

Signal assignment statement on line 801:

801:                         '0'
Count: 48851
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: 2843216
Threshold: 1

Signal assignment statement on line 803:

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

Signal assignment statement on line 804:

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

Signal assignment statement on line 805:

805:                   '0'
Count: 870184
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: 163234
Threshold: 1

Signal assignment statement on line 807:

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

Signal assignment statement on line 811:

811:                       '0'
Count: 148068
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: 35165
Threshold: 1

Signal assignment statement on line 817:

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

Signal assignment statement on line 819:

819:                         '0'
Count: 16757
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: 836249
Threshold: 1

Signal assignment statement on line 825:

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

Signal assignment statement on line 833:

833:                         '0'
Count: 757166
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: 3115731
Threshold: 1

Signal assignment statement on line 848:

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

Signal assignment statement on line 851:

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

Signal assignment statement on line 853:

853:                          '0'
Count: 1556847
Threshold: 1

Signal assignment statement on line 858:

858:    tran_data_length_i <= to_integer(unsigned(tran_data_length))
Count: 17849
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: 14647
Threshold: 1

Signal assignment statement on line 861:

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

Signal assignment statement on line 862:

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

Signal assignment statement on line 863:

863:        6  when 12, 
Count: 374
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: 85
Threshold: 1

Signal assignment statement on line 866:

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

Signal assignment statement on line 867:

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

Signal assignment statement on line 868:

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

Signal assignment statement on line 869:

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

Signal assignment statement on line 870:

870:        0  when others; 
Count: 7256
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: 113717
Threshold: 1

Signal assignment statement on line 872:

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

Signal assignment statement on line 874:

874:                          '0'
Count: 96666
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: 296742
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: 30799
Threshold: 1

Signal assignment statement on line 882:

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

Signal assignment statement on line 885:

885:                  '0'
Count: 245873
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: 218063
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: 26064
Threshold: 1

Signal assignment statement on line 890:

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

Signal assignment statement on line 893:

893:                  '0'
Count: 160178
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: 125398
Threshold: 1

Signal assignment statement on line 895:

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

Signal assignment statement on line 896:

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

Signal assignment statement on line 897:

897:                 C_CRC15_SRC
Count: 46991
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: 100903
Threshold: 1

Signal assignment statement on line 899:

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

Signal assignment statement on line 900:

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

Signal assignment statement on line 901:

901:                    C_CRC21_DURATION
Count: 26096
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: 5205508
Threshold: 1

Signal assignment statement on line 931:

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

Signal assignment statement on line 932:

932:                     rec_data_length_c
Count: 2932765
Threshold: 1

Signal assignment statement on line 935:

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

Signal assignment statement on line 938:

938:    data_length_sub_c <= unsigned(data_length_shifted_c) - 1
Count: 2933671
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: 2930143
Threshold: 1

If statement on lines 950 to 958:

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

Count: 1090018206
Threshold: 1

Signal assignment statement on line 951:

951:            mr_command_ercrst_q <= '0'; 
Count: 2424883
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: 543791678
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: 5160528
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: 5160528
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: 32173
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: 28006
Threshold: 1

Signal assignment statement on line 975:

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

Signal assignment statement on line 977:

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

Signal assignment statement on line 980:

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

Sequential statement on lines 984 to 1239:

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

Count: 5128355
Threshold: 1

Signal assignment statement on line 990:

990:                next_state <= s_pc_integrating; 
Count: 29859
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: 40601
Threshold: 1

Signal assignment statement on line 997:

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

Signal assignment statement on line 1004:

1004:                next_state <= s_pc_base_id; 
Count: 82233
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: 637706
Threshold: 1

Signal assignment statement on line 1011:

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

Signal assignment statement on line 1018:

1018:                next_state <= s_pc_ide; 
Count: 149359
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: 73750
Threshold: 1

Signal assignment statement on line 1025:

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

Signal assignment statement on line 1027:

1027:                   next_state <= s_pc_ext_id; 
Count: 35909
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: 176576
Threshold: 1

Signal assignment statement on line 1035:

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

Signal assignment statement on line 1042:

1042:                next_state <= s_pc_edl_r1; 
Count: 40438
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: 32066
Threshold: 1

Signal assignment statement on line 1049:

1049:                    next_state <= s_pc_r0_ext; 
Count: 20008
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: 12058
Threshold: 1

Signal assignment statement on line 1052:

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

Signal assignment statement on line 1054:

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

Signal assignment statement on line 1062:

1062:                next_state <= s_pc_dlc; 
Count: 11067
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: 91304
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: 91110
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: 58814
Threshold: 1

Signal assignment statement on line 1079:

1079:                    next_state <= s_pc_dlc; 
Count: 35791
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: 23023
Threshold: 1

Signal assignment statement on line 1083:

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

Signal assignment statement on line 1085:

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

Signal assignment statement on line 1093:

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

Signal assignment statement on line 1099:

1099:                next_state <= s_pc_dlc; 
Count: 50512
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: 203280
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: 82866
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: 31901
Threshold: 1

Signal assignment statement on line 1108:

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

Signal assignment statement on line 1110:

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

Signal assignment statement on line 1113:

1113:                        next_state <= s_pc_data; 
Count: 50965
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: 1945840
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: 66038
Threshold: 1

Signal assignment statement on line 1123:

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

Signal assignment statement on line 1125:

1125:                        next_state <= s_pc_crc; 
Count: 24032
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: 88025
Threshold: 1

Signal assignment statement on line 1134:

1134:                    next_state <= s_pc_crc; 
Count: 33509
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: 442595
Threshold: 1

Signal assignment statement on line 1142:

1142:                    next_state <= s_pc_crc_delim; 
Count: 89751
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: 77077
Threshold: 1

Signal assignment statement on line 1150:

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

Signal assignment statement on line 1152:

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

Signal assignment statement on line 1159:

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

Signal assignment statement on line 1165:

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

Signal assignment statement on line 1171:

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

Signal assignment statement on line 1177:

1177:                next_state <= s_pc_eof; 
Count: 44918
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: 54725
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: 26193
Threshold: 1

Signal assignment statement on line 1186:

1186:                        next_state <= s_pc_intermission; 
Count: 26021
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: 156
Threshold: 1

Signal assignment statement on line 1189:

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

Signal assignment statement on line 1191:

1191:                            next_state <= s_pc_integrating; 
Count: 5
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: 169033
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: 103792
Threshold: 1

Signal assignment statement on line 1206:

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

Signal assignment statement on line 1208:

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

Signal assignment statement on line 1210:

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

Signal assignment statement on line 1212:

1212:                        next_state <= s_pc_idle; 
Count: 77362
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: 336
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: 26
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: 8307
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: 5410
Threshold: 1

Signal assignment statement on line 1234:

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

Signal assignment statement on line 1236:

1236:                        next_state <= s_pc_idle; 
Count: 4611
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: 221311
Threshold: 1

Signal assignment statement on line 1245:

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

Signal assignment statement on line 1247:

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

Signal assignment statement on line 1249:

1249:                   next_state <= s_pc_sof; 
Count: 19913
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: 714
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: 64002
Threshold: 1

Signal assignment statement on line 1273:

1273:                    next_state <= s_pc_err_delim_wait; 
Count: 19515
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: 24292
Threshold: 1

Signal assignment statement on line 1281:

1281:                    next_state <= s_pc_err_delim_wait; 
Count: 7946
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: 76262
Threshold: 1

Signal assignment statement on line 1289:

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

Signal assignment statement on line 1291:

1291:                    next_state <= s_pc_err_flag_too_long; 
Count: 20865
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: 123
Threshold: 1

Signal assignment statement on line 1307:

1307:                    next_state <= s_pc_ovr_delim; 
Count: 35
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: 53035
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: 26967
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: 26799
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: 1433
Threshold: 1

Signal assignment statement on line 1327:

1327:                    next_state <= s_pc_ovr_delim_wait; 
Count: 776
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: 1410
Threshold: 1

Signal assignment statement on line 1335:

1335:                    next_state <= s_pc_ovr_delim; 
Count: 500
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: 411
Threshold: 1

Signal assignment statement on line 1346:

1346:                        next_state <= s_pc_ovr_flag; 
Count: 33
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: 40785796
Threshold: 1

Signal assignment statement on line 1376:

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

Signal assignment statement on line 1377:

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

Signal assignment statement on line 1378:

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

Signal assignment statement on line 1379:

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

Signal assignment statement on line 1380:

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

Signal assignment statement on line 1383:

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

Signal assignment statement on line 1384:

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

Signal assignment statement on line 1385:

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

Signal assignment statement on line 1387:

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

Signal assignment statement on line 1390:

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

Signal assignment statement on line 1391:

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

Signal assignment statement on line 1392:

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

Signal assignment statement on line 1393:

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

Signal assignment statement on line 1394:

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

Signal assignment statement on line 1397:

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

Signal assignment statement on line 1398:

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

Signal assignment statement on line 1399:

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

Signal assignment statement on line 1400:

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

Signal assignment statement on line 1401:

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

Signal assignment statement on line 1402:

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

Signal assignment statement on line 1403:

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

Signal assignment statement on line 1404:

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

Signal assignment statement on line 1405:

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

Signal assignment statement on line 1407:

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

Signal assignment statement on line 1408:

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

Signal assignment statement on line 1409:

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

Signal assignment statement on line 1412:

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

Signal assignment statement on line 1413:

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

Signal assignment statement on line 1414:

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

Signal assignment statement on line 1415:

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

Signal assignment statement on line 1416:

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

Signal assignment statement on line 1417:

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

Signal assignment statement on line 1419:

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

Signal assignment statement on line 1420:

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

Signal assignment statement on line 1422:

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

Signal assignment statement on line 1423:

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

Signal assignment statement on line 1424:

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

Signal assignment statement on line 1425:

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

Signal assignment statement on line 1426:

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

Signal assignment statement on line 1429:

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

Signal assignment statement on line 1430:

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

Signal assignment statement on line 1431:

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

Signal assignment statement on line 1432:

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

Signal assignment statement on line 1433:

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

Signal assignment statement on line 1434:

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

Signal assignment statement on line 1435:

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

Signal assignment statement on line 1436:

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

Signal assignment statement on line 1438:

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

Signal assignment statement on line 1439:

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

Signal assignment statement on line 1440:

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

Signal assignment statement on line 1441:

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

Signal assignment statement on line 1443:

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

Signal assignment statement on line 1444:

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

Signal assignment statement on line 1447:

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

Signal assignment statement on line 1448:

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

Signal assignment statement on line 1451:

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

Signal assignment statement on line 1452:

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

Signal assignment statement on line 1453:

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

Signal assignment statement on line 1456:

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

Signal assignment statement on line 1457:

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

Signal assignment statement on line 1458:

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

Signal assignment statement on line 1459:

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

Signal assignment statement on line 1461:

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

Signal assignment statement on line 1464:

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

Signal assignment statement on line 1465:

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

Signal assignment statement on line 1466:

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

Signal assignment statement on line 1467:

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

Signal assignment statement on line 1468:

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

Signal assignment statement on line 1469:

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

Signal assignment statement on line 1472:

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

Signal assignment statement on line 1475:

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

Signal assignment statement on line 1478:

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

Signal assignment statement on line 1479:

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

Signal assignment statement on line 1480:

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

Signal assignment statement on line 1483:

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

Signal assignment statement on line 1484:

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

Signal assignment statement on line 1487:

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

Signal assignment statement on line 1488:

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

Signal assignment statement on line 1491:

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

Signal assignment statement on line 1492:

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

Signal assignment statement on line 1493:

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

Signal assignment statement on line 1494:

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

Signal assignment statement on line 1495:

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

Signal assignment statement on line 1496:

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

Signal assignment statement on line 1497:

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

Signal assignment statement on line 1498:

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

Signal assignment statement on line 1499:

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

Signal assignment statement on line 1500:

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

Signal assignment statement on line 1501:

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

Signal assignment statement on line 1502:

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

Signal assignment statement on line 1503:

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

Signal assignment statement on line 1505:

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

Signal assignment statement on line 1506:

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

Signal assignment statement on line 1507:

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

Signal assignment statement on line 1508:

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

Signal assignment statement on line 1510:

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

Signal assignment statement on line 1512:

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

Signal assignment statement on line 1513:

1513:        rec_ivld_i              <= rec_ivld_q; 
Count: 40785796
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: 40785796
Threshold: 1

Signal assignment statement on line 1516:

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

Signal assignment statement on line 1517:

1517:            ctrl_ctr_pload_i <= '1'; 
Count: 46036
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: 46036
Threshold: 1

Signal assignment statement on line 1519:

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

Signal assignment statement on line 1521:

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

Signal assignment statement on line 1522:

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

Signal assignment statement on line 1525:

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

Signal assignment statement on line 1526:

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

Signal assignment statement on line 1527:

1527:            stuff_enable_clear <= '1'; 
Count: 46036
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: 46036
Threshold: 1

Signal assignment statement on line 1532:

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

Signal assignment statement on line 1533:

1533:                br_shifted_i <= '1'; 
Count: 14401
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: 46036
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: 24708
Threshold: 1

Signal assignment statement on line 1538:

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

Signal assignment statement on line 1540:

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

Signal assignment statement on line 1546:

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

Sequential statement on lines 1549 to 1804:

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

Count: 40739760
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: 66051
Threshold: 1

Signal assignment statement on line 1556:

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

Signal assignment statement on line 1557:

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

Signal assignment statement on line 1558:

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

Signal assignment statement on line 1559:

1559:                    bit_err_disable <= '1'; 
Count: 27467
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: 27467
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: 27410
Threshold: 1

Signal assignment statement on line 1569:

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

Signal assignment statement on line 1576:

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

Signal assignment statement on line 1577:

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

Signal assignment statement on line 1578:

1578:                perform_hsync <= '1'; 
Count: 326361
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: 326361
Threshold: 1

Signal assignment statement on line 1583:

1583:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 34551
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: 326361
Threshold: 1

Signal assignment statement on line 1588:

1588:                    ctrl_ctr_pload_i <= '1'; 
Count: 27303
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: 326361
Threshold: 1

Signal assignment statement on line 1592:

1592:                    ctrl_ctr_pload_unaliged <= '1'; 
Count: 7243
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: 326361
Threshold: 1

Signal assignment statement on line 1596:

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

Signal assignment statement on line 1597:

1597:                    set_idle_i <= '1'; 
Count: 32242
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: 32242
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: 32242
Threshold: 1

Signal assignment statement on line 1613:

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

Signal assignment statement on line 1614:

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

Signal assignment statement on line 1615:

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

Signal assignment statement on line 1616:

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

Signal assignment statement on line 1617:

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

Signal assignment statement on line 1618:

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

Signal assignment statement on line 1619:

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

Signal assignment statement on line 1620:

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

Signal assignment statement on line 1621:

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

Signal assignment statement on line 1622:

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

Signal assignment statement on line 1623:

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

Signal assignment statement on line 1631:

1631:                perform_hsync <= '1'; 
Count: 293506
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: 293506
Threshold: 1

Signal assignment statement on line 1634:

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

Signal assignment statement on line 1641:

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

Signal assignment statement on line 1642:

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

Signal assignment statement on line 1643:

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

Signal assignment statement on line 1644:

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

Signal assignment statement on line 1645:

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

Signal assignment statement on line 1646:

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

Signal assignment statement on line 1647:

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

Signal assignment statement on line 1648:

1648:                arbitration_part <= ALC_BASE_ID; 
Count: 3425645
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: 3425645
Threshold: 1

Signal assignment statement on line 1651:

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

Signal assignment statement on line 1652:

1652:                    stuff_enable_clear <= '1'; 
Count: 1960
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: 1960
Threshold: 1

Signal assignment statement on line 1654:

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

Signal assignment statement on line 1656:

1656:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 1767
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: 3425645
Threshold: 1

Signal assignment statement on line 1661:

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

Signal assignment statement on line 1662:

1662:                    rx_store_base_id_i <= '1'; 
Count: 291971
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: 3425645
Threshold: 1

Signal assignment statement on line 1666:

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

Signal assignment statement on line 1673:

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

Signal assignment statement on line 1674:

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

Signal assignment statement on line 1675:

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

Signal assignment statement on line 1676:

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

Signal assignment statement on line 1677:

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

Signal assignment statement on line 1678:

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

Signal assignment statement on line 1679:

1679:                arbitration_part <= ALC_SRR_RTR; 
Count: 408356
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: 408356
Threshold: 1

Signal assignment statement on line 1682:

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

Signal assignment statement on line 1683:

1683:                    stuff_enable_clear <= '1'; 
Count: 184
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: 184
Threshold: 1

Signal assignment statement on line 1685:

1685:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 60
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: 408356
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: 110704
Threshold: 1

Signal assignment statement on line 1693:

1693:                        tx_dominant <= '1'; 
Count: 105971
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: 408356
Threshold: 1

Signal assignment statement on line 1698:

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

Signal assignment statement on line 1705:

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

Signal assignment statement on line 1706:

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

Signal assignment statement on line 1707:

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

Signal assignment statement on line 1708:

1708:                arbitration_part <= ALC_IDE; 
Count: 211948
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: 211948
Threshold: 1

Signal assignment statement on line 1711:

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

Signal assignment statement on line 1712:

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

Signal assignment statement on line 1713:

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

Signal assignment statement on line 1715:

1715:                    rec_ivld_i <= '1'; 
Count: 108833
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: 211948
Threshold: 1

Signal assignment statement on line 1719:

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

Signal assignment statement on line 1720:

1720:                    stuff_enable_clear <= '1'; 
Count: 142
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: 142
Threshold: 1

Signal assignment statement on line 1722:

1722:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 86
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: 211948
Threshold: 1

Signal assignment statement on line 1729:

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

Signal assignment statement on line 1730:

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

Signal assignment statement on line 1732:

1732:                    pc_dbg.is_control <= '1'; 
Count: 52511
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: 211948
Threshold: 1

Signal assignment statement on line 1736:

1736:                    bit_err_arb_i <= '1'; 
Count: 9813
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: 211948
Threshold: 1

Signal assignment statement on line 1740:

1740:                    tx_dominant <= '1'; 
Count: 52495
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: 211948
Threshold: 1

Signal assignment statement on line 1744:

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

Signal assignment statement on line 1746:

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

Signal assignment statement on line 1753:

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

Signal assignment statement on line 1754:

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

Signal assignment statement on line 1755:

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

Signal assignment statement on line 1756:

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

Signal assignment statement on line 1757:

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

Signal assignment statement on line 1758:

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

Signal assignment statement on line 1759:

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

Signal assignment statement on line 1760:

1760:                arbitration_part <= ALC_EXTENSION; 
Count: 1441057
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: 1441057
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: 230
Threshold: 1

Signal assignment statement on line 1768:

1768:                        txtb_hw_cmd_d.arbl    <= '1'; 
Count: 430
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: 1441057
Threshold: 1

Signal assignment statement on line 1773:

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

Signal assignment statement on line 1774:

1774:                    rx_store_ext_id_i         <= '1'; 
Count: 83912
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: 1441057
Threshold: 1

Signal assignment statement on line 1778:

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

Signal assignment statement on line 1785:

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

Signal assignment statement on line 1786:

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

Signal assignment statement on line 1787:

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

Signal assignment statement on line 1788:

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

Signal assignment statement on line 1789:

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

Signal assignment statement on line 1790:

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

Signal assignment statement on line 1791:

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

Signal assignment statement on line 1792:

1792:                rec_ivld_i <= '1'; 
Count: 109169
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: 109169
Threshold: 1

Signal assignment statement on line 1795:

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

Signal assignment statement on line 1796:

1796:                    stuff_enable_clear <= '1'; 
Count: 56
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: 56
Threshold: 1

Signal assignment statement on line 1798:

1798:                        txtb_hw_cmd_d.failed  <= '1'; 
Count: 28
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: 109169
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: 51143
Threshold: 1

Signal assignment statement on line 1806:

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

Signal assignment statement on line 1808:

1808:                        tx_dominant <= '1'; 
Count: 16999
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: 109169
Threshold: 1

Signal assignment statement on line 1813:

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

Signal assignment statement on line 1820:

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

Signal assignment statement on line 1821:

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

Signal assignment statement on line 1822:

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

Signal assignment statement on line 1823:

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

Signal assignment statement on line 1824:

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

Signal assignment statement on line 1825:

1825:                bit_err_disable_receiver <= '1'; 
Count: 88474
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: 88474
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: 36969
Threshold: 1

Signal assignment statement on line 1829:

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

Signal assignment statement on line 1831:

1831:                        ssp_reset <= '1'; 
Count: 21605
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: 88474
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: 115
Threshold: 1

Signal assignment statement on line 1839:

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

Signal assignment statement on line 1843:

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

Signal assignment statement on line 1844:

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

Signal assignment statement on line 1845:

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

Signal assignment statement on line 1846:

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

Signal assignment statement on line 1854:

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

Signal assignment statement on line 1855:

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

Signal assignment statement on line 1856:

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

Signal assignment statement on line 1857:

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

Signal assignment statement on line 1858:

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

Signal assignment statement on line 1859:

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

Signal assignment statement on line 1860:

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

Signal assignment statement on line 1861:

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

Signal assignment statement on line 1862:

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

If statement on lines 1864 to 1866:

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

Count: 33484
Threshold: 1

Signal assignment statement on line 1865:

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

Signal assignment statement on line 1872:

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

Signal assignment statement on line 1873:

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

Signal assignment statement on line 1874:

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

Signal assignment statement on line 1875:

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

Signal assignment statement on line 1876:

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

Signal assignment statement on line 1877:

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

Signal assignment statement on line 1878:

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

If statement on lines 1880 to 1882:

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

Count: 312162
Threshold: 1

Signal assignment statement on line 1881:

1881:                    tx_dominant <= '1'; 
Count: 112412
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: 312162
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: 237411
Threshold: 1

Signal assignment statement on line 1888:

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

Signal assignment statement on line 1892:

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

Signal assignment statement on line 1893:

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

Signal assignment statement on line 1894:

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

Signal assignment statement on line 1895:

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

Signal assignment statement on line 1903:

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

Signal assignment statement on line 1904:

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

Signal assignment statement on line 1905:

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

Signal assignment statement on line 1906:

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

Signal assignment statement on line 1907:

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

Signal assignment statement on line 1908:

1908:                bit_err_disable_receiver <= '1'; 
Count: 143581
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: 143581
Threshold: 1

Signal assignment statement on line 1911:

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

Signal assignment statement on line 1912:

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

Signal assignment statement on line 1913:

1913:                    tx_load_dlc_i <= '1'; 
Count: 93036
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: 143581
Threshold: 1

Signal assignment statement on line 1917:

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

Signal assignment statement on line 1919:

1919:                    ssp_reset <= '1'; 
Count: 121543
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: 143581
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: 219
Threshold: 1

Signal assignment statement on line 1926:

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

Signal assignment statement on line 1930:

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

Signal assignment statement on line 1931:

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

Signal assignment statement on line 1932:

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

Signal assignment statement on line 1933:

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

Signal assignment statement on line 1941:

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

Signal assignment statement on line 1942:

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

Signal assignment statement on line 1943:

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

Signal assignment statement on line 1944:

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

Signal assignment statement on line 1945:

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

Signal assignment statement on line 1946:

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

Signal assignment statement on line 1947:

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

Signal assignment statement on line 1948:

1948:                btmc_reset  <= '1'; 
Count: 127718
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: 127718
Threshold: 1

Signal assignment statement on line 1951:

1951:                    tx_dominant <= '1'; 
Count: 14686
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: 127718
Threshold: 1

Signal assignment statement on line 1955:

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

Signal assignment statement on line 1956:

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

Signal assignment statement on line 1963:

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

Signal assignment statement on line 1964:

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

Signal assignment statement on line 1965:

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

Signal assignment statement on line 1966:

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

Signal assignment statement on line 1967:

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

Signal assignment statement on line 1968:

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

Signal assignment statement on line 1969:

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

Signal assignment statement on line 1970:

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

Signal assignment statement on line 1971:

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

Signal assignment statement on line 1972:

1972:                dbt_ctrs_en <= '1'; 
Count: 215515
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: 215515
Threshold: 1

Signal assignment statement on line 1975:

1975:                    tx_dominant <= '1'; 
Count: 78921
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: 215515
Threshold: 1

Signal assignment statement on line 1980:

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

Signal assignment statement on line 1981:

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

Signal assignment statement on line 1988:

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

Signal assignment statement on line 1989:

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

Signal assignment statement on line 1990:

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

Signal assignment statement on line 1991:

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

Signal assignment statement on line 1992:

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

Signal assignment statement on line 1993:

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

Signal assignment statement on line 1994:

1994:                bit_err_disable_receiver <= '1'; 
Count: 998051
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: 998051
Threshold: 1

Signal assignment statement on line 1997:

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

If statement on lines 2003 to 2005:

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

Count: 998051
Threshold: 1

Signal assignment statement on line 2004:

2004:                    txtb_ptr_d <= 4; 
Count: 417671
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: 998051
Threshold: 1

Signal assignment statement on line 2008:

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

Signal assignment statement on line 2009:

2009:                    ctrl_ctr_pload_i <= '1'; 
Count: 271189
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: 271189
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: 110947
Threshold: 1

Signal assignment statement on line 2013:

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

Signal assignment statement on line 2014:

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

Signal assignment statement on line 2016:

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

Signal assignment statement on line 2017:

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

Signal assignment statement on line 2020:

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

Signal assignment statement on line 2021:

2021:                        tx_load_data_word_i <= '1'; 
Count: 160242
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: 271189
Threshold: 1

Signal assignment statement on line 2025:

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

Signal assignment statement on line 2027:

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

Signal assignment statement on line 2030:

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

Signal assignment statement on line 2031:

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

Signal assignment statement on line 2038:

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

Signal assignment statement on line 2039:

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

Signal assignment statement on line 2040:

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

Signal assignment statement on line 2041:

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

Signal assignment statement on line 2042:

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

Signal assignment statement on line 2043:

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

Signal assignment statement on line 2044:

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

Signal assignment statement on line 2045:

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

Signal assignment statement on line 2046:

2046:                bit_err_disable_receiver <= '1'; 
Count: 19795821
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: 19795821
Threshold: 1

Signal assignment statement on line 2049:

2049:                    dbt_ctrs_en <= '1'; 
Count: 16088374
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: 19795821
Threshold: 1

Signal assignment statement on line 2056:

2056:                    txtb_ptr_d <= to_integer(unsigned(ctrl_ctr_mem_index)); 
Count: 6963359
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: 19795821
Threshold: 1

Signal assignment statement on line 2060:

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

Signal assignment statement on line 2061:

2061:                    ctrl_ctr_pload_i <= '1'; 
Count: 132898
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: 132898
Threshold: 1

Signal assignment statement on line 2064:

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

Signal assignment statement on line 2065:

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

Signal assignment statement on line 2067:

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

Signal assignment statement on line 2068:

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

Signal assignment statement on line 2072:

2072:                    store_data_d <= '1'; 
Count: 132898
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: 19795821
Threshold: 1

Signal assignment statement on line 2081:

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

Signal assignment statement on line 2082:

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

Signal assignment statement on line 2089:

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

Signal assignment statement on line 2090:

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

Signal assignment statement on line 2091:

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

Signal assignment statement on line 2092:

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

Signal assignment statement on line 2093:

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

Signal assignment statement on line 2094:

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

Signal assignment statement on line 2095:

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

Signal assignment statement on line 2096:

2096:                fixed_stuff <= '1'; 
Count: 379219
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: 379219
Threshold: 1

Signal assignment statement on line 2099:

2099:                    dbt_ctrs_en <= '1'; 
Count: 200754
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: 379219
Threshold: 1

Signal assignment statement on line 2103:

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

Signal assignment statement on line 2104:

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

Signal assignment statement on line 2105:

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

Signal assignment statement on line 2106:

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

Signal assignment statement on line 2107:

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

Signal assignment statement on line 2114:

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

Signal assignment statement on line 2115:

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

Signal assignment statement on line 2116:

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

Signal assignment statement on line 2117:

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

Signal assignment statement on line 2118:

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

Signal assignment statement on line 2119:

2119:                bit_err_disable_receiver <= '1'; 
Count: 2920243
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: 2920243
Threshold: 1

Signal assignment statement on line 2122:

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

If statement on lines 2125 to 2127:

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

Count: 2920243
Threshold: 1

Signal assignment statement on line 2126:

2126:                    fixed_stuff <= '1'; 
Count: 1506373
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: 2920243
Threshold: 1

Signal assignment statement on line 2130:

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

Signal assignment statement on line 2137:

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

Signal assignment statement on line 2138:

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

Signal assignment statement on line 2139:

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

Signal assignment statement on line 2164:

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

Signal assignment statement on line 2166:

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

Signal assignment statement on line 2167:

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

Signal assignment statement on line 2168:

2168:                stuff_enable_clear <= '1'; 
Count: 173743
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: 173743
Threshold: 1

Signal assignment statement on line 2171:

2171:                    crc_check <= '1'; 
Count: 99973
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: 99973
Threshold: 1

Signal assignment statement on line 2174:

2174:                        form_err_i <= '1'; 
Count: 31564
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: 99973
Threshold: 1

Signal assignment statement on line 2178:

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

Signal assignment statement on line 2179:

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

Signal assignment statement on line 2187:

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

Signal assignment statement on line 2188:

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

Signal assignment statement on line 2189:

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

Signal assignment statement on line 2190:

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

If statement on lines 2192 to 2194:

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

Count: 179642
Threshold: 1

Signal assignment statement on line 2193:

2193:                    tx_dominant <= '1'; 
Count: 92021
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: 179642
Threshold: 1

Signal assignment statement on line 2197:

2197:                    bit_err_disable <= '1'; 
Count: 97159
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: 179642
Threshold: 1

Signal assignment statement on line 2201:

2201:                    decrement_rec_i <= '1'; 
Count: 25098
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: 179642
Threshold: 1

Signal assignment statement on line 2205:

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

Signal assignment statement on line 2212:

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

Signal assignment statement on line 2213:

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

Signal assignment statement on line 2214:

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

Signal assignment statement on line 2215:

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

If statement on lines 2217 to 2219:

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

Count: 124063
Threshold: 1

Signal assignment statement on line 2218:

2218:                    tx_dominant <= '1'; 
Count: 57132
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: 124063
Threshold: 1

Signal assignment statement on line 2222:

2222:                    bit_err_disable <= '1'; 
Count: 72577
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: 124063
Threshold: 1

Signal assignment statement on line 2226:

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

Signal assignment statement on line 2233:

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

Signal assignment statement on line 2234:

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

Signal assignment statement on line 2235:

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

Signal assignment statement on line 2236:

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

Signal assignment statement on line 2239:

2239:                bit_err_disable <= '1'; 
Count: 65121
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: 65121
Threshold: 1

Signal assignment statement on line 2245:

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

Signal assignment statement on line 2252:

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

Signal assignment statement on line 2253:

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

Signal assignment statement on line 2254:

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

Signal assignment statement on line 2255:

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

Signal assignment statement on line 2256:

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

Signal assignment statement on line 2257:

2257:                bit_err_disable <= '1'; 
Count: 127170
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: 127170
Threshold: 1

Signal assignment statement on line 2260:

2260:                    form_err_i <= '1'; 
Count: 48179
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: 127170
Threshold: 1

Signal assignment statement on line 2264:

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

Signal assignment statement on line 2272:

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

Signal assignment statement on line 2273:

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

Signal assignment statement on line 2274:

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

Signal assignment statement on line 2275:

2275:                bit_err_disable <= '1'; 
Count: 511624
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: 511624
Threshold: 1

Signal assignment statement on line 2278:

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

Signal assignment statement on line 2279:

2279:                    ctrl_ctr_pload_i <= '1'; 
Count: 134862
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: 134862
Threshold: 1

Signal assignment statement on line 2282:

2282:                        ctrl_ctr_pload_val <= C_INTERMISSION_DURATION; 
Count: 134424
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: 134424
Threshold: 1

Signal assignment statement on line 2286:

2286:                            txtb_hw_cmd_d.valid  <= '1'; 
Count: 44568
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: 390
Threshold: 1

Signal assignment statement on line 2291:

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

Signal assignment statement on line 2293:

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

Signal assignment statement on line 2294:

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

Signal assignment statement on line 2298:

2298:                    crc_clear_match_flag <= '1'; 
Count: 134862
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: 511624
Threshold: 1

Signal assignment statement on line 2304:

2304:                    rec_valid_d <= '1'; 
Count: 78117
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: 511624
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: 4187
Threshold: 1

Signal assignment statement on line 2312:

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

Signal assignment statement on line 2314:

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

Signal assignment statement on line 2322:

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

Signal assignment statement on line 2323:

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

Signal assignment statement on line 2324:

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

Signal assignment statement on line 2325:

2325:                bit_err_disable <= '1'; 
Count: 546005
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: 546005
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: 545573
Threshold: 1

Signal assignment statement on line 2334:

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

Signal assignment statement on line 2335:

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

Signal assignment statement on line 2336:

2336:                        crc_spec_enable_i <= '1'; 
Count: 209410
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: 209410
Threshold: 1

Signal assignment statement on line 2340:

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

Signal assignment statement on line 2341:

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

Signal assignment statement on line 2342:

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

Signal assignment statement on line 2343:

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

Signal assignment statement on line 2349:

2349:                            ctrl_ctr_pload_val <= C_SUSPEND_DURATION; 
Count: 207180
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: 209410
Threshold: 1

Signal assignment statement on line 2355:

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

Signal assignment statement on line 2356:

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

Signal assignment statement on line 2357:

2357:                            stuff_enable_set <= '1'; 
Count: 32272
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: 32272
Threshold: 1

Signal assignment statement on line 2360:

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

Signal assignment statement on line 2364:

2364:                            set_receiver_i   <= '1'; 
Count: 1198
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: 209410
Threshold: 1

Signal assignment statement on line 2370:

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

Signal assignment statement on line 2371:

2371:                            rx_clear_i <= '1'; 
Count: 33012
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: 209410
Threshold: 1

Signal assignment statement on line 2379:

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

Signal assignment statement on line 2384:

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

Signal assignment statement on line 2385:

2385:                        ctrl_ctr_pload_i <= '1'; 
Count: 925
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: 925
Threshold: 1

Signal assignment statement on line 2387:

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

Signal assignment statement on line 2389:

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

Signal assignment statement on line 2390:

2390:                            set_idle_i <= '1'; 
Count: 55
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: 546005
Threshold: 1

Signal assignment statement on line 2398:

2398:                    perform_hsync <= '1'; 
Count: 364568
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: 546005
Threshold: 1

Signal assignment statement on line 2403:

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

Signal assignment statement on line 2410:

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

Signal assignment statement on line 2411:

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

Signal assignment statement on line 2412:

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

Signal assignment statement on line 2413:

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

Signal assignment statement on line 2414:

2414:                pc_dbg.is_suspend <= '1'; 
Count: 53820
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: 53820
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: 10711
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: 10711
Threshold: 1

Signal assignment statement on line 2432:

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

Signal assignment statement on line 2433:

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

Signal assignment statement on line 2434:

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

Signal assignment statement on line 2435:

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

Signal assignment statement on line 2436:

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

Signal assignment statement on line 2438:

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

Signal assignment statement on line 2446:

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

Signal assignment statement on line 2447:

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

Signal assignment statement on line 2448:

2448:                bit_err_disable <= '1'; 
Count: 5887784
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: 5887784
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: 5880882
Threshold: 1

Signal assignment statement on line 2452:

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

Signal assignment statement on line 2453:

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

Signal assignment statement on line 2454:

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

Signal assignment statement on line 2455:

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

Signal assignment statement on line 2456:

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

Signal assignment statement on line 2457:

2457:                        crc_enable <= '1'; 
Count: 84352
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: 5880882
Threshold: 1

Signal assignment statement on line 2461:

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

Signal assignment statement on line 2462:

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

Signal assignment statement on line 2463:

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

Signal assignment statement on line 2464:

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

Signal assignment statement on line 2465:

2465:                        stuff_enable_set <= '1'; 
Count: 57742
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: 57742
Threshold: 1

Signal assignment statement on line 2468:

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

Signal assignment statement on line 2472:

2472:                        set_receiver_i <= '1'; 
Count: 84334
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: 5880882
Threshold: 1

Signal assignment statement on line 2478:

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

Signal assignment statement on line 2479:

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

Signal assignment statement on line 2484:

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

Signal assignment statement on line 2491:

2491:                bit_err_disable <= '1'; 
Count: 9231
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: 9231
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: 560740
Threshold: 1

Signal assignment statement on line 2506:

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

Signal assignment statement on line 2507:

2507:                bit_err_disable <= '1'; 
Count: 560740
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: 560740
Threshold: 1

Signal assignment statement on line 2511:

2511:                    ctrl_ctr_pload_val <= C_INTEGRATION_DURATION; 
Count: 6966
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: 560740
Threshold: 1

Signal assignment statement on line 2516:

2516:                    ctrl_ctr_pload_i <= '1'; 
Count: 4902
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: 560740
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: 560740
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: 560740
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: 560740
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: 383291
Threshold: 1

Signal assignment statement on line 2544:

2544:                pc_dbg.is_err <= '1'; 
Count: 383291
Threshold: 1

Signal assignment statement on line 2545:

2545:                tx_dominant <= '1'; 
Count: 383291
Threshold: 1

Signal assignment statement on line 2546:

2546:                err_pos <= ERC_POS_ERR; 
Count: 383291
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: 383291
Threshold: 1

Signal assignment statement on line 2549:

2549:                    tick_state_reg <= '1'; 
Count: 57577
Threshold: 1

Signal assignment statement on line 2550:

2550:                    ctrl_ctr_pload_i <= '1'; 
Count: 57577
Threshold: 1

Signal assignment statement on line 2551:

2551:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 57577
Threshold: 1

Signal assignment statement on line 2552:

2552:                    first_err_delim_d <= '1'; 
Count: 57577
Threshold: 1

Signal assignment statement on line 2559:

2559:                ctrl_ctr_ena <= '1'; 
Count: 150282
Threshold: 1

Signal assignment statement on line 2560:

2560:                pc_dbg.is_err <= '1'; 
Count: 150282
Threshold: 1

Signal assignment statement on line 2561:

2561:                err_pos <= ERC_POS_ERR; 
Count: 150282
Threshold: 1

Signal assignment statement on line 2565:

2565:                bit_err_disable <= '1'; 
Count: 150282
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: 150282
Threshold: 1

Signal assignment statement on line 2570:

2570:                    ctrl_ctr_pload_i   <= '1'; 
Count: 15957
Threshold: 1

Signal assignment statement on line 2571:

2571:                    ctrl_ctr_pload_val <= C_SHORTENED_ERR_FLG_DURATION; 
Count: 15957
Threshold: 1

Signal assignment statement on line 2573:

2573:                    tick_state_reg <= '1'; 
Count: 24585
Threshold: 1

Signal assignment statement on line 2574:

2574:                    ctrl_ctr_pload_i <= '1'; 
Count: 24585
Threshold: 1

Signal assignment statement on line 2575:

2575:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 24585
Threshold: 1

Signal assignment statement on line 2576:

2576:                    first_err_delim_d <= '1'; 
Count: 24585
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: 150282
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: 203241
Threshold: 1

Signal assignment statement on line 2591:

2591:                err_pos <= ERC_POS_ERR; 
Count: 203241
Threshold: 1

Signal assignment statement on line 2592:

2592:                ack_err_flag_clr <= '1'; 
Count: 203241
Threshold: 1

Signal assignment statement on line 2596:

2596:                bit_err_disable <= '1'; 
Count: 203241
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: 203241
Threshold: 1

Signal assignment statement on line 2599:

2599:                    ctrl_ctr_ena <= '1'; 
Count: 171381
Threshold: 1

Signal assignment statement on line 2601:

2601:                    tick_state_reg <= '1'; 
Count: 31860
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: 203241
Threshold: 1

Signal assignment statement on line 2605:

2605:                    tick_state_reg <= '1'; 
Count: 76878
Threshold: 1

Signal assignment statement on line 2606:

2606:                    ctrl_ctr_pload_i <= '1'; 
Count: 76878
Threshold: 1

Signal assignment statement on line 2607:

2607:                    ctrl_ctr_pload_val <= C_ERR_DELIM_DURATION; 
Count: 76878
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: 203241
Threshold: 1

Signal assignment statement on line 2613:

2613:                    primary_err_i <= '1'; 
Count: 86100
Threshold: 1

Signal assignment statement on line 2614:

2614:                    first_err_delim_d <= '0'; 
Count: 86100
Threshold: 1

Signal assignment statement on line 2622:

2622:                pc_dbg.is_err <= '1'; 
Count: 5862
Threshold: 1

Signal assignment statement on line 2623:

2623:                err_pos <= ERC_POS_ERR; 
Count: 5862
Threshold: 1

Signal assignment statement on line 2624:

2624:                bit_err_disable <= '1'; 
Count: 5862
Threshold: 1

Signal assignment statement on line 2625:

2625:                ctrl_ctr_ena <= '1'; 
Count: 5862
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: 5862
Threshold: 1

Signal assignment statement on line 2628:

2628:                    tick_state_reg <= '1'; 
Count: 308
Threshold: 1

Signal assignment statement on line 2629:

2629:                    ctrl_ctr_pload_i <= '1'; 
Count: 308
Threshold: 1

Signal assignment statement on line 2630:

2630:                    ctrl_ctr_pload_val <= C_ERR_DELIM_DURATION; 
Count: 308
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: 440665
Threshold: 1

Signal assignment statement on line 2669:

2669:                ctrl_ctr_ena <= '1'; 
Count: 440665
Threshold: 1

Signal assignment statement on line 2670:

2670:                err_pos <= ERC_POS_ERR; 
Count: 440665
Threshold: 1

Signal assignment statement on line 2671:

2671:                bit_err_disable <= '1'; 
Count: 440665
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: 440665
Threshold: 1

Signal assignment statement on line 2674:

2674:                    tick_state_reg <= '1'; 
Count: 78854
Threshold: 1

Signal assignment statement on line 2675:

2675:                    ctrl_ctr_pload_i <= '1'; 
Count: 78854
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: 78854
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: 78478
Threshold: 1

Signal assignment statement on line 2683:

2683:                    form_err_i <= '1'; 
Count: 610
Threshold: 1

Signal assignment statement on line 2690:

2690:                pc_dbg.is_overload <= '1'; 
Count: 9033
Threshold: 1

Signal assignment statement on line 2691:

2691:                ctrl_ctr_ena <= '1'; 
Count: 9033
Threshold: 1

Signal assignment statement on line 2692:

2692:                tx_dominant <= '1'; 
Count: 9033
Threshold: 1

Signal assignment statement on line 2693:

2693:                err_pos <= ERC_POS_OVRL; 
Count: 9033
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: 9033
Threshold: 1

Signal assignment statement on line 2696:

2696:                    tick_state_reg <= '1'; 
Count: 1729
Threshold: 1

Signal assignment statement on line 2697:

2697:                    ctrl_ctr_pload_i <= '1'; 
Count: 1729
Threshold: 1

Signal assignment statement on line 2698:

2698:                    ctrl_ctr_pload_val <= C_DELIM_WAIT_DURATION; 
Count: 1729
Threshold: 1

Signal assignment statement on line 2705:

2705:                pc_dbg.is_overload <= '1'; 
Count: 3566
Threshold: 1

Signal assignment statement on line 2706:

2706:                err_pos <= ERC_POS_OVRL; 
Count: 3566
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: 3566
Threshold: 1

Signal assignment statement on line 2709:

2709:                    ctrl_ctr_ena <= '1'; 
Count: 2999
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: 3566
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: 3566
Threshold: 1

Signal assignment statement on line 2719:

2719:                    tick_state_reg <= '1'; 
Count: 1122
Threshold: 1

Signal assignment statement on line 2720:

2720:                    ctrl_ctr_pload_i <= '1'; 
Count: 1122
Threshold: 1

Signal assignment statement on line 2721:

2721:                    ctrl_ctr_pload_val <= C_OVR_DELIM_DURATION; 
Count: 1122
Threshold: 1

Signal assignment statement on line 2728:

2728:                ctrl_ctr_ena <= '1'; 
Count: 7590
Threshold: 1

Signal assignment statement on line 2729:

2729:                pc_dbg.is_overload <= '1'; 
Count: 7590
Threshold: 1

Signal assignment statement on line 2730:

2730:                err_pos <= ERC_POS_OVRL; 
Count: 7590
Threshold: 1

Signal assignment statement on line 2731:

2731:                bit_err_disable <= '1'; 
Count: 7590
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: 7590
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: 248
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: 21575954
Threshold: 1

Signal assignment statement on line 2754:

2754:    state_reg_ce <= '1' when (tick_state_reg = '1' and ctrl_signal_upd = '1') 
Count: 1152402
Threshold: 1

Signal assignment statement on line 2756:

2756:                    '0'
Count: 20423552
Threshold: 1

If statement on lines 2760 to 2766:

2760:        if (res_n = '0') then 
2761:            curr_state <= s_pc_off; 
...
2765:            end if; 
2766:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2761:

2761:            curr_state <= s_pc_off; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 2764:

2764:                curr_state <= next_state; 
Count: 829636
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: 22513427
Threshold: 1

Signal assignment statement on line 2777:

2777:    ctrl_ctr_pload <= ctrl_ctr_pload_i when (curr_state = s_pc_off) else 
Count: 29253
Threshold: 1

Signal assignment statement on line 2778:

2778:                      ctrl_ctr_pload_i when (ctrl_signal_upd = '1') else 
Count: 11997878
Threshold: 1

Signal assignment statement on line 2779:

2779:                      '1' when (ctrl_ctr_pload_unaliged = '1') else 
Count: 4639
Threshold: 1

Signal assignment statement on line 2780:

2780:                      '0'
Count: 10481657
Threshold: 1

If statement on lines 2790 to 2812:

2790:        if (res_n = '0') then 
2791:            store_metadata     <= '0'; 
...
2811: 
2812:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2791:

2791:            store_metadata     <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2792:

2792:            store_data         <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2793:

2793:            rec_valid          <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2794:

2794:            rec_abort          <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 2801:

2801:                store_metadata     <= store_metadata_d; 
Count: 4389930
Threshold: 1

Signal assignment statement on line 2802:

2802:                store_data         <= store_data_d; 
Count: 4389930
Threshold: 1

Signal assignment statement on line 2803:

2803:                rec_valid          <= rec_valid_d; 
Count: 4389930
Threshold: 1

Signal assignment statement on line 2805:

2805:                store_metadata     <= '0'; 
Count: 539401748
Threshold: 1

Signal assignment statement on line 2806:

2806:                store_data         <= '0'; 
Count: 539401748
Threshold: 1

Signal assignment statement on line 2807:

2807:                rec_valid          <= '0'; 
Count: 539401748
Threshold: 1

Signal assignment statement on line 2810:

2810:            rec_abort              <= err_frm_req; 
Count: 543791678
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: 20787033
Threshold: 1

Signal assignment statement on line 2815:

2815:    ctrl_signal_upd <= '1' when (rx_trigger = '1' or err_frm_req = '1') 
Count: 10401520
Threshold: 1

Signal assignment statement on line 2817:

2817:                       '0'
Count: 10385513
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: 20900202
Threshold: 1

Signal assignment statement on line 2819:

2819:    rec_ivld_d <= rec_ivld_i when (rx_trigger = '1') 
Count: 10521682
Threshold: 1

Signal assignment statement on line 2821:

2821:                  rec_ivld_q
Count: 10378520
Threshold: 1

If statement on lines 2828 to 2834:

2828:        if (res_n = '0') then 
2829:            rec_lbpf_q <= '0'; 
...
2833:            rec_ivld_q <= rec_ivld_d; 
2834:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2829:

2829:            rec_lbpf_q <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2830:

2830:            rec_ivld_q <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2832:

2832:            rec_lbpf_q <= rec_lbpf_d; 
Count: 543791678
Threshold: 1

Signal assignment statement on line 2833:

2833:            rec_ivld_q <= rec_ivld_d; 
Count: 543791678
Threshold: 1

If statement on lines 2842 to 2854:

2842:        if (res_n = '0') then 
2843:            txtb_hw_cmd_q.lock    <= '0'; 
...
2853:            end if; 
2854:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2843:

2843:            txtb_hw_cmd_q.lock    <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2844:

2844:            txtb_hw_cmd_q.valid   <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2845:

2845:            txtb_hw_cmd_q.err     <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2846:

2846:            txtb_hw_cmd_q.arbl    <= '0'; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 2847:

2847:            txtb_hw_cmd_q.failed  <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 2850:

2850:                txtb_hw_cmd_q <= txtb_hw_cmd_d; 
Count: 10390942
Threshold: 1

Signal assignment statement on line 2852:

2852:                txtb_hw_cmd_q <= ('0', '0', '0', '0', '0'); 
Count: 533400736
Threshold: 1

Signal assignment statement on line 2861:

2861:    rx_store_base_id <= rx_store_base_id_i and rx_trigger
Count: 20776789
Threshold: 1

Signal assignment statement on line 2862:

2862:    rx_store_ext_id <= rx_store_ext_id_i and rx_trigger
Count: 20738668
Threshold: 1

Signal assignment statement on line 2863:

2863:    rx_store_ide <= rx_store_ide_i and rx_trigger
Count: 20828736
Threshold: 1

Signal assignment statement on line 2864:

2864:    rx_store_rtr <= rx_store_rtr_i and rx_trigger
Count: 20860632
Threshold: 1

Signal assignment statement on line 2865:

2865:    rx_store_edl <= rx_store_edl_i and rx_trigger
Count: 20824616
Threshold: 1

Signal assignment statement on line 2866:

2866:    rx_store_dlc <= rx_store_dlc_i and rx_trigger
Count: 20772684
Threshold: 1

Signal assignment statement on line 2867:

2867:    rx_store_esi <= rx_store_esi_i and rx_trigger
Count: 20779878
Threshold: 1

Signal assignment statement on line 2868:

2868:    rx_store_brs <= rx_store_brs_i and rx_trigger
Count: 20779978
Threshold: 1

Signal assignment statement on line 2869:

2869:    rx_store_stuff_count <= rx_store_stuff_count_i and rx_trigger
Count: 20749602
Threshold: 1

Signal assignment statement on line 2875:

2875:    tx_load_base_id <= tx_load_base_id_i and rx_trigger
Count: 20773664
Threshold: 1

Signal assignment statement on line 2876:

2876:    tx_load_ext_id <= tx_load_ext_id_i and rx_trigger
Count: 20764109
Threshold: 1

Signal assignment statement on line 2877:

2877:    tx_load_dlc <= tx_load_dlc_i and rx_trigger
Count: 20846248
Threshold: 1

Signal assignment statement on line 2878:

2878:    tx_load_data_word <= tx_load_data_word_i and rx_trigger
Count: 20765339
Threshold: 1

Signal assignment statement on line 2879:

2879:    tx_load_stuff_count <= tx_load_stuff_count_i and rx_trigger
Count: 20764741
Threshold: 1

Signal assignment statement on line 2880:

2880:    tx_load_crc <= tx_load_crc_i and rx_trigger
Count: 20781321
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: 290786
Threshold: 1

Signal assignment statement on line 2885:

2885:    tx_shift_ena <= '1' when (tx_shift_ena_i = '1' and is_transmitter = '1') 
Count: 56206
Threshold: 1

Signal assignment statement on line 2887:

2887:                    '0'
Count: 234580
Threshold: 1

Signal assignment statement on line 2892:

2892:    form_err <= form_err_i and rx_trigger
Count: 20826138
Threshold: 1

Signal assignment statement on line 2893:

2893:    ack_err <= ack_err_i and rx_trigger
Count: 20731205
Threshold: 1

Signal assignment statement on line 2894:

2894:    crc_err <= crc_err_i and rx_trigger
Count: 20724444
Threshold: 1

Signal assignment statement on line 2895:

2895:    bit_err_arb <= bit_err_arb_i and rx_trigger
Count: 20856967
Threshold: 1

Signal assignment statement on line 2903:

2903:    decrement_rec <= decrement_rec_i
Count: 33164
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: 87941
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: 2018
Threshold: 1

Signal assignment statement on line 2911:

2911:                     '0'
Count: 85923
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: 144958
Threshold: 1

Signal assignment statement on line 2913:

2913:    sp_control_d <=   NOMINAL_SAMPLE when (sp_control_switch_nominal = '1') 
Count: 47698
Threshold: 1

Signal assignment statement on line 2915:

2915:                    SECONDARY_SAMPLE when (switch_to_ssp = '1') 
Count: 6029
Threshold: 1

Signal assignment statement on line 2917:

2917:                         DATA_SAMPLE when (sp_control_switch_data = '1') 
Count: 38780
Threshold: 1

Signal assignment statement on line 2919:

2919:                        sp_control_q_i
Count: 52451
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: 98523
Threshold: 1

Signal assignment statement on line 2921:

2921:    sp_control_ce <= '1' when (sp_control_switch_nominal = '1') else 
Count: 27274
Threshold: 1

Signal assignment statement on line 2922:

2922:                     '1' when (sp_control_switch_data = '1') else 
Count: 20399
Threshold: 1

Signal assignment statement on line 2923:

2923:                     '0'
Count: 50850
Threshold: 1

If statement on lines 2927 to 2933:

2927:        if (res_n = '0') then 
2928:            sp_control_q_i <= NOMINAL_SAMPLE; 
...
2932:            end if; 
2933:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2928:

2928:            sp_control_q_i <= NOMINAL_SAMPLE; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 2931:

2931:                sp_control_q_i <= sp_control_d; 
Count: 40798
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: 199064
Threshold: 1

Signal assignment statement on line 2936:

2936:    sp_control <= sp_control_d when (br_shifted_i = '1') else 
Count: 138137
Threshold: 1

Signal assignment statement on line 2937:

2937:                  sp_control_q_i
Count: 60927
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: 836249
Threshold: 1

Signal assignment statement on line 2944:

2944:    act_err_ovr_flag <= '1' when (curr_state = s_pc_act_err_flag) else 
Count: 19105
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: 816583
Threshold: 1

If statement on lines 2950 to 2956:

2950:        if (res_n = '0') then 
2951:            first_err_delim_q <= '0'; 
...
2955:            end if; 
2956:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 2951:

2951:            first_err_delim_q <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 2954:

2954:                first_err_delim_q <= first_err_delim_d; 
Count: 10359640
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: 20745598
Threshold: 1

Signal assignment statement on line 2963:

2963:    primary_err <= '1' when (primary_err_i = '1' and rx_trigger = '1') 
Count: 22770
Threshold: 1

Signal assignment statement on line 2965:

2965:                   '0'
Count: 20722828
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: 20722974
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: 20722584
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: 20729805
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: 20723168
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: 20844131
Threshold: 1

Signal assignment statement on line 2975:

2975:    rx_clear <= '1' when (rx_clear_i = '1' and rx_trigger = '1') 
Count: 70776
Threshold: 1

Signal assignment statement on line 2977:

2977:                '0'
Count: 20773355
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: 260010
Threshold: 1

Signal assignment statement on line 2985:

2985:    bit_err_enable <= '0' when (bit_err_disable = '1') else 
Count: 139363
Threshold: 1

Signal assignment statement on line 2986:

2986:                      '0' when (bit_err_disable_receiver = '1' and is_receiver = '1') else 
Count: 28699
Threshold: 1

Signal assignment statement on line 2987:

2987:                      '1'
Count: 91948
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: 20884698
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: 15258382
Threshold: 1

Signal assignment statement on line 2998:

2998:                      '1' when (arbitration_lost_i = '1' and rx_trigger = '1') else 
Count: 305
Threshold: 1

Signal assignment statement on line 2999:

2999:                      '1' when (err_frm_req = '1') else 
Count: 11075
Threshold: 1

Signal assignment statement on line 3000:

3000:                      '0'
Count: 5614936
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: 20752832
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: 11112
Threshold: 1

Signal assignment statement on line 3008:

3008:                        '1' when (txtb_hw_cmd_d.failed = '1') else 
Count: 15177
Threshold: 1

Signal assignment statement on line 3009:

3009:                        '0'
Count: 20726543
Threshold: 1

If statement on lines 3018 to 3026:

3018:        if (res_n = '0') then 
3019:            retr_ctr_add_block <= '0'; 
...
3025:            end if; 
3026:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3019:

3019:            retr_ctr_add_block <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 3022:

3022:                retr_ctr_add_block <= '1'; 
Count: 1111
Threshold: 1

Signal assignment statement on line 3024:

3024:                retr_ctr_add_block <= '0'; 
Count: 10940482
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: 20803514
Threshold: 1

Signal assignment statement on line 3031:

3031:    sof_pulse <= '1' when (sof_pulse_i = '1' and rx_trigger = '1') 
Count: 80686
Threshold: 1

Signal assignment statement on line 3033:

3033:                 '0'
Count: 20722828
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: 20796468
Threshold: 1

Signal assignment statement on line 3038:

3038:    compl_ctr_ena <= '1' when (compl_ctr_ena_i = '1' and rx_trigger = '1') 
Count: 4508671
Threshold: 1

Signal assignment statement on line 3040:

3040:                     '0'
Count: 16287797
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: 20783250
Threshold: 1

Signal assignment statement on line 3045:

3045:    set_transmitter <= '1' when (set_transmitter_i = '1' and rx_trigger = '1') 
Count: 40289
Threshold: 1

Signal assignment statement on line 3047:

3047:                       '0'
Count: 20742961
Threshold: 1

If statement on lines 3055 to 3057:

3055:    set_receiver <= '1' when (set_receiver_i = '1') 
3056:                        else 
3057:                    '0'; 

Count: 64176
Threshold: 1

Signal assignment statement on line 3055:

3055:    set_receiver <= '1' when (set_receiver_i = '1') 
Count: 30487
Threshold: 1

Signal assignment statement on line 3057:

3057:                    '0'
Count: 33689
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: 20888294
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: 96597
Threshold: 1

Signal assignment statement on line 3066:

3066:                '0'
Count: 20791697
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: 341671
Threshold: 1

Signal assignment statement on line 3077:

3077:    crc_calc_from_rx <= '1' when (crc_spec_enable_i = '1') else 
Count: 139491
Threshold: 1

Signal assignment statement on line 3078:

3078:                        '1' when (is_arbitration_i = '1') else 
Count: 56354
Threshold: 1

Signal assignment statement on line 3079:

3079:                        '1' when (is_receiver = '1') else 
Count: 58194
Threshold: 1

Signal assignment statement on line 3080:

3080:                        '0'
Count: 87632
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: 20734913
Threshold: 1

Signal assignment statement on line 3082:

3082:    load_init_vect <= '1' when (load_init_vect_i = '1' and rx_trigger = '1') 
Count: 113459
Threshold: 1

Signal assignment statement on line 3084:

3084:                      '0'
Count: 20621454
Threshold: 1

If statement on lines 3091 to 3101:

3091:        if (res_n = '0') then 
3092:            stuff_enable <= '0'; 
...
3100:            end if; 
3101:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3092:

3092:            stuff_enable <= '0'; 
Count: 2424883
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: 543791678
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: 10390942
Threshold: 1

Signal assignment statement on line 3096:

3096:                   stuff_enable <= '1'; 
Count: 25275
Threshold: 1

Signal assignment statement on line 3098:

3098:                   stuff_enable <= '0'; 
Count: 61745
Threshold: 1

If statement on lines 3109 to 3119:

3109:        if (res_n = '0') then 
3110:            destuff_enable <= '0'; 
...
3118:            end if; 
3119:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3110:

3110:            destuff_enable <= '0'; 
Count: 2424883
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: 543791678
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: 10390942
Threshold: 1

Signal assignment statement on line 3114:

3114:                    destuff_enable <= '1'; 
Count: 55762
Threshold: 1

Signal assignment statement on line 3116:

3116:                    destuff_enable <= '0'; 
Count: 61122
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: 411644
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: 22629
Threshold: 1

Signal assignment statement on line 3130:

3130:                    HARD_SYNC when (perform_hsync = '1') 
Count: 181751
Threshold: 1

Signal assignment statement on line 3132:

3132:                      RE_SYNC
Count: 207264
Threshold: 1

If statement on lines 3136 to 3140:

3136:        if (res_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: 1090018206
Threshold: 1

Signal assignment statement on line 3137:

3137:            sync_control_q <= HARD_SYNC; 
Count: 2424883
Threshold: 1

Signal assignment statement on line 3139:

3139:            sync_control_q <= sync_control_d; 
Count: 543791678
Threshold: 1

If statement on lines 3148 to 3154:

3148:        if (res_n = '0') then 
3149:            txtb_ptr_q <= 0; 
...
3153:            end if; 
3154:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3149:

3149:            txtb_ptr_q <= 0; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 3152:

3152:                txtb_ptr_q <= txtb_ptr_d; 
Count: 79820
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: 217530
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: 96871
Threshold: 1

Signal assignment statement on line 3161:

3161:                     '0'
Count: 120659
Threshold: 1

If statement on lines 3168 to 3172:

3168:        if (res_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: 1090018206
Threshold: 1

Signal assignment statement on line 3169:

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

Signal assignment statement on line 3171:

3171:            txtb_clk_en_q <= txtb_clk_en_d; 
Count: 543791678
Threshold: 1

If statement on lines 3180 to 3186:

3180:        if (res_n = '0') then 
3181:            tx_frame_no_sof_q <= '0'; 
...
3185:            end if; 
3186:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3181:

3181:            tx_frame_no_sof_q <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 3184:

3184:                tx_frame_no_sof_q <= tx_frame_no_sof_d; 
Count: 10359640
Threshold: 1

If statement on lines 3194 to 3200:

3194:        if (res_n = '0') then 
3195:            rx_data_nbs_prev <= RECESSIVE; 
...
3199:            end if; 
3200:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3195:

3195:            rx_data_nbs_prev <= RECESSIVE; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 3198:

3198:                rx_data_nbs_prev <= rx_data_nbs; 
Count: 10359640
Threshold: 1

If statement on lines 3208 to 3216:

3208:        if (res_n = '0') then 
3209:            ack_err_flag <= '0'; 
...
3215:            end if; 
3216:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3209:

3209:            ack_err_flag <= '0'; 
Count: 2424883
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: 543791678
Threshold: 1

Signal assignment statement on line 3212:

3212:                ack_err_flag <= '1'; 
Count: 1321
Threshold: 1

Signal assignment statement on line 3214:

3214:                ack_err_flag <= '0'; 
Count: 2337510
Threshold: 1

If statement on lines 3224 to 3232:

3224:        if (res_n = '0') then 
3225:            mr_status_pexs <= '0'; 
...
3231:            end if; 
3232:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 3225:

3225:            mr_status_pexs <= '0'; 
Count: 2424883
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: 543791678
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: 100903
Threshold: 1

Signal assignment statement on line 3239:

3239:    txtb_hw_cmd <= txtb_hw_cmd_q
Count: 104282
Threshold: 1

Signal assignment statement on line 3240:

3240:    tran_valid <= txtb_hw_cmd_q.valid
Count: 25426
Threshold: 1

Signal assignment statement on line 3241:

3241:    sync_control <= sync_control_q
Count: 202054
Threshold: 1

Signal assignment statement on line 3242:

3242:    txtb_ptr <= txtb_ptr_q
Count: 81421
Threshold: 1

Signal assignment statement on line 3243:

3243:    br_shifted <= br_shifted_i
Count: 98498
Threshold: 1

Signal assignment statement on line 3244:

3244:    sp_control_q <= sp_control_q_i
Count: 44000
Threshold: 1

Signal assignment statement on line 3245:

3245:    crc_spec_enable <= crc_spec_enable_i
Count: 230180
Threshold: 1

Signal assignment statement on line 3246:

3246:    retr_ctr_clear <= retr_ctr_clear_i
Count: 44318
Threshold: 1

Signal assignment statement on line 3247:

3247:    arbitration_lost <= arbitration_lost_i
Count: 5544
Threshold: 1

Signal assignment statement on line 3248:

3248:    retr_ctr_add <= retr_ctr_add_i
Count: 24296
Threshold: 1

Signal assignment statement on line 3249:

3249:    tx_frame_no_sof <= tx_frame_no_sof_q
Count: 3904
Threshold: 1

Signal assignment statement on line 3250:

3250:    txtb_clk_en <= txtb_clk_en_q
Count: 162842
Threshold: 1

Signal assignment statement on line 3251:

3251:    pc_dbg.is_arbitration  <= is_arbitration_i
Count: 114648
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: 105045
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
BinTrue27241
BinFalse79651

"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
BinTrue103371
BinFalse122041

"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
BinTrue10225151
BinFalse40273271

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

770:    no_data_field <= '1' when (is_transmitter = '1' and no_data_transmitter = '1'
Evaluated toCountThreshold
BinTrue436921
BinFalse9243811

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

772:                     '1' when (is_receiver = '1' and no_data_receiver = '1'
Evaluated toCountThreshold
BinTrue2661011
BinFalse6582801

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

776:    go_to_suspend <= '1' when (is_err_passive = '1' and is_transmitter = '1'
Evaluated toCountThreshold
BinTrue26011
BinFalse426751

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

780:    ide_is_arbitration <= '1' when (tran_ident_type = EXTENDED or is_receiver = '1'
Evaluated toCountThreshold
BinTrue339981
BinFalse376931

"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
BinTrue298001
BinFalse247833751

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

789:    tx_failed <= '1' when (mr_settings_rtrle = '1' and retr_limit_reached = '1'
Evaluated toCountThreshold
BinTrue26421
BinFalse91741

"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
BinTrue348851
BinFalse1342071

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

795:                   '1' when (is_receiver = '1' and rec_frame_type = FD_CAN
Evaluated toCountThreshold
BinTrue318211
BinFalse1023861

"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
BinTrue437671
BinFalse488511

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

803:    frame_start <= '1' when (tran_frame_valid = '1' and go_to_suspend = '0') else 
Evaluated toCountThreshold
BinTrue11273521
BinFalse17158641

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

804:                   '1' when (rx_data_nbs = DOMINANT) else 
Evaluated toCountThreshold
BinTrue8456801
BinFalse8701841

"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
BinTrue151661
BinFalse1480681

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

817:    allow_flipped_ack <= '1' when (tx_dominant_ack = '0' or mr_mode_bmm = '1'
Evaluated toCountThreshold
BinTrue184081
BinFalse167571

"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
BinTrue790831
BinFalse7571661

"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
BinTrue71841
BinFalse31085471

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

851:                          '1' when (sync_edge = '1'
Evaluated toCountThreshold
BinTrue15517001
BinFalse15568471

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin121471

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin25311

"case" / "with" / "select" choice on line 861:

861:        4  when 1 | 2 | 3 | 4, 
Choice ofCountThreshold
Bin34091

"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
Bin53951

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Choice ofCountThreshold
Bin64171

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8, 
Choice ofCountThreshold
Bin73351

"case" / "with" / "select" choice on line 862:

862:        5  when 5 | 6 | 7 | 8
Choice ofCountThreshold
Bin815481

"case" / "with" / "select" choice on line 863:

863:        6  when 12
Choice ofCountThreshold
Bin123741

"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
Bin20851

"case" / "with" / "select" choice on line 866:

866:        9  when 24
Choice ofCountThreshold
Bin241761

"case" / "with" / "select" choice on line 867:

867:        11 when 32
Choice ofCountThreshold
Bin32831

"case" / "with" / "select" choice on line 868:

868:        15 when 48
Choice ofCountThreshold
Bin481061

"case" / "with" / "select" choice on line 869:

869:        19 when 64
Choice ofCountThreshold
Bin64941

"case" / "with" / "select" choice on line 870:

870:        0  when others
Choice ofCountThreshold
Binothers72561

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

872:    txtb_gate_mem_read <= '1' when (txtb_ptr_d > txtb_num_words_gate
Evaluated toCountThreshold
BinTrue170511
BinFalse966661

"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
BinTrue307991
BinFalse2659431

"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
BinTrue200701
BinFalse2458731

"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
BinTrue260641
BinFalse1919991

"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
BinTrue318211
BinFalse1601781

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

895:    crc_src_i <= C_CRC21_SRC when (crc_use_21 = '1') else 
Evaluated toCountThreshold
BinTrue489901
BinFalse764081

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

896:                 C_CRC17_SRC when (crc_use_17 = '1') else 
Evaluated toCountThreshold
BinTrue294171
BinFalse469911

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

899:    crc_length_i <= C_CRC15_DURATION when (crc_src_i = C_CRC15_SRC) else 
Evaluated toCountThreshold
BinTrue453901
BinFalse555131

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

900:                    C_CRC17_DURATION when (crc_src_i = C_CRC17_SRC) else 
Evaluated toCountThreshold
BinTrue294171
BinFalse260961

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

931:    data_length_c <= tran_data_length when (is_transmitter = '1') else 
Evaluated toCountThreshold
BinTrue22727431
BinFalse29327651

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

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

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

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

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

953:            if (mr_command_ercrst = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse5437915081

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

955:            elsif (rx_trigger = '1' and clr_bus_off_rst_flg = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse5437913381

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

972:        if (err_frm_req = '1') then 
Evaluated toCountThreshold
BinTrue321731
BinFalse51283551

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

973:            if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue280061
BinFalse41671

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

974:                if (is_err_active = '1') then 
Evaluated toCountThreshold
BinTrue209371
BinFalse70691

"case" / "with" / "select" choice on line 989:

989:            when s_pc_off => 
Choice ofCountThreshold
Bins_pc_off298591

"case" / "with" / "select" choice on line 995:

995:            when s_pc_integrating => 
Choice ofCountThreshold
Bins_pc_integrating406011

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

996:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue107901
BinFalse298111

"case" / "with" / "select" choice on line 1003:

1003:            when s_pc_sof => 
Choice ofCountThreshold
Bins_pc_sof822331

"case" / "with" / "select" choice on line 1009:

1009:            when s_pc_base_id => 
Choice ofCountThreshold
Bins_pc_base_id6377061

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

1010:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue874901
BinFalse5502161

"case" / "with" / "select" choice on line 1017:

1017:            when s_pc_rtr_srr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_srr_r11493591

"case" / "with" / "select" choice on line 1023:

1023:            when s_pc_ide => 
Choice ofCountThreshold
Bins_pc_ide737501

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

1024:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue378411
BinFalse359091

"case" / "with" / "select" choice on line 1033:

1033:            when s_pc_ext_id => 
Choice ofCountThreshold
Bins_pc_ext_id1765761

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

1034:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue231291
BinFalse1534471

"case" / "with" / "select" choice on line 1041:

1041:            when s_pc_rtr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_r1404381

"case" / "with" / "select" choice on line 1047:

1047:            when s_pc_edl_r1 => 
Choice ofCountThreshold
Bins_pc_edl_r1320661

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

1048:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue200081
BinFalse120581

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

1051:                    if (pex_on_fdf_enable = '1') then 
Evaluated toCountThreshold
BinTrue81
BinFalse120501

"case" / "with" / "select" choice on line 1061:

1061:            when s_pc_r0_ext => 
Choice ofCountThreshold
Bins_pc_r0_ext110671

"case" / "with" / "select" choice on line 1067:

1067:            when s_pc_r0_fd => 
Choice ofCountThreshold
Bins_pc_r0_fd913041

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

1068:                if (rx_data_nbs = RECESSIVE and pex_on_res_enable = '1') then 
Evaluated toCountThreshold
BinTrue1941
BinFalse911101

"case" / "with" / "select" choice on line 1077:

1077:            when s_pc_edl_r0 => 
Choice ofCountThreshold
Bins_pc_edl_r0588141

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

1078:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue357911
BinFalse230231

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

1082:                    if (pex_on_fdf_enable = '1') then 
Evaluated toCountThreshold
BinTrue251
BinFalse229981

"case" / "with" / "select" choice on line 1092:

1092:            when s_pc_brs => 
Choice ofCountThreshold
Bins_pc_brs498161

"case" / "with" / "select" choice on line 1098:

1098:            when s_pc_esi => 
Choice ofCountThreshold
Bins_pc_esi505121

"case" / "with" / "select" choice on line 1104:

1104:            when s_pc_dlc => 
Choice ofCountThreshold
Bins_pc_dlc2032801

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

1105:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue828661
BinFalse1204141

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

1106:                    if (no_data_field = '1') then 
Evaluated toCountThreshold
BinTrue319011
BinFalse509651

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

1107:                        if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue65601
BinFalse253411

"case" / "with" / "select" choice on line 1120:

1120:            when s_pc_data => 
Choice ofCountThreshold
Bins_pc_data19458401

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

1121:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue660381
BinFalse18798021

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

1122:                    if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue420061
BinFalse240321

"case" / "with" / "select" choice on line 1132:

1132:            when s_pc_stuff_count => 
Choice ofCountThreshold
Bins_pc_stuff_count880251

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

1133:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue335091
BinFalse545161

"case" / "with" / "select" choice on line 1140:

1140:            when s_pc_crc => 
Choice ofCountThreshold
Bins_pc_crc4425951

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

1141:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue897511
BinFalse3528441

"case" / "with" / "select" choice on line 1148:

1148:            when s_pc_crc_delim => 
Choice ofCountThreshold
Bins_pc_crc_delim770771

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

1149:                if (is_fd_frame = '1') then 
Evaluated toCountThreshold
BinTrue316251
BinFalse454521

"case" / "with" / "select" choice on line 1158:

1158:            when s_pc_ack => 
Choice ofCountThreshold
Bins_pc_ack331781

"case" / "with" / "select" choice on line 1164:

1164:            when s_pc_ack_fd_1 => 
Choice ofCountThreshold
Bins_pc_ack_fd_1236321

"case" / "with" / "select" choice on line 1170:

1170:            when s_pc_ack_fd_2 => 
Choice ofCountThreshold
Bins_pc_ack_fd_2235661

"case" / "with" / "select" choice on line 1176:

1176:            when s_pc_ack_delim => 
Choice ofCountThreshold
Bins_pc_ack_delim449181

"case" / "with" / "select" choice on line 1183:

1183:            when s_pc_eof => 
Choice ofCountThreshold
Bins_pc_eof547251

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

1184:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue261931
BinFalse285321

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

1185:                    if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue260211
BinFalse1721

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

1187:                    elsif (is_receiver = '1') then 
Evaluated toCountThreshold
BinTrue1561
BinFalse161

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

1188:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue1511
BinFalse51

"case" / "with" / "select" choice on line 1199:

1199:            when s_pc_intermission => 
Choice ofCountThreshold
Bins_pc_intermission1690331

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

1200:                if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue2161
BinFalse1688171

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

1204:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1037921
BinFalse650251

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

1205:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue9351
BinFalse1028571

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

1207:                    elsif (go_to_suspend = '1') then 
Evaluated toCountThreshold
BinTrue56891
BinFalse971681

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

1209:                    elsif (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue198061
BinFalse773621

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

1216:                elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue3361
BinFalse646891

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

1217:                    if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue3101
BinFalse261

"case" / "with" / "select" choice on line 1227:

1227:            when s_pc_suspend => 
Choice ofCountThreshold
Bins_pc_suspend83071

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

1228:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue931
BinFalse82141

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

1230:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue54101
BinFalse28041

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

1233:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue7991
BinFalse46111

"case" / "with" / "select" choice on line 1243:

1243:            when s_pc_idle => 
Choice ofCountThreshold
Bins_pc_idle2213111

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

1244:               if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue67721
BinFalse2145391

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

1246:               elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue300941
BinFalse1844451

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

1248:               elsif (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue199131
BinFalse1645321

"case" / "with" / "select" choice on line 1255:

1255:            when s_pc_reintegrating_wait => 
Choice ofCountThreshold
Bins_pc_reintegrating_wait7141

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

1256:                if (mr_command_ercrst_q = '1') then 
Evaluated toCountThreshold
BinTrue1701
BinFalse5441

"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_flag640021

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

1272:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue195151
BinFalse444871

"case" / "with" / "select" choice on line 1279:

1279:            when s_pc_pas_err_flag => 
Choice ofCountThreshold
Bins_pc_pas_err_flag242921

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

1280:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue79461
BinFalse163461

"case" / "with" / "select" choice on line 1287:

1287:            when s_pc_err_delim_wait => 
Choice ofCountThreshold
Bins_pc_err_delim_wait762621

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

1288:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue354461
BinFalse408161

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

1290:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue208651
BinFalse199511

"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_long1231

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

1306:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue351
BinFalse881

"case" / "with" / "select" choice on line 1313:

1313:            when s_pc_err_delim => 
Choice ofCountThreshold
Bins_pc_err_delim530351

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

1314:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue269671
BinFalse260681

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

1315:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue1681
BinFalse267991

"case" / "with" / "select" choice on line 1325:

1325:            when s_pc_ovr_flag => 
Choice ofCountThreshold
Bins_pc_ovr_flag14331

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

1326:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue7761
BinFalse6571

"case" / "with" / "select" choice on line 1333:

1333:            when s_pc_ovr_delim_wait => 
Choice ofCountThreshold
Bins_pc_ovr_delim_wait14101

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

1334:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue5001
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
BinTrue4111
BinFalse5271

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

1345:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue331
BinFalse3781

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

1515:        if (err_frm_req = '1') then 
Evaluated toCountThreshold
BinTrue460361
BinFalse407397601

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

1518:            if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue418351
BinFalse42011

"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
BinTrue144011
BinFalse316351

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

1536:            if (is_transmitter = '1' and block_txtb_unlock = '0') then 
Evaluated toCountThreshold
BinTrue247081
BinFalse213281

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

1537:                if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue179181
BinFalse67901

"case" / "with" / "select" choice on line 1554:

1554:            when s_pc_off => 
Choice ofCountThreshold
Bins_pc_off660511

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

1555:                if (mr_settings_ena = CTU_CAN_ENABLED) then 
Evaluated toCountThreshold
BinTrue274671
BinFalse385841

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

1563:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue571
BinFalse274101

"case" / "with" / "select" choice on line 1575:

1575:            when s_pc_integrating => 
Choice ofCountThreshold
Bins_pc_integrating3263611

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

1582:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
Evaluated toCountThreshold
BinTrue345511
BinFalse2918101

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

1587:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue273031
BinFalse2990581

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

1591:                if (integ_restart_edge = '1') then 
Evaluated toCountThreshold
BinTrue72431
BinFalse3191181

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

1595:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue322421
BinFalse2941191

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

1603:                    if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue194011
BinFalse128411

"case" / "with" / "select" choice on line 1612:

1612:            when s_pc_sof => 
Choice ofCountThreshold
Bins_pc_sof2935061

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

1633:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue2437681
BinFalse497381

"case" / "with" / "select" choice on line 1640:

1640:            when s_pc_base_id => 
Choice ofCountThreshold
Bins_pc_base_id34256451

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

1650:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue19601
BinFalse34236851

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

1653:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue1931
BinFalse17671

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

1660:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2919711
BinFalse31336741

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

1665:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue3492031
BinFalse30764421

"case" / "with" / "select" choice on line 1672:

1672:            when s_pc_rtr_srr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_srr_r14083561

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

1681:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue1841
BinFalse4081721

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

1684:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue601
BinFalse1241

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

1691:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
Evaluated toCountThreshold
BinTrue1107041
BinFalse2976521

"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
BinTrue1059711
BinFalse47331

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

1697:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue436901
BinFalse3646661

"case" / "with" / "select" choice on line 1704:

1704:            when s_pc_ide => 
Choice ofCountThreshold
Bins_pc_ide2119481

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

1710:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1031151
BinFalse1088331

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

1718:                if (ide_is_arbitration = '1' and arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue1421
BinFalse2118061

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

1721:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue861
BinFalse561

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

1728:                if (ide_is_arbitration = '1') then 
Evaluated toCountThreshold
BinTrue1594371
BinFalse525111

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

1735:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue98131
BinFalse2021351

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

1739:                if (is_transmitter = '1' and tran_ident_type = BASE) then 
Evaluated toCountThreshold
BinTrue524951
BinFalse1594531

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

1743:                if (ide_is_arbitration = '1') then 
Evaluated toCountThreshold
BinTrue1594371
BinFalse525111

"case" / "with" / "select" choice on line 1752:

1752:            when s_pc_ext_id => 
Choice ofCountThreshold
Bins_pc_ext_id14410571

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

1762:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue6601
BinFalse14403971

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

1765:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue2301
BinFalse4301

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

1772:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue839121
BinFalse13571451

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

1777:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1962501
BinFalse12448071

"case" / "with" / "select" choice on line 1784:

1784:            when s_pc_rtr_r1 => 
Choice ofCountThreshold
Bins_pc_rtr_r11091691

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

1794:                if (arbitration_lost_condition = '1') then 
Evaluated toCountThreshold
BinTrue561
BinFalse1091131

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

1797:                    if (tx_failed = '1') then 
Evaluated toCountThreshold
BinTrue281
BinFalse281

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

1804:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue511431
BinFalse580261

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

1805:                    if (tran_frame_type_i = FD_CAN) then 
Evaluated toCountThreshold
BinTrue299811
BinFalse211621

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

1807:                    elsif (tran_is_rtr = NO_RTR_FRAME) then 
Evaluated toCountThreshold
BinTrue169991
BinFalse41631

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

1812:                if (tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue159851
BinFalse931841

"case" / "with" / "select" choice on line 1819:

1819:            when s_pc_edl_r1 => 
Choice ofCountThreshold
Bins_pc_edl_r1884741

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

1827:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue369691
BinFalse515051

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

1828:                    if (tran_frame_type_i = NORMAL_CAN) then 
Evaluated toCountThreshold
BinTrue153641
BinFalse216051

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

1836:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE
Evaluated toCountThreshold
BinTrue1151
BinFalse883591

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

1838:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue901
BinFalse251

"case" / "with" / "select" choice on line 1853:

1853:            when s_pc_r0_ext => 
Choice ofCountThreshold
Bins_pc_r0_ext334841

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

1864:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue144661
BinFalse190181

"case" / "with" / "select" choice on line 1871:

1871:            when s_pc_r0_fd => 
Choice ofCountThreshold
Bins_pc_r0_fd3121621

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

1880:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue1124121
BinFalse1997501

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

1886:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue2374111
BinFalse747511

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

1887:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue2370051
BinFalse4061

"case" / "with" / "select" choice on line 1902:

1902:            when s_pc_edl_r0 => 
Choice ofCountThreshold
Bins_pc_edl_r01435811

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

1910:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue930361
BinFalse505451

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

1916:                if (is_transmitter = '1' and tran_frame_type_i = NORMAL_CAN) then 
Evaluated toCountThreshold
BinTrue220381
BinFalse1215431

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

1924:                if (rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE) then 
Evaluated toCountThreshold
BinTrue2191
BinFalse1433621

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

1925:                    if (mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED) then 
Evaluated toCountThreshold
BinTrue1561
BinFalse631

"case" / "with" / "select" choice on line 1940:

1940:            when s_pc_brs => 
Choice ofCountThreshold
Bins_pc_brs1277181

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

1950:                if (is_transmitter = '1' and tran_brs = BR_NO_SHIFT) then 
Evaluated toCountThreshold
BinTrue146861
BinFalse1130321

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

1954:                if (rx_data_nbs = RECESSIVE and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue344251
BinFalse932931

"case" / "with" / "select" choice on line 1962:

1962:            when s_pc_esi => 
Choice ofCountThreshold
Bins_pc_esi2155151

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

1974:                if (is_transmitter = '1' and is_err_active = '1') then 
Evaluated toCountThreshold
BinTrue789211
BinFalse1365941

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

1979:                if (sp_control_q_i = SECONDARY_SAMPLE) then 
Evaluated toCountThreshold
BinTrue166371
BinFalse1988781

"case" / "with" / "select" choice on line 1987:

1987:            when s_pc_dlc => 
Choice ofCountThreshold
Bins_pc_dlc9980511

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

1996:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue3571931
BinFalse6408581

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

2003:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue4176711
BinFalse5803801

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

2007:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2711891
BinFalse7268621

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

2011:                    if (no_data_field = '1') then 
Evaluated toCountThreshold
BinTrue1109471
BinFalse1602421

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

2012:                        if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue161741
BinFalse947731

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

2024:                    if (is_transmitter = '1' and mr_settings_ilbp = '1') then 
Evaluated toCountThreshold
BinTrue21051
BinFalse2690841

"case" / "with" / "select" choice on line 2037:

2037:            when s_pc_data => 
Choice ofCountThreshold
Bins_pc_data197958211

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

2048:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue160883741
BinFalse37074471

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

2055:                if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue69633591
BinFalse128324621

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

2059:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1328981
BinFalse196629231

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

2063:                    if (go_to_stuff_count = '1') then 
Evaluated toCountThreshold
BinTrue813531
BinFalse515451

"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
BinTrue5721841
BinFalse192236371

"case" / "with" / "select" choice on line 2088:

2088:            when s_pc_stuff_count => 
Choice ofCountThreshold
Bins_pc_stuff_count3792191

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

2098:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue2007541
BinFalse1784651

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

2102:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue886041
BinFalse2906151

"case" / "with" / "select" choice on line 2113:

2113:            when s_pc_crc => 
Choice ofCountThreshold
Bins_pc_crc29202431

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

2121:                if (sp_control_q_i /= NOMINAL_SAMPLE) then 
Evaluated toCountThreshold
BinTrue8323741
BinFalse20878691

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

2125:                if (is_fd_frame = '1') then 
Evaluated toCountThreshold
BinTrue15063731
BinFalse14138701

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

2129:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2590391
BinFalse26612041

"case" / "with" / "select" choice on line 2136:

2136:            when s_pc_crc_delim => 
Choice ofCountThreshold
Bins_pc_crc_delim1737431

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

2170:                if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue999731
BinFalse737701

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

2173:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue315641
BinFalse684091

"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
BinTrue228391
BinFalse771341

"case" / "with" / "select" choice on line 2186:

2186:            when s_pc_ack => 
Choice ofCountThreshold
Bins_pc_ack1796421

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

2192:                if (tx_dominant_ack = '1') then 
Evaluated toCountThreshold
BinTrue920211
BinFalse876211

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

2196:                if (allow_flipped_ack = '1') then 
Evaluated toCountThreshold
BinTrue971591
BinFalse824831

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

2200:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue250981
BinFalse1545441

"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
BinTrue459721
BinFalse1336701

"case" / "with" / "select" choice on line 2211:

2211:            when s_pc_ack_fd_1 => 
Choice ofCountThreshold
Bins_pc_ack_fd_11240631

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

2217:                if (tx_dominant_ack = '1') then 
Evaluated toCountThreshold
BinTrue571321
BinFalse669311

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

2221:                if (allow_flipped_ack = '1') then 
Evaluated toCountThreshold
BinTrue725771
BinFalse514861

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

2225:                if (is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue172571
BinFalse1068061

"case" / "with" / "select" choice on line 2232:

2232:            when s_pc_ack_fd_2 => 
Choice ofCountThreshold
Bins_pc_ack_fd_2651211

"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
BinTrue15511
BinFalse635701

"case" / "with" / "select" choice on line 2251:

2251:            when s_pc_ack_delim => 
Choice ofCountThreshold
Bins_pc_ack_delim1271701

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

2259:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue481791
BinFalse789911

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

2263:                if (is_receiver = '1' and crc_match = '0') then 
Evaluated toCountThreshold
BinTrue61841
BinFalse1209861

"case" / "with" / "select" choice on line 2271:

2271:            when s_pc_eof => 
Choice ofCountThreshold
Bins_pc_eof5116241

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

2277:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue1348621
BinFalse3767621

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

2281:                    if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue1344241
BinFalse4381

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

2285:                        if (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue445681
BinFalse898561

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

2289:                    elsif (is_receiver = '1') then 
Evaluated toCountThreshold
BinTrue3901
BinFalse481

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

2290:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue3801
BinFalse101

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

2303:                if (ctrl_ctr_one = '1' and rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue781171
BinFalse4335071

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

2310:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue41871
BinFalse5074371

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

2311:                    if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue37491
BinFalse4381

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

2313:                    elsif (is_transmitter = '1') then 
Evaluated toCountThreshold
BinTrue481
BinFalse3901

"case" / "with" / "select" choice on line 2321:

2321:            when s_pc_intermission => 
Choice ofCountThreshold
Bins_pc_intermission5460051

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

2328:                if (is_bus_off = '1') then 
Evaluated toCountThreshold
BinTrue4321
BinFalse5455731

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

2333:                    if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue2094101
BinFalse3361631

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

2339:                        if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue22301
BinFalse2071801

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

2354:                        if (tran_frame_valid = '1' and go_to_suspend = '0') then 
Evaluated toCountThreshold
BinTrue322721
BinFalse1771381

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

2359:                            if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue10321
BinFalse312401

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

2363:                        elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue11981
BinFalse1759401

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

2369:                        if (frame_start = '1') then 
Evaluated toCountThreshold
BinTrue330121
BinFalse1763981

"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
BinTrue1645971
BinFalse448131

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

2383:                    elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue9251
BinFalse3352381

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

2386:                        if (mr_mode_rom = ROM_DISABLED) then 
Evaluated toCountThreshold
BinTrue8701
BinFalse551

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

2397:                if (ctrl_ctr_zero = '1' or ctrl_ctr_one = '1') then 
Evaluated toCountThreshold
BinTrue3645681
BinFalse1814371

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

2402:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue3364871
BinFalse2095181

"case" / "with" / "select" choice on line 2409:

2409:            when s_pc_suspend => 
Choice ofCountThreshold
Bins_pc_suspend538201

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

2416:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue2791
BinFalse535411

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

2429:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue107111
BinFalse428301

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

2431:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue15611
BinFalse91501

"case" / "with" / "select" choice on line 2445:

2445:            when s_pc_idle => 
Choice ofCountThreshold
Bins_pc_idle58877841

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

2450:                if (is_bus_off = '0') then 
Evaluated toCountThreshold
BinTrue58808821
BinFalse69021

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

2451:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue843521
BinFalse57965301

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

2460:                    if (tran_frame_valid = '1') then 
Evaluated toCountThreshold
BinTrue577421
BinFalse58231401

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

2467:                        if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue181
BinFalse577241

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

2471:                    elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue843341
BinFalse57388061

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

2477:                    if (frame_start = '1') then 
Evaluated toCountThreshold
BinTrue922531
BinFalse57886291

"case" / "with" / "select" choice on line 2490:

2490:            when s_pc_reintegrating_wait => 
Choice ofCountThreshold
Bins_pc_reintegrating_wait92311

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

2493:                if (mr_command_ercrst_q = '1') then 
Evaluated toCountThreshold
BinTrue4251
BinFalse88061

"case" / "with" / "select" choice on line 2504:

2504:            when s_pc_reintegrating => 
Choice ofCountThreshold
Bins_pc_reintegrating5607401

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

2510:                if (rx_data_nbs = DOMINANT or sync_edge = '1') then 
Evaluated toCountThreshold
BinTrue69661
BinFalse5537741

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

2515:                if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue49021
BinFalse5558381

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

2519:                if (integ_restart_edge = '1') then 
Evaluated toCountThreshold
BinTrue20641
BinFalse5586761

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

2523:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue658221
BinFalse4949181

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

2527:                if (ctrl_ctr_zero = '1' and reinteg_ctr_expired = '0') then 
Evaluated toCountThreshold
BinTrue653121
BinFalse4954281

"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
BinFalse5604001

"case" / "with" / "select" choice on line 2542:

2542:            when s_pc_act_err_flag => 
Choice ofCountThreshold
Bins_pc_act_err_flag3832911

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

2548:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue575771
BinFalse3257141

"case" / "with" / "select" choice on line 2558:

2558:            when s_pc_pas_err_flag => 
Choice ofCountThreshold
Bins_pc_pas_err_flag1502821

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

2569:                if (rx_data_nbs_prev /= rx_data_nbs) then 
Evaluated toCountThreshold
BinTrue159571
BinFalse1343251

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

2572:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue245851
BinFalse1097401

"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
BinFalse1502661

"case" / "with" / "select" choice on line 2589:

2589:            when s_pc_err_delim_wait => 
Choice ofCountThreshold
Bins_pc_err_delim_wait2032411

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

2598:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue1713811
BinFalse318601

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

2604:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue768781
BinFalse1263631

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

2612:                if (rx_data_nbs = DOMINANT and first_err_delim_q = '1') then 
Evaluated toCountThreshold
BinTrue861001
BinFalse1171411

"case" / "with" / "select" choice on line 2621:

2621:            when s_pc_err_flag_too_long => 
Choice ofCountThreshold
Bins_pc_err_flag_too_long58621

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

2627:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue3081
BinFalse55541

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

2634:                elsif (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue11901
BinFalse43641

"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_delim4406651

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

2673:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue788541
BinFalse3618111

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

2677:                    if (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue3761
BinFalse784781

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

2682:                elsif (rx_data_nbs = DOMINANT) then 
Evaluated toCountThreshold
BinTrue6101
BinFalse3612011

"case" / "with" / "select" choice on line 2689:

2689:            when s_pc_ovr_flag => 
Choice ofCountThreshold
Bins_pc_ovr_flag90331

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

2695:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue17291
BinFalse73041

"case" / "with" / "select" choice on line 2704:

2704:            when s_pc_ovr_delim_wait => 
Choice ofCountThreshold
Bins_pc_ovr_delim_wait35661

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

2708:                if (ctrl_ctr_zero = '0') then 
Evaluated toCountThreshold
BinTrue29991
BinFalse5671

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

2718:                if (rx_data_nbs = RECESSIVE) then 
Evaluated toCountThreshold
BinTrue11221
BinFalse24441

"case" / "with" / "select" choice on line 2727:

2727:            when s_pc_ovr_delim  => 
Choice ofCountThreshold
Bins_pc_ovr_delim75901

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

2733:                if (ctrl_ctr_zero = '1') then 
Evaluated toCountThreshold
BinTrue13141
BinFalse62761

"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
BinTrue2481
BinFalse60281

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

2754:    state_reg_ce <= '1' when (tick_state_reg = '1' and ctrl_signal_upd = '1'
Evaluated toCountThreshold
BinTrue11524021
BinFalse204235521

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

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

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

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

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

2763:            if (state_reg_ce = '1') then 
Evaluated toCountThreshold
BinTrue8296361
BinFalse5429620421

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

2777:    ctrl_ctr_pload <= ctrl_ctr_pload_i when (curr_state = s_pc_off) else 
Evaluated toCountThreshold
BinTrue292531
BinFalse224841741

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

2778:                      ctrl_ctr_pload_i when (ctrl_signal_upd = '1') else 
Evaluated toCountThreshold
BinTrue119978781
BinFalse104862961

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

2779:                      '1' when (ctrl_ctr_pload_unaliged = '1') else 
Evaluated toCountThreshold
BinTrue46391
BinFalse104816571

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

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

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

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

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

2799:            if ((is_receiver = '1' or mr_settings_ilbp = '1') and (rx_trigger = '1')
Evaluated toCountThreshold
BinTrue43899301
BinFalse5394017481

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

2815:    ctrl_signal_upd <= '1' when (rx_trigger = '1' or err_frm_req = '1'
Evaluated toCountThreshold
BinTrue104015201
BinFalse103855131

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

2819:    rec_ivld_d <= rec_ivld_i when (rx_trigger = '1'
Evaluated toCountThreshold
BinTrue105216821
BinFalse103785201

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

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

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

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

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

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

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

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

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

2849:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue103909421
BinFalse5334007361

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

2885:    tx_shift_ena <= '1' when (tx_shift_ena_i = '1' and is_transmitter = '1'
Evaluated toCountThreshold
BinTrue562061
BinFalse2345801

"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
BinTrue20181
BinFalse859231

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

2913:    sp_control_d <=   NOMINAL_SAMPLE when (sp_control_switch_nominal = '1'
Evaluated toCountThreshold
BinTrue476981
BinFalse972601

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

2915:                    SECONDARY_SAMPLE when (switch_to_ssp = '1'
Evaluated toCountThreshold
BinTrue60291
BinFalse912311

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

2917:                         DATA_SAMPLE when (sp_control_switch_data = '1'
Evaluated toCountThreshold
BinTrue387801
BinFalse524511

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

2921:    sp_control_ce <= '1' when (sp_control_switch_nominal = '1') else 
Evaluated toCountThreshold
BinTrue272741
BinFalse712491

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

2922:                     '1' when (sp_control_switch_data = '1') else 
Evaluated toCountThreshold
BinTrue203991
BinFalse508501

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

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

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

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

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

2930:            if (sp_control_ce = '1') then 
Evaluated toCountThreshold
BinTrue407981
BinFalse5437508801

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

2936:    sp_control <= sp_control_d when (br_shifted_i = '1') else 
Evaluated toCountThreshold
BinTrue1381371
BinFalse609271

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

2944:    act_err_ovr_flag <= '1' when (curr_state = s_pc_act_err_flag) else 
Evaluated toCountThreshold
BinTrue191051
BinFalse8171441

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

2945:                        '1' when (curr_state = s_pc_ovr_flag) else 
Evaluated toCountThreshold
BinTrue5611
BinFalse8165831

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

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

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

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

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

2953:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue103596401
BinFalse5334320381

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

2963:    primary_err <= '1' when (primary_err_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue227701
BinFalse207228281

"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
BinFalse207225841

"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
BinFalse207231681

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

2975:    rx_clear <= '1' when (rx_clear_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue707761
BinFalse207733551

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

2985:    bit_err_enable <= '0' when (bit_err_disable = '1') else 
Evaluated toCountThreshold
BinTrue1393631
BinFalse1206471

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

2986:                      '0' when (bit_err_disable_receiver = '1' and is_receiver = '1') else 
Evaluated toCountThreshold
BinTrue286991
BinFalse919481

"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
BinTrue152583821
BinFalse56263161

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

2998:                      '1' when (arbitration_lost_i = '1' and rx_trigger = '1') else 
Evaluated toCountThreshold
BinTrue3051
BinFalse56260111

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

2999:                      '1' when (err_frm_req = '1') else 
Evaluated toCountThreshold
BinTrue110751
BinFalse56149361

"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
BinTrue111121
BinFalse207417201

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

3008:                        '1' when (txtb_hw_cmd_d.failed = '1') else 
Evaluated toCountThreshold
BinTrue151771
BinFalse207265431

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

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

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

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

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

3021:            if (retr_ctr_add_i = '1') then 
Evaluated toCountThreshold
BinTrue11111
BinFalse5437905671

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

3023:            elsif (retr_ctr_add_block_clr = '1') then 
Evaluated toCountThreshold
BinTrue109404821
BinFalse5328500851

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

3031:    sof_pulse <= '1' when (sof_pulse_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue806861
BinFalse207228281

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

3038:    compl_ctr_ena <= '1' when (compl_ctr_ena_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue45086711
BinFalse162877971

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

3045:    set_transmitter <= '1' when (set_transmitter_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue402891
BinFalse207429611

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

3055:    set_receiver <= '1' when (set_receiver_i = '1'
Evaluated toCountThreshold
BinTrue304871
BinFalse336891

"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
BinTrue965971
BinFalse207916971

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

3077:    crc_calc_from_rx <= '1' when (crc_spec_enable_i = '1') else 
Evaluated toCountThreshold
BinTrue1394911
BinFalse2021801

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

3078:                        '1' when (is_arbitration_i = '1') else 
Evaluated toCountThreshold
BinTrue563541
BinFalse1458261

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

3079:                        '1' when (is_receiver = '1') else 
Evaluated toCountThreshold
BinTrue581941
BinFalse876321

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

3082:    load_init_vect <= '1' when (load_init_vect_i = '1' and rx_trigger = '1'
Evaluated toCountThreshold
BinTrue1134591
BinFalse206214541

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

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

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

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

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

3094:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue103909421
BinFalse5334007361

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

3095:                if (stuff_enable_set = '1') then 
Evaluated toCountThreshold
BinTrue252751
BinFalse103656671

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

3097:                elsif (stuff_enable_clear = '1') then 
Evaluated toCountThreshold
BinTrue617451
BinFalse103039221

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

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

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

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

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

3112:            if (ctrl_signal_upd = '1') then 
Evaluated toCountThreshold
BinTrue103909421
BinFalse5334007361

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

3113:                if (destuff_enable_set = '1') then 
Evaluated toCountThreshold
BinTrue557621
BinFalse103351801

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

3115:                elsif (destuff_enable_clear = '1') then 
Evaluated toCountThreshold
BinTrue611221
BinFalse102740581

"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
BinTrue226291
BinFalse3890151

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

3130:                    HARD_SYNC when (perform_hsync = '1'
Evaluated toCountThreshold
BinTrue1817511
BinFalse2072641

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

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

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

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

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

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

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

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

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

3151:            if (txtb_clk_en_d = '1') then 
Evaluated toCountThreshold
BinTrue798201
BinFalse5437118581

"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
BinTrue968711
BinFalse1206591

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

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

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

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

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

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

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

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

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

3183:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue103596401
BinFalse5334320381

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

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

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

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

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

3197:            if (rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue103596401
BinFalse5334320381

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

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

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

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

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

3211:            if (ack_err_i = '1' and rx_trigger = '1') then 
Evaluated toCountThreshold
BinTrue13211
BinFalse5437903571

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

3213:            elsif (ack_err_flag_clr = '1') then 
Evaluated toCountThreshold
BinTrue23375101
BinFalse5414528471

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

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

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

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

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

3227:            if (pexs_set = '1') then 
Evaluated toCountThreshold
BinTrue60101
BinFalse5437856681

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

3229:            elsif (mr_command_cpexs = '1') then 
Evaluated toCountThreshold
BinTrue601
BinFalse5437856081

Uncovered toggles:

Excluded toggles:

Port:

 CLK_SYS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RES_N
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 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_SOF01249241
BinIS_SOF10265251
BinIS_ARBITRATION01557231
BinIS_ARBITRATION10573241
BinIS_CONTROL01509701
BinIS_CONTROL10525711
BinIS_DATA01368201
BinIS_DATA10384211
BinIS_STUFF_COUNT01135021
BinIS_STUFF_COUNT10151031
BinIS_CRC01312131
BinIS_CRC10328141
BinIS_CRC_DELIM01297351
BinIS_CRC_DELIM10313361
BinIS_ACK01295881
BinIS_ACK10311891
BinIS_ACK_DELIM01281651
BinIS_ACK_DELIM10297661
BinIS_EOF01272731
BinIS_EOF10288741
BinIS_OVERLOAD015291
BinIS_OVERLOAD1021301
BinIS_ERR01271351
BinIS_ERR10287291
BinIS_INTERMISSION01517161
BinIS_INTERMISSION10533161
BinIS_SUSPEND0127791
BinIS_SUSPEND1043801

Port:

 STORE_METADATA
FromToCountThreshold
Bin01285391
Bin10301401

Port:

 STORE_DATA
FromToCountThreshold
Bin01884361
Bin10900371

Port:

 REC_VALID
FromToCountThreshold
Bin01151781
Bin10167791

Port:

 REC_ABORT
FromToCountThreshold
Bin01313021
Bin10329031

Port:

 SOF_PULSE
FromToCountThreshold
Bin01806861
Bin10822871

Port:

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

Port:

 TXTB_CLK_EN
FromToCountThreshold
Bin01798201
Bin10814211

Port:

 TX_LOAD_BASE_ID
FromToCountThreshold
Bin01506231
Bin10522241

Port:

 TX_LOAD_EXT_ID
FromToCountThreshold
Bin01393651
Bin10409661

Port:

 TX_LOAD_DLC
FromToCountThreshold
Bin011225491
Bin101241501

Port:

 TX_LOAD_DATA_WORD
FromToCountThreshold
Bin011569371
Bin101585381

Port:

 TX_LOAD_STUFF_COUNT
FromToCountThreshold
Bin01405101
Bin10421111

Port:

 TX_LOAD_CRC
FromToCountThreshold
Bin01576521
Bin10592531

Port:

 TX_SHIFT_ENA
FromToCountThreshold
Bin01562061
Bin10578071

Port:

 TX_DOMINANT
FromToCountThreshold
Bin011031861
Bin101047831

Port:

 RX_CLEAR
FromToCountThreshold
Bin01707761
Bin10723771

Port:

 RX_STORE_BASE_ID
FromToCountThreshold
Bin01538481
Bin10554491

Port:

 RX_STORE_EXT_ID
FromToCountThreshold
Bin01158081
Bin10174091

Port:

 RX_STORE_IDE
FromToCountThreshold
Bin011057861
Bin101073871

Port:

 RX_STORE_RTR
FromToCountThreshold
Bin011376181
Bin101392191

Port:

 RX_STORE_EDL
FromToCountThreshold
Bin011016861
Bin101032871

Port:

 RX_STORE_DLC
FromToCountThreshold
Bin01497901
Bin10513911

Port:

 RX_STORE_ESI
FromToCountThreshold
Bin01570501
Bin10586511

Port:

 RX_STORE_BRS
FromToCountThreshold
Bin01571501
Bin10587511

Port:

 RX_STORE_STUFF_COUNT
FromToCountThreshold
Bin01267741
Bin10283751

Port:

 RX_SHIFT_ENA
ElementFromToCountThreshold
Bin(3)012731601
Bin(3)105624731
Bin(2)012791141
Bin(2)105565191
Bin(1)012856561
Bin(1)105499771
Bin(0)012990041
Bin(0)105366291

Port:

 RX_SHIFT_IN_SEL
FromToCountThreshold
Bin01368201
Bin10384211

Port:

 REC_LBPF
FromToCountThreshold
Bin011801
Bin1017811

Port:

 REC_IVLD
FromToCountThreshold
Bin01509261
Bin10525181

Port:

 CTRL_CTR_PLOAD
FromToCountThreshold
Bin018422161
Bin108438161

Port:

 CTRL_CTR_PLOAD_VAL
ElementFromToCountThreshold
Bin(8)01164911
Bin(8)10180921
Bin(7)01181561
Bin(7)10197571
Bin(6)01195041
Bin(6)10211051
Bin(5)01293821
Bin(5)10309831
Bin(4)01821441
Bin(4)10837451
Bin(3)011556841
Bin(3)101572841
Bin(2)012696351
Bin(2)102712351
Bin(1)014058261
Bin(1)104074251
Bin(0)012873891
Bin(0)102889881

Port:

 CTRL_CTR_ENA
FromToCountThreshold
Bin012156781
Bin102172711

Port:

 COMPL_CTR_ENA
FromToCountThreshold
Bin0145086711
Bin1045102721

Port:

 ARBITRATION_PART
ElementFromToCountThreshold
Bin(2)01175841
Bin(2)10191851
Bin(1)01531161
Bin(1)10547171
Bin(0)011244471
Bin(0)101260481

Port:

 REINTEG_CTR_CLR
FromToCountThreshold
Bin011701
Bin1017711

Port:

 REINTEG_CTR_ENABLE
FromToCountThreshold
Bin01219381
Bin10235391

Port:

 RETR_CTR_CLEAR
FromToCountThreshold
Bin01205581
Bin10221591

Port:

 RETR_CTR_ADD
FromToCountThreshold
Bin01105471
Bin10121481

Port:

 FORM_ERR
FromToCountThreshold
Bin01874761
Bin10890771

Port:

 ACK_ERR
FromToCountThreshold
Bin0183771
Bin1099781

Port:

 CRC_CHECK
FromToCountThreshold
Bin01594671
Bin10610681

Port:

 BIT_ERR_ARB
FromToCountThreshold
Bin0114551
Bin1030561

Port:

 CRC_ERR
FromToCountThreshold
Bin0116161
Bin1032171

Port:

 CRC_CLEAR_MATCH_FLAG
FromToCountThreshold
Bin01573071
Bin10589081

Port:

 CRC_SRC
ElementFromToCountThreshold
Bin(1)01244951
Bin(1)10260961
Bin(0)01294171
Bin(0)10310131

Port:

 ERR_POS
ElementFromToCountThreshold
Bin(3)01844911
Bin(3)10828971
Bin(2)01578921
Bin(2)10562911
Bin(1)01893861
Bin(1)10877851
Bin(0)011237371
Bin(0)101221361

Port:

 STUFF_ENABLE
FromToCountThreshold
Bin01252751
Bin10268761

Port:

 DESTUFF_ENABLE
FromToCountThreshold
Bin01557621
Bin10573631

Port:

 FIXED_STUFF
FromToCountThreshold
Bin01135121
Bin10151131

Port:

 TX_FRAME_NO_SOF
FromToCountThreshold
Bin013511
Bin1019521

Port:

 ARBITRATION_LOST
FromToCountThreshold
Bin0111711
Bin1027721

Port:

 SET_TRANSMITTER
FromToCountThreshold
Bin01402891
Bin10418901

Port:

 SET_RECEIVER
FromToCountThreshold
Bin01304871
Bin10320881

Port:

 SET_IDLE
FromToCountThreshold
Bin01965791
Bin10981801

Port:

 PRIMARY_ERR
FromToCountThreshold
Bin01227701
Bin10243711

Port:

 ACT_ERR_OVR_FLAG
FromToCountThreshold
Bin01195921
Bin10211891

Port:

 SET_ERR_ACTIVE
FromToCountThreshold
Bin0166371
Bin1082381

Port:

 ERR_DELIM_LATE
FromToCountThreshold
Bin013901
Bin1019911

Port:

 DECREMENT_REC
FromToCountThreshold
Bin01149811
Bin10165821

Port:

 BIT_ERR_AFTER_ACK_ERR
FromToCountThreshold
Bin0181
Bin1016091

Port:

 SP_CONTROL
ElementFromToCountThreshold
Bin(1)0134341
Bin(1)1050351
Bin(0)01258581
Bin(0)10274591

Port:

 SP_CONTROL_Q
ElementFromToCountThreshold
Bin(1)0120181
Bin(1)1036191
Bin(0)01183811
Bin(0)10199821

Port:

 NBT_CTRS_EN
FromToCountThreshold
Bin0164831
Bin1080721

Port:

 DBT_CTRS_EN
FromToCountThreshold
Bin01675971
Bin10691981

Port:

 SYNC_CONTROL
ElementFromToCountThreshold
Bin(1)011002301
Bin(1)101002231
Bin(0)01926801
Bin(0)10926871

Port:

 SSP_RESET
FromToCountThreshold
Bin01331561
Bin10347571

Port:

 TRAN_DELAY_MEAS
FromToCountThreshold
Bin01371911
Bin10387921

Port:

 TRAN_VALID
FromToCountThreshold
Bin01111121
Bin10127131

Port:

 CRC_ENABLE
FromToCountThreshold
Bin01557621
Bin10573631

Port:

 CRC_SPEC_ENABLE
FromToCountThreshold
Bin011134911
Bin101150881

Port:

 CRC_CALC_FROM_RX
FromToCountThreshold
Bin01844401
Bin10860311

Port:

 LOAD_INIT_VECT
FromToCountThreshold
Bin011134591
Bin101150601

Port:

 BIT_ERR_ENABLE
FromToCountThreshold
Bin01673741
Bin10657811

Port:

 BR_SHIFTED
FromToCountThreshold
Bin01476481
Bin10492491

Port:

 BTMC_RESET
FromToCountThreshold
Bin01285751
Bin10301761

Port:

 DBT_MEASURE_START
FromToCountThreshold
Bin0119931
Bin1035941

Port:

 GEN_FIRST_SSP
FromToCountThreshold
Bin0119931
Bin1035941

Signal:

 STATE_REG_CE
FromToCountThreshold
Bin0111524021
Bin1011540031

Signal:

 NO_DATA_TRANSMITTER
FromToCountThreshold
Bin0161701
Bin1061721

Signal:

 NO_DATA_RECEIVER
FromToCountThreshold
Bin014265271
Bin104281261

Signal:

 NO_DATA_FIELD
FromToCountThreshold
Bin012706101
Bin102722111

Signal:

 CTRL_CTR_PLOAD_I
FromToCountThreshold
Bin014770821
Bin104786801

Signal:

 CTRL_CTR_PLOAD_UNALIGED
FromToCountThreshold
Bin0146471
Bin1062481

Signal:

 CRC_USE_21
FromToCountThreshold
Bin01244951
Bin10260961

Signal:

 CRC_USE_17
FromToCountThreshold
Bin01437941
Bin10453901

Signal:

 CRC_SRC_I
ElementFromToCountThreshold
Bin(1)01244951
Bin(1)10260961
Bin(0)01294171
Bin(0)10310131

Signal:

 CRC_LENGTH_I
ElementFromToCountThreshold
Bin(8)1016011
Bin(7)1016011
Bin(6)1016011
Bin(5)1016011
Bin(4)01453951
Bin(4)10453901
Bin(3)01453901
Bin(3)10453951
Bin(2)01310131
Bin(2)10294171
Bin(1)01453901
Bin(1)10453951
Bin(0)1016011

Signal:

 TRAN_DATA_LENGTH
ElementFromToCountThreshold
Bin(6)01941
Bin(6)1016951
Bin(5)011801
Bin(5)1017811
Bin(4)014751
Bin(4)1020761
Bin(3)0119431
Bin(3)1035431
Bin(2)0122341
Bin(2)1038341
Bin(1)0119901
Bin(1)1035901
Bin(0)0136171
Bin(0)1052181

Signal:

 REC_DATA_LENGTH
ElementFromToCountThreshold
Bin(6)01127931
Bin(6)10143941
Bin(5)0110561
Bin(5)1026571
Bin(4)0117171
Bin(4)1033181
Bin(3)01358821
Bin(3)10374821
Bin(2)01229631
Bin(2)10245611
Bin(1)01217971
Bin(1)10233951
Bin(0)01285421
Bin(0)10301391

Signal:

 REC_DATA_LENGTH_C
ElementFromToCountThreshold
Bin(6)012464541
Bin(6)102480531
Bin(5)013464421
Bin(5)103480431
Bin(4)014460601
Bin(4)104476611
Bin(3)017763731
Bin(3)107779681
Bin(2)018187781
Bin(2)108203761
Bin(1)015983411
Bin(1)105999401
Bin(0)0111748271
Bin(0)1011732341

Signal:

 DATA_LENGTH_C
ElementFromToCountThreshold
Bin(6)011659581
Bin(6)101675571
Bin(5)012175301
Bin(5)102191311
Bin(4)012599751
Bin(4)102615761
Bin(3)014509321
Bin(3)104525281
Bin(2)014282171
Bin(2)104298141
Bin(1)013363841
Bin(1)103379821
Bin(0)016590061
Bin(0)106574131

Signal:

 DATA_LENGTH_SHIFTED_C
ElementFromToCountThreshold
Bin(9)011659581
Bin(9)101675571
Bin(8)012175301
Bin(8)102191311
Bin(7)012599751
Bin(7)102615761
Bin(6)014509321
Bin(6)104525281
Bin(5)014282171
Bin(5)104298141
Bin(4)013363841
Bin(4)103379821
Bin(3)016590061
Bin(3)106574131
Bin(2)1016011
Bin(1)1016011
Bin(0)1016011

Signal:

 DATA_LENGTH_SUB_C
ElementFromToCountThreshold
Bin(9)012861191
Bin(9)1026411481
Bin(8)013841811
Bin(8)103854721
Bin(7)016155371
Bin(7)106168951
Bin(6)017384641
Bin(6)107398311
Bin(5)016906621
Bin(5)106920951
Bin(4)016860531
Bin(4)106875011
Bin(3)016575911
Bin(3)106590061
Bin(2)0116011
Bin(1)0116011
Bin(0)0116011

Signal:

 DATA_LENGTH_BITS_C
ElementFromToCountThreshold
Bin(8)013838731
Bin(8)103854721
Bin(7)016152961
Bin(7)106168951
Bin(6)017382321
Bin(6)107398311
Bin(5)016905051
Bin(5)106920951
Bin(4)016859091
Bin(4)106875011
Bin(3)016574131
Bin(3)106590061
Bin(2)0116011
Bin(1)0116011
Bin(0)0116011

Signal:

 IS_FD_FRAME
FromToCountThreshold
Bin01437801
Bin10453761

Signal:

 FRAME_START
FromToCountThreshold
Bin018609341
Bin108625351

Signal:

 IDE_IS_ARBITRATION
FromToCountThreshold
Bin01328981
Bin10344911

Signal:

 ARBITRATION_LOST_CONDITION
FromToCountThreshold
Bin01298001
Bin10314011

Signal:

 ARBITRATION_LOST_I
FromToCountThreshold
Bin0111711
Bin1027721

Signal:

 TX_FAILED
FromToCountThreshold
Bin0126421
Bin1042431

Signal:

 STORE_METADATA_D
FromToCountThreshold
Bin01498561
Bin10514571

Signal:

 STORE_DATA_D
FromToCountThreshold
Bin011758981
Bin101774991

Signal:

 REC_VALID_D
FromToCountThreshold
Bin01260301
Bin10276311

Signal:

 TXTB_HW_CMD_D
ElementFromToCountThreshold
BinLOCK01404071
BinLOCK10420081
BinVALID01111281
BinVALID10127291
BinERR0142621
BinERR1058631
BinARBL019051
BinARBL1025061
BinFAILED0194461
BinFAILED10110471

Signal:

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

Signal:

 GO_TO_SUSPEND
FromToCountThreshold
Bin0126011
Bin1042021

Signal:

 GO_TO_STUFF_COUNT
FromToCountThreshold
Bin01437671
Bin10453631

Signal:

 RX_STORE_BASE_ID_I
FromToCountThreshold
Bin01539611
Bin10555621

Signal:

 RX_STORE_EXT_ID_I
FromToCountThreshold
Bin01158401
Bin10174411

Signal:

 RX_STORE_IDE_I
FromToCountThreshold
Bin01529541
Bin10545551

Signal:

 RX_STORE_RTR_I
FromToCountThreshold
Bin01689021
Bin10705031

Signal:

 RX_STORE_EDL_I
FromToCountThreshold
Bin01508941
Bin10524951

Signal:

 RX_STORE_DLC_I
FromToCountThreshold
Bin01498561
Bin10514571

Signal:

 RX_STORE_ESI_I
FromToCountThreshold
Bin01285251
Bin10301261

Signal:

 RX_STORE_BRS_I
FromToCountThreshold
Bin01285751
Bin10301761

Signal:

 RX_STORE_STUFF_COUNT_I
FromToCountThreshold
Bin01267741
Bin10283751

Signal:

 RX_CLEAR_I
FromToCountThreshold
Bin01708861
Bin10724871

Signal:

 TX_LOAD_BASE_ID_I
FromToCountThreshold
Bin01258091
Bin10274101

Signal:

 TX_LOAD_EXT_ID_I
FromToCountThreshold
Bin01236971
Bin10252981

Signal:

 TX_LOAD_DLC_I
FromToCountThreshold
Bin01725561
Bin10741571

Signal:

 TX_LOAD_DATA_WORD_I
FromToCountThreshold
Bin011594391
Bin101610401

Signal:

 TX_LOAD_STUFF_COUNT_I
FromToCountThreshold
Bin01405351
Bin10421361

Signal:

 TX_LOAD_CRC_I
FromToCountThreshold
Bin01577591
Bin10593601

Signal:

 TX_SHIFT_ENA_I
FromToCountThreshold
Bin011235871
Bin101251881

Signal:

 FORM_ERR_I
FromToCountThreshold
Bin01872901
Bin10888911

Signal:

 ACK_ERR_I
FromToCountThreshold
Bin0170561
Bin1086571

Signal:

 ACK_ERR_FLAG
FromToCountThreshold
Bin0113211
Bin1029221

Signal:

 ACK_ERR_FLAG_CLR
FromToCountThreshold
Bin01258301
Bin10274311

Signal:

 CRC_ERR_I
FromToCountThreshold
Bin018081
Bin1024091

Signal:

 BIT_ERR_ARB_I
FromToCountThreshold
Bin011206601
Bin101222611

Signal:

 SP_CONTROL_SWITCH_DATA
FromToCountThreshold
Bin01203991
Bin10220001

Signal:

 SP_CONTROL_SWITCH_NOMINAL
FromToCountThreshold
Bin01272741
Bin10288751

Signal:

 SWITCH_TO_SSP
FromToCountThreshold
Bin0120181
Bin1036191

Signal:

 SP_CONTROL_CE
FromToCountThreshold
Bin01476481
Bin10492491

Signal:

 SP_CONTROL_D
ElementFromToCountThreshold
Bin(1)0134341
Bin(1)1050351
Bin(0)01258581
Bin(0)10274591

Signal:

 SP_CONTROL_Q_I
ElementFromToCountThreshold
Bin(1)0120181
Bin(1)1036191
Bin(0)01183811
Bin(0)10199821

Signal:

 SYNC_CONTROL_D
ElementFromToCountThreshold
Bin(1)011516261
Bin(1)101500291
Bin(0)011424861
Bin(0)101440831

Signal:

 SYNC_CONTROL_Q
ElementFromToCountThreshold
Bin(1)011002301
Bin(1)101002231
Bin(0)01926801
Bin(0)10926871

Signal:

 PERFORM_HSYNC
FromToCountThreshold
Bin011424861
Bin101440831

Signal:

 PRIMARY_ERR_I
FromToCountThreshold
Bin01199271
Bin10215281

Signal:

 ERR_DELIM_LATE_I
FromToCountThreshold
Bin013161
Bin1019171

Signal:

 SET_ERR_ACTIVE_I
FromToCountThreshold
Bin0168071
Bin1084081

Signal:

 SET_TRANSMITTER_I
FromToCountThreshold
Bin01404071
Bin10420081

Signal:

 SET_RECEIVER_I
FromToCountThreshold
Bin01304871
Bin10320881

Signal:

 SET_IDLE_I
FromToCountThreshold
Bin01972271
Bin10988271

Signal:

 FIRST_ERR_DELIM_D
FromToCountThreshold
Bin01273721
Bin10289731

Signal:

 FIRST_ERR_DELIM_Q
FromToCountThreshold
Bin01258541
Bin10274551

Signal:

 STUFF_ENABLE_SET
FromToCountThreshold
Bin01404071
Bin10420081

Signal:

 STUFF_ENABLE_CLEAR
FromToCountThreshold
Bin01620611
Bin10636621

Signal:

 DESTUFF_ENABLE_SET
FromToCountThreshold
Bin01708861
Bin10724871

Signal:

 DESTUFF_ENABLE_CLEAR
FromToCountThreshold
Bin01609881
Bin10625891

Signal:

 BIT_ERR_DISABLE
FromToCountThreshold
Bin01818211
Bin10834141

Signal:

 BIT_ERR_DISABLE_RECEIVER
FromToCountThreshold
Bin01508941
Bin10524951

Signal:

 SOF_PULSE_I
FromToCountThreshold
Bin01557621
Bin10573631

Signal:

 COMPL_CTR_ENA_I
FromToCountThreshold
Bin01368201
Bin10384211

Signal:

 TICK_STATE_REG
FromToCountThreshold
Bin014327261
Bin104343241

Signal:

 BR_SHIFTED_I
FromToCountThreshold
Bin01476481
Bin10492491

Signal:

 IS_ARBITRATION_I
FromToCountThreshold
Bin01557231
Bin10573241

Signal:

 CRC_SPEC_ENABLE_I
FromToCountThreshold
Bin011134911
Bin101150881

Signal:

 LOAD_INIT_VECT_I
FromToCountThreshold
Bin01628461
Bin10644471

Signal:

 MR_COMMAND_ERCRST_Q
FromToCountThreshold
Bin011701
Bin1017711

Signal:

 RETR_CTR_CLEAR_I
FromToCountThreshold
Bin01205581
Bin10221591

Signal:

 RETR_CTR_ADD_I
FromToCountThreshold
Bin01105471
Bin10121481

Signal:

 DECREMENT_REC_I
FromToCountThreshold
Bin01149811
Bin10165821

Signal:

 RETR_CTR_ADD_BLOCK
FromToCountThreshold
Bin0111111
Bin1027111

Signal:

 RETR_CTR_ADD_BLOCK_CLR
FromToCountThreshold
Bin01517161
Bin10533161

Signal:

 BLOCK_TXTB_UNLOCK
FromToCountThreshold
Bin01260581
Bin10276521

Signal:

 TX_FRAME_NO_SOF_D
FromToCountThreshold
Bin013511
Bin1019521

Signal:

 TX_FRAME_NO_SOF_Q
FromToCountThreshold
Bin013511
Bin1019521

Signal:

 CTRL_SIGNAL_UPD
FromToCountThreshold
Bin01103807101
Bin10103823111

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
Bin0115517001
Bin1015533011

Signal:

 RX_DATA_NBS_PREV
FromToCountThreshold
Bin0112506001
Bin1012489991

Signal:

 PEXS_SET
FromToCountThreshold
Bin01981
Bin1016991

Signal:

 TRAN_FRAME_TYPE_I
FromToCountThreshold
Bin0127241
Bin1043251

Signal:

 TXTB_CLK_EN_D
FromToCountThreshold
Bin01968711
Bin10984721

Signal:

 TXTB_CLK_EN_Q
FromToCountThreshold
Bin01798201
Bin10814211

Signal:

 TXTB_GATE_MEM_READ
FromToCountThreshold
Bin01170511
Bin10186521

Signal:

 REC_LBPF_D
FromToCountThreshold
Bin011801
Bin1017811

Signal:

 REC_LBPF_Q
FromToCountThreshold
Bin011801
Bin1017811

Signal:

 REC_IVLD_I
FromToCountThreshold
Bin01530101
Bin10546021

Signal:

 REC_IVLD_D
FromToCountThreshold
Bin011160461
Bin101176381

Signal:

 REC_IVLD_Q
FromToCountThreshold
Bin01509261
Bin10525181

Signal:

 TX_DOMINANT_ACK
FromToCountThreshold
Bin01151661
Bin10167671

Signal:

 ALLOW_FLIPPED_ACK
FromToCountThreshold
Bin01167571
Bin10167571

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
BinFalseTrue45201
BinTrueFalse241
BinTrueTrue27241

"=" expression on line 757:

 tran_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse79411
BinTrue27481

"=" expression on line 757:

 mr_mode_fde = '1' 
Evaluated toCountThreshold
BinFalse34451
BinTrue72441

"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
BinFalseFalse122041
BinFalseTrue3101
BinTrueFalse92361

"and" expression on line 762:

 tran_is_rtr = RTR_FRAME and tran_frame_type_i = NORMAL_CAN 
 <---------LHS--------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinFalseTrue134601
BinTrueFalse4451
BinTrueTrue11011

"=" expression on line 762:

 tran_is_rtr = RTR_FRAME 
Evaluated toCountThreshold
BinFalse209951
BinTrue15461

"=" expression on line 762:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse79801
BinTrue145611

"or" expression on line 766:

 rec_is_rtr = RTR_FRAME or rec_dlc_d = "0000" 
 <--------LHS--------->    <------RHS-------> 

LHSRHSCountThreshold
BinFalseFalse40273271
BinFalseTrue4093171

"=" expression on line 766:

 rec_is_rtr = RTR_FRAME 
Evaluated toCountThreshold
BinFalse44366441
BinTrue6131981

"and" expression on line 770:

 is_transmitter = '1' and no_data_transmitter = '1' 
 <-------LHS-------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue5831131
BinTrueFalse3110091
BinTrueTrue436921

"=" expression on line 770:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse6133721
BinTrue3547011

"=" expression on line 770:

 no_data_transmitter = '1' 
Evaluated toCountThreshold
BinFalse3412681
BinTrue6268051

"and" expression on line 772:

 is_receiver = '1' and no_data_receiver = '1' 
 <------LHS------>     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue1664791
BinTrueFalse2743431
BinTrueTrue2661011

"=" expression on line 772:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse3839371
BinTrue5404441

"=" expression on line 772:

 no_data_receiver = '1' 
Evaluated toCountThreshold
BinFalse4918011
BinTrue4325801

"and" expression on line 776:

 is_err_passive = '1' and is_transmitter = '1' 
 <-------LHS-------->     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue179181
BinTrueFalse30791
BinTrueTrue26011

"=" expression on line 776:

 is_err_passive = '1' 
Evaluated toCountThreshold
BinFalse395961
BinTrue56801

"=" expression on line 776:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse247571
BinTrue205191

"or" expression on line 780:

 tran_ident_type = EXTENDED or is_receiver = '1' 
 <----------LHS----------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse376931
BinFalseTrue303661
BinTrueFalse30781

"=" expression on line 780:

 tran_ident_type = EXTENDED 
Evaluated toCountThreshold
BinFalse680591
BinTrue36321

"=" expression on line 780:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse407711
BinTrue309201

"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
BinFalseTrue103702571
BinTrueFalse6516571
BinTrueTrue298001

"and" expression on lines 784 to 785:

 is_transmitter = '1' and tx_data_wbs = RECESSIVE and rx_data_nbs = DOMINANT 
 <---------------------LHS---------------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue85148571
BinTrueFalse36092441
BinTrueTrue6814571

"and" expression on line 784:

 is_transmitter = '1' and tx_data_wbs = RECESSIVE 
 <-------LHS-------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue163575091
BinTrueFalse39916941
BinTrueTrue42907011

"=" expression on line 784:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse165307801
BinTrue82823951

"=" expression on line 784:

 tx_data_wbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse41649651
BinTrue206482101

"=" expression on line 785:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse156168611
BinTrue91963141

"=" expression on line 785:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse144131181
BinTrue104000571

"and" expression on line 789:

 mr_settings_rtrle = '1' and retr_limit_reached = '1' 
 <---------LHS--------->     <---------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue40541
BinTrueFalse2531
BinTrueTrue26421

"=" expression on line 789:

 mr_settings_rtrle = '1' 
Evaluated toCountThreshold
BinFalse89211
BinTrue28951

"=" expression on line 789:

 retr_limit_reached = '1' 
Evaluated toCountThreshold
BinFalse51201
BinTrue66961

"and" expression on line 793:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue153711
BinTrueFalse92681
BinTrueTrue348851

"=" expression on line 793:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1249391
BinTrue441531

"=" expression on line 793:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse1188361
BinTrue502561

"and" expression on line 795:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue302931
BinTrueFalse309541
BinTrueTrue318211

"=" expression on line 795:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse714321
BinTrue627751

"=" expression on line 795:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse720931
BinTrue621141

"and" expression on line 799:

 mr_settings_nisofd = ISO_FD and is_fd_frame = '1' 
 <-----------LHS----------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue131
BinTrueFalse454931
BinTrueTrue437671

"=" expression on line 799:

 mr_settings_nisofd = ISO_FD 
Evaluated toCountThreshold
BinFalse33581
BinTrue892601

"=" expression on line 799:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse488381
BinTrue437801

"and" expression on line 803:

 tran_frame_valid = '1' and go_to_suspend = '0' 
 <--------LHS--------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue15678741
BinTrueFalse1413291
BinTrueTrue11273521

"=" expression on line 803:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse15745351
BinTrue12686811

"=" expression on line 803:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse1479901
BinTrue26952261

"=" expression on line 804:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse8701841
BinTrue8456801

"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
BinFalseTrue460921
BinTrueFalse126501
BinTrueTrue151661

"=" expression on line 807:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse1354181
BinTrue278161

"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
BinFalseFalse1019761
BinFalseTrue1501
BinTrueFalse611081

"and" expression on line 808:

 is_receiver = '1' and mr_mode_acf = '0' 
 <------LHS------>     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue972481
BinTrueFalse421
BinTrueTrue611081

"=" expression on line 808:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse1020841
BinTrue611501

"=" expression on line 808:

 mr_mode_acf = '0' 
Evaluated toCountThreshold
BinFalse48781
BinTrue1583561

"and" expression on line 809:

 is_transmitter = '1' and mr_mode_sam = '1' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue1051
BinTrueFalse455391
BinTrueTrue1501

"=" expression on line 809:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1175451
BinTrue456891

"=" expression on line 809:

 mr_mode_sam = '1' 
Evaluated toCountThreshold
BinFalse1629791
BinTrue2551

"or" expression on line 817:

 tx_dominant_ack = '0' or mr_mode_bmm = '1' 
 <--------LHS-------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse167571
BinFalseTrue101
BinTrueFalse183731

"=" expression on line 817:

 tx_dominant_ack = '0' 
Evaluated toCountThreshold
BinFalse167671
BinTrue183981

"=" expression on line 817:

 mr_mode_bmm = '1' 
Evaluated toCountThreshold
BinFalse351301
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
BinFalseFalse7571661
BinFalseTrue4391
BinTrueFalse786441

"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
BinFalseFalse7576051
BinFalseTrue4711
BinTrueFalse781731

"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
BinFalseFalse7580761
BinFalseTrue5611
BinTrueFalse776121

"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
BinFalseFalse7586371
BinFalseTrue258221
BinTrueFalse517901

"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
BinFalseFalse7844591
BinFalseTrue258541
BinTrueFalse259361

"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
BinFalseFalse8103131
BinFalseTrue68311
BinTrueFalse191051

"=" expression on line 825:

 curr_state = s_pc_act_err_flag 
Evaluated toCountThreshold
BinFalse8171441
BinTrue191051

"=" expression on line 826:

 curr_state = s_pc_pas_err_flag 
Evaluated toCountThreshold
BinFalse8294181
BinTrue68311

"=" expression on line 827:

 curr_state = s_pc_err_delim_wait 
Evaluated toCountThreshold
BinFalse8103951
BinTrue258541

"=" expression on line 828:

 curr_state = s_pc_err_delim 
Evaluated toCountThreshold
BinFalse8104271
BinTrue258221

"=" expression on line 829:

 curr_state = s_pc_ovr_flag 
Evaluated toCountThreshold
BinFalse8356881
BinTrue5611

"=" expression on line 830:

 curr_state = s_pc_ovr_delim_wait 
Evaluated toCountThreshold
BinFalse8357781
BinTrue4711

"=" expression on line 831:

 curr_state = s_pc_ovr_delim 
Evaluated toCountThreshold
BinFalse8358101
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
BinFalseTrue30942641
BinTrueFalse20511
BinTrueTrue71841

"=" expression on line 848:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse31064961
BinTrue92351

"=" expression on line 849:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse142831
BinTrue31014481

"=" expression on line 851:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse15568471
BinTrue15517001

">" expression on line 872:

 txtb_ptr_d > txtb_num_words_gate 
Evaluated toCountThreshold
BinFalse966661
BinTrue170511

"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
BinTrueFalse347901
BinTrueTrue307991

"and" expression on line 879:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue195321
BinTrueFalse236381
BinTrueTrue655891

"=" expression on line 879:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2075151
BinTrue892271

"=" expression on line 879:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse2116211
BinTrue851211

">" expression on line 880:

 to_integer(unsigned(tran_data_length)) > 16 
Evaluated toCountThreshold
BinFalse347901
BinTrue307991

"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
BinTrueFalse366741
BinTrueTrue200701

"and" expression on line 882:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue519931
BinTrueFalse704031
BinTrueTrue567441

"=" expression on line 882:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse1387961
BinTrue1271471

"=" expression on line 882:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse1572061
BinTrue1087371

">" expression on line 883:

 to_integer(unsigned(rec_data_length)) > 16 
Evaluated toCountThreshold
BinFalse366741
BinTrue200701

"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
BinFalseTrue1325871
BinTrueFalse132601
BinTrueTrue260641

"and" expression on line 887:

 is_transmitter = '1' and tran_frame_type_i = FD_CAN 
 <-------LHS-------->     <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseTrue197581
BinTrueFalse93071
BinTrueTrue393241

"=" expression on line 887:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1694321
BinTrue486311

"=" expression on line 887:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse1589811
BinTrue590821

"=" expression on line 888:

 crc_use_21 = '0' 
Evaluated toCountThreshold
BinFalse594121
BinTrue1586511

"and" expression on lines 890 to 891:

 is_receiver = '1' and rec_frame_type = FD_CAN and crc_use_21 = '0' 
 <--------------------LHS-------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue1007661
BinTrueFalse200701
BinTrueTrue318211

"and" expression on line 890:

 is_receiver = '1' and rec_frame_type = FD_CAN 
 <------LHS------>     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue533361
BinTrueFalse409821
BinTrueTrue518911

"=" expression on line 890:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse991261
BinTrue928731

"=" expression on line 890:

 rec_frame_type = FD_CAN 
Evaluated toCountThreshold
BinFalse867721
BinTrue1052271

"=" expression on line 891:

 crc_use_21 = '0' 
Evaluated toCountThreshold
BinFalse594121
BinTrue1325871

"=" expression on line 895:

 crc_use_21 = '1' 
Evaluated toCountThreshold
BinFalse764081
BinTrue489901

"=" expression on line 896:

 crc_use_17 = '1' 
Evaluated toCountThreshold
BinFalse469911
BinTrue294171

"=" expression on line 931:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse29327651
BinTrue22727431

"=" expression on line 950:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 953:

 mr_command_ercrst = '1' 
Evaluated toCountThreshold
BinFalse5437915081
BinTrue1701

"and" expression on line 955:

 rx_trigger = '1' and clr_bus_off_rst_flg = '1' 
 <-----LHS------>     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue46361
BinTrueFalse103594701
BinTrueTrue1701

"=" expression on line 955:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334318681
BinTrue103596401

"=" expression on line 955:

 clr_bus_off_rst_flg = '1' 
Evaluated toCountThreshold
BinFalse5437867021
BinTrue48061

"=" expression on line 972:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse51283551
BinTrue321731

"=" expression on line 973:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse41671
BinTrue280061

"=" expression on line 974:

 is_err_active = '1' 
Evaluated toCountThreshold
BinFalse70691
BinTrue209371

"=" expression on line 996:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse298111
BinTrue107901

"=" expression on line 1010:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse5502161
BinTrue874901

"=" expression on line 1024:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse359091
BinTrue378411

"=" expression on line 1034:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1534471
BinTrue231291

"=" expression on line 1048:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse120581
BinTrue200081

"=" expression on line 1051:

 pex_on_fdf_enable = '1' 
Evaluated toCountThreshold
BinFalse120501
BinTrue81

"and" expression on line 1068:

 rx_data_nbs = RECESSIVE and pex_on_res_enable = '1' 
 <---------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue111
BinTrueFalse610951
BinTrueTrue1941

"=" expression on line 1068:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse300151
BinTrue612891

"=" expression on line 1068:

 pex_on_res_enable = '1' 
Evaluated toCountThreshold
BinFalse910991
BinTrue2051

"=" expression on line 1078:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse230231
BinTrue357911

"=" expression on line 1082:

 pex_on_fdf_enable = '1' 
Evaluated toCountThreshold
BinFalse229981
BinTrue251

"=" expression on line 1105:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1204141
BinTrue828661

"=" expression on line 1106:

 no_data_field = '1' 
Evaluated toCountThreshold
BinFalse509651
BinTrue319011

"=" expression on line 1107:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse253411
BinTrue65601

"=" expression on line 1121:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse18798021
BinTrue660381

"=" expression on line 1122:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse240321
BinTrue420061

"=" expression on line 1133:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse545161
BinTrue335091

"=" expression on line 1141:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3528441
BinTrue897511

"=" expression on line 1149:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse454521
BinTrue316251

"=" expression on line 1184:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse285321
BinTrue261931

"=" expression on line 1185:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1721
BinTrue260211

"=" expression on line 1187:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse161
BinTrue1561

"=" expression on line 1188:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse51
BinTrue1511

"=" expression on line 1200:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse1688171
BinTrue2161

"=" expression on line 1204:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse650251
BinTrue1037921

"=" expression on line 1205:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1028571
BinTrue9351

"=" expression on line 1207:

 go_to_suspend = '1' 
Evaluated toCountThreshold
BinFalse971681
BinTrue56891

"=" expression on line 1209:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse773621
BinTrue198061

"=" expression on line 1216:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse646891
BinTrue3361

"=" expression on line 1217:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse261
BinTrue3101

"=" expression on line 1228:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse82141
BinTrue931

"=" expression on line 1230:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse28041
BinTrue54101

"=" expression on line 1233:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse46111
BinTrue7991

"=" expression on line 1244:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse2145391
BinTrue67721

"=" expression on line 1246:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1844451
BinTrue300941

"=" expression on line 1248:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse1645321
BinTrue199131

"=" expression on line 1256:

 mr_command_ercrst_q = '1' 
Evaluated toCountThreshold
BinFalse5441
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
BinFalse444871
BinTrue195151

"=" expression on line 1280:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse163461
BinTrue79461

"=" expression on line 1288:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse408161
BinTrue354461

"=" expression on line 1290:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse199511
BinTrue208651

"=" expression on line 1298:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse4721
BinTrue1461

"=" expression on line 1306:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse881
BinTrue351

"=" expression on line 1314:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse260681
BinTrue269671

"=" expression on line 1315:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse267991
BinTrue1681

"=" expression on line 1326:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse6571
BinTrue7761

"=" expression on line 1334:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse9101
BinTrue5001

"=" expression on line 1336:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4391
BinTrue4711

"=" expression on line 1344:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse5271
BinTrue4111

"=" expression on line 1345:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3781
BinTrue331

"=" expression on line 1515:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse407397601
BinTrue460361

"=" expression on line 1518:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse42011
BinTrue418351

"or" expression on lines 1529 to 1530:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse316351
BinFalseTrue12661

"and" expression on line 1536:

 is_transmitter = '1' and block_txtb_unlock = '0' 
 <-------LHS-------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue176581
BinTrueFalse28321
BinTrueTrue247081

"=" expression on line 1536:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse184961
BinTrue275401

"=" expression on line 1536:

 block_txtb_unlock = '0' 
Evaluated toCountThreshold
BinFalse36701
BinTrue423661

"=" expression on line 1537:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse67901
BinTrue179181

"=" expression on line 1555:

 mr_settings_ena = CTU_CAN_ENABLED 
Evaluated toCountThreshold
BinFalse385841
BinTrue274671

"=" expression on line 1563:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse274101
BinTrue571

"or" expression on line 1582:

 rx_data_nbs = DOMINANT or sync_edge = '1' 
 <--------LHS--------->    <-----RHS-----> 

LHSRHSCountThreshold
BinFalseFalse2918101
BinFalseTrue72481
BinTrueFalse273031

"=" expression on line 1582:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2990581
BinTrue273031

"=" expression on line 1582:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse3191131
BinTrue72481

"=" expression on line 1587:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2990581
BinTrue273031

"=" expression on line 1591:

 integ_restart_edge = '1' 
Evaluated toCountThreshold
BinFalse3191181
BinTrue72431

"=" expression on line 1595:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse2941191
BinTrue322421

"=" expression on line 1603:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse128411
BinTrue194011

"=" expression on line 1633:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse497381
BinTrue2437681

"=" expression on line 1650:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse34236851
BinTrue19601

"=" expression on line 1653:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse17671
BinTrue1931

"=" expression on line 1660:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse31336741
BinTrue2919711

"and" expression on line 1665:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue16327491
BinTrueFalse4780321
BinTrueTrue3492031

"=" expression on line 1665:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse25984101
BinTrue8272351

"=" expression on line 1665:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse14436931
BinTrue19819521

"=" expression on line 1681:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse4081721
BinTrue1841

"=" expression on line 1684:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse1241
BinTrue601

"and" expression on line 1691:

 is_transmitter = '1' and tran_ident_type = BASE 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue2475121
BinTrueFalse490571
BinTrueTrue1107041

"=" expression on line 1691:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2485951
BinTrue1597611

"=" expression on line 1691:

 tran_ident_type = BASE 
Evaluated toCountThreshold
BinFalse501401
BinTrue3582161

"or" expression on line 1692:

 tran_frame_type_i = FD_CAN or tran_is_rtr = NO_RTR_FRAME 
 <----------LHS----------->    <----------RHS-----------> 

LHSRHSCountThreshold
BinFalseFalse47331
BinFalseTrue432531
BinTrueFalse14951

"=" expression on line 1692:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse479861
BinTrue627181

"=" expression on line 1692:

 tran_is_rtr = NO_RTR_FRAME 
Evaluated toCountThreshold
BinFalse62281
BinTrue1044761

"and" expression on line 1697:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue2230091
BinTrueFalse575561
BinTrueTrue436901

"=" expression on line 1697:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3071101
BinTrue1012461

"=" expression on line 1697:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1416571
BinTrue2666991

"=" expression on line 1710:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1088331
BinTrue1031151

"and" expression on line 1718:

 ide_is_arbitration = '1' and arbitration_lost_condition = '1' 
 <---------LHS---------->     <-------------RHS--------------> 

LHSRHSCountThreshold
BinFalseTrue321
BinTrueFalse1592951
BinTrueTrue1421

"=" expression on line 1718:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse525111
BinTrue1594371

"=" expression on line 1718:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse2117741
BinTrue1741

"=" expression on line 1721:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse561
BinTrue861

"=" expression on line 1728:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse525111
BinTrue1594371

"and" expression on line 1735:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue933021
BinTrueFalse438631
BinTrueTrue98131

"=" expression on line 1735:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1582721
BinTrue536761

"=" expression on line 1735:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1088331
BinTrue1031151

"and" expression on line 1739:

 is_transmitter = '1' and tran_ident_type = BASE 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue1252161
BinTrueFalse327401
BinTrueTrue524951

"=" expression on line 1739:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1267131
BinTrue852351

"=" expression on line 1739:

 tran_ident_type = BASE 
Evaluated toCountThreshold
BinFalse342371
BinTrue1777111

"=" expression on line 1743:

 ide_is_arbitration = '1' 
Evaluated toCountThreshold
BinFalse525111
BinTrue1594371

"=" expression on line 1762:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse14403971
BinTrue6601

"=" expression on line 1765:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse4301
BinTrue2301

"=" expression on line 1772:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse13571451
BinTrue839121

"and" expression on line 1777:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue6798421
BinTrueFalse2403591
BinTrueTrue1962501

"=" expression on line 1777:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse10044481
BinTrue4366091

"=" expression on line 1777:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse5649651
BinTrue8760921

"=" expression on line 1794:

 arbitration_lost_condition = '1' 
Evaluated toCountThreshold
BinFalse1091131
BinTrue561

"=" expression on line 1797:

 tx_failed = '1' 
Evaluated toCountThreshold
BinFalse281
BinTrue281

"=" expression on line 1804:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse580261
BinTrue511431

"=" expression on line 1805:

 tran_frame_type_i = FD_CAN 
Evaluated toCountThreshold
BinFalse211621
BinTrue299811

"=" expression on line 1807:

 tran_is_rtr = NO_RTR_FRAME 
Evaluated toCountThreshold
BinFalse41631
BinTrue169991

"and" expression on line 1812:

 tx_data_wbs = DOMINANT and rx_data_nbs = RECESSIVE 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue423781
BinTrueFalse228771
BinTrueTrue159851

"=" expression on line 1812:

 tx_data_wbs = DOMINANT 
Evaluated toCountThreshold
BinFalse703071
BinTrue388621

"=" expression on line 1812:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse508061
BinTrue583631

"=" expression on line 1827:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse515051
BinTrue369691

"=" expression on line 1828:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse216051
BinTrue153641

"and" expression on line 1836:

 rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE 
 <---------LHS--------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue1201
BinTrueFalse429241
BinTrueTrue1151

"=" expression on line 1836:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse454351
BinTrue430391

"=" expression on line 1836:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse882391
BinTrue2351

"=" expression on line 1838:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse251
BinTrue901

"=" expression on line 1864:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse190181
BinTrue144661

"=" expression on line 1880:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1997501
BinTrue1124121

"=" expression on line 1886:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse747511
BinTrue2374111

"=" expression on line 1887:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse4061
BinTrue2370051

"=" expression on line 1910:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse505451
BinTrue930361

"and" expression on line 1916:

 is_transmitter = '1' and tran_frame_type_i = NORMAL_CAN 
 <-------LHS-------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinFalseTrue793621
BinTrueFalse410071
BinTrueTrue220381

"=" expression on line 1916:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse805361
BinTrue630451

"=" expression on line 1916:

 tran_frame_type_i = NORMAL_CAN 
Evaluated toCountThreshold
BinFalse421811
BinTrue1014001

"and" expression on line 1924:

 rx_data_nbs = RECESSIVE and mr_mode_fde = FDE_DISABLE 
 <---------LHS--------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue2531
BinTrueFalse503261
BinTrueTrue2191

"=" expression on line 1924:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse930361
BinTrue505451

"=" expression on line 1924:

 mr_mode_fde = FDE_DISABLE 
Evaluated toCountThreshold
BinFalse1431091
BinTrue4721

"=" expression on line 1925:

 mr_settings_pex = PROTOCOL_EXCEPTION_DISABLED 
Evaluated toCountThreshold
BinFalse631
BinTrue1561

"and" expression on line 1950:

 is_transmitter = '1' and tran_brs = BR_NO_SHIFT 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue751011
BinTrueFalse377151
BinTrueTrue146861

"=" expression on line 1950:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse753171
BinTrue524011

"=" expression on line 1950:

 tran_brs = BR_NO_SHIFT 
Evaluated toCountThreshold
BinFalse379311
BinTrue897871

"and" expression on line 1954:

 rx_data_nbs = RECESSIVE and rx_trigger = '1' 
 <---------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue367761
BinTrueFalse203991
BinTrueTrue344251

"=" expression on line 1954:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse728941
BinTrue548241

"=" expression on line 1954:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse565171
BinTrue712011

"and" expression on line 1974:

 is_transmitter = '1' and is_err_active = '1' 
 <-------LHS-------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue689521
BinTrueFalse60751
BinTrueTrue789211

"=" expression on line 1974:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1305191
BinTrue849961

"=" expression on line 1974:

 is_err_active = '1' 
Evaluated toCountThreshold
BinFalse676421
BinTrue1478731

"=" expression on line 2003:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse5803801
BinTrue4176711

"=" expression on line 2007:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse7268621
BinTrue2711891

"=" expression on line 2011:

 no_data_field = '1' 
Evaluated toCountThreshold
BinFalse1602421
BinTrue1109471

"=" expression on line 2012:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse947731
BinTrue161741

"and" expression on line 2024:

 is_transmitter = '1' and mr_settings_ilbp = '1' 
 <-------LHS-------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue6841
BinTrueFalse1026471
BinTrueTrue21051

"=" expression on line 2024:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1664371
BinTrue1047521

"=" expression on line 2024:

 mr_settings_ilbp = '1' 
Evaluated toCountThreshold
BinFalse2684001
BinTrue27891

"=" expression on line 2055:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse128324621
BinTrue69633591

"=" expression on line 2059:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse196629231
BinTrue1328981

"=" expression on line 2063:

 go_to_stuff_count = '1' 
Evaluated toCountThreshold
BinFalse515451
BinTrue813531

"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
BinFalseTrue190907391
BinTrueFalse400581
BinTrueTrue5721841

"and" expression on lines 2077 to 2078:

 ctrl_counted_byte = '1' and ctrl_counted_byte_index = "11" 
 <---------LHS--------->     <------------RHS-------------> 

LHSRHSCountThreshold
BinTrueFalse21576001
BinTrueTrue6122421

"=" expression on line 2077:

 ctrl_counted_byte = '1' 
Evaluated toCountThreshold
BinFalse170259791
BinTrue27698421

"=" expression on line 2079:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse1328981
BinTrue196629231

"=" expression on line 2102:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse2906151
BinTrue886041

"=" expression on line 2125:

 is_fd_frame = '1' 
Evaluated toCountThreshold
BinFalse14138701
BinTrue15063731

"=" expression on line 2129:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse26612041
BinTrue2590391

"=" expression on line 2170:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse737701
BinTrue999731

"=" expression on line 2173:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse684091
BinTrue315641

"or" expression on line 2177:

 sp_control_q_i = DATA_SAMPLE or sp_control_q_i = SECONDARY_SAMPLE 
 <-----------LHS------------>    <--------------RHS--------------> 

LHSRHSCountThreshold
BinFalseFalse771341
BinFalseTrue42481

"=" expression on line 2192:

 tx_dominant_ack = '1' 
Evaluated toCountThreshold
BinFalse876211
BinTrue920211

"=" expression on line 2196:

 allow_flipped_ack = '1' 
Evaluated toCountThreshold
BinFalse824831
BinTrue971591

"and" expression on line 2200:

 is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT 
 <----------------LHS---------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue180171
BinTrueFalse762571
BinTrueTrue250981

"and" expression on line 2200:

 is_receiver = '1' and crc_match = '1' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue595011
BinTrueFalse118391
BinTrueTrue1013551

"=" expression on line 2200:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse664481
BinTrue1131941

"=" expression on line 2200:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse187861
BinTrue1608561

"=" expression on line 2200:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1365271
BinTrue431151

"and" expression on line 2204:

 is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE 
 <------------------LHS------------------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue905551
BinTrueFalse171621
BinTrueTrue459721

"and" expression on line 2204:

 is_transmitter = '1' and mr_mode_stm = '0' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue1131941
BinTrueFalse33141
BinTrueTrue631341

"=" expression on line 2204:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1131941
BinTrue664481

"=" expression on line 2204:

 mr_mode_stm = '0' 
Evaluated toCountThreshold
BinFalse33141
BinTrue1763281

"=" expression on line 2204:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse431151
BinTrue1365271

"=" expression on line 2217:

 tx_dominant_ack = '1' 
Evaluated toCountThreshold
BinFalse669311
BinTrue571321

"=" expression on line 2221:

 allow_flipped_ack = '1' 
Evaluated toCountThreshold
BinFalse514861
BinTrue725771

"and" expression on line 2225:

 is_receiver = '1' and crc_match = '1' and rx_data_nbs = DOMINANT 
 <----------------LHS---------------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue153771
BinTrueFalse452281
BinTrueTrue172571

"and" expression on line 2225:

 is_receiver = '1' and crc_match = '1' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue469481
BinTrueFalse57061
BinTrueTrue624851

"=" expression on line 2225:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse558721
BinTrue681911

"=" expression on line 2225:

 crc_match = '1' 
Evaluated toCountThreshold
BinFalse146301
BinTrue1094331

"=" expression on line 2225:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse914291
BinTrue326341

"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
BinFalseTrue34081
BinTrueFalse96341
BinTrueTrue15511

"and" expression on lines 2242 to 2243:

 is_transmitter = '1' and mr_mode_stm = '0' and rx_data_nbs = RECESSIVE 
 <------------------LHS------------------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue217511
BinTrueFalse146921
BinTrueTrue111851

"and" expression on line 2242:

 is_transmitter = '1' and mr_mode_stm = '0' 
 <-------LHS-------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue346091
BinTrueFalse46351
BinTrueTrue258771

"=" expression on line 2242:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse346091
BinTrue305121

"=" expression on line 2242:

 mr_mode_stm = '0' 
Evaluated toCountThreshold
BinFalse46351
BinTrue604861

"=" expression on line 2243:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse321851
BinTrue329361

"=" expression on line 2243:

 rx_data_nbs_prev = RECESSIVE 
Evaluated toCountThreshold
BinFalse601621
BinTrue49591

"=" expression on line 2259:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse789911
BinTrue481791

"and" expression on line 2263:

 is_receiver = '1' and crc_match = '0' 
 <------LHS------>     <-----RHS-----> 

LHSRHSCountThreshold
BinFalseTrue32821
BinTrueFalse715941
BinTrueTrue61841

"=" expression on line 2263:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse493921
BinTrue777781

"=" expression on line 2263:

 crc_match = '0' 
Evaluated toCountThreshold
BinFalse1177041
BinTrue94661

"=" expression on line 2277:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3767621
BinTrue1348621

"=" expression on line 2281:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse4381
BinTrue1344241

"=" expression on line 2285:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse898561
BinTrue445681

"=" expression on line 2289:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse481
BinTrue3901

"=" expression on line 2290:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse101
BinTrue3801

"and" expression on line 2303:

 ctrl_ctr_one = '1' and rx_data_nbs = RECESSIVE 
 <------LHS------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue4293201
BinTrueFalse241
BinTrueTrue781171

"=" expression on line 2303:

 ctrl_ctr_one = '1' 
Evaluated toCountThreshold
BinFalse4334831
BinTrue781411

"=" expression on line 2303:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse41871
BinTrue5074371

"=" expression on line 2310:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5074371
BinTrue41871

"=" expression on line 2311:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse4381
BinTrue37491

"=" expression on line 2313:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse3901
BinTrue481

"=" expression on line 2328:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse5455731
BinTrue4321

"=" expression on line 2333:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3361631
BinTrue2094101

"=" expression on line 2339:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse2071801
BinTrue22301

"and" expression on line 2354:

 tran_frame_valid = '1' and go_to_suspend = '0' 
 <--------LHS--------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue1657471
BinTrueFalse24211
BinTrueTrue322721

"=" expression on line 2354:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse1747171
BinTrue346931

"=" expression on line 2354:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse113911
BinTrue1980191

"=" expression on line 2359:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse312401
BinTrue10321

"=" expression on line 2363:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1759401
BinTrue11981

"=" expression on line 2369:

 frame_start = '1' 
Evaluated toCountThreshold
BinFalse1763981
BinTrue330121

"and" expression on lines 2376 to 2377:

 rx_data_nbs = RECESSIVE and tran_frame_valid = '0' and go_to_suspend = '0' 
 <----------------------LHS----------------------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue334221
BinTrueFalse89701
BinTrueTrue1645971

"and" expression on line 2376:

 rx_data_nbs = RECESSIVE and tran_frame_valid = '0' 
 <---------LHS--------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue11501
BinTrueFalse336131
BinTrueTrue1735671

"=" expression on line 2376:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse22301
BinTrue2071801

"=" expression on line 2376:

 tran_frame_valid = '0' 
Evaluated toCountThreshold
BinFalse346931
BinTrue1747171

"=" expression on line 2377:

 go_to_suspend = '0' 
Evaluated toCountThreshold
BinFalse113911
BinTrue1980191

"=" expression on line 2383:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3352381
BinTrue9251

"=" expression on line 2386:

 mr_mode_rom = ROM_DISABLED 
Evaluated toCountThreshold
BinFalse551
BinTrue8701

"or" expression on line 2397:

 ctrl_ctr_zero = '1' or ctrl_ctr_one = '1' 
 <-------LHS------->    <------RHS-------> 

LHSRHSCountThreshold
BinFalseFalse1814371
BinFalseTrue1550501
BinTrueFalse2095181

"=" expression on line 2397:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3364871
BinTrue2095181

"=" expression on line 2397:

 ctrl_ctr_one = '1' 
Evaluated toCountThreshold
BinFalse3909551
BinTrue1550501

"=" expression on line 2402:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse2095181
BinTrue3364871

"=" expression on line 2416:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse535411
BinTrue2791

"=" expression on line 2429:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse428301
BinTrue107111

"=" expression on line 2431:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse91501
BinTrue15611

"=" expression on line 2450:

 is_bus_off = '0' 
Evaluated toCountThreshold
BinFalse69021
BinTrue58808821

"=" expression on line 2451:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse57965301
BinTrue843521

"=" expression on line 2460:

 tran_frame_valid = '1' 
Evaluated toCountThreshold
BinFalse58231401
BinTrue577421

"=" expression on line 2467:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse577241
BinTrue181

"=" expression on line 2471:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse57388061
BinTrue843341

"=" expression on line 2477:

 frame_start = '1' 
Evaluated toCountThreshold
BinFalse57886291
BinTrue922531

"=" expression on line 2493:

 mr_command_ercrst_q = '1' 
Evaluated toCountThreshold
BinFalse88061
BinTrue4251

"or" expression on line 2510:

 rx_data_nbs = DOMINANT or sync_edge = '1' 
 <--------LHS--------->    <-----RHS-----> 

LHSRHSCountThreshold
BinFalseFalse5537741
BinFalseTrue20641
BinTrueFalse49021

"=" expression on line 2510:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5558381
BinTrue49021

"=" expression on line 2510:

 sync_edge = '1' 
Evaluated toCountThreshold
BinFalse5586761
BinTrue20641

"=" expression on line 2515:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse5558381
BinTrue49021

"=" expression on line 2519:

 integ_restart_edge = '1' 
Evaluated toCountThreshold
BinFalse5586761
BinTrue20641

"=" expression on line 2523:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4949181
BinTrue658221

"and" expression on line 2527:

 ctrl_ctr_zero = '1' and reinteg_ctr_expired = '0' 
 <-------LHS------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue4910841
BinTrueFalse5101
BinTrueTrue653121

"=" expression on line 2527:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4949181
BinTrue658221

"=" expression on line 2527:

 reinteg_ctr_expired = '0' 
Evaluated toCountThreshold
BinFalse43441
BinTrue5563961

"and" expression on line 2532:

 reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' and rx_trigger = '1' 
 <----------------------LHS---------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue3118021
BinTrueFalse1701
BinTrueTrue3401

"and" expression on line 2532:

 reinteg_ctr_expired = '1' and ctrl_ctr_zero = '1' 
 <----------LHS---------->     <-------RHS-------> 

LHSRHSCountThreshold
BinFalseTrue653121
BinTrueFalse38341
BinTrueTrue5101

"=" expression on line 2532:

 reinteg_ctr_expired = '1' 
Evaluated toCountThreshold
BinFalse5563961
BinTrue43441

"=" expression on line 2532:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse4949181
BinTrue658221

"=" expression on line 2532:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse2485981
BinTrue3121421

"=" expression on line 2548:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse3257141
BinTrue575771

"/=" expression on line 2569:

 rx_data_nbs_prev /= rx_data_nbs 
Evaluated toCountThreshold
BinFalse1343251
BinTrue159571

"=" expression on line 2572:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse1097401
BinTrue245851

"and" expression on line 2581:

 ack_err_flag = '1' and rx_data_nbs = DOMINANT and rx_trigger = '1' 
 <--------------------LHS-------------------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue751621
BinTrueFalse81
BinTrueTrue161

"and" expression on line 2581:

 ack_err_flag = '1' and rx_data_nbs = DOMINANT 
 <------LHS------->     <--------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue314801
BinTrueFalse19721
BinTrueTrue241

"=" expression on line 2581:

 ack_err_flag = '1' 
Evaluated toCountThreshold
BinFalse1482861
BinTrue19961

"=" expression on line 2581:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse1187781
BinTrue315041

"=" expression on line 2581:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse751041
BinTrue751781

"=" expression on line 2598:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse318601
BinTrue1713811

"=" expression on line 2604:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse1263631
BinTrue768781

"and" expression on line 2612:

 rx_data_nbs = DOMINANT and first_err_delim_q = '1' 
 <--------LHS--------->     <---------RHS---------> 

LHSRHSCountThreshold
BinFalseTrue706571
BinTrueFalse402631
BinTrueTrue861001

"=" expression on line 2612:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse768781
BinTrue1263631

"=" expression on line 2612:

 first_err_delim_q = '1' 
Evaluated toCountThreshold
BinFalse464841
BinTrue1567571

"=" expression on line 2627:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse55541
BinTrue3081

"=" expression on line 2634:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse43641
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
BinFalse3618111
BinTrue788541

"=" expression on line 2677:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse784781
BinTrue3761

"=" expression on line 2682:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse3612011
BinTrue6101

"=" expression on line 2695:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse73041
BinTrue17291

"=" expression on line 2708:

 ctrl_ctr_zero = '0' 
Evaluated toCountThreshold
BinFalse5671
BinTrue29991

"=" expression on line 2718:

 rx_data_nbs = RECESSIVE 
Evaluated toCountThreshold
BinFalse24441
BinTrue11221

"=" expression on line 2733:

 ctrl_ctr_zero = '1' 
Evaluated toCountThreshold
BinFalse62761
BinTrue13141

"=" expression on line 2737:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse12221
BinTrue921

"=" expression on line 2742:

 rx_data_nbs = DOMINANT 
Evaluated toCountThreshold
BinFalse60281
BinTrue2481

"and" expression on line 2754:

 tick_state_reg = '1' and ctrl_signal_upd = '1' 
 <-------LHS-------->     <--------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue99585951
BinTrueFalse8017681
BinTrueTrue11524021

"=" expression on line 2754:

 tick_state_reg = '1' 
Evaluated toCountThreshold
BinFalse196217841
BinTrue19541701

"=" expression on line 2754:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse104649571
BinTrue111109971

"=" expression on line 2760:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 2763:

 state_reg_ce = '1' 
Evaluated toCountThreshold
BinFalse5429620421
BinTrue8296361

"=" expression on line 2777:

 curr_state = s_pc_off 
Evaluated toCountThreshold
BinFalse224841741
BinTrue292531

"=" expression on line 2778:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse104862961
BinTrue119978781

"=" expression on line 2779:

 ctrl_ctr_pload_unaliged = '1' 
Evaluated toCountThreshold
BinFalse104816571
BinTrue46391

"=" expression on line 2790:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"and" expression on line 2799:

 (is_receiver = '1' or mr_settings_ilbp = '1') and (rx_trigger = '1') 
  <-------------------LHS------------------->       <-----RHS------>  

LHSRHSCountThreshold
BinFalseTrue59697101
BinTrueFalse1726896291
BinTrueTrue43899301

"or" expression on line 2799:

 is_receiver = '1' or mr_settings_ilbp = '1' 
 <------LHS------>    <--------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse3667121191
BinFalseTrue7207311
BinTrueFalse1762177081

"=" expression on line 2799:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse3674328501
BinTrue1763588281

"=" expression on line 2799:

 mr_settings_ilbp = '1' 
Evaluated toCountThreshold
BinFalse5429298271
BinTrue8618511

"=" expression on line 2799:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334320381
BinTrue103596401

"or" expression on line 2815:

 rx_trigger = '1' or err_frm_req = '1' 
 <-----LHS------>    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse103855131
BinFalseTrue313021
BinTrueFalse103598131

"=" expression on line 2815:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104168151
BinTrue103702181

"=" expression on line 2815:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse207453261
BinTrue417071

"=" expression on line 2819:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103785201
BinTrue105216821

"=" expression on line 2828:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 2842:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 2849:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5334007361
BinTrue103909421

"and" expression on line 2861:

 rx_store_base_id_i and rx_trigger 
 <------LHS------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'532941
Bin'1''1'538481

"and" expression on line 2862:

 rx_store_ext_id_i and rx_trigger 
 <------LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'158401
Bin'1''1'158081

"and" expression on line 2863:

 rx_store_ide_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'529541
Bin'1''1'1057861

"and" expression on line 2864:

 rx_store_rtr_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'689021
Bin'1''1'1376181

"and" expression on line 2865:

 rx_store_edl_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'508941
Bin'1''1'1016861

"and" expression on line 2866:

 rx_store_dlc_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'498561
Bin'1''1'497901

"and" expression on line 2867:

 rx_store_esi_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'285251
Bin'1''1'570501

"and" expression on line 2868:

 rx_store_brs_i and rx_trigger 
 <----LHS----->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'285751
Bin'1''1'571501

"and" expression on line 2869:

 rx_store_stuff_count_i and rx_trigger 
 <--------LHS--------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'132721
Bin'1''1'267741

"and" expression on line 2875:

 tx_load_base_id_i and rx_trigger 
 <------LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103420661
Bin'1''0'428121
Bin'1''1'506231

"and" expression on line 2876:

 tx_load_ext_id_i and rx_trigger 
 <-----LHS------>     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'225711
Bin'1''1'393651

"and" expression on line 2877:

 tx_load_dlc_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'721811
Bin'1''1'1225491

"and" expression on line 2878:

 tx_load_data_word_i and rx_trigger 
 <-------LHS------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'102428201
Bin'1''0'1564111
Bin'1''1'1569371

"and" expression on line 2879:

 tx_load_stuff_count_i and rx_trigger 
 <--------LHS-------->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'153281
Bin'1''1'405101

"and" expression on line 2880:

 tx_load_crc_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598411
Bin'1''0'326161
Bin'1''1'576521

"and" expression on line 2885:

 tx_shift_ena_i = '1' and is_transmitter = '1' 
 <-------LHS-------->     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue759061
BinTrueFalse678841
BinTrueTrue562061

"=" expression on line 2885:

 tx_shift_ena_i = '1' 
Evaluated toCountThreshold
BinFalse1666961
BinTrue1240901

"=" expression on line 2885:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse1586741
BinTrue1321121

"and" expression on line 2892:

 form_err_i and rx_trigger 
 <--LHS--->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103599571
Bin'1''0'847561
Bin'1''1'874761

"and" expression on line 2893:

 ack_err_i and rx_trigger 
 <--LHS-->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'70561
Bin'1''1'83771

"and" expression on line 2894:

 crc_err_i and rx_trigger 
 <--LHS-->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'8081
Bin'1''1'16161

"and" expression on line 2895:

 bit_err_arb_i and rx_trigger 
 <----LHS---->     <--RHS---> 

LHSRHSCountThreshold
Bin'0''1'103598131
Bin'1''0'1197551
Bin'1''1'14551

"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
BinTrueFalse55251
BinTrueTrue20181

"and" expression on line 2908:

 sp_control_switch_data = '1' and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue278601
BinTrueFalse128561
BinTrueTrue75431

"=" expression on line 2908:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse675421
BinTrue203991

"=" expression on line 2908:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse525381
BinTrue354031

"=" expression on line 2913:

 sp_control_switch_nominal = '1' 
Evaluated toCountThreshold
BinFalse972601
BinTrue476981

"=" expression on line 2915:

 switch_to_ssp = '1' 
Evaluated toCountThreshold
BinFalse912311
BinTrue60291

"=" expression on line 2917:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse524511
BinTrue387801

"=" expression on line 2921:

 sp_control_switch_nominal = '1' 
Evaluated toCountThreshold
BinFalse712491
BinTrue272741

"=" expression on line 2922:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse508501
BinTrue203991

"=" expression on line 2927:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 2930:

 sp_control_ce = '1' 
Evaluated toCountThreshold
BinFalse5437508801
BinTrue407981

"=" expression on line 2936:

 br_shifted_i = '1' 
Evaluated toCountThreshold
BinFalse609271
BinTrue1381371

"=" expression on line 2944:

 curr_state = s_pc_act_err_flag 
Evaluated toCountThreshold
BinFalse8171441
BinTrue191051

"=" expression on line 2945:

 curr_state = s_pc_ovr_flag 
Evaluated toCountThreshold
BinFalse8165831
BinTrue5611

"=" expression on line 2950:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 2953:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334320381
BinTrue103596401

"and" expression on line 2963:

 primary_err_i = '1' and rx_trigger = '1' 
 <-------LHS------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103598131
BinTrueFalse196381
BinTrueTrue227701

"=" expression on line 2963:

 primary_err_i = '1' 
Evaluated toCountThreshold
BinFalse207031901
BinTrue424081

"=" expression on line 2963:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103630151
BinTrue103825831

"and" expression on line 2967:

 err_delim_late_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103595691
BinTrueFalse3161
BinTrueTrue3901

"=" expression on line 2967:

 err_delim_late_i = '1' 
Evaluated toCountThreshold
BinFalse207222681
BinTrue7061

"=" expression on line 2967:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103630151
BinTrue103599591

"and" expression on line 2971:

 set_err_active_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103599831
BinTrueFalse66371
BinTrueTrue66371

"=" expression on line 2971:

 set_err_active_i = '1' 
Evaluated toCountThreshold
BinFalse207165311
BinTrue132741

"=" expression on line 2971:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103631851
BinTrue103666201

"and" expression on line 2975:

 rx_clear_i = '1' and rx_trigger = '1' 
 <-----LHS------>     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103922421
BinTrueFalse233831
BinTrueTrue707761

"=" expression on line 2975:

 rx_clear_i = '1' 
Evaluated toCountThreshold
BinFalse207499721
BinTrue941591

"=" expression on line 2975:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103811131
BinTrue104630181

"=" expression on line 2985:

 bit_err_disable = '1' 
Evaluated toCountThreshold
BinFalse1206471
BinTrue1393631

"and" expression on line 2986:

 bit_err_disable_receiver = '1' and is_receiver = '1' 
 <------------LHS------------->     <------RHS------> 

LHSRHSCountThreshold
BinFalseTrue316051
BinTrueFalse221951
BinTrueTrue286991

"=" expression on line 2986:

 bit_err_disable_receiver = '1' 
Evaluated toCountThreshold
BinFalse697531
BinTrue508941

"=" expression on line 2986:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse603431
BinTrue603041

"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
BinFalseFalse56263161
BinFalseTrue354791
BinTrueFalse152177101

"or" expression on lines 2996 to 2997:

 retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' or is_receiver = '1' 
 <----------------------LHS---------------------->    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse56617951
BinFalseTrue20835461
BinTrueFalse64457911

"or" expression on line 2996:

 retr_ctr_clear_i = '1' or mr_settings_rtrle = '0' 
 <--------LHS--------->    <---------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse77453411
BinFalseTrue131089351
BinTrueFalse235651

"=" expression on line 2996:

 retr_ctr_clear_i = '1' 
Evaluated toCountThreshold
BinFalse208542761
BinTrue304221

"=" expression on line 2996:

 mr_settings_rtrle = '0' 
Evaluated toCountThreshold
BinFalse77689061
BinTrue131157921

"=" expression on line 2997:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse121075861
BinTrue87771121

"=" expression on line 2997:

 retr_ctr_add_block = '1' 
Evaluated toCountThreshold
BinFalse208440261
BinTrue406721

"and" expression on line 2998:

 arbitration_lost_i = '1' and rx_trigger = '1' 
 <---------LHS---------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue28137411
BinTrueFalse111
BinTrueTrue3051

"=" expression on line 2998:

 arbitration_lost_i = '1' 
Evaluated toCountThreshold
BinFalse56260001
BinTrue3161

"=" expression on line 2998:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse28122701
BinTrue28140461

"=" expression on line 2999:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse56149361
BinTrue110751

"and" expression on line 3007:

 txtb_hw_cmd_d.valid = '1' and rx_trigger = '1' 
 <----------LHS---------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103656281
BinTrueFalse111281
BinTrueTrue111121

"=" expression on line 3007:

 txtb_hw_cmd_d.valid = '1' 
Evaluated toCountThreshold
BinFalse207305921
BinTrue222401

"=" expression on line 3007:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103760921
BinTrue103767401

"=" expression on line 3008:

 txtb_hw_cmd_d.failed = '1' 
Evaluated toCountThreshold
BinFalse207265431
BinTrue151771

"=" expression on line 3018:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3021:

 retr_ctr_add_i = '1' 
Evaluated toCountThreshold
BinFalse5437905671
BinTrue11111

"=" expression on line 3023:

 retr_ctr_add_block_clr = '1' 
Evaluated toCountThreshold
BinFalse5328500851
BinTrue109404821

"and" expression on line 3031:

 sof_pulse_i = '1' and rx_trigger = '1' 
 <------LHS------>     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103598131
BinTrueFalse249241
BinTrueTrue806861

"=" expression on line 3031:

 sof_pulse_i = '1' 
Evaluated toCountThreshold
BinFalse206979041
BinTrue1056101

"=" expression on line 3031:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103630151
BinTrue104404991

"and" expression on line 3038:

 compl_ctr_ena_i = '1' and rx_trigger = '1' 
 <--------LHS-------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue59083921
BinTrueFalse44882411
BinTrueTrue45086711

"=" expression on line 3038:

 compl_ctr_ena_i = '1' 
Evaluated toCountThreshold
BinFalse117995561
BinTrue89969121

"=" expression on line 3038:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103794051
BinTrue104170631

"and" expression on line 3045:

 set_transmitter_i = '1' and rx_trigger = '1' 
 <---------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103618481
BinTrueFalse233831
BinTrueTrue402891

"=" expression on line 3045:

 set_transmitter_i = '1' 
Evaluated toCountThreshold
BinFalse207195781
BinTrue636721

"=" expression on line 3045:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103811131
BinTrue104021371

"=" expression on line 3055:

 set_receiver_i = '1' 
Evaluated toCountThreshold
BinFalse336891
BinTrue304871

"and" expression on line 3064:

 set_idle_i = '1' and (rx_trigger = '1' or err_frm_req = '1') 
 <-----LHS------>      <----------------RHS---------------->  

LHSRHSCountThreshold
BinFalseTrue104016681
BinTrueFalse605281
BinTrueTrue965971

"=" expression on line 3064:

 set_idle_i = '1' 
Evaluated toCountThreshold
BinFalse207311691
BinTrue1571251

"or" expression on line 3064:

 rx_trigger = '1' or err_frm_req = '1' 
 <-----LHS------>    <------RHS------> 

LHSRHSCountThreshold
BinFalseFalse103900291
BinFalseTrue354511
BinTrueFalse104523911

"=" expression on line 3064:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse104254801
BinTrue104628141

"=" expression on line 3064:

 err_frm_req = '1' 
Evaluated toCountThreshold
BinFalse208424201
BinTrue458741

"=" expression on line 3077:

 crc_spec_enable_i = '1' 
Evaluated toCountThreshold
BinFalse2021801
BinTrue1394911

"=" expression on line 3078:

 is_arbitration_i = '1' 
Evaluated toCountThreshold
BinFalse1458261
BinTrue563541

"=" expression on line 3079:

 is_receiver = '1' 
Evaluated toCountThreshold
BinFalse876321
BinTrue581941

"and" expression on line 3082:

 load_init_vect_i = '1' and rx_trigger = '1' 
 <--------LHS--------->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue102578281
BinTrueFalse1138341
BinTrueTrue1134591

"=" expression on line 3082:

 load_init_vect_i = '1' 
Evaluated toCountThreshold
BinFalse205076201
BinTrue2272931

"=" expression on line 3082:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse103636261
BinTrue103712871

"=" expression on line 3091:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3094:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5334007361
BinTrue103909421

"=" expression on line 3095:

 stuff_enable_set = '1' 
Evaluated toCountThreshold
BinFalse103656671
BinTrue252751

"=" expression on line 3097:

 stuff_enable_clear = '1' 
Evaluated toCountThreshold
BinFalse103039221
BinTrue617451

"=" expression on line 3109:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3112:

 ctrl_signal_upd = '1' 
Evaluated toCountThreshold
BinFalse5334007361
BinTrue103909421

"=" expression on line 3113:

 destuff_enable_set = '1' 
Evaluated toCountThreshold
BinFalse103351801
BinTrue557621

"=" expression on line 3115:

 destuff_enable_clear = '1' 
Evaluated toCountThreshold
BinFalse102740581
BinTrue611221

"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
BinFalseFalse3890151
BinFalseTrue55251

"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
BinFalseFalse3945401
BinFalseTrue20181

"and" expression on line 3126:

 sp_control_switch_data = '1' and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue1590991
BinTrueFalse257121
BinTrueTrue150861

"=" expression on line 3126:

 sp_control_switch_data = '1' 
Evaluated toCountThreshold
BinFalse3708461
BinTrue407981

"=" expression on line 3126:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2374591
BinTrue1741851

"and" expression on line 3128:

 sp_control_q_i = DATA_SAMPLE and is_transmitter = '1' 
 <-----------LHS------------>     <-------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue1515561
BinTrueFalse257121
BinTrueTrue55251

"=" expression on line 3128:

 is_transmitter = '1' 
Evaluated toCountThreshold
BinFalse2374591
BinTrue1570811

"=" expression on line 3130:

 perform_hsync = '1' 
Evaluated toCountThreshold
BinFalse2072641
BinTrue1817511

"=" expression on line 3136:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3148:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3151:

 txtb_clk_en_d = '1' 
Evaluated toCountThreshold
BinFalse5437118581
BinTrue798201

"and" expression on line 3159:

 txtb_ptr_q /= txtb_ptr_d and txtb_gate_mem_read = '0' 
 <---------LHS---------->     <---------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue849561
BinTrueFalse305671
BinTrueTrue968711

"/=" expression on line 3159:

 txtb_ptr_q /= txtb_ptr_d 
Evaluated toCountThreshold
BinFalse900921
BinTrue1274381

"=" expression on line 3159:

 txtb_gate_mem_read = '0' 
Evaluated toCountThreshold
BinFalse357031
BinTrue1818271

"=" expression on line 3168:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3180:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3183:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334320381
BinTrue103596401

"=" expression on line 3194:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3197:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334320381
BinTrue103596401

"=" expression on line 3208:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"and" expression on line 3211:

 ack_err_i = '1' and rx_trigger = '1' 
 <-----LHS----->     <-----RHS------> 

LHSRHSCountThreshold
BinFalseTrue103583191
BinTrueFalse7401681
BinTrueTrue13211

"=" expression on line 3211:

 ack_err_i = '1' 
Evaluated toCountThreshold
BinFalse5430501891
BinTrue7414891

"=" expression on line 3211:

 rx_trigger = '1' 
Evaluated toCountThreshold
BinFalse5334320381
BinTrue103596401

"=" expression on line 3213:

 ack_err_flag_clr = '1' 
Evaluated toCountThreshold
BinFalse5414528471
BinTrue23375101

"=" expression on line 3224:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 3227:

 pexs_set = '1' 
Evaluated toCountThreshold
BinFalse5437856681
BinTrue60101

"=" expression on line 3229:

 mr_command_cpexs = '1' 
Evaluated toCountThreshold
BinFalse5437856081
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_INTEGRATING107621
BinS_PC_IDLE558651
BinS_PC_SOF249241
BinS_PC_BASE_ID557621
BinS_PC_RTR_SRR_R1531811
BinS_PC_IDE529941
BinS_PC_EXT_ID176281
BinS_PC_RTR_R1158081
BinS_PC_EDL_R1157221
BinS_PC_R0_EXT84751
BinS_PC_R0_FD288541
BinS_PC_EDL_R0352041
BinS_PC_BRS286691
BinS_PC_ESI285751
BinS_PC_DLC503681
BinS_PC_DATA368631
BinS_PC_STUFF_COUNT135361
BinS_PC_CRC312761
BinS_PC_CRC_DELIM297871
BinS_PC_ACK173061
BinS_PC_ACK_FD_1124261
BinS_PC_ACK_FD_2123521
BinS_PC_ACK_DELIM295661
BinS_PC_EOF281651
BinS_PC_INTERMISSION517161
BinS_PC_SUSPEND27791
BinS_PC_REINTEGRATING_WAIT2151
BinS_PC_REINTEGRATING1701
BinS_PC_ACT_ERR_FLAG191051
BinS_PC_PAS_ERR_FLAG68311
BinS_PC_ERR_DELIM_WAIT258541
BinS_PC_ERR_FLAG_TOO_LONG1141
BinS_PC_OVR_FLAG_TOO_LONG321
BinS_PC_ERR_DELIM258221
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_INTEGRATING123901
BinS_PC_IDLE996651
BinS_PC_SOF404071
BinS_PC_BASE_ID564291
BinS_PC_RTR_SRR_R1539611
BinS_PC_IDE531161
BinS_PC_EXT_ID236971
BinS_PC_RTR_R1158401
BinS_PC_EDL_R1157861
BinS_PC_R0_EXT159131
BinS_PC_R0_FD332811
BinS_PC_EDL_R0372241
BinS_PC_BRS286811
BinS_PC_ESI285751
BinS_PC_DLC725561
BinS_PC_DATA758351
BinS_PC_STUFF_COUNT540371
BinS_PC_CRC889721
BinS_PC_CRC_DELIM610701
BinS_PC_ACK173091
BinS_PC_ACK_FD_1124261
BinS_PC_ACK_FD_2123521
BinS_PC_ACK_DELIM295661
BinS_PC_EOF281811
BinS_PC_INTERMISSION1048061
BinS_PC_SUSPEND84681
BinS_PC_REINTEGRATING_WAIT68791
BinS_PC_REINTEGRATING1701
BinS_PC_ACT_ERR_FLAG195481
BinS_PC_PAS_ERR_FLAG74701
BinS_PC_ERR_DELIM_WAIT468631
BinS_PC_ERR_FLAG_TOO_LONG208651
BinS_PC_OVR_FLAG_TOO_LONG4711
BinS_PC_ERR_DELIM272721
BinS_PC_OVR_FLAG8331
BinS_PC_OVR_DELIM_WAIT11821
BinS_PC_OVR_DELIM4631

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: