NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST

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

Nested Instances Statement Branch Toggle Expression FSM state Functional Average
PROTOCOL_CONTROL_INST 100.0 % (1510/1510) 100.0 % (1078/1078) 100.0 % (3934/3934) 99.8 % (1592/1595) 100.0 % (76/76) 100.0 % (13/13) 99.9 % (8203/8206)
OPERATION_CONTROL_INST 100.0 % (28/28) 100.0 % (32/32) 100.0 % (24/24) 100.0 % (32/32) 100.0 % (8/8) N.A. 100.0 % (124/124)
FAULT_CONFINEMENT_INST 100.0 % (156/156) 100.0 % (130/130) 100.0 % (916/916) 99.5 % (214/215) 100.0 % (6/6) N.A. 99.9 % (1422/1423)
CAN_CRC_INST 100.0 % (71/71) 100.0 % (62/62) 100.0 % (524/524) 100.0 % (93/93) N.A. N.A. 100.0 % (750/750)
BIT_STUFFING_INST 100.0 % (77/77) 100.0 % (76/76) 100.0 % (128/128) 100.0 % (127/127) N.A. N.A. 100.0 % (408/408)
BIT_DESTUFFING_INST 100.0 % (73/73) 100.0 % (76/76) 100.0 % (140/140) 100.0 % (123/123) N.A. N.A. 100.0 % (412/412)
BUS_TRAFFIC_CTRS_GEN 100.0 % (37/37) 100.0 % (34/34) 100.0 % (466/466) 100.0 % (20/20) N.A. N.A. 100.0 % (557/557)
TRIGGER_MUX_INST 100.0 % (29/29) 100.0 % (26/26) 100.0 % (56/56) 100.0 % (52/52) N.A. N.A. 100.0 % (163/163)
NO_BUS_TRAFFIC_CTRS_GEN 100.0 % (2/2) N.A. N.A. N.A. N.A. N.A. 100.0 % (2/2)

Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST 100.0 % (46/46) 100.0 % (10/10) 100.0 % (1318/1318) 100.0 % (11/11) N.A. N.A. 100.0 % (1385/1385)

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:

Signal assignment statement on line 881:

881:    pc_rx_data_nbs <= bds_data_out
Count: 2785354
Threshold: 1

Signal assignment statement on line 882:

882:    bst_data_in <= pc_tx_data_nbs
Count: 1290280
Threshold: 1

Signal assignment statement on line 889:

889:    crc_data_tx_nbs <= pc_tx_data_nbs
Count: 1290280
Threshold: 1

Signal assignment statement on line 890:

890:    crc_data_rx_nbs <= bds_data_out
Count: 2785354
Threshold: 1

Signal assignment statement on line 897:

897:    crc_data_tx_wbs <= bst_data_out
Count: 1267628
Threshold: 1

Signal assignment statement on line 899:

899:    lpb_dominant <= rx_data_wbs and bst_data_out
Count: 4065379
Threshold: 1

If statement on lines 909 to 911:

909:    bds_data_in <= bst_data_out when (sp_control_q = SECONDARY_SAMPLE) else 
910:                   lpb_dominant when (mr_mode_bmm = '1') else 
911:                    rx_data_wbs; 

Count: 6898747
Threshold: 1

Signal assignment statement on line 909:

909:    bds_data_in <= bst_data_out when (sp_control_q = SECONDARY_SAMPLE) else 
Count: 274892
Threshold: 1

Signal assignment statement on line 910:

910:                   lpb_dominant when (mr_mode_bmm = '1') else 
Count: 1766
Threshold: 1

Signal assignment statement on line 911:

911:                    rx_data_wbs
Count: 6622089
Threshold: 1

If statement on lines 917 to 919:

917:    tx_data_wbs_i <= RECESSIVE when (mr_settings_ena = CTU_CAN_DISABLED) else 
918:                     RECESSIVE when (mr_mode_bmm = '1') else 
919:                     bst_data_out; 

Count: 1282203
Threshold: 1

Signal assignment statement on line 917:

917:    tx_data_wbs_i <= RECESSIVE when (mr_settings_ena = CTU_CAN_DISABLED) else 
Count: 8081
Threshold: 1

Signal assignment statement on line 918:

918:                     RECESSIVE when (mr_mode_bmm = '1') else 
Count: 50
Threshold: 1

Signal assignment statement on line 919:

919:                     bst_data_out
Count: 1274072
Threshold: 1

If statement on lines 925 to 926:

925:    no_pos_resync <= '1' when (tx_data_wbs_i = DOMINANT) else 
926:                     '0'; 

Count: 1267598
Threshold: 1

Signal assignment statement on line 925:

925:    no_pos_resync <= '1' when (tx_data_wbs_i = DOMINANT) else 
Count: 632200
Threshold: 1

Signal assignment statement on line 926:

926:                     '0'
Count: 635398
Threshold: 1

Signal assignment statement on line 931:

931:    cc_stat.is_err_active   <= is_err_active
Count: 18442
Threshold: 1

Signal assignment statement on line 932:

932:    cc_stat.is_err_passive  <= is_err_passive
Count: 4724
Threshold: 1

Signal assignment statement on line 933:

933:    cc_stat.is_bus_off      <= is_bus_off_i
Count: 18066
Threshold: 1

Signal assignment statement on line 934:

934:    cc_stat.is_transmitter  <= is_transmitter
Count: 43835
Threshold: 1

Signal assignment statement on line 935:

935:    cc_stat.is_receiver     <= is_receiver
Count: 65011
Threshold: 1

Signal assignment statement on line 936:

936:    cc_stat.is_idle         <= is_idle
Count: 114983
Threshold: 1

Signal assignment statement on line 937:

937:    cc_stat.tx_err_ctr      <= tx_err_ctr
Count: 33426
Threshold: 1

Signal assignment statement on line 938:

938:    cc_stat.rx_err_ctr      <= rx_err_ctr
Count: 27286
Threshold: 1

Signal assignment statement on line 939:

939:    cc_stat.status_pexs     <= mr_status_pexs
Count: 3352
Threshold: 1

Signal assignment statement on line 940:

940:    cc_stat.norm_err_ctr    <= norm_err_ctr
Count: 27160
Threshold: 1

Signal assignment statement on line 941:

941:    cc_stat.data_err_ctr    <= data_err_ctr
Count: 14587
Threshold: 1

Signal assignment statement on line 942:

942:    cc_stat.err_type        <= err_capt_err_type
Count: 7328
Threshold: 1

Signal assignment statement on line 943:

943:    cc_stat.err_erp         <= err_capt_err_erp
Count: 3782
Threshold: 1

Signal assignment statement on line 944:

944:    cc_stat.err_pos         <= err_capt_err_pos
Count: 12038
Threshold: 1

Signal assignment statement on line 945:

945:    cc_stat.retr_ctr        <= retr_ctr
Count: 4515
Threshold: 1

Signal assignment statement on line 946:

946:    cc_stat.alc_bit         <= alc_alc_bit
Count: 3819
Threshold: 1

Signal assignment statement on line 947:

947:    cc_stat.alc_id_field    <= alc_alc_id_field
Count: 3470
Threshold: 1

Signal assignment statement on line 948:

948:    cc_stat.rx_frame_ctr    <= rx_frame_ctr
Count: 15421
Threshold: 1

Signal assignment statement on line 949:

949:    cc_stat.tx_frame_ctr    <= tx_frame_ctr
Count: 8142
Threshold: 1

Signal assignment statement on line 950:

950:    cc_stat.bst_ctr         <= bst_ctr
Count: 296187
Threshold: 1

Signal assignment statement on line 951:

951:    cc_stat.dst_ctr         <= dst_ctr
Count: 995560
Threshold: 1

Signal assignment statement on line 952:

952:    cc_stat.status_ewl      <= mr_status_ewl
Count: 4757
Threshold: 1

Signal assignment statement on line 957:

957:    rec_valid               <= rec_valid_i
Count: 33558
Threshold: 1

Signal assignment statement on line 958:

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

Signal assignment statement on line 959:

959:    tran_valid              <= tran_valid_i
Count: 25426
Threshold: 1

Signal assignment statement on line 960:

960:    err_detected            <= err_detected_i
Count: 252142
Threshold: 1

Signal assignment statement on line 961:

961:    tx_data_wbs             <= tx_data_wbs_i
Count: 1267598
Threshold: 1

Signal assignment statement on line 962:

962:    sp_control              <= sp_control_i
Count: 59768
Threshold: 1

Signal assignment statement on line 965:

965:    pc_rx_trigger           <= pc_rx_trigger_i
Count: 20722828
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

909:    bds_data_in <= bst_data_out when (sp_control_q = SECONDARY_SAMPLE) else 
Evaluated toCountThreshold
BinTrue2748921
BinFalse66238551

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

910:                   lpb_dominant when (mr_mode_bmm = '1') else 
Evaluated toCountThreshold
BinTrue17661
BinFalse66220891

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

917:    tx_data_wbs_i <= RECESSIVE when (mr_settings_ena = CTU_CAN_DISABLED) else 
Evaluated toCountThreshold
BinTrue80811
BinFalse12741221

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

918:                     RECESSIVE when (mr_mode_bmm = '1') else 
Evaluated toCountThreshold
BinTrue501
BinFalse12740721

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

925:    no_pos_resync <= '1' when (tx_data_wbs_i = DOMINANT) else 
Evaluated toCountThreshold
BinTrue6322001
BinFalse6353981

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:

 SCAN_ENABLE
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_TSTM
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_RTRTH
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:

 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_ERCRST
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_COMMAND_RXFCRST
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_COMMAND_TXFCRST
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_COMMAND_CPEXS
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:

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

Port:

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

Port:

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

Port:

 MR_CTR_PRES_PTX
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_CTR_PRES_PRX
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_CTR_PRES_ENORM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_CTR_PRES_EFD
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

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

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_IDENT_TYPE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_FRAME_TYPE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_BRS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

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

Port:

 TRAN_FRAME_VALID
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TRAN_FRAME_PARITY_ERROR
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TXTB_CHANGED
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RX_TRIGGERS
ElementFromToCountThresholdExcluded due to
Bin(1)0101Exclude file
Bin(1)1001Exclude file
Bin(0)0101Exclude file
Bin(0)1001Exclude file

Port:

 TX_TRIGGER
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RX_DATA_WBS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 BIT_ERR
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 SYNC_EDGE
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Covered toggles:

Port:

 CC_STAT
ElementFromToCountThreshold
BinIS_ERR_ACTIVE0184261
BinIS_ERR_ACTIVE1084151
BinIS_ERR_PASSIVE017611
BinIS_ERR_PASSIVE1023621
BinIS_BUS_OFF0182271
BinIS_BUS_OFF1082381
BinIS_TRANSMITTER01203171
BinIS_TRANSMITTER10219171
BinIS_RECEIVER01309081
BinIS_RECEIVER10325021
BinIS_IDLE01558921
BinIS_IDLE10574901
BinTX_ERR_CTR(8)012461
BinTX_ERR_CTR(8)1018471
BinTX_ERR_CTR(7)015061
BinTX_ERR_CTR(7)1021071
BinTX_ERR_CTR(6)015041
BinTX_ERR_CTR(6)1021051
BinTX_ERR_CTR(5)017871
BinTX_ERR_CTR(5)1023881
BinTX_ERR_CTR(4)0119571
BinTX_ERR_CTR(4)1035571
BinTX_ERR_CTR(3)01125211
BinTX_ERR_CTR(3)10141221
BinTX_ERR_CTR(2)0129781
BinTX_ERR_CTR(2)1045791
BinTX_ERR_CTR(1)0133141
BinTX_ERR_CTR(1)1049151
BinTX_ERR_CTR(0)0135481
BinTX_ERR_CTR(0)1051491
BinRX_ERR_CTR(8)011261
BinRX_ERR_CTR(8)1017271
BinRX_ERR_CTR(7)013441
BinRX_ERR_CTR(7)1019451
BinRX_ERR_CTR(6)012621
BinRX_ERR_CTR(6)1018601
BinRX_ERR_CTR(5)013431
BinRX_ERR_CTR(5)1019431
BinRX_ERR_CTR(4)015011
BinRX_ERR_CTR(4)1021011
BinRX_ERR_CTR(3)016801
BinRX_ERR_CTR(3)1022801
BinRX_ERR_CTR(2)016391
BinRX_ERR_CTR(2)1022401
BinRX_ERR_CTR(1)0111981
BinRX_ERR_CTR(1)1027991
BinRX_ERR_CTR(0)01112421
BinRX_ERR_CTR(0)10128361
BinSTATUS_PEXS01751
BinSTATUS_PEXS1016761
BinNORM_ERR_CTR(15)01671
BinNORM_ERR_CTR(15)1016651
BinNORM_ERR_CTR(14)01651
BinNORM_ERR_CTR(14)1016631
BinNORM_ERR_CTR(13)01661
BinNORM_ERR_CTR(13)1016621
BinNORM_ERR_CTR(12)01611
BinNORM_ERR_CTR(12)1016591
BinNORM_ERR_CTR(11)01711
BinNORM_ERR_CTR(11)1016701
BinNORM_ERR_CTR(10)01671
BinNORM_ERR_CTR(10)1016651
BinNORM_ERR_CTR(9)01541
BinNORM_ERR_CTR(9)1016541
BinNORM_ERR_CTR(8)01711
BinNORM_ERR_CTR(8)1016681
BinNORM_ERR_CTR(7)01831
BinNORM_ERR_CTR(7)1016821
BinNORM_ERR_CTR(6)01971
BinNORM_ERR_CTR(6)1016951
BinNORM_ERR_CTR(5)011501
BinNORM_ERR_CTR(5)1017471
BinNORM_ERR_CTR(4)012711
BinNORM_ERR_CTR(4)1018691
BinNORM_ERR_CTR(3)016051
BinNORM_ERR_CTR(3)1022001
BinNORM_ERR_CTR(2)0113691
BinNORM_ERR_CTR(2)1029671
BinNORM_ERR_CTR(1)0130831
BinNORM_ERR_CTR(1)1046771
BinNORM_ERR_CTR(0)01115061
BinNORM_ERR_CTR(0)10131001
BinDATA_ERR_CTR(15)01591
BinDATA_ERR_CTR(15)1016571
BinDATA_ERR_CTR(14)01681
BinDATA_ERR_CTR(14)1016661
BinDATA_ERR_CTR(13)01701
BinDATA_ERR_CTR(13)1016691
BinDATA_ERR_CTR(12)01661
BinDATA_ERR_CTR(12)1016651
BinDATA_ERR_CTR(11)01631
BinDATA_ERR_CTR(11)1016631
BinDATA_ERR_CTR(10)01681
BinDATA_ERR_CTR(10)1016661
BinDATA_ERR_CTR(9)01771
BinDATA_ERR_CTR(9)1016741
BinDATA_ERR_CTR(8)01901
BinDATA_ERR_CTR(8)1016881
BinDATA_ERR_CTR(7)01991
BinDATA_ERR_CTR(7)1016981
BinDATA_ERR_CTR(6)011261
BinDATA_ERR_CTR(6)1017231
BinDATA_ERR_CTR(5)012121
BinDATA_ERR_CTR(5)1018091
BinDATA_ERR_CTR(4)013631
BinDATA_ERR_CTR(4)1019621
BinDATA_ERR_CTR(3)016791
BinDATA_ERR_CTR(3)1022781
BinDATA_ERR_CTR(2)0112881
BinDATA_ERR_CTR(2)1028881
BinDATA_ERR_CTR(1)0125121
BinDATA_ERR_CTR(1)1041121
BinDATA_ERR_CTR(0)0155981
BinDATA_ERR_CTR(0)1071961
BinERR_TYPE(2)019641
BinERR_TYPE(2)1025641
BinERR_TYPE(1)0112341
BinERR_TYPE(1)1028331
BinERR_TYPE(0)013361
BinERR_TYPE(0)1019361
BinERR_ERP012901
BinERR_ERP1018911
BinERR_POS(3)0141881
BinERR_POS(3)1025951
BinERR_POS(2)0144211
BinERR_POS(2)1028211
BinERR_POS(1)0137431
BinERR_POS(1)1021461
BinERR_POS(0)0129411
BinERR_POS(0)1013411
BinRETR_CTR(3)01541
BinRETR_CTR(3)1016551
BinRETR_CTR(2)011401
BinRETR_CTR(2)1017411
BinRETR_CTR(1)012571
BinRETR_CTR(1)1018581
BinRETR_CTR(0)016421
BinRETR_CTR(0)1022421
BinALC_BIT(4)01681
BinALC_BIT(4)1016671
BinALC_BIT(3)01891
BinALC_BIT(3)1016881
BinALC_BIT(2)011021
BinALC_BIT(2)1017011
BinALC_BIT(1)011701
BinALC_BIT(1)1017691
BinALC_BIT(0)012971
BinALC_BIT(0)1018961
BinALC_ID_FIELD(2)01351
BinALC_ID_FIELD(2)1016361
BinALC_ID_FIELD(1)01411
BinALC_ID_FIELD(1)1016401
BinALC_ID_FIELD(0)01921
BinALC_ID_FIELD(0)1016931
BinRX_FRAME_CTR(31)01531
BinRX_FRAME_CTR(31)1016521
BinRX_FRAME_CTR(30)01561
BinRX_FRAME_CTR(30)1016561
BinRX_FRAME_CTR(29)01511
BinRX_FRAME_CTR(29)1016501
BinRX_FRAME_CTR(28)01501
BinRX_FRAME_CTR(28)1016481
BinRX_FRAME_CTR(27)01531
BinRX_FRAME_CTR(27)1016521
BinRX_FRAME_CTR(26)01491
BinRX_FRAME_CTR(26)1016501
BinRX_FRAME_CTR(25)01491
BinRX_FRAME_CTR(25)1016471
BinRX_FRAME_CTR(24)01571
BinRX_FRAME_CTR(24)1016561
BinRX_FRAME_CTR(23)01491
BinRX_FRAME_CTR(23)1016501
BinRX_FRAME_CTR(22)01491
BinRX_FRAME_CTR(22)1016501
BinRX_FRAME_CTR(21)01541
BinRX_FRAME_CTR(21)1016531
BinRX_FRAME_CTR(20)01571
BinRX_FRAME_CTR(20)1016561
BinRX_FRAME_CTR(19)01531
BinRX_FRAME_CTR(19)1016511
BinRX_FRAME_CTR(18)01531
BinRX_FRAME_CTR(18)1016521
BinRX_FRAME_CTR(17)01551
BinRX_FRAME_CTR(17)1016541
BinRX_FRAME_CTR(16)01541
BinRX_FRAME_CTR(16)1016531
BinRX_FRAME_CTR(15)01541
BinRX_FRAME_CTR(15)1016511
BinRX_FRAME_CTR(14)01471
BinRX_FRAME_CTR(14)1016471
BinRX_FRAME_CTR(13)01571
BinRX_FRAME_CTR(13)1016561
BinRX_FRAME_CTR(12)01611
BinRX_FRAME_CTR(12)1016601
BinRX_FRAME_CTR(11)01501
BinRX_FRAME_CTR(11)1016481
BinRX_FRAME_CTR(10)01541
BinRX_FRAME_CTR(10)1016521
BinRX_FRAME_CTR(9)01531
BinRX_FRAME_CTR(9)1016511
BinRX_FRAME_CTR(8)01661
BinRX_FRAME_CTR(8)1016651
BinRX_FRAME_CTR(7)01871
BinRX_FRAME_CTR(7)1016861
BinRX_FRAME_CTR(6)011131
BinRX_FRAME_CTR(6)1017121
BinRX_FRAME_CTR(5)012151
BinRX_FRAME_CTR(5)1018141
BinRX_FRAME_CTR(4)013531
BinRX_FRAME_CTR(4)1019531
BinRX_FRAME_CTR(3)017471
BinRX_FRAME_CTR(3)1023451
BinRX_FRAME_CTR(2)0114931
BinRX_FRAME_CTR(2)1030921
BinRX_FRAME_CTR(1)0129631
BinRX_FRAME_CTR(1)1045611
BinRX_FRAME_CTR(0)0159211
BinRX_FRAME_CTR(0)1075211
BinTX_FRAME_CTR(31)011011
BinTX_FRAME_CTR(31)1017021
BinTX_FRAME_CTR(30)011061
BinTX_FRAME_CTR(30)1017071
BinTX_FRAME_CTR(29)011101
BinTX_FRAME_CTR(29)1017111
BinTX_FRAME_CTR(28)01981
BinTX_FRAME_CTR(28)1016991
BinTX_FRAME_CTR(27)011051
BinTX_FRAME_CTR(27)1017061
BinTX_FRAME_CTR(26)011011
BinTX_FRAME_CTR(26)1017021
BinTX_FRAME_CTR(25)01991
BinTX_FRAME_CTR(25)1017001
BinTX_FRAME_CTR(24)01971
BinTX_FRAME_CTR(24)1016981
BinTX_FRAME_CTR(23)011021
BinTX_FRAME_CTR(23)1017031
BinTX_FRAME_CTR(22)011001
BinTX_FRAME_CTR(22)1017011
BinTX_FRAME_CTR(21)011051
BinTX_FRAME_CTR(21)1017061
BinTX_FRAME_CTR(20)011081
BinTX_FRAME_CTR(20)1017091
BinTX_FRAME_CTR(19)01971
BinTX_FRAME_CTR(19)1016981
BinTX_FRAME_CTR(18)01981
BinTX_FRAME_CTR(18)1016991
BinTX_FRAME_CTR(17)011051
BinTX_FRAME_CTR(17)1017061
BinTX_FRAME_CTR(16)011111
BinTX_FRAME_CTR(16)1017121
BinTX_FRAME_CTR(15)011021
BinTX_FRAME_CTR(15)1017031
BinTX_FRAME_CTR(14)011051
BinTX_FRAME_CTR(14)1017061
BinTX_FRAME_CTR(13)01911
BinTX_FRAME_CTR(13)1016921
BinTX_FRAME_CTR(12)01991
BinTX_FRAME_CTR(12)1017001
BinTX_FRAME_CTR(11)01981
BinTX_FRAME_CTR(11)1016991
BinTX_FRAME_CTR(10)01961
BinTX_FRAME_CTR(10)1016971
BinTX_FRAME_CTR(9)011061
BinTX_FRAME_CTR(9)1017071
BinTX_FRAME_CTR(8)011041
BinTX_FRAME_CTR(8)1017051
BinTX_FRAME_CTR(7)011031
BinTX_FRAME_CTR(7)1017041
BinTX_FRAME_CTR(6)011081
BinTX_FRAME_CTR(6)1017091
BinTX_FRAME_CTR(5)011091
BinTX_FRAME_CTR(5)1017101
BinTX_FRAME_CTR(4)011521
BinTX_FRAME_CTR(4)1017531
BinTX_FRAME_CTR(3)012581
BinTX_FRAME_CTR(3)1018591
BinTX_FRAME_CTR(2)016191
BinTX_FRAME_CTR(2)1022201
BinTX_FRAME_CTR(1)0110521
BinTX_FRAME_CTR(1)1026531
BinTX_FRAME_CTR(0)0122031
BinTX_FRAME_CTR(0)1038041
BinBST_CTR(2)01334521
BinBST_CTR(2)10350531
BinBST_CTR(1)01709401
BinBST_CTR(1)10725381
BinBST_CTR(0)011413151
BinBST_CTR(0)101429141
BinDST_CTR(2)011176821
BinDST_CTR(2)101192831
BinDST_CTR(1)012426621
BinDST_CTR(1)102442571
BinDST_CTR(0)014848841
BinDST_CTR(0)104864801
BinSTATUS_EWL017781
BinSTATUS_EWL1023781

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:

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

Port:

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

Port:

 TXTB_CLK_EN
FromToCountThreshold
Bin01798201
Bin10814211

Port:

 REC_IDENT
ElementFromToCountThreshold
Bin(28)01379581
Bin(28)10319041
Bin(27)01234511
Bin(27)10184851
Bin(26)01351971
Bin(26)10307341
Bin(25)01234551
Bin(25)10189071
Bin(24)01350241
Bin(24)10301401
Bin(23)01280381
Bin(23)10220731
Bin(22)01381771
Bin(22)10324731
Bin(21)01266661
Bin(21)10213461
Bin(20)01343721
Bin(20)10296801
Bin(19)01268141
Bin(19)10214321
Bin(18)01364751
Bin(18)10315371
Bin(17)0163541
Bin(17)10731341
Bin(16)0176661
Bin(16)10761811
Bin(15)0180761
Bin(15)10763111
Bin(14)0180121
Bin(14)10768701
Bin(13)0160901
Bin(13)10731601
Bin(12)0160631
Bin(12)10727081
Bin(11)0167841
Bin(11)10749631
Bin(10)0174571
Bin(10)10757541
Bin(9)0162221
Bin(9)10729611
Bin(8)0175331
Bin(8)10759531
Bin(7)0181511
Bin(7)10771511
Bin(6)0168151
Bin(6)10742061
Bin(5)0169281
Bin(5)10743001
Bin(4)0175561
Bin(4)10765751
Bin(3)0173271
Bin(3)10755141
Bin(2)0188871
Bin(2)10789801
Bin(1)0177011
Bin(1)10762971
Bin(0)0164731
Bin(0)10738511

Port:

 REC_DLC
ElementFromToCountThreshold
Bin(3)01213421
Bin(3)10595081
Bin(2)01221081
Bin(2)10280711
Bin(1)01217971
Bin(1)10274341
Bin(0)01285421
Bin(0)10344151

Port:

 REC_IDENT_TYPE
FromToCountThreshold
Bin01176281
Bin10192261

Port:

 REC_FRAME_TYPE
FromToCountThreshold
Bin01288841
Bin10304801

Port:

 REC_LBPF
FromToCountThreshold
Bin011801
Bin1017811

Port:

 REC_IS_RTR
FromToCountThreshold
Bin01218371
Bin10234361

Port:

 REC_BRS
FromToCountThreshold
Bin01203991
Bin10219951

Port:

 REC_ESI
FromToCountThreshold
Bin0125241
Bin1041231

Port:

 REC_IVLD
FromToCountThreshold
Bin01509261
Bin10525181

Port:

 REC_VALID
FromToCountThreshold
Bin01151781
Bin10167791

Port:

 STORE_METADATA
FromToCountThreshold
Bin01285391
Bin10301401

Port:

 STORE_DATA
FromToCountThreshold
Bin01884361
Bin10900371

Port:

 STORE_DATA_WORD
ElementFromToCountThreshold
Bin(31)012405821
Bin(31)102421801
Bin(30)012473041
Bin(30)102489011
Bin(29)012585141
Bin(29)102601081
Bin(28)012657521
Bin(28)102673511
Bin(27)012763961
Bin(27)102779931
Bin(26)012844281
Bin(26)102860251
Bin(25)012922581
Bin(25)102938531
Bin(24)013004821
Bin(24)103020811
Bin(23)012885781
Bin(23)102901761
Bin(22)012957441
Bin(22)102973451
Bin(21)013042751
Bin(21)103058701
Bin(20)013118641
Bin(20)103134641
Bin(19)013228641
Bin(19)103244601
Bin(18)013316111
Bin(18)103332071
Bin(17)013377801
Bin(17)103393791
Bin(16)013442331
Bin(16)103458331
Bin(15)013854581
Bin(15)103870571
Bin(14)013991091
Bin(14)104007061
Bin(13)014084321
Bin(13)104100281
Bin(12)014195571
Bin(12)104211531
Bin(11)014319181
Bin(11)104335131
Bin(10)014437371
Bin(10)104453311
Bin(9)014534151
Bin(9)104550121
Bin(8)014653471
Bin(8)104669431
Bin(7)015119841
Bin(7)105135781
Bin(6)015230261
Bin(6)105246191
Bin(5)015342261
Bin(5)105358221
Bin(4)015447241
Bin(4)105463181
Bin(3)015548171
Bin(3)105564101
Bin(2)015663571
Bin(2)105679501
Bin(1)015776271
Bin(1)105792191
Bin(0)015867711
Bin(0)105883631

Port:

 REC_ABORT
FromToCountThreshold
Bin01313021
Bin10329031

Port:

 SOF_PULSE
FromToCountThreshold
Bin01806861
Bin10822871

Port:

 ARBITRATION_LOST
FromToCountThreshold
Bin0111711
Bin1027721

Port:

 TRAN_VALID
FromToCountThreshold
Bin01111121
Bin10127131

Port:

 BR_SHIFTED
FromToCountThreshold
Bin01476481
Bin10492491

Port:

 ERR_DETECTED
FromToCountThreshold
Bin011244701
Bin101260711

Port:

 FCS_CHANGED
FromToCountThreshold
Bin01159831
Bin10175841

Port:

 ERR_WARNING_LIMIT_PULSE
FromToCountThreshold
Bin0131561
Bin1047571

Port:

 SYNC_CONTROL
ElementFromToCountThreshold
Bin(1)011002301
Bin(1)101002231
Bin(0)01926801
Bin(0)10926871

Port:

 NO_POS_RESYNC
FromToCountThreshold
Bin016322001
Bin106337971

Port:

 SP_CONTROL
ElementFromToCountThreshold
Bin(1)0134341
Bin(1)1050351
Bin(0)01258581
Bin(0)10274591

Port:

 NBT_CTRS_EN
FromToCountThreshold
Bin0164831
Bin1080721

Port:

 DBT_CTRS_EN
FromToCountThreshold
Bin01675971
Bin10691981

Port:

 TX_DATA_WBS
FromToCountThreshold
Bin016337971
Bin106322001

Port:

 SSP_RESET
FromToCountThreshold
Bin01331561
Bin10347571

Port:

 TRAN_DELAY_MEAS
FromToCountThreshold
Bin01371911
Bin10387921

Port:

 BTMC_RESET
FromToCountThreshold
Bin01285751
Bin10301761

Port:

 DBT_MEASURE_START
FromToCountThreshold
Bin0119931
Bin1035941

Port:

 GEN_FIRST_SSP
FromToCountThreshold
Bin0119931
Bin1035941

Port:

 BIT_ERR_ENABLE
FromToCountThreshold
Bin01673741
Bin10657811

Port:

 PC_RX_TRIGGER
FromToCountThreshold
Bin01103598131
Bin10103614141

Signal:

 ALC_ALC_BIT
ElementFromToCountThreshold
Bin(4)01681
Bin(4)1016671
Bin(3)01891
Bin(3)1016881
Bin(2)011021
Bin(2)1017011
Bin(1)011701
Bin(1)1017691
Bin(0)012971
Bin(0)1018961

Signal:

 ALC_ALC_ID_FIELD
ElementFromToCountThreshold
Bin(2)01351
Bin(2)1016361
Bin(1)01411
Bin(1)1016401
Bin(0)01921
Bin(0)1016931

Signal:

 ERR_CAPT_ERR_TYPE
ElementFromToCountThreshold
Bin(2)019641
Bin(2)1025641
Bin(1)0112341
Bin(1)1028331
Bin(0)013361
Bin(0)1019361

Signal:

 ERR_CAPT_ERR_POS
ElementFromToCountThreshold
Bin(3)0141881
Bin(3)1025951
Bin(2)0144211
Bin(2)1028211
Bin(1)0137431
Bin(1)1021461
Bin(0)0129411
Bin(0)1013411

Signal:

 ERR_CAPT_ERR_ERP
FromToCountThreshold
Bin012901
Bin1018911

Signal:

 IS_TRANSMITTER
FromToCountThreshold
Bin01203171
Bin10219171

Signal:

 IS_RECEIVER
FromToCountThreshold
Bin01309081
Bin10325021

Signal:

 IS_IDLE
FromToCountThreshold
Bin01558921
Bin10574901

Signal:

 ARBITRATION_LOST_I
FromToCountThreshold
Bin0111711
Bin1027721

Signal:

 SET_TRANSMITTER
FromToCountThreshold
Bin01402891
Bin10418901

Signal:

 SET_RECEIVER
FromToCountThreshold
Bin01304871
Bin10320881

Signal:

 SET_IDLE
FromToCountThreshold
Bin01965791
Bin10981801

Signal:

 IS_ERR_ACTIVE
FromToCountThreshold
Bin0184261
Bin1084151

Signal:

 IS_ERR_PASSIVE
FromToCountThreshold
Bin017611
Bin1023621

Signal:

 IS_BUS_OFF_I
FromToCountThreshold
Bin0182271
Bin1082381

Signal:

 ERR_DETECTED_I
FromToCountThreshold
Bin011244701
Bin101260711

Signal:

 PRIMARY_ERR
FromToCountThreshold
Bin01227701
Bin10243711

Signal:

 ACT_ERR_OVR_FLAG
FromToCountThreshold
Bin01195921
Bin10211891

Signal:

 ERR_DELIM_LATE
FromToCountThreshold
Bin013901
Bin1019911

Signal:

 SET_ERR_ACTIVE
FromToCountThreshold
Bin0166371
Bin1082381

Signal:

 ERR_CTRS_UNCHANGED
FromToCountThreshold
Bin017951
Bin1023961

Signal:

 STUFF_ENABLE
FromToCountThreshold
Bin01252751
Bin10268761

Signal:

 DESTUFF_ENABLE
FromToCountThreshold
Bin01557621
Bin10573631

Signal:

 FIXED_STUFF
FromToCountThreshold
Bin01135121
Bin10151131

Signal:

 TX_FRAME_NO_SOF
FromToCountThreshold
Bin013511
Bin1019521

Signal:

 DST_CTR
ElementFromToCountThreshold
Bin(2)011176821
Bin(2)101192831
Bin(1)012426621
Bin(1)102442571
Bin(0)014848841
Bin(0)104864801

Signal:

 BST_CTR
ElementFromToCountThreshold
Bin(2)01334521
Bin(2)10350531
Bin(1)01709401
Bin(1)10725381
Bin(0)011413151
Bin(0)101429141

Signal:

 STUFF_ERR
FromToCountThreshold
Bin01206721
Bin10222731

Signal:

 CRC_ENABLE
FromToCountThreshold
Bin01557621
Bin10573631

Signal:

 CRC_SPEC_ENABLE
FromToCountThreshold
Bin011134911
Bin101150881

Signal:

 CRC_CALC_FROM_RX
FromToCountThreshold
Bin01844401
Bin10860311

Signal:

 CRC_15
ElementFromToCountThreshold
Bin(14)0114562241
Bin(14)1014578241
Bin(13)0114127241
Bin(13)1014143241
Bin(12)0114272151
Bin(12)1014288151
Bin(11)0114409851
Bin(11)1014425801
Bin(10)0114557611
Bin(10)1014573601
Bin(9)0114464571
Bin(9)1014480541
Bin(8)0114615921
Bin(8)1014631891
Bin(7)0114924151
Bin(7)1014940151
Bin(6)0114260241
Bin(6)1014276211
Bin(5)0114407031
Bin(5)1014422991
Bin(4)0114532401
Bin(4)1014548381
Bin(3)0114559321
Bin(3)1014575301
Bin(2)0114464101
Bin(2)1014480081
Bin(1)0114621371
Bin(1)1014637341
Bin(0)0114744861
Bin(0)1014760841

Signal:

 CRC_17
ElementFromToCountThreshold
Bin(16)0117433191
Bin(16)1017449131
Bin(15)0117535571
Bin(15)1017551551
Bin(14)0117668671
Bin(14)1017684651
Bin(13)0117629991
Bin(13)1017645951
Bin(12)0117000691
Bin(12)1017016671
Bin(11)0117169551
Bin(11)1017185531
Bin(10)0116616491
Bin(10)1016632481
Bin(9)0116759011
Bin(9)1016774991
Bin(8)0116887821
Bin(8)1016903801
Bin(7)0117022911
Bin(7)1017038891
Bin(6)0117177851
Bin(6)1017193841
Bin(5)0117182051
Bin(5)1017198011
Bin(4)0117325561
Bin(4)1017341531
Bin(3)0117526461
Bin(3)1017542431
Bin(2)0117158671
Bin(2)1017174641
Bin(1)0117309691
Bin(1)1017325661
Bin(0)0117689151
Bin(0)1017705121

Signal:

 CRC_21
ElementFromToCountThreshold
Bin(20)0117477191
Bin(20)1017493111
Bin(19)0116996221
Bin(19)1017012191
Bin(18)0117160661
Bin(18)1017176631
Bin(17)0117297281
Bin(17)1017313281
Bin(16)0117434091
Bin(16)1017450081
Bin(15)0117563581
Bin(15)1017579571
Bin(14)0117689011
Bin(14)1017704981
Bin(13)0117839181
Bin(13)1017855131
Bin(12)0117320171
Bin(12)1017336141
Bin(11)0117454871
Bin(11)1017470871
Bin(10)0117333861
Bin(10)1017349821
Bin(9)0117466191
Bin(9)1017482161
Bin(8)0117610881
Bin(8)1017626841
Bin(7)0117761911
Bin(7)1017777911
Bin(6)0117090601
Bin(6)1017106581
Bin(5)0117232651
Bin(5)1017248631
Bin(4)0117367101
Bin(4)1017383101
Bin(3)0117625201
Bin(3)1017641171
Bin(2)0117581561
Bin(2)1017597521
Bin(1)0117707591
Bin(1)1017723591
Bin(0)0117848931
Bin(0)1017864891

Signal:

 SP_CONTROL_I
ElementFromToCountThreshold
Bin(1)0134341
Bin(1)1050351
Bin(0)01258581
Bin(0)10274591

Signal:

 SP_CONTROL_Q
ElementFromToCountThreshold
Bin(1)0120181
Bin(1)1036191
Bin(0)01183811
Bin(0)10199821

Signal:

 TRAN_VALID_I
FromToCountThreshold
Bin01111121
Bin10127131

Signal:

 REC_VALID_I
FromToCountThreshold
Bin01151781
Bin10167791

Signal:

 TX_ERR_CTR
ElementFromToCountThreshold
Bin(8)012461
Bin(8)1018471
Bin(7)015061
Bin(7)1021071
Bin(6)015041
Bin(6)1021051
Bin(5)017871
Bin(5)1023881
Bin(4)0119571
Bin(4)1035571
Bin(3)01125211
Bin(3)10141221
Bin(2)0129781
Bin(2)1045791
Bin(1)0133141
Bin(1)1049151
Bin(0)0135481
Bin(0)1051491

Signal:

 RX_ERR_CTR
ElementFromToCountThreshold
Bin(8)011261
Bin(8)1017271
Bin(7)013441
Bin(7)1019451
Bin(6)012621
Bin(6)1018601
Bin(5)013431
Bin(5)1019431
Bin(4)015011
Bin(4)1021011
Bin(3)016801
Bin(3)1022801
Bin(2)016391
Bin(2)1022401
Bin(1)0111981
Bin(1)1027991
Bin(0)01112421
Bin(0)10128361

Signal:

 NORM_ERR_CTR
ElementFromToCountThreshold
Bin(15)01671
Bin(15)1016651
Bin(14)01651
Bin(14)1016631
Bin(13)01661
Bin(13)1016621
Bin(12)01611
Bin(12)1016591
Bin(11)01711
Bin(11)1016701
Bin(10)01671
Bin(10)1016651
Bin(9)01541
Bin(9)1016541
Bin(8)01711
Bin(8)1016681
Bin(7)01831
Bin(7)1016821
Bin(6)01971
Bin(6)1016951
Bin(5)011501
Bin(5)1017471
Bin(4)012711
Bin(4)1018691
Bin(3)016051
Bin(3)1022001
Bin(2)0113691
Bin(2)1029671
Bin(1)0130831
Bin(1)1046771
Bin(0)01115061
Bin(0)10131001

Signal:

 DATA_ERR_CTR
ElementFromToCountThreshold
Bin(15)01591
Bin(15)1016571
Bin(14)01681
Bin(14)1016661
Bin(13)01701
Bin(13)1016691
Bin(12)01661
Bin(12)1016651
Bin(11)01631
Bin(11)1016631
Bin(10)01681
Bin(10)1016661
Bin(9)01771
Bin(9)1016741
Bin(8)01901
Bin(8)1016881
Bin(7)01991
Bin(7)1016981
Bin(6)011261
Bin(6)1017231
Bin(5)012121
Bin(5)1018091
Bin(4)013631
Bin(4)1019621
Bin(3)016791
Bin(3)1022781
Bin(2)0112881
Bin(2)1028881
Bin(1)0125121
Bin(1)1041121
Bin(0)0155981
Bin(0)1071961

Signal:

 PC_TX_TRIGGER
FromToCountThreshold
Bin01113910771
Bin10113926771

Signal:

 PC_RX_TRIGGER_I
FromToCountThreshold
Bin01103598131
Bin10103614141

Signal:

 PC_TX_DATA_NBS
FromToCountThreshold
Bin016451381
Bin106435411

Signal:

 PC_RX_DATA_NBS
FromToCountThreshold
Bin0113926771
Bin1013910761

Signal:

 CRC_DATA_TX_WBS
FromToCountThreshold
Bin016338121
Bin106322151

Signal:

 CRC_DATA_TX_NBS
FromToCountThreshold
Bin016451381
Bin106435411

Signal:

 CRC_DATA_RX_WBS
FromToCountThreshold
Bin0113974961
Bin1013990861

Signal:

 CRC_DATA_RX_NBS
FromToCountThreshold
Bin0113926771
Bin1013910761

Signal:

 CRC_TRIG_TX_WBS
FromToCountThreshold
Bin01114239991
Bin10114255991

Signal:

 CRC_TRIG_TX_NBS
FromToCountThreshold
Bin01113910771
Bin10113926771

Signal:

 CRC_TRIG_RX_WBS
FromToCountThreshold
Bin01113025871
Bin10113041881

Signal:

 CRC_TRIG_RX_NBS
FromToCountThreshold
Bin01103598131
Bin10103614141

Signal:

 BST_DATA_IN
FromToCountThreshold
Bin016451381
Bin106435411

Signal:

 BST_DATA_OUT
FromToCountThreshold
Bin016338121
Bin106322151

Signal:

 BST_TRIGGER
FromToCountThreshold
Bin01113910771
Bin10113926771

Signal:

 DATA_HALT
FromToCountThreshold
Bin019398961
Bin109414971

Signal:

 BDS_DATA_IN
FromToCountThreshold
Bin0114028561
Bin1014012561

Signal:

 BDS_DATA_OUT
FromToCountThreshold
Bin0113926771
Bin1013910761

Signal:

 BDS_TRIGGER
FromToCountThreshold
Bin01227784881
Bin10227800891

Signal:

 DESTUFFED
FromToCountThreshold
Bin0110224241
Bin1010240251

Signal:

 TX_FRAME_CTR
ElementFromToCountThreshold
Bin(31)011011
Bin(31)1017021
Bin(30)011061
Bin(30)1017071
Bin(29)011101
Bin(29)1017111
Bin(28)01981
Bin(28)1016991
Bin(27)011051
Bin(27)1017061
Bin(26)011011
Bin(26)1017021
Bin(25)01991
Bin(25)1017001
Bin(24)01971
Bin(24)1016981
Bin(23)011021
Bin(23)1017031
Bin(22)011001
Bin(22)1017011
Bin(21)011051
Bin(21)1017061
Bin(20)011081
Bin(20)1017091
Bin(19)01971
Bin(19)1016981
Bin(18)01981
Bin(18)1016991
Bin(17)011051
Bin(17)1017061
Bin(16)011111
Bin(16)1017121
Bin(15)011021
Bin(15)1017031
Bin(14)011051
Bin(14)1017061
Bin(13)01911
Bin(13)1016921
Bin(12)01991
Bin(12)1017001
Bin(11)01981
Bin(11)1016991
Bin(10)01961
Bin(10)1016971
Bin(9)011061
Bin(9)1017071
Bin(8)011041
Bin(8)1017051
Bin(7)011031
Bin(7)1017041
Bin(6)011081
Bin(6)1017091
Bin(5)011091
Bin(5)1017101
Bin(4)011521
Bin(4)1017531
Bin(3)012581
Bin(3)1018591
Bin(2)016191
Bin(2)1022201
Bin(1)0110521
Bin(1)1026531
Bin(0)0122031
Bin(0)1038041

Signal:

 RX_FRAME_CTR
ElementFromToCountThreshold
Bin(31)01531
Bin(31)1016521
Bin(30)01561
Bin(30)1016561
Bin(29)01511
Bin(29)1016501
Bin(28)01501
Bin(28)1016481
Bin(27)01531
Bin(27)1016521
Bin(26)01491
Bin(26)1016501
Bin(25)01491
Bin(25)1016471
Bin(24)01571
Bin(24)1016561
Bin(23)01491
Bin(23)1016501
Bin(22)01491
Bin(22)1016501
Bin(21)01541
Bin(21)1016531
Bin(20)01571
Bin(20)1016561
Bin(19)01531
Bin(19)1016511
Bin(18)01531
Bin(18)1016521
Bin(17)01551
Bin(17)1016541
Bin(16)01541
Bin(16)1016531
Bin(15)01541
Bin(15)1016511
Bin(14)01471
Bin(14)1016471
Bin(13)01571
Bin(13)1016561
Bin(12)01611
Bin(12)1016601
Bin(11)01501
Bin(11)1016481
Bin(10)01541
Bin(10)1016521
Bin(9)01531
Bin(9)1016511
Bin(8)01661
Bin(8)1016651
Bin(7)01871
Bin(7)1016861
Bin(6)011131
Bin(6)1017121
Bin(5)012151
Bin(5)1018141
Bin(4)013531
Bin(4)1019531
Bin(3)017471
Bin(3)1023451
Bin(2)0114931
Bin(2)1030921
Bin(1)0129631
Bin(1)1045611
Bin(0)0159211
Bin(0)1075211

Signal:

 TX_DATA_WBS_I
FromToCountThreshold
Bin016337971
Bin106322001

Signal:

 LPB_DOMINANT
FromToCountThreshold
Bin0113965431
Bin1013949461

Signal:

 FORM_ERR
FromToCountThreshold
Bin01874761
Bin10890771

Signal:

 ACK_ERR
FromToCountThreshold
Bin0183771
Bin1099781

Signal:

 CRC_ERR
FromToCountThreshold
Bin0116161
Bin1032171

Signal:

 LOAD_INIT_VECT
FromToCountThreshold
Bin011134591
Bin101150601

Signal:

 RETR_CTR
ElementFromToCountThreshold
Bin(3)01541
Bin(3)1016551
Bin(2)011401
Bin(2)1017411
Bin(1)012571
Bin(1)1018581
Bin(0)016421
Bin(0)1022421

Signal:

 DECREMENT_REC
FromToCountThreshold
Bin01149811
Bin10165821

Signal:

 BIT_ERR_AFTER_ACK_ERR
FromToCountThreshold
Bin0181
Bin1016091

Signal:

 MR_STATUS_PEXS
FromToCountThreshold
Bin01751
Bin1016761

Signal:

 MR_STATUS_EWL
FromToCountThreshold
Bin017781
Bin1023781

Uncovered expressions:

Excluded expressions:

Covered expressions:

"and" expression on line 899:

 rx_data_wbs and bst_data_out 
 <---LHS--->     <---RHS----> 

LHSRHSCountThreshold
Bin'0''1'14037671
Bin'1''0'6272491
Bin'1''1'13965431

"=" expression on line 910:

 mr_mode_bmm = '1' 
Evaluated toCountThreshold
BinFalse66220891
BinTrue17661

"=" expression on line 917:

 mr_settings_ena = CTU_CAN_DISABLED 
Evaluated toCountThreshold
BinFalse12741221
BinTrue80811

"=" expression on line 918:

 mr_mode_bmm = '1' 
Evaluated toCountThreshold
BinFalse12740721
BinTrue501

"=" expression on line 925:

 tx_data_wbs_i = DOMINANT 
Evaluated toCountThreshold
BinFalse6353981
BinTrue6322001

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: