NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.FAULT_CONFINEMENT_INST.ERR_COUNTERS_INST

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

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average
RST_REG_INST 100.0 % (6/6) 100.0 % (6/6) 100.0 % (28/28) 100.0 % (2/2) N.A. N.A. 100.0 % (42/42)

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.CAN_CORE_INST.FAULT_CONFINEMENT_INST.ERR_COUNTERS_INST 100.0 % (83/83) 100.0 % (70/70) 100.0 % (508/508) 100.0 % (114/114) N.A. N.A. 100.0 % (775/775)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

215:        if (res_n = '0') then 
216:            mr_ctr_pres_ptx_q   <= '0'; 
...
224:            mr_ctr_pres_efd_q   <= mr_ctr_pres_efd; 
225:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

216:            mr_ctr_pres_ptx_q   <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

217:            mr_ctr_pres_prx_q   <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

218:            mr_ctr_pres_enorm_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

219:            mr_ctr_pres_efd_q   <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

221:            mr_ctr_pres_ptx_q   <= mr_ctr_pres_ptx; 
Count: 526374300
Threshold: 1

Signal assignment statement:

222:            mr_ctr_pres_prx_q   <= mr_ctr_pres_prx; 
Count: 526374300
Threshold: 1

Signal assignment statement:

223:            mr_ctr_pres_enorm_q <= mr_ctr_pres_enorm; 
Count: 526374300
Threshold: 1

Signal assignment statement:

224:            mr_ctr_pres_efd_q   <= mr_ctr_pres_efd; 
Count: 526374300
Threshold: 1

If statement:

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
229:                    '0'; 

Count: 214100
Threshold: 1

Signal assignment statement:

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
Count: 105450
Threshold: 1

Signal assignment statement:

229:                    '0'
Count: 108650
Threshold: 1

If statement:

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1') 
233:                        else 
234:                    '0'; 

Count: 303824
Threshold: 1

Signal assignment statement:

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1') 
Count: 150328
Threshold: 1

Signal assignment statement:

234:                    '0'
Count: 153496
Threshold: 1

If statement:

239:    tx_err_ctr_dec <=  (tx_err_ctr_q - 1) when (tx_err_ctr_q > 0) else 
240:                       tx_err_ctr_q; 

Count: 32526
Threshold: 1

Signal assignment statement:

239:    tx_err_ctr_dec <=  (tx_err_ctr_q - 1) when (tx_err_ctr_q > 0) else 
Count: 19096
Threshold: 1

Signal assignment statement:

240:                       tx_err_ctr_q
Count: 13430
Threshold: 1

If statement:

244:    tx_err_ctr_d <= 
245:              unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_ptx_q = '1') else 
246:                        tx_err_ctr_q + 8 when (inc_eight = '1') else 
247:                          tx_err_ctr_dec; 

Count: 260319
Threshold: 1

Signal assignment statement:

245:              unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_ptx_q = '1') else 
Count: 19928
Threshold: 1

Signal assignment statement:

246:                        tx_err_ctr_q + 8 when (inc_eight = '1') else 
Count: 107312
Threshold: 1

Signal assignment statement:

247:                          tx_err_ctr_dec
Count: 133079
Threshold: 1

If statement:

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
252:                     '1' when (mr_ctr_pres_ptx_q = '1') else 
253:                     '0'; 

Count: 292880
Threshold: 1

Signal assignment statement:

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
Count: 82085
Threshold: 1

Signal assignment statement:

252:                     '1' when (mr_ctr_pres_ptx_q = '1') else 
Count: 18698
Threshold: 1

Signal assignment statement:

253:                     '0'
Count: 192097
Threshold: 1

If statement:

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1') 
259:                          else 
260:                      '1'; 

Count: 32626
Threshold: 1

Signal assignment statement:

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1') 
Count: 14708
Threshold: 1

Signal assignment statement:

260:                      '1'
Count: 17918
Threshold: 1

If statement:

284:        if (res_err_ctrs_q_scan = '0') then 
285:            tx_err_ctr_q <= (others => '0'); 
...
289:            end if; 
290:        end if; 

Count: 1055190354
Threshold: 1

Signal assignment statement:

285:            tx_err_ctr_q <= (others => '0'); 
Count: 2451371
Threshold: 1

If statement:

287:            if (tx_err_ctr_ce = '1') then 
288:                tx_err_ctr_q <= tx_err_ctr_d; 
289:            end if; 

Count: 526361182
Threshold: 1

Signal assignment statement:

288:                tx_err_ctr_q <= tx_err_ctr_d; 
Count: 43767
Threshold: 1

If statement:

297:    rx_err_ctr_dec <= to_unsigned(120, 9) when (rx_err_ctr_q > 127) else 
298:                       (rx_err_ctr_q - 1) when (rx_err_ctr_q > 0) else 
299:                            rx_err_ctr_q; 

Count: 27245
Threshold: 1

Signal assignment statement:

297:    rx_err_ctr_dec <= to_unsigned(120, 9) when (rx_err_ctr_q > 127) else 
Count: 8773
Threshold: 1

Signal assignment statement:

298:                       (rx_err_ctr_q - 1) when (rx_err_ctr_q > 0) else 
Count: 8981
Threshold: 1

Signal assignment statement:

299:                            rx_err_ctr_q
Count: 9491
Threshold: 1

If statement:

303:    rx_err_ctr_inc <= rx_err_ctr_q + 1 when (inc_one = '1') else 
304:                      rx_err_ctr_q + 8; 

Count: 118601
Threshold: 1

Signal assignment statement:

303:    rx_err_ctr_inc <= rx_err_ctr_q + 1 when (inc_one = '1') else 
Count: 56997
Threshold: 1

Signal assignment statement:

304:                      rx_err_ctr_q + 8
Count: 61604
Threshold: 1

If statement:

307:    rx_err_ctr_sat <= (others => '1') when (rx_err_ctr_inc < rx_err_ctr_q) else 
308:                      rx_err_ctr_inc; 

Count: 144246
Threshold: 1

Signal assignment statement:

307:    rx_err_ctr_sat <= (others => '1') when (rx_err_ctr_inc < rx_err_ctr_q) else 
Count: 697
Threshold: 1

Signal assignment statement:

308:                      rx_err_ctr_inc
Count: 143549
Threshold: 1

If statement:

314:    rx_err_ctr_d <= unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_prx_q = '1') else 
315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
316:                                rx_err_ctr_dec; 

Count: 420748
Threshold: 1

Signal assignment statement:

314:    rx_err_ctr_d <= unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_prx_q = '1') else 
Count: 21703
Threshold: 1

Signal assignment statement:

315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
Count: 151430
Threshold: 1

Signal assignment statement:

316:                                rx_err_ctr_dec
Count: 247615
Threshold: 1

If statement:

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
321:                     '1' when (mr_ctr_pres_prx_q = '1') else 
322:                     '0'; 

Count: 405332
Threshold: 1

Signal assignment statement:

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
Count: 68157
Threshold: 1

Signal assignment statement:

321:                     '1' when (mr_ctr_pres_prx_q = '1') else 
Count: 19085
Threshold: 1

Signal assignment statement:

322:                     '0'
Count: 318090
Threshold: 1

If statement:

329:        if (res_err_ctrs_q_scan = '0') then 
330:            rx_err_ctr_q <= (others => '0'); 
...
334:            end if; 
335:        end if; 

Count: 1055190354
Threshold: 1

Signal assignment statement:

330:            rx_err_ctr_q <= (others => '0'); 
Count: 2451371
Threshold: 1

If statement:

332:            if (rx_err_ctr_ce = '1') then 
333:                rx_err_ctr_q <= rx_err_ctr_d; 
334:            end if; 

Count: 526361182
Threshold: 1

Signal assignment statement:

333:                rx_err_ctr_q <= rx_err_ctr_d; 
Count: 46648
Threshold: 1

If statement:

346:    nom_dat_sel_ctr <= nom_err_ctr_q when (sp_control = NOMINAL_SAMPLE) else 
347:                       data_err_ctr_q; 

Count: 95934
Threshold: 1

Signal assignment statement:

346:    nom_dat_sel_ctr <= nom_err_ctr_q when (sp_control = NOMINAL_SAMPLE) else 
Count: 54294
Threshold: 1

Signal assignment statement:

347:                       data_err_ctr_q
Count: 41640
Threshold: 1

Signal assignment statement:

349:    nom_dat_sel_ctr_add <= nom_dat_sel_ctr + 1
Count: 63423
Threshold: 1

If statement:

351:    nom_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_enorm_q = '0') 
352:                                         else 
353:                         (others => '0'); 

Count: 78507
Threshold: 1

Signal assignment statement:

351:    nom_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_enorm_q = '0') 
Count: 69365
Threshold: 1

Signal assignment statement:

353:                         (others => '0')
Count: 9142
Threshold: 1

If statement:

355:    data_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_efd_q = '0') 
356:                                          else 
357:                         (others => '0'); 

Count: 78507
Threshold: 1

Signal assignment statement:

355:    data_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_efd_q = '0') 
Count: 65096
Threshold: 1

Signal assignment statement:

357:                         (others => '0')
Count: 13411
Threshold: 1

If statement:

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 
363:                          else 
364:                      '0'; 

Count: 323883
Threshold: 1

Signal assignment statement:

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
Count: 126503
Threshold: 1

Signal assignment statement:

364:                      '0'
Count: 197380
Threshold: 1

If statement:

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 
369:                           else 
370:                       '0'; 

Count: 323883
Threshold: 1

Signal assignment statement:

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
Count: 19940
Threshold: 1

Signal assignment statement:

370:                       '0'
Count: 303943
Threshold: 1

If statement:

377:        if (res_err_ctrs_q_scan = '0') then 
378:            nom_err_ctr_q <= (others => '0'); 
...
382:            end if; 
383:        end if; 

Count: 1055190354
Threshold: 1

Signal assignment statement:

378:            nom_err_ctr_q <= (others => '0'); 
Count: 2451371
Threshold: 1

If statement:

380:            if (nom_err_ctr_ce = '1') then 
381:                nom_err_ctr_q <= nom_err_ctr_d; 
382:            end if; 

Count: 526361182
Threshold: 1

Signal assignment statement:

381:                nom_err_ctr_q <= nom_err_ctr_d; 
Count: 22244
Threshold: 1

If statement:

388:        if (res_err_ctrs_q_scan = '0') then 
389:            data_err_ctr_q <= (others => '0'); 
...
393:            end if; 
394:        end if; 

Count: 1055190354
Threshold: 1

Signal assignment statement:

389:            data_err_ctr_q <= (others => '0'); 
Count: 2451371
Threshold: 1

If statement:

391:            if (data_err_ctr_ce = '1') then 
392:                data_err_ctr_q <= data_err_ctr_d; 
393:            end if; 

Count: 526361182
Threshold: 1

Signal assignment statement:

392:                data_err_ctr_q <= data_err_ctr_d; 
Count: 16228
Threshold: 1

Signal assignment statement:

400:    rx_err_ctr <= std_logic_vector(rx_err_ctr_q)
Count: 27245
Threshold: 1

Signal assignment statement:

401:    tx_err_ctr <= std_logic_vector(tx_err_ctr_q)
Count: 32526
Threshold: 1

Signal assignment statement:

403:    norm_err_ctr <= std_logic_vector(nom_err_ctr_q)
Count: 26506
Threshold: 1

Signal assignment statement:

404:    data_err_ctr <= std_logic_vector(data_err_ctr_q)
Count: 14355
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

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

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

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

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

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
Evaluated toCountThreshold
BinTrue1054501
BinFalse1086501

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

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1'
Evaluated toCountThreshold
BinTrue1503281
BinFalse1534961

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

239:    tx_err_ctr_dec <=  (tx_err_ctr_q - 1) when (tx_err_ctr_q > 0) else 
Evaluated toCountThreshold
BinTrue190961
BinFalse134301

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

245:              unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_ptx_q = '1') else 
Evaluated toCountThreshold
BinTrue199281
BinFalse2403911

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

246:                        tx_err_ctr_q + 8 when (inc_eight = '1') else 
Evaluated toCountThreshold
BinTrue1073121
BinFalse1330791

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

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
Evaluated toCountThreshold
BinTrue820851
BinFalse2107951

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

252:                     '1' when (mr_ctr_pres_ptx_q = '1') else 
Evaluated toCountThreshold
BinTrue186981
BinFalse1920971

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

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1'
Evaluated toCountThreshold
BinTrue147081
BinFalse179181

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

284:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinTrue24513711
BinFalse10527389831

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

286:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263611821
BinFalse5263778011

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

287:            if (tx_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinTrue437671
BinFalse5263174151

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

297:    rx_err_ctr_dec <= to_unsigned(120, 9) when (rx_err_ctr_q > 127) else 
Evaluated toCountThreshold
BinTrue87731
BinFalse184721

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

298:                       (rx_err_ctr_q - 1) when (rx_err_ctr_q > 0) else 
Evaluated toCountThreshold
BinTrue89811
BinFalse94911

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

303:    rx_err_ctr_inc <= rx_err_ctr_q + 1 when (inc_one = '1') else 
Evaluated toCountThreshold
BinTrue569971
BinFalse616041

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

307:    rx_err_ctr_sat <= (others => '1') when (rx_err_ctr_inc < rx_err_ctr_q) else 
Evaluated toCountThreshold
BinTrue6971
BinFalse1435491

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

314:    rx_err_ctr_d <= unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_prx_q = '1') else 
Evaluated toCountThreshold
BinTrue217031
BinFalse3990451

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

315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
Evaluated toCountThreshold
BinTrue1514301
BinFalse2476151

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

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
Evaluated toCountThreshold
BinTrue681571
BinFalse3371751

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

321:                     '1' when (mr_ctr_pres_prx_q = '1') else 
Evaluated toCountThreshold
BinTrue190851
BinFalse3180901

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

329:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinTrue24513711
BinFalse10527389831

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

331:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263611821
BinFalse5263778011

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

332:            if (rx_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinTrue466481
BinFalse5263145341

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

346:    nom_dat_sel_ctr <= nom_err_ctr_q when (sp_control = NOMINAL_SAMPLE) else 
Evaluated toCountThreshold
BinTrue542941
BinFalse416401

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

351:    nom_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_enorm_q = '0'
Evaluated toCountThreshold
BinTrue693651
BinFalse91421

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

355:    data_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_efd_q = '0'
Evaluated toCountThreshold
BinTrue650961
BinFalse134111

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

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 

Evaluated toCountThreshold
BinTrue1265031
BinFalse1973801

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

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 

Evaluated toCountThreshold
BinTrue199401
BinFalse3039431

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

377:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinTrue24513711
BinFalse10527389831

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

379:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263611821
BinFalse5263778011

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

380:            if (nom_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinTrue222441
BinFalse5263389381

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

388:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinTrue24513711
BinFalse10527389831

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

390:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5263611821
BinFalse5263778011

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

391:            if (data_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinTrue162281
BinFalse5263449541

Uncovered toggles:

Excluded toggles:

Signal:

 RX_ERR_CTR_DEC(8)
FromToCountThresholdExcluded due to
Bin0101Exclude file

Signal:

 RX_ERR_CTR_DEC(7)
FromToCountThresholdExcluded due to
Bin0101Exclude file

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin015275788691
Bin105275804601

Port:

 RES_N
FromToCountThreshold
Bin0180821
Bin1080721

Port:

 SCAN_ENABLE
FromToCountThreshold
Bin0151
Bin1016051

Port:

 SP_CONTROL(1)
FromToCountThreshold
Bin0142061
Bin1058061

Port:

 SP_CONTROL(0)
FromToCountThreshold
Bin01255481
Bin10271481

Port:

 INC_ONE
FromToCountThreshold
Bin01448781
Bin10464781

Port:

 INC_EIGHT
FromToCountThreshold
Bin01793701
Bin10809701

Port:

 DEC_ONE
FromToCountThreshold
Bin01260801
Bin10276801

Port:

 SET_ERR_ACTIVE
FromToCountThreshold
Bin0166361
Bin1082361

Port:

 IS_TRANSMITTER
FromToCountThreshold
Bin01198921
Bin10214921

Port:

 IS_RECEIVER
FromToCountThreshold
Bin01308881
Bin10324821

Port:

 MR_CTR_PRES_CTPV(8)
FromToCountThreshold
Bin012641
Bin1018641

Port:

 MR_CTR_PRES_CTPV(7)
FromToCountThreshold
Bin0121661
Bin1037661

Port:

 MR_CTR_PRES_CTPV(6)
FromToCountThreshold
Bin016831
Bin1022831

Port:

 MR_CTR_PRES_CTPV(5)
FromToCountThreshold
Bin0121811
Bin1037811

Port:

 MR_CTR_PRES_CTPV(4)
FromToCountThreshold
Bin0123321
Bin1039321

Port:

 MR_CTR_PRES_CTPV(3)
FromToCountThreshold
Bin019191
Bin1025191

Port:

 MR_CTR_PRES_CTPV(2)
FromToCountThreshold
Bin0124141
Bin1040141

Port:

 MR_CTR_PRES_CTPV(1)
FromToCountThreshold
Bin0110081
Bin1026081

Port:

 MR_CTR_PRES_CTPV(0)
FromToCountThreshold
Bin017681
Bin1023681

Port:

 MR_CTR_PRES_PTX
FromToCountThreshold
Bin01186981
Bin10428711

Port:

 MR_CTR_PRES_PRX
FromToCountThreshold
Bin01190851
Bin10428711

Port:

 MR_CTR_PRES_ENORM
FromToCountThreshold
Bin0159421
Bin10428711

Port:

 MR_CTR_PRES_EFD
FromToCountThreshold
Bin0159421
Bin10428711

Port:

 RX_ERR_CTR(8)
FromToCountThreshold
Bin011361
Bin1017361

Port:

 RX_ERR_CTR(7)
FromToCountThreshold
Bin013601
Bin1019601

Port:

 RX_ERR_CTR(6)
FromToCountThreshold
Bin012661
Bin1018641

Port:

 RX_ERR_CTR(5)
FromToCountThreshold
Bin013321
Bin1019311

Port:

 RX_ERR_CTR(4)
FromToCountThreshold
Bin015191
Bin1021191

Port:

 RX_ERR_CTR(3)
FromToCountThreshold
Bin016861
Bin1022851

Port:

 RX_ERR_CTR(2)
FromToCountThreshold
Bin016271
Bin1022271

Port:

 RX_ERR_CTR(1)
FromToCountThreshold
Bin0112081
Bin1028081

Port:

 RX_ERR_CTR(0)
FromToCountThreshold
Bin01112211
Bin10128151

Port:

 TX_ERR_CTR(8)
FromToCountThreshold
Bin012491
Bin1018491

Port:

 TX_ERR_CTR(7)
FromToCountThreshold
Bin015211
Bin1021211

Port:

 TX_ERR_CTR(6)
FromToCountThreshold
Bin014881
Bin1020881

Port:

 TX_ERR_CTR(5)
FromToCountThreshold
Bin018111
Bin1024111

Port:

 TX_ERR_CTR(4)
FromToCountThreshold
Bin0119311
Bin1035311

Port:

 TX_ERR_CTR(3)
FromToCountThreshold
Bin01120941
Bin10136941

Port:

 TX_ERR_CTR(2)
FromToCountThreshold
Bin0129801
Bin1045801

Port:

 TX_ERR_CTR(1)
FromToCountThreshold
Bin0133181
Bin1049181

Port:

 TX_ERR_CTR(0)
FromToCountThreshold
Bin0135171
Bin1051171

Port:

 NORM_ERR_CTR(15)
FromToCountThreshold
Bin01661
Bin1016621

Port:

 NORM_ERR_CTR(14)
FromToCountThreshold
Bin01691
Bin1016681

Port:

 NORM_ERR_CTR(13)
FromToCountThreshold
Bin01671
Bin1016631

Port:

 NORM_ERR_CTR(12)
FromToCountThreshold
Bin01611
Bin1016571

Port:

 NORM_ERR_CTR(11)
FromToCountThreshold
Bin01591
Bin1016551

Port:

 NORM_ERR_CTR(10)
FromToCountThreshold
Bin01631
Bin1016611

Port:

 NORM_ERR_CTR(9)
FromToCountThreshold
Bin01681
Bin1016651

Port:

 NORM_ERR_CTR(8)
FromToCountThreshold
Bin01731
Bin1016701

Port:

 NORM_ERR_CTR(7)
FromToCountThreshold
Bin01791
Bin1016761

Port:

 NORM_ERR_CTR(6)
FromToCountThreshold
Bin011011
Bin1016981

Port:

 NORM_ERR_CTR(5)
FromToCountThreshold
Bin011601
Bin1017591

Port:

 NORM_ERR_CTR(4)
FromToCountThreshold
Bin012821
Bin1018781

Port:

 NORM_ERR_CTR(3)
FromToCountThreshold
Bin016001
Bin1021941

Port:

 NORM_ERR_CTR(2)
FromToCountThreshold
Bin0113611
Bin1029561

Port:

 NORM_ERR_CTR(1)
FromToCountThreshold
Bin0130481
Bin1046451

Port:

 NORM_ERR_CTR(0)
FromToCountThreshold
Bin01111891
Bin10127831

Port:

 DATA_ERR_CTR(15)
FromToCountThreshold
Bin01751
Bin1016701

Port:

 DATA_ERR_CTR(14)
FromToCountThreshold
Bin01631
Bin1016601

Port:

 DATA_ERR_CTR(13)
FromToCountThreshold
Bin01631
Bin1016611

Port:

 DATA_ERR_CTR(12)
FromToCountThreshold
Bin01631
Bin1016621

Port:

 DATA_ERR_CTR(11)
FromToCountThreshold
Bin01591
Bin1016571

Port:

 DATA_ERR_CTR(10)
FromToCountThreshold
Bin01581
Bin1016561

Port:

 DATA_ERR_CTR(9)
FromToCountThreshold
Bin01741
Bin1016701

Port:

 DATA_ERR_CTR(8)
FromToCountThreshold
Bin01851
Bin1016831

Port:

 DATA_ERR_CTR(7)
FromToCountThreshold
Bin011031
Bin1017011

Port:

 DATA_ERR_CTR(6)
FromToCountThreshold
Bin011381
Bin1017351

Port:

 DATA_ERR_CTR(5)
FromToCountThreshold
Bin012051
Bin1018021

Port:

 DATA_ERR_CTR(4)
FromToCountThreshold
Bin013591
Bin1019561

Port:

 DATA_ERR_CTR(3)
FromToCountThreshold
Bin016791
Bin1022741

Port:

 DATA_ERR_CTR(2)
FromToCountThreshold
Bin0112951
Bin1028921

Port:

 DATA_ERR_CTR(1)
FromToCountThreshold
Bin0125241
Bin1041201

Port:

 DATA_ERR_CTR(0)
FromToCountThreshold
Bin0154781
Bin1070731

Signal:

 TX_ERR_CTR_D(8)
FromToCountThreshold
Bin016621
Bin1022621

Signal:

 TX_ERR_CTR_D(7)
FromToCountThreshold
Bin0131151
Bin1047151

Signal:

 TX_ERR_CTR_D(6)
FromToCountThreshold
Bin0141411
Bin1057411

Signal:

 TX_ERR_CTR_D(5)
FromToCountThreshold
Bin0182471
Bin1098471

Signal:

 TX_ERR_CTR_D(4)
FromToCountThreshold
Bin01328271
Bin10344271

Signal:

 TX_ERR_CTR_D(3)
FromToCountThreshold
Bin01678201
Bin10694201

Signal:

 TX_ERR_CTR_D(2)
FromToCountThreshold
Bin01351211
Bin10367211

Signal:

 TX_ERR_CTR_D(1)
FromToCountThreshold
Bin01468551
Bin10484551

Signal:

 TX_ERR_CTR_D(0)
FromToCountThreshold
Bin01515001
Bin10531001

Signal:

 RX_ERR_CTR_D(8)
FromToCountThreshold
Bin013041
Bin1019041

Signal:

 RX_ERR_CTR_D(7)
FromToCountThreshold
Bin01223071
Bin10239071

Signal:

 RX_ERR_CTR_D(6)
FromToCountThreshold
Bin01230701
Bin10246681

Signal:

 RX_ERR_CTR_D(5)
FromToCountThreshold
Bin01204071
Bin10220061

Signal:

 RX_ERR_CTR_D(4)
FromToCountThreshold
Bin0166301
Bin1082301

Signal:

 RX_ERR_CTR_D(3)
FromToCountThreshold
Bin011279741
Bin101295731

Signal:

 RX_ERR_CTR_D(2)
FromToCountThreshold
Bin01240691
Bin10256691

Signal:

 RX_ERR_CTR_D(1)
FromToCountThreshold
Bin01281471
Bin10297471

Signal:

 RX_ERR_CTR_D(0)
FromToCountThreshold
Bin01258561
Bin10274561

Signal:

 TX_ERR_CTR_Q(8)
FromToCountThreshold
Bin012491
Bin1018491

Signal:

 TX_ERR_CTR_Q(7)
FromToCountThreshold
Bin015211
Bin1021211

Signal:

 TX_ERR_CTR_Q(6)
FromToCountThreshold
Bin014881
Bin1020881

Signal:

 TX_ERR_CTR_Q(5)
FromToCountThreshold
Bin018111
Bin1024111

Signal:

 TX_ERR_CTR_Q(4)
FromToCountThreshold
Bin0119311
Bin1035311

Signal:

 TX_ERR_CTR_Q(3)
FromToCountThreshold
Bin01120941
Bin10136941

Signal:

 TX_ERR_CTR_Q(2)
FromToCountThreshold
Bin0129801
Bin1045801

Signal:

 TX_ERR_CTR_Q(1)
FromToCountThreshold
Bin0133181
Bin1049181

Signal:

 TX_ERR_CTR_Q(0)
FromToCountThreshold
Bin0135171
Bin1051171

Signal:

 RX_ERR_CTR_Q(8)
FromToCountThreshold
Bin011361
Bin1017361

Signal:

 RX_ERR_CTR_Q(7)
FromToCountThreshold
Bin013601
Bin1019601

Signal:

 RX_ERR_CTR_Q(6)
FromToCountThreshold
Bin012661
Bin1018641

Signal:

 RX_ERR_CTR_Q(5)
FromToCountThreshold
Bin013321
Bin1019311

Signal:

 RX_ERR_CTR_Q(4)
FromToCountThreshold
Bin015191
Bin1021191

Signal:

 RX_ERR_CTR_Q(3)
FromToCountThreshold
Bin016861
Bin1022851

Signal:

 RX_ERR_CTR_Q(2)
FromToCountThreshold
Bin016271
Bin1022271

Signal:

 RX_ERR_CTR_Q(1)
FromToCountThreshold
Bin0112081
Bin1028081

Signal:

 RX_ERR_CTR_Q(0)
FromToCountThreshold
Bin01112211
Bin10128151

Signal:

 RX_ERR_CTR_INC(8)
FromToCountThreshold
Bin011401
Bin1017401

Signal:

 RX_ERR_CTR_INC(7)
FromToCountThreshold
Bin014681
Bin1020681

Signal:

 RX_ERR_CTR_INC(6)
FromToCountThreshold
Bin014541
Bin1020521

Signal:

 RX_ERR_CTR_INC(5)
FromToCountThreshold
Bin018221
Bin1024211

Signal:

 RX_ERR_CTR_INC(4)
FromToCountThreshold
Bin0120281
Bin1036271

Signal:

 RX_ERR_CTR_INC(3)
FromToCountThreshold
Bin01468481
Bin10452491

Signal:

 RX_ERR_CTR_INC(2)
FromToCountThreshold
Bin0154451
Bin1070451

Signal:

 RX_ERR_CTR_INC(1)
FromToCountThreshold
Bin01130321
Bin10146321

Signal:

 RX_ERR_CTR_INC(0)
FromToCountThreshold
Bin01560991
Bin10576931

Signal:

 RX_ERR_CTR_SAT(8)
FromToCountThreshold
Bin016501
Bin1022501

Signal:

 RX_ERR_CTR_SAT(7)
FromToCountThreshold
Bin017591
Bin1023591

Signal:

 RX_ERR_CTR_SAT(6)
FromToCountThreshold
Bin018431
Bin1024411

Signal:

 RX_ERR_CTR_SAT(5)
FromToCountThreshold
Bin0111581
Bin1027571

Signal:

 RX_ERR_CTR_SAT(4)
FromToCountThreshold
Bin0122111
Bin1038101

Signal:

 RX_ERR_CTR_SAT(3)
FromToCountThreshold
Bin01468901
Bin10452911

Signal:

 RX_ERR_CTR_SAT(2)
FromToCountThreshold
Bin0156391
Bin1072391

Signal:

 RX_ERR_CTR_SAT(1)
FromToCountThreshold
Bin01132401
Bin10148401

Signal:

 RX_ERR_CTR_SAT(0)
FromToCountThreshold
Bin01564221
Bin10580161

Signal:

 TX_ERR_CTR_CE
FromToCountThreshold
Bin011007831
Bin101023831

Signal:

 RX_ERR_CTR_CE
FromToCountThreshold
Bin01872421
Bin10888421

Signal:

 MODIF_TX_CTR
FromToCountThreshold
Bin011054501
Bin101070501

Signal:

 MODIF_RX_CTR
FromToCountThreshold
Bin011502961
Bin101518961

Signal:

 TX_ERR_CTR_DEC(8)
FromToCountThreshold
Bin012301
Bin1018301

Signal:

 TX_ERR_CTR_DEC(7)
FromToCountThreshold
Bin014971
Bin1020971

Signal:

 TX_ERR_CTR_DEC(6)
FromToCountThreshold
Bin014871
Bin1020871

Signal:

 TX_ERR_CTR_DEC(5)
FromToCountThreshold
Bin017541
Bin1023541

Signal:

 TX_ERR_CTR_DEC(4)
FromToCountThreshold
Bin0115671
Bin1031671

Signal:

 TX_ERR_CTR_DEC(3)
FromToCountThreshold
Bin0129081
Bin1045081

Signal:

 TX_ERR_CTR_DEC(2)
FromToCountThreshold
Bin01102201
Bin10118201

Signal:

 TX_ERR_CTR_DEC(1)
FromToCountThreshold
Bin01102541
Bin10118541

Signal:

 TX_ERR_CTR_DEC(0)
FromToCountThreshold
Bin01111291
Bin10127291

Signal:

 RX_ERR_CTR_DEC(8)
FromToCountThreshold
Bin1016001

Signal:

 RX_ERR_CTR_DEC(7)
FromToCountThreshold
Bin1016001

Signal:

 RX_ERR_CTR_DEC(6)
FromToCountThreshold
Bin014401
Bin1020381

Signal:

 RX_ERR_CTR_DEC(5)
FromToCountThreshold
Bin014681
Bin1020671

Signal:

 RX_ERR_CTR_DEC(4)
FromToCountThreshold
Bin015991
Bin1021991

Signal:

 RX_ERR_CTR_DEC(3)
FromToCountThreshold
Bin018531
Bin1024521

Signal:

 RX_ERR_CTR_DEC(2)
FromToCountThreshold
Bin015191
Bin1021191

Signal:

 RX_ERR_CTR_DEC(1)
FromToCountThreshold
Bin017421
Bin1023421

Signal:

 RX_ERR_CTR_DEC(0)
FromToCountThreshold
Bin0115791
Bin1031791

Signal:

 NOM_ERR_CTR_D(15)
FromToCountThreshold
Bin01661
Bin1032621

Signal:

 NOM_ERR_CTR_D(14)
FromToCountThreshold
Bin01691
Bin1032681

Signal:

 NOM_ERR_CTR_D(13)
FromToCountThreshold
Bin01671
Bin1032631

Signal:

 NOM_ERR_CTR_D(12)
FromToCountThreshold
Bin01611
Bin1032571

Signal:

 NOM_ERR_CTR_D(11)
FromToCountThreshold
Bin01591
Bin1032551

Signal:

 NOM_ERR_CTR_D(10)
FromToCountThreshold
Bin01631
Bin1032611

Signal:

 NOM_ERR_CTR_D(9)
FromToCountThreshold
Bin0145491
Bin1077461

Signal:

 NOM_ERR_CTR_D(8)
FromToCountThreshold
Bin0145641
Bin1077611

Signal:

 NOM_ERR_CTR_D(7)
FromToCountThreshold
Bin0146281
Bin1078251

Signal:

 NOM_ERR_CTR_D(6)
FromToCountThreshold
Bin0149461
Bin1081431

Signal:

 NOM_ERR_CTR_D(5)
FromToCountThreshold
Bin0154081
Bin1086061

Signal:

 NOM_ERR_CTR_D(4)
FromToCountThreshold
Bin0160281
Bin1092251

Signal:

 NOM_ERR_CTR_D(3)
FromToCountThreshold
Bin0171661
Bin10103611

Signal:

 NOM_ERR_CTR_D(2)
FromToCountThreshold
Bin0192641
Bin10124591

Signal:

 NOM_ERR_CTR_D(1)
FromToCountThreshold
Bin01225341
Bin10257291

Signal:

 NOM_ERR_CTR_D(0)
FromToCountThreshold
Bin01269051
Bin10269111

Signal:

 DATA_ERR_CTR_D(15)
FromToCountThreshold
Bin01661
Bin1032621

Signal:

 DATA_ERR_CTR_D(14)
FromToCountThreshold
Bin01691
Bin1032681

Signal:

 DATA_ERR_CTR_D(13)
FromToCountThreshold
Bin01671
Bin1032631

Signal:

 DATA_ERR_CTR_D(12)
FromToCountThreshold
Bin01611
Bin1032571

Signal:

 DATA_ERR_CTR_D(11)
FromToCountThreshold
Bin01591
Bin1032551

Signal:

 DATA_ERR_CTR_D(10)
FromToCountThreshold
Bin01631
Bin1032611

Signal:

 DATA_ERR_CTR_D(9)
FromToCountThreshold
Bin0145491
Bin1077461

Signal:

 DATA_ERR_CTR_D(8)
FromToCountThreshold
Bin0145641
Bin1077611

Signal:

 DATA_ERR_CTR_D(7)
FromToCountThreshold
Bin0146281
Bin1078251

Signal:

 DATA_ERR_CTR_D(6)
FromToCountThreshold
Bin0149461
Bin1081431

Signal:

 DATA_ERR_CTR_D(5)
FromToCountThreshold
Bin0154081
Bin1086061

Signal:

 DATA_ERR_CTR_D(4)
FromToCountThreshold
Bin0160051
Bin1092021

Signal:

 DATA_ERR_CTR_D(3)
FromToCountThreshold
Bin0171461
Bin10103411

Signal:

 DATA_ERR_CTR_D(2)
FromToCountThreshold
Bin0190161
Bin10122111

Signal:

 DATA_ERR_CTR_D(1)
FromToCountThreshold
Bin01185351
Bin10217301

Signal:

 DATA_ERR_CTR_D(0)
FromToCountThreshold
Bin01269051
Bin10269111

Signal:

 NOM_ERR_CTR_Q(15)
FromToCountThreshold
Bin01661
Bin1016621

Signal:

 NOM_ERR_CTR_Q(14)
FromToCountThreshold
Bin01691
Bin1016681

Signal:

 NOM_ERR_CTR_Q(13)
FromToCountThreshold
Bin01671
Bin1016631

Signal:

 NOM_ERR_CTR_Q(12)
FromToCountThreshold
Bin01611
Bin1016571

Signal:

 NOM_ERR_CTR_Q(11)
FromToCountThreshold
Bin01591
Bin1016551

Signal:

 NOM_ERR_CTR_Q(10)
FromToCountThreshold
Bin01631
Bin1016611

Signal:

 NOM_ERR_CTR_Q(9)
FromToCountThreshold
Bin01681
Bin1016651

Signal:

 NOM_ERR_CTR_Q(8)
FromToCountThreshold
Bin01731
Bin1016701

Signal:

 NOM_ERR_CTR_Q(7)
FromToCountThreshold
Bin01791
Bin1016761

Signal:

 NOM_ERR_CTR_Q(6)
FromToCountThreshold
Bin011011
Bin1016981

Signal:

 NOM_ERR_CTR_Q(5)
FromToCountThreshold
Bin011601
Bin1017591

Signal:

 NOM_ERR_CTR_Q(4)
FromToCountThreshold
Bin012821
Bin1018781

Signal:

 NOM_ERR_CTR_Q(3)
FromToCountThreshold
Bin016001
Bin1021941

Signal:

 NOM_ERR_CTR_Q(2)
FromToCountThreshold
Bin0113611
Bin1029561

Signal:

 NOM_ERR_CTR_Q(1)
FromToCountThreshold
Bin0130481
Bin1046451

Signal:

 NOM_ERR_CTR_Q(0)
FromToCountThreshold
Bin01111891
Bin10127831

Signal:

 DATA_ERR_CTR_Q(15)
FromToCountThreshold
Bin01751
Bin1016701

Signal:

 DATA_ERR_CTR_Q(14)
FromToCountThreshold
Bin01631
Bin1016601

Signal:

 DATA_ERR_CTR_Q(13)
FromToCountThreshold
Bin01631
Bin1016611

Signal:

 DATA_ERR_CTR_Q(12)
FromToCountThreshold
Bin01631
Bin1016621

Signal:

 DATA_ERR_CTR_Q(11)
FromToCountThreshold
Bin01591
Bin1016571

Signal:

 DATA_ERR_CTR_Q(10)
FromToCountThreshold
Bin01581
Bin1016561

Signal:

 DATA_ERR_CTR_Q(9)
FromToCountThreshold
Bin01741
Bin1016701

Signal:

 DATA_ERR_CTR_Q(8)
FromToCountThreshold
Bin01851
Bin1016831

Signal:

 DATA_ERR_CTR_Q(7)
FromToCountThreshold
Bin011031
Bin1017011

Signal:

 DATA_ERR_CTR_Q(6)
FromToCountThreshold
Bin011381
Bin1017351

Signal:

 DATA_ERR_CTR_Q(5)
FromToCountThreshold
Bin012051
Bin1018021

Signal:

 DATA_ERR_CTR_Q(4)
FromToCountThreshold
Bin013591
Bin1019561

Signal:

 DATA_ERR_CTR_Q(3)
FromToCountThreshold
Bin016791
Bin1022741

Signal:

 DATA_ERR_CTR_Q(2)
FromToCountThreshold
Bin0112951
Bin1028921

Signal:

 DATA_ERR_CTR_Q(1)
FromToCountThreshold
Bin0125241
Bin1041201

Signal:

 DATA_ERR_CTR_Q(0)
FromToCountThreshold
Bin0154781
Bin1070731

Signal:

 NOM_DAT_SEL_CTR(15)
FromToCountThreshold
Bin01661
Bin1016621

Signal:

 NOM_DAT_SEL_CTR(14)
FromToCountThreshold
Bin01691
Bin1016681

Signal:

 NOM_DAT_SEL_CTR(13)
FromToCountThreshold
Bin01671
Bin1016631

Signal:

 NOM_DAT_SEL_CTR(12)
FromToCountThreshold
Bin01611
Bin1016571

Signal:

 NOM_DAT_SEL_CTR(11)
FromToCountThreshold
Bin01591
Bin1016551

Signal:

 NOM_DAT_SEL_CTR(10)
FromToCountThreshold
Bin01631
Bin1016611

Signal:

 NOM_DAT_SEL_CTR(9)
FromToCountThreshold
Bin0145411
Bin1061381

Signal:

 NOM_DAT_SEL_CTR(8)
FromToCountThreshold
Bin0145551
Bin1061521

Signal:

 NOM_DAT_SEL_CTR(7)
FromToCountThreshold
Bin0146191
Bin1062161

Signal:

 NOM_DAT_SEL_CTR(6)
FromToCountThreshold
Bin0149211
Bin1065181

Signal:

 NOM_DAT_SEL_CTR(5)
FromToCountThreshold
Bin0154041
Bin1070031

Signal:

 NOM_DAT_SEL_CTR(4)
FromToCountThreshold
Bin0158471
Bin1074431

Signal:

 NOM_DAT_SEL_CTR(3)
FromToCountThreshold
Bin0171111
Bin1087051

Signal:

 NOM_DAT_SEL_CTR(2)
FromToCountThreshold
Bin0187081
Bin10103031

Signal:

 NOM_DAT_SEL_CTR(1)
FromToCountThreshold
Bin01120071
Bin10136041

Signal:

 NOM_DAT_SEL_CTR(0)
FromToCountThreshold
Bin01233331
Bin10249271

Signal:

 NOM_DAT_SEL_CTR_ADD(15)
FromToCountThreshold
Bin01661
Bin1016621

Signal:

 NOM_DAT_SEL_CTR_ADD(14)
FromToCountThreshold
Bin01691
Bin1016681

Signal:

 NOM_DAT_SEL_CTR_ADD(13)
FromToCountThreshold
Bin01671
Bin1016631

Signal:

 NOM_DAT_SEL_CTR_ADD(12)
FromToCountThreshold
Bin01611
Bin1016571

Signal:

 NOM_DAT_SEL_CTR_ADD(11)
FromToCountThreshold
Bin01591
Bin1016551

Signal:

 NOM_DAT_SEL_CTR_ADD(10)
FromToCountThreshold
Bin01631
Bin1016611

Signal:

 NOM_DAT_SEL_CTR_ADD(9)
FromToCountThreshold
Bin0145491
Bin1061461

Signal:

 NOM_DAT_SEL_CTR_ADD(8)
FromToCountThreshold
Bin0145641
Bin1061611

Signal:

 NOM_DAT_SEL_CTR_ADD(7)
FromToCountThreshold
Bin0146281
Bin1062251

Signal:

 NOM_DAT_SEL_CTR_ADD(6)
FromToCountThreshold
Bin0149461
Bin1065431

Signal:

 NOM_DAT_SEL_CTR_ADD(5)
FromToCountThreshold
Bin0154081
Bin1070061

Signal:

 NOM_DAT_SEL_CTR_ADD(4)
FromToCountThreshold
Bin0160051
Bin1076021

Signal:

 NOM_DAT_SEL_CTR_ADD(3)
FromToCountThreshold
Bin0171461
Bin1087411

Signal:

 NOM_DAT_SEL_CTR_ADD(2)
FromToCountThreshold
Bin0190161
Bin10106111

Signal:

 NOM_DAT_SEL_CTR_ADD(1)
FromToCountThreshold
Bin01185351
Bin10201301

Signal:

 NOM_DAT_SEL_CTR_ADD(0)
FromToCountThreshold
Bin01249271
Bin10233331

Signal:

 NOM_ERR_CTR_CE
FromToCountThreshold
Bin011264711
Bin101280711

Signal:

 DATA_ERR_CTR_CE
FromToCountThreshold
Bin01199151
Bin10215151

Signal:

 RES_ERR_CTRS_D
FromToCountThreshold
Bin01147181
Bin10147081

Signal:

 RES_ERR_CTRS_Q_SCAN
FromToCountThreshold
Bin01147171
Bin10147081

Signal:

 MR_CTR_PRES_PTX_Q
FromToCountThreshold
Bin01186981
Bin10202981

Signal:

 MR_CTR_PRES_PRX_Q
FromToCountThreshold
Bin01190851
Bin10206851

Signal:

 MR_CTR_PRES_ENORM_Q
FromToCountThreshold
Bin0159421
Bin1075421

Signal:

 MR_CTR_PRES_EFD_Q
FromToCountThreshold
Bin0159421
Bin1075421

Uncovered expressions:

Excluded expressions:

"and" expression

361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"or" expression

368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 
                                      <---------LHS---------->    <------------RHS------------>   

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

"and" expression

367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

"or" expression

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 

LHSRHSCountThresholdExcluded due to
BinTrueFalse01Unreachable

Covered expressions:

"=" expression

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

"=" expression

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
Evaluated toCountThreshold
BinFalse1347301
BinTrue793701

"=" expression

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
Evaluated toCountThreshold
BinFalse1880201
BinTrue260801

"or" expression

228:    modif_tx_ctr <= '1' when (inc_eight = '1' or dec_one = '1') else 
                                  <-----LHS----->    <----RHS---->       

LHSRHSCountThreshold
BinFalseFalse1086501
BinFalseTrue260801
BinTrueFalse793701

"=" expression

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1') 
Evaluated toCountThreshold
BinFalse2589461
BinTrue448781

"=" expression

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1') 
Evaluated toCountThreshold
BinFalse2244541
BinTrue793701

"or" expression

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1') 
                                  <----LHS---->    <-----RHS----->                   

LHSRHSCountThreshold
BinFalseFalse1795761
BinFalseTrue793701
BinTrueFalse448781

"=" expression

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1'
Evaluated toCountThreshold
BinFalse2777441
BinTrue260801

"or" expression

232:    modif_rx_ctr <= '1' when (inc_one = '1' or inc_eight = '1' or dec_one = '1'
                                  <-------------LHS-------------->    <----RHS---->  

LHSRHSCountThreshold
BinFalseFalse1534961
BinFalseTrue260801
BinTrueFalse1242481

"=" expression

245:              unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_ptx_q = '1') else 
Evaluated toCountThreshold
BinFalse2403911
BinTrue199281

"=" expression

246:                        tx_err_ctr_q + 8 when (inc_eight = '1') else 
Evaluated toCountThreshold
BinFalse1330791
BinTrue1073121

"=" expression

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
Evaluated toCountThreshold
BinFalse1874301
BinTrue1054501

"=" expression

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
Evaluated toCountThreshold
BinFalse1085941
BinTrue1842861

"and" expression

251:    tx_err_ctr_ce <= '1' when (modif_tx_ctr = '1' and is_transmitter = '1') else 
                                   <------LHS------->     <-------RHS-------->       

LHSRHSCountThreshold
BinFalseTrue1022011
BinTrueFalse233651
BinTrueTrue820851

"=" expression

252:                     '1' when (mr_ctr_pres_ptx_q = '1') else 
Evaluated toCountThreshold
BinFalse1920971
BinTrue186981

"=" expression

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1') 
Evaluated toCountThreshold
BinFalse245541
BinTrue80721

"=" expression

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1'
Evaluated toCountThreshold
BinFalse259901
BinTrue66361

"or" expression

258:    res_err_ctrs_d <= '0' when (res_n = '0' or set_err_active = '1'
                                    <---LHS--->    <-------RHS-------->  

LHSRHSCountThreshold
BinFalseFalse179181
BinFalseTrue66361
BinTrueFalse80721

"=" expression

284:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinFalse10527389831
BinTrue24513711

"=" expression

287:            if (tx_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinFalse5263174151
BinTrue437671

"=" expression

303:    rx_err_ctr_inc <= rx_err_ctr_q + 1 when (inc_one = '1') else 
Evaluated toCountThreshold
BinFalse616041
BinTrue569971

"=" expression

314:    rx_err_ctr_d <= unsigned(mr_ctr_pres_ctpv) when (mr_ctr_pres_prx_q = '1') else 
Evaluated toCountThreshold
BinFalse3990451
BinTrue217031

"=" expression

315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
Evaluated toCountThreshold
BinFalse3278631
BinTrue711821

"=" expression

315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
Evaluated toCountThreshold
BinFalse3187971
BinTrue802481

"or" expression

315:                                rx_err_ctr_sat when (inc_one = '1' or inc_eight = '1') else 
                                                         <----LHS---->    <-----RHS----->       

LHSRHSCountThreshold
BinFalseFalse2476151
BinFalseTrue802481
BinTrueFalse711821

"=" expression

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
Evaluated toCountThreshold
BinFalse2550361
BinTrue1502961

"=" expression

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
Evaluated toCountThreshold
BinFalse2381301
BinTrue1672021

"and" expression

320:    rx_err_ctr_ce <= '1' when (modif_rx_ctr = '1' and is_receiver = '1') else 
                                   <------LHS------->     <------RHS------>       

LHSRHSCountThreshold
BinFalseTrue990451
BinTrueFalse821391
BinTrueTrue681571

"=" expression

321:                     '1' when (mr_ctr_pres_prx_q = '1') else 
Evaluated toCountThreshold
BinFalse3180901
BinTrue190851

"=" expression

329:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinFalse10527389831
BinTrue24513711

"=" expression

332:            if (rx_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinFalse5263145341
BinTrue466481

"=" expression

351:    nom_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_enorm_q = '0'
Evaluated toCountThreshold
BinFalse91421
BinTrue693651

"=" expression

355:    data_err_ctr_d <= nom_dat_sel_ctr_add when (mr_ctr_pres_efd_q = '0'
Evaluated toCountThreshold
BinFalse134111
BinTrue650961

"=" expression

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
Evaluated toCountThreshold
BinFalse3179411
BinTrue59421

"=" expression

361:                               ((inc_one = '1' or inc_eight = '1') and 
Evaluated toCountThreshold
BinFalse2666101
BinTrue513311

"=" expression

361:                               ((inc_one = '1' or inc_eight = '1') and 
Evaluated toCountThreshold
BinFalse2347131
BinTrue832281

"or" expression

361:                               ((inc_one = '1' or inc_eight = '1') and 
                                     <----LHS---->    <-----RHS----->      

LHSRHSCountThreshold
BinFalseFalse1833821
BinFalseTrue832281
BinTrueFalse513311

"and" expression

361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 

LHSRHSCountThreshold
BinTrueFalse139981
BinTrueTrue1205611

"or" expression

360:    nom_err_ctr_ce <= '1' when (mr_ctr_pres_enorm_q = '1') or 
361:                               ((inc_one = '1' or inc_eight = '1') and 
362:                                (sp_control = NOMINAL_SAMPLE)) 

LHSRHSCountThreshold
BinFalseFalse1973801
BinFalseTrue1205611

"=" expression

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
Evaluated toCountThreshold
BinFalse3179411
BinTrue59421

"=" expression

367:                                ((inc_one = '1' or inc_eight = '1') and 
Evaluated toCountThreshold
BinFalse2666101
BinTrue513311

"=" expression

367:                                ((inc_one = '1' or inc_eight = '1') and 
Evaluated toCountThreshold
BinFalse2347131
BinTrue832281

"or" expression

367:                                ((inc_one = '1' or inc_eight = '1') and 
                                      <----LHS---->    <-----RHS----->      

LHSRHSCountThreshold
BinFalseFalse1833821
BinFalseTrue832281
BinTrueFalse513311

"or" expression

368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 
                                      <---------LHS---------->    <------------RHS------------>   

LHSRHSCountThreshold
BinFalseFalse1205611
BinFalseTrue17541

"and" expression

367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 

LHSRHSCountThreshold
BinTrueFalse1205611
BinTrueTrue139981

"or" expression

366:    data_err_ctr_ce <= '1' when (mr_ctr_pres_efd_q = '1') or 
367:                                ((inc_one = '1' or inc_eight = '1') and 
368:                                 (sp_control = DATA_SAMPLE or sp_control = SECONDARY_SAMPLE)) 

LHSRHSCountThreshold
BinFalseFalse3039431
BinFalseTrue139981

"=" expression

377:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinFalse10527389831
BinTrue24513711

"=" expression

380:            if (nom_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinFalse5263389381
BinTrue222441

"=" expression

388:        if (res_err_ctrs_q_scan = '0') then 
Evaluated toCountThreshold
BinFalse10527389831
BinTrue24513711

"=" expression

391:            if (data_err_ctr_ce = '1') then 
Evaluated toCountThreshold
BinFalse5263449541
BinTrue162281

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: