NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.FRAME_FILTERS_INST

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

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average
BIT_FILTER_A_INST 100.0 % (6/6) 100.0 % (2/2) 100.0 % (294/294) 100.0 % (5/5) N.A. N.A. 100.0 % (307/307)
BIT_FILTER_B_INST 100.0 % (6/6) 100.0 % (2/2) 100.0 % (294/294) 100.0 % (5/5) N.A. N.A. 100.0 % (307/307)
BIT_FILTER_C_INST 100.0 % (6/6) 100.0 % (2/2) 100.0 % (294/294) 100.0 % (5/5) N.A. N.A. 100.0 % (307/307)
RANGE_FILTER_INST 100.0 % (11/11) 100.0 % (2/2) 100.0 % (178/178) 100.0 % (12/12) N.A. N.A. 100.0 % (203/203)
FILT_SUP_GEN_TRUE 100.0 % (11/11) 100.0 % (10/10) N.A. 100.0 % (30/30) N.A. N.A. 100.0 % (51/51)
FILT_SUP_GEN_FALSE 100.0 % (3/3) N.A. N.A. N.A. N.A. N.A. 100.0 % (3/3)

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.FRAME_FILTERS_INST 100.0 % (37/37) 100.0 % (24/24) 100.0 % (654/654) 100.0 % (30/30) N.A. N.A. 100.0 % (745/745)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

Signal assignment statement:

242:    int_data_ctrl <= rec_frame_type & rec_ident_type
Count: 93194
Threshold: 1

Sequential statement:

245:    with int_data_ctrl select int_data_type <= 
246:        "0001" when "00",       --CAN Basic 
247:        "0010" when "01",       --CAN Extended 
248:        "0100" when "10",       --CAN FD Basic 
249:        "1000" when others;     --CAN Fd Extended 

Count: 93194
Threshold: 1

Signal assignment statement:

246:        "0001" when "00",       --CAN Basic 
Count: 38568
Threshold: 1

Signal assignment statement:

247:        "0010" when "01",       --CAN Extended 
Count: 15760
Threshold: 1

Signal assignment statement:

248:        "0100" when "10",       --CAN FD Basic 
Count: 28438
Threshold: 1

Signal assignment statement:

249:        "1000" when others;     --CAN Fd Extended 
Count: 10428
Threshold: 1

Signal assignment statement:

253:    mask_filter_a <= mr_filter_control_fafe & mr_filter_control_fafb & 
254:                     mr_filter_control_fane & mr_filter_control_fanb; 

Count: 5709
Threshold: 1

Signal assignment statement:

256:    mask_filter_b <= mr_filter_control_fbfe & mr_filter_control_fbfb & 
257:                     mr_filter_control_fbne & mr_filter_control_fbnb; 

Count: 3824
Threshold: 1

Signal assignment statement:

259:    mask_filter_c <= mr_filter_control_fcfe & mr_filter_control_fcfb & 
260:                     mr_filter_control_fcne & mr_filter_control_fcnb; 

Count: 3824
Threshold: 1

Signal assignment statement:

262:    mask_filter_range <= mr_filter_control_frfe & mr_filter_control_frfb & 
263:                         mr_filter_control_frne & mr_filter_control_frnb; 

Count: 3222
Threshold: 1

If statement:

266:    filter_a_enable <= '1' when ((mask_filter_a and int_data_type) /= x"0") 
267:                           else 
268:                       '0'; 

Count: 97278
Threshold: 1

Signal assignment statement:

266:    filter_a_enable <= '1' when ((mask_filter_a and int_data_type) /= x"0") 
Count: 91173
Threshold: 1

Signal assignment statement:

268:                       '0'
Count: 6105
Threshold: 1

If statement:

270:    filter_b_enable <= '1' when ((mask_filter_b and int_data_type) /= x"0") 
271:                           else 
272:                       '0'; 

Count: 95418
Threshold: 1

Signal assignment statement:

270:    filter_b_enable <= '1' when ((mask_filter_b and int_data_type) /= x"0") 
Count: 3525
Threshold: 1

Signal assignment statement:

272:                       '0'
Count: 91893
Threshold: 1

If statement:

274:    filter_c_enable <= '1' when ((mask_filter_c and int_data_type) /= x"0") 
275:                           else 
276:                       '0'; 

Count: 95410
Threshold: 1

Signal assignment statement:

274:    filter_c_enable <= '1' when ((mask_filter_c and int_data_type) /= x"0") 
Count: 3499
Threshold: 1

Signal assignment statement:

276:                       '0'
Count: 91911
Threshold: 1

If statement:

278:    filter_range_enable <= '1' when ((mask_filter_range and int_data_type) /= x"0") 
279:                               else 
280:                           '0'; 

Count: 94816
Threshold: 1

Signal assignment statement:

278:    filter_range_enable <= '1' when ((mask_filter_range and int_data_type) /= x"0") 
Count: 3206
Threshold: 1

Signal assignment statement:

280:                           '0'
Count: 91610
Threshold: 1

If statement:

384:        if (res_n = '0') then 
385:            ident_valid_q <= '0'; 
386:        elsif rising_edge(clk_sys) then 
387:            ident_valid_q <= ident_valid_d; 
388:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

385:            ident_valid_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

387:            ident_valid_q <= ident_valid_d; 
Count: 526374300
Threshold: 1

If statement:

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1') 
395:                            else 
396:                        '0'; 

Count: 80357
Threshold: 1

Signal assignment statement:

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1') 
Count: 26358
Threshold: 1

Signal assignment statement:

396:                        '0'
Count: 53999
Threshold: 1

If statement:

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1') 
399:                        else 
400:                    '0'; 

Count: 201111
Threshold: 1

Signal assignment statement:

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1') 
Count: 86336
Threshold: 1

Signal assignment statement:

400:                    '0'
Count: 114775
Threshold: 1

If statement:

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1') 
403:                       else 
404:                   '0'; 

Count: 55275
Threshold: 1

Signal assignment statement:

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1') 
Count: 13021
Threshold: 1

Signal assignment statement:

404:                   '0'
Count: 42254
Threshold: 1

If statement:

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1') 
407:                       else 
408:                   '0'; 

Count: 84965
Threshold: 1

Signal assignment statement:

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1') 
Count: 30820
Threshold: 1

Signal assignment statement:

408:                   '0'
Count: 54145
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"case" / "with" / "select" choice:

246:        "0001" when "00",       --CAN Basic 
Choice ofCountThreshold
Bin"00"385681

"case" / "with" / "select" choice:

247:        "0010" when "01",       --CAN Extended 
Choice ofCountThreshold
Bin"01"157601

"case" / "with" / "select" choice:

248:        "0100" when "10",       --CAN FD Basic 
Choice ofCountThreshold
Bin"10"284381

"case" / "with" / "select" choice:

249:        "1000" when others;     --CAN Fd Extended 
Choice ofCountThreshold
Binothers104281

"if" / "when" / "else" condition:

266:    filter_a_enable <= '1' when ((mask_filter_a and int_data_type) /= x"0"
Evaluated toCountThreshold
BinTrue911731
BinFalse61051

"if" / "when" / "else" condition:

270:    filter_b_enable <= '1' when ((mask_filter_b and int_data_type) /= x"0"
Evaluated toCountThreshold
BinTrue35251
BinFalse918931

"if" / "when" / "else" condition:

274:    filter_c_enable <= '1' when ((mask_filter_c and int_data_type) /= x"0"
Evaluated toCountThreshold
BinTrue34991
BinFalse919111

"if" / "when" / "else" condition:

278:    filter_range_enable <= '1' when ((mask_filter_range and int_data_type) /= x"0"
Evaluated toCountThreshold
BinTrue32061
BinFalse916101

"if" / "when" / "else" condition:

384:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24184991
BinFalse10527585841

"if" / "when" / "else" condition:

386:        elsif rising_edge(clk_sys) then 
Evaluated toCountThreshold
BinTrue5263743001
BinFalse5263842841

"if" / "when" / "else" condition:

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinTrue263581
BinFalse539991

"if" / "when" / "else" condition:

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinTrue863361
BinFalse1147751

"if" / "when" / "else" condition:

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinTrue130211
BinFalse422541

"if" / "when" / "else" condition:

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinTrue308201
BinFalse541451

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin015275788691
Bin105275804601

Port:

 RES_N
FromToCountThreshold
Bin0180821
Bin1080721

Port:

 MR_FILTER_CONTROL_FAFE
FromToCountThreshold
Bin0120281
Bin104281

Port:

 MR_FILTER_CONTROL_FAFB
FromToCountThreshold
Bin0120591
Bin104591

Port:

 MR_FILTER_CONTROL_FANE
FromToCountThreshold
Bin0120281
Bin104281

Port:

 MR_FILTER_CONTROL_FANB
FromToCountThreshold
Bin0120511
Bin104511

Port:

 MR_FILTER_CONTROL_FBFE
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_CONTROL_FBFB
FromToCountThreshold
Bin011071
Bin1017071

Port:

 MR_FILTER_CONTROL_FBNE
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_CONTROL_FBNB
FromToCountThreshold
Bin011061
Bin1017061

Port:

 MR_FILTER_CONTROL_FCFE
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_CONTROL_FCFB
FromToCountThreshold
Bin011071
Bin1017071

Port:

 MR_FILTER_CONTROL_FCNE
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_CONTROL_FCNB
FromToCountThreshold
Bin011061
Bin1017061

Port:

 MR_FILTER_CONTROL_FRFE
FromToCountThreshold
Bin0151
Bin1016051

Port:

 MR_FILTER_CONTROL_FRFB
FromToCountThreshold
Bin0161
Bin1016061

Port:

 MR_FILTER_CONTROL_FRNE
FromToCountThreshold
Bin0151
Bin1016051

Port:

 MR_FILTER_CONTROL_FRNB
FromToCountThreshold
Bin0161
Bin1016061

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(28)
FromToCountThreshold
Bin014121
Bin1020121

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(27)
FromToCountThreshold
Bin013341
Bin1019341

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(26)
FromToCountThreshold
Bin013581
Bin1019581

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(25)
FromToCountThreshold
Bin013621
Bin1019621

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(24)
FromToCountThreshold
Bin013901
Bin1019901

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(23)
FromToCountThreshold
Bin014071
Bin1020071

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(22)
FromToCountThreshold
Bin013871
Bin1019871

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(21)
FromToCountThreshold
Bin013441
Bin1019441

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(20)
FromToCountThreshold
Bin013761
Bin1019761

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(19)
FromToCountThreshold
Bin013741
Bin1019741

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(18)
FromToCountThreshold
Bin014121
Bin1020121

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(17)
FromToCountThreshold
Bin011091
Bin1017091

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(16)
FromToCountThreshold
Bin01771
Bin1016771

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(15)
FromToCountThreshold
Bin01791
Bin1016791

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(14)
FromToCountThreshold
Bin011141
Bin1017141

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(13)
FromToCountThreshold
Bin01911
Bin1016911

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(12)
FromToCountThreshold
Bin011071
Bin1017071

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(11)
FromToCountThreshold
Bin011231
Bin1017231

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(10)
FromToCountThreshold
Bin012561
Bin1018561

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(9)
FromToCountThreshold
Bin012671
Bin1018671

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(8)
FromToCountThreshold
Bin012671
Bin1018671

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(7)
FromToCountThreshold
Bin012821
Bin1018821

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(6)
FromToCountThreshold
Bin012431
Bin1018431

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(5)
FromToCountThreshold
Bin012761
Bin1018761

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(4)
FromToCountThreshold
Bin012661
Bin1018661

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(3)
FromToCountThreshold
Bin012651
Bin1018651

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(2)
FromToCountThreshold
Bin012741
Bin1018741

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(1)
FromToCountThreshold
Bin012341
Bin1018341

Port:

 MR_FILTER_A_MASK_BIT_MASK_A_VAL(0)
FromToCountThreshold
Bin012961
Bin1018961

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(28)
FromToCountThreshold
Bin017861
Bin1023861

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(27)
FromToCountThreshold
Bin018501
Bin1024501

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(26)
FromToCountThreshold
Bin017681
Bin1023681

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(25)
FromToCountThreshold
Bin017381
Bin1023381

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(24)
FromToCountThreshold
Bin017921
Bin1023921

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(23)
FromToCountThreshold
Bin017821
Bin1023821

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(22)
FromToCountThreshold
Bin018371
Bin1024371

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(21)
FromToCountThreshold
Bin018221
Bin1024221

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(20)
FromToCountThreshold
Bin017811
Bin1023811

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(19)
FromToCountThreshold
Bin018161
Bin1024161

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(18)
FromToCountThreshold
Bin018141
Bin1024141

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(17)
FromToCountThreshold
Bin013971
Bin1019971

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(16)
FromToCountThreshold
Bin013971
Bin1019971

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(15)
FromToCountThreshold
Bin014071
Bin1020071

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(14)
FromToCountThreshold
Bin014331
Bin1020331

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(13)
FromToCountThreshold
Bin014091
Bin1020091

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(12)
FromToCountThreshold
Bin013751
Bin1019751

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(11)
FromToCountThreshold
Bin014581
Bin1020581

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(10)
FromToCountThreshold
Bin014051
Bin1020051

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(9)
FromToCountThreshold
Bin013851
Bin1019851

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(8)
FromToCountThreshold
Bin013811
Bin1019811

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(7)
FromToCountThreshold
Bin013991
Bin1019991

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(6)
FromToCountThreshold
Bin014051
Bin1020051

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(5)
FromToCountThreshold
Bin014151
Bin1020151

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(4)
FromToCountThreshold
Bin014171
Bin1020171

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(3)
FromToCountThreshold
Bin014071
Bin1020071

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(2)
FromToCountThreshold
Bin014161
Bin1020161

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(1)
FromToCountThreshold
Bin013781
Bin1019781

Port:

 MR_FILTER_A_VAL_BIT_VAL_A_VAL(0)
FromToCountThreshold
Bin014171
Bin1020171

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(28)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(27)
FromToCountThreshold
Bin01891
Bin1016891

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(26)
FromToCountThreshold
Bin01881
Bin1016881

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(25)
FromToCountThreshold
Bin011131
Bin1017131

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(24)
FromToCountThreshold
Bin01921
Bin1016921

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(23)
FromToCountThreshold
Bin01761
Bin1016761

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(22)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(21)
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(20)
FromToCountThreshold
Bin011021
Bin1017021

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(19)
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(18)
FromToCountThreshold
Bin01711
Bin1016711

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(17)
FromToCountThreshold
Bin01291
Bin1016291

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(16)
FromToCountThreshold
Bin01281
Bin1016281

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(15)
FromToCountThreshold
Bin01211
Bin1016211

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(14)
FromToCountThreshold
Bin01391
Bin1016391

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(13)
FromToCountThreshold
Bin01271
Bin1016271

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(12)
FromToCountThreshold
Bin01331
Bin1016331

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(11)
FromToCountThreshold
Bin01221
Bin1016221

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(10)
FromToCountThreshold
Bin01701
Bin1016701

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(9)
FromToCountThreshold
Bin01611
Bin1016611

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(8)
FromToCountThreshold
Bin01561
Bin1016561

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(7)
FromToCountThreshold
Bin01771
Bin1016771

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(6)
FromToCountThreshold
Bin01621
Bin1016621

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(5)
FromToCountThreshold
Bin01631
Bin1016631

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(4)
FromToCountThreshold
Bin01661
Bin1016661

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(3)
FromToCountThreshold
Bin01541
Bin1016541

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(2)
FromToCountThreshold
Bin01651
Bin1016651

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(1)
FromToCountThreshold
Bin01621
Bin1016621

Port:

 MR_FILTER_B_MASK_BIT_MASK_B_VAL(0)
FromToCountThreshold
Bin01811
Bin1016811

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(28)
FromToCountThreshold
Bin011861
Bin1017861

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(27)
FromToCountThreshold
Bin011881
Bin1017881

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(26)
FromToCountThreshold
Bin011931
Bin1017931

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(25)
FromToCountThreshold
Bin011841
Bin1017841

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(24)
FromToCountThreshold
Bin012251
Bin1018251

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(23)
FromToCountThreshold
Bin011901
Bin1017901

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(22)
FromToCountThreshold
Bin012151
Bin1018151

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(21)
FromToCountThreshold
Bin012101
Bin1018101

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(20)
FromToCountThreshold
Bin012001
Bin1018001

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(19)
FromToCountThreshold
Bin012051
Bin1018051

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(18)
FromToCountThreshold
Bin012181
Bin1018181

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(17)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(16)
FromToCountThreshold
Bin011181
Bin1017181

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(15)
FromToCountThreshold
Bin01991
Bin1016991

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(14)
FromToCountThreshold
Bin01921
Bin1016921

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(13)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(12)
FromToCountThreshold
Bin01821
Bin1016821

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(11)
FromToCountThreshold
Bin01941
Bin1016941

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(10)
FromToCountThreshold
Bin011211
Bin1017211

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(9)
FromToCountThreshold
Bin01831
Bin1016831

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(8)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(7)
FromToCountThreshold
Bin01891
Bin1016891

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(6)
FromToCountThreshold
Bin01791
Bin1016791

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(5)
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(4)
FromToCountThreshold
Bin01901
Bin1016901

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(3)
FromToCountThreshold
Bin011131
Bin1017131

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(2)
FromToCountThreshold
Bin011041
Bin1017041

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(1)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_B_VAL_BIT_VAL_B_VAL(0)
FromToCountThreshold
Bin01931
Bin1016931

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(28)
FromToCountThreshold
Bin01941
Bin1016941

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(27)
FromToCountThreshold
Bin01991
Bin1016991

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(26)
FromToCountThreshold
Bin01881
Bin1016881

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(25)
FromToCountThreshold
Bin01821
Bin1016821

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(24)
FromToCountThreshold
Bin01901
Bin1016901

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(23)
FromToCountThreshold
Bin01921
Bin1016921

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(22)
FromToCountThreshold
Bin011221
Bin1017221

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(21)
FromToCountThreshold
Bin01771
Bin1016771

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(20)
FromToCountThreshold
Bin01991
Bin1016991

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(19)
FromToCountThreshold
Bin011031
Bin1017031

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(18)
FromToCountThreshold
Bin01801
Bin1016801

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(17)
FromToCountThreshold
Bin01261
Bin1016261

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(16)
FromToCountThreshold
Bin01361
Bin1016361

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(15)
FromToCountThreshold
Bin01251
Bin1016251

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(14)
FromToCountThreshold
Bin01251
Bin1016251

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(13)
FromToCountThreshold
Bin01431
Bin1016431

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(12)
FromToCountThreshold
Bin01311
Bin1016311

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(11)
FromToCountThreshold
Bin01181
Bin1016181

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(10)
FromToCountThreshold
Bin01801
Bin1016801

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(9)
FromToCountThreshold
Bin01591
Bin1016591

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(8)
FromToCountThreshold
Bin01731
Bin1016731

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(7)
FromToCountThreshold
Bin01961
Bin1016961

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(6)
FromToCountThreshold
Bin01561
Bin1016561

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(5)
FromToCountThreshold
Bin01761
Bin1016761

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(4)
FromToCountThreshold
Bin01711
Bin1016711

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(3)
FromToCountThreshold
Bin01601
Bin1016601

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(2)
FromToCountThreshold
Bin01751
Bin1016751

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(1)
FromToCountThreshold
Bin01611
Bin1016611

Port:

 MR_FILTER_C_MASK_BIT_MASK_C_VAL(0)
FromToCountThreshold
Bin01621
Bin1016621

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(28)
FromToCountThreshold
Bin012161
Bin1018161

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(27)
FromToCountThreshold
Bin011891
Bin1017891

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(26)
FromToCountThreshold
Bin012051
Bin1018051

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(25)
FromToCountThreshold
Bin011861
Bin1017861

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(24)
FromToCountThreshold
Bin011991
Bin1017991

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(23)
FromToCountThreshold
Bin012161
Bin1018161

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(22)
FromToCountThreshold
Bin012241
Bin1018241

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(21)
FromToCountThreshold
Bin012241
Bin1018241

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(20)
FromToCountThreshold
Bin011991
Bin1017991

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(19)
FromToCountThreshold
Bin012021
Bin1018021

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(18)
FromToCountThreshold
Bin011961
Bin1017961

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(17)
FromToCountThreshold
Bin011151
Bin1017151

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(16)
FromToCountThreshold
Bin011161
Bin1017161

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(15)
FromToCountThreshold
Bin011011
Bin1017011

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(14)
FromToCountThreshold
Bin011171
Bin1017171

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(13)
FromToCountThreshold
Bin01791
Bin1016791

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(12)
FromToCountThreshold
Bin011041
Bin1017041

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(11)
FromToCountThreshold
Bin01941
Bin1016941

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(10)
FromToCountThreshold
Bin01801
Bin1016801

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(9)
FromToCountThreshold
Bin01851
Bin1016851

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(8)
FromToCountThreshold
Bin011041
Bin1017041

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(7)
FromToCountThreshold
Bin01981
Bin1016981

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(6)
FromToCountThreshold
Bin01951
Bin1016951

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(5)
FromToCountThreshold
Bin011001
Bin1017001

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(4)
FromToCountThreshold
Bin011121
Bin1017121

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(3)
FromToCountThreshold
Bin01961
Bin1016961

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(2)
FromToCountThreshold
Bin011041
Bin1017041

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(1)
FromToCountThreshold
Bin011051
Bin1017051

Port:

 MR_FILTER_C_VAL_BIT_VAL_C_VAL(0)
FromToCountThreshold
Bin011281
Bin1017281

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(28)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(27)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(26)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(25)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(24)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(23)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(22)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(21)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(20)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(19)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(18)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(17)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(16)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(15)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(14)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(13)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(12)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(11)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(10)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(9)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(8)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(7)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(6)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(5)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(4)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(3)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(2)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(1)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_HIGH_BIT_RAN_HIGH_VAL(0)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(28)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(27)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(26)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(25)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(24)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(23)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(22)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(21)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(20)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(19)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(18)
FromToCountThreshold
Bin0121
Bin1016021

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(17)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(16)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(15)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(14)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(13)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(12)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(11)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(10)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(9)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(8)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(7)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(6)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(5)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(4)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(3)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(2)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(1)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_FILTER_RAN_LOW_BIT_RAN_LOW_VAL(0)
FromToCountThreshold
Bin0111
Bin1016011

Port:

 MR_SETTINGS_FDRF
FromToCountThreshold
Bin0141
Bin1016041

Port:

 MR_MODE_AFM
FromToCountThreshold
Bin01681
Bin1016681

Port:

 REC_IDENT(28)
FromToCountThreshold
Bin01343321
Bin10301651

Port:

 REC_IDENT(27)
FromToCountThreshold
Bin01209511
Bin10167481

Port:

 REC_IDENT(26)
FromToCountThreshold
Bin01349951
Bin10299781

Port:

 REC_IDENT(25)
FromToCountThreshold
Bin01264091
Bin10214401

Port:

 REC_IDENT(24)
FromToCountThreshold
Bin01376211
Bin10325601

Port:

 REC_IDENT(23)
FromToCountThreshold
Bin01275741
Bin10221621

Port:

 REC_IDENT(22)
FromToCountThreshold
Bin01375761
Bin10327291

Port:

 REC_IDENT(21)
FromToCountThreshold
Bin01266231
Bin10216621

Port:

 REC_IDENT(20)
FromToCountThreshold
Bin01341311
Bin10300131

Port:

 REC_IDENT(19)
FromToCountThreshold
Bin01250181
Bin10209391

Port:

 REC_IDENT(18)
FromToCountThreshold
Bin01358611
Bin10318021

Port:

 REC_IDENT(17)
FromToCountThreshold
Bin0166761
Bin10774111

Port:

 REC_IDENT(16)
FromToCountThreshold
Bin0164811
Bin10769801

Port:

 REC_IDENT(15)
FromToCountThreshold
Bin0160161
Bin10759361

Port:

 REC_IDENT(14)
FromToCountThreshold
Bin0164571
Bin10773011

Port:

 REC_IDENT(13)
FromToCountThreshold
Bin0162031
Bin10758541

Port:

 REC_IDENT(12)
FromToCountThreshold
Bin0166551
Bin10773481

Port:

 REC_IDENT(11)
FromToCountThreshold
Bin0161161
Bin10760141

Port:

 REC_IDENT(10)
FromToCountThreshold
Bin0167591
Bin10771721

Port:

 REC_IDENT(9)
FromToCountThreshold
Bin0163401
Bin10768821

Port:

 REC_IDENT(8)
FromToCountThreshold
Bin0171911
Bin10781681

Port:

 REC_IDENT(7)
FromToCountThreshold
Bin0161701
Bin10761191

Port:

 REC_IDENT(6)
FromToCountThreshold
Bin0166361
Bin10777531

Port:

 REC_IDENT(5)
FromToCountThreshold
Bin0161221
Bin10762131

Port:

 REC_IDENT(4)
FromToCountThreshold
Bin0167121
Bin10781801

Port:

 REC_IDENT(3)
FromToCountThreshold
Bin0162131
Bin10762041

Port:

 REC_IDENT(2)
FromToCountThreshold
Bin0170441
Bin10783471

Port:

 REC_IDENT(1)
FromToCountThreshold
Bin0163161
Bin10759251

Port:

 REC_IDENT(0)
FromToCountThreshold
Bin0167571
Bin10774901

Port:

 REC_IDENT_TYPE
FromToCountThreshold
Bin01157601
Bin10173581

Port:

 REC_FRAME_TYPE
FromToCountThreshold
Bin01284401
Bin10300361

Port:

 REC_IS_RTR
FromToCountThreshold
Bin01220381
Bin10236361

Port:

 REC_IVLD
FromToCountThreshold
Bin01505201
Bin10521131

Port:

 STORE_METADATA
FromToCountThreshold
Bin01285201
Bin10301201

Port:

 STORE_DATA
FromToCountThreshold
Bin01888971
Bin10904971

Port:

 REC_VALID
FromToCountThreshold
Bin01151791
Bin10167791

Port:

 REC_ABORT
FromToCountThreshold
Bin01308241
Bin10324241

Port:

 STORE_METADATA_F
FromToCountThreshold
Bin01263581
Bin10279581

Port:

 STORE_DATA_F
FromToCountThreshold
Bin01863361
Bin10879361

Port:

 REC_VALID_F
FromToCountThreshold
Bin01130211
Bin10146211

Port:

 REC_ABORT_F
FromToCountThreshold
Bin01308201
Bin10324201

Signal:

 INT_FILTER_A_VALID
FromToCountThreshold
Bin0120841
Bin1030241

Signal:

 INT_FILTER_B_VALID
FromToCountThreshold
Bin015121
Bin1021121

Signal:

 INT_FILTER_C_VALID
FromToCountThreshold
Bin015231
Bin1021231

Signal:

 INT_FILTER_RAN_VALID
FromToCountThreshold
Bin011711
Bin1017711

Signal:

 MASK_FILTER_A(3)
FromToCountThreshold
Bin0120281
Bin104281

Signal:

 MASK_FILTER_A(2)
FromToCountThreshold
Bin0120591
Bin104591

Signal:

 MASK_FILTER_A(1)
FromToCountThreshold
Bin0120281
Bin104281

Signal:

 MASK_FILTER_A(0)
FromToCountThreshold
Bin0120511
Bin104511

Signal:

 MASK_FILTER_B(3)
FromToCountThreshold
Bin011051
Bin1017051

Signal:

 MASK_FILTER_B(2)
FromToCountThreshold
Bin011071
Bin1017071

Signal:

 MASK_FILTER_B(1)
FromToCountThreshold
Bin011051
Bin1017051

Signal:

 MASK_FILTER_B(0)
FromToCountThreshold
Bin011061
Bin1017061

Signal:

 MASK_FILTER_C(3)
FromToCountThreshold
Bin011051
Bin1017051

Signal:

 MASK_FILTER_C(2)
FromToCountThreshold
Bin011071
Bin1017071

Signal:

 MASK_FILTER_C(1)
FromToCountThreshold
Bin011051
Bin1017051

Signal:

 MASK_FILTER_C(0)
FromToCountThreshold
Bin011061
Bin1017061

Signal:

 MASK_FILTER_RANGE(3)
FromToCountThreshold
Bin0151
Bin1016051

Signal:

 MASK_FILTER_RANGE(2)
FromToCountThreshold
Bin0161
Bin1016061

Signal:

 MASK_FILTER_RANGE(1)
FromToCountThreshold
Bin0151
Bin1016051

Signal:

 MASK_FILTER_RANGE(0)
FromToCountThreshold
Bin0161
Bin1016061

Signal:

 INT_DATA_TYPE(3)
FromToCountThreshold
Bin0188281
Bin1088261

Signal:

 INT_DATA_TYPE(2)
FromToCountThreshold
Bin01284381
Bin10300361

Signal:

 INT_DATA_TYPE(1)
FromToCountThreshold
Bin01157601
Bin10173601

Signal:

 INT_DATA_TYPE(0)
FromToCountThreshold
Bin01385681
Bin10385721

Signal:

 INT_DATA_CTRL(1)
FromToCountThreshold
Bin01284401
Bin10300361

Signal:

 INT_DATA_CTRL(0)
FromToCountThreshold
Bin01157601
Bin10173581

Signal:

 FILTER_A_ENABLE
FromToCountThreshold
Bin0125981
Bin109981

Signal:

 FILTER_B_ENABLE
FromToCountThreshold
Bin0118681
Bin1018681

Signal:

 FILTER_C_ENABLE
FromToCountThreshold
Bin0118411
Bin1018411

Signal:

 FILTER_RANGE_ENABLE
FromToCountThreshold
Bin0116061
Bin1016061

Signal:

 FILTER_RESULT
FromToCountThreshold
Bin0134861
Bin1044261

Signal:

 IDENT_VALID_D
FromToCountThreshold
Bin0144261
Bin1028261

Signal:

 IDENT_VALID_Q
FromToCountThreshold
Bin01108631
Bin10108541

Signal:

 DROP_RTR_FRAME
FromToCountThreshold
Bin0141
Bin1016041

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression

384:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse10527585841
BinTrue24184991

"=" expression

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1') 
Evaluated toCountThreshold
BinFalse518371
BinTrue285201

"=" expression

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinFalse167781
BinTrue635791

"and" expression

394:    store_metadata_f <= '1' when (store_metadata = '1' and ident_valid_q = '1'
                                      <-------LHS-------->     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue372211
BinTrueFalse21621
BinTrueTrue263581

"=" expression

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1') 
Evaluated toCountThreshold
BinFalse1122141
BinTrue888971

"=" expression

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinFalse175761
BinTrue1835351

"and" expression

398:    store_data_f <= '1' when (store_data = '1' and ident_valid_q = '1'
                                  <-----LHS------>     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue971991
BinTrueFalse25611
BinTrueTrue863361

"=" expression

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1') 
Evaluated toCountThreshold
BinFalse400961
BinTrue151791

"=" expression

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinFalse167701
BinTrue385051

"and" expression

402:    rec_valid_f <= '1' when (rec_valid = '1' and ident_valid_q = '1'
                                 <-----LHS----->     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue254841
BinTrueFalse21581
BinTrueTrue130211

"=" expression

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1') 
Evaluated toCountThreshold
BinFalse541411
BinTrue308241

"=" expression

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1'
Evaluated toCountThreshold
BinFalse124621
BinTrue725031

"and" expression

406:    rec_abort_f <= '1' when (rec_abort = '1' and ident_valid_q = '1'
                                 <-----LHS----->     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue416831
BinTrueFalse41
BinTrueTrue308201

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: