NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(0).TXT_BUF_EVEN_GEN.TXT_BUFFER_EVEN_INST.TXT_BUFFER_RAM_INST

File:  /__w/ctu-can-regression/ctu-can-regression/src/txt_buffer/txt_buffer_ram.vhd

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average
DP_INF_RAM_BE_INST 100.0 % (19/19) 100.0 % (14/14) 100.0 % (1578/1578) 100.0 % (30/30) N.A. N.A. 100.0 % (1641/1641)
PARITY_TRUE_GEN 100.0 % (14/14) 100.0 % (12/12) 100.0 % (66/66) 100.0 % (17/17) N.A. N.A. 100.0 % (109/109)
PARITY_FALSE_GEN 100.0 % (4/4) N.A. N.A. N.A. N.A. N.A. 100.0 % (4/4)

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(0).TXT_BUF_EVEN_GEN.TXT_BUFFER_EVEN_INST.TXT_BUFFER_RAM_INST 100.0 % (18/18) 100.0 % (12/12) 100.0 % (516/516) 100.0 % (15/15) N.A. N.A. 100.0 % (561/561)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
278:                        (mr_tst_dest_tst_mtgt = std_logic_vector(to_unsigned(G_ID + 2, 4))) 
279:                   else 
280:               '0'; 

Count: 6706
Threshold: 1

Signal assignment statement:

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
Count: 320
Threshold: 1

Signal assignment statement:

280:               '0'
Count: 6386
Threshold: 1

If statement:

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0') 
284:                                                 else 
285:                             mr_tst_dest_tst_addr(4 downto 0); 

Count: 55685183
Threshold: 1

Signal assignment statement:

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0') 
Count: 55617875
Threshold: 1

Signal assignment statement:

285:                             mr_tst_dest_tst_addr(4 downto 0)
Count: 67308
Threshold: 1

If statement:

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0') 
288:                                             else 
289:                           mr_tst_control_twrstb; 

Count: 419441
Threshold: 1

Signal assignment statement:

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0') 
Count: 413657
Threshold: 1

Signal assignment statement:

289:                           mr_tst_control_twrstb
Count: 5784
Threshold: 1

If statement:

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0') 
292:                                              else 
293:                          mr_tst_wdata_tst_wdata; 

Count: 2193357
Threshold: 1

Signal assignment statement:

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0') 
Count: 2150285
Threshold: 1

Signal assignment statement:

293:                          mr_tst_wdata_tst_wdata
Count: 43072
Threshold: 1

If statement:

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0') 
297:                                                 else 
298:                             mr_tst_dest_tst_addr(4 downto 0); 

Count: 353689
Threshold: 1

Signal assignment statement:

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0') 
Count: 348443
Threshold: 1

Signal assignment statement:

298:                             mr_tst_dest_tst_addr(4 downto 0)
Count: 5246
Threshold: 1

If statement:

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1') 
301:                                                     else 
302:                                     (others => '0'); 

Count: 139502
Threshold: 1

Signal assignment statement:

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1') 
Count: 2786
Threshold: 1

Signal assignment statement:

302:                                     (others => '0')
Count: 136716
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
278:                        (mr_tst_dest_tst_mtgt = std_logic_vector(to_unsigned(G_ID + 2, 4))) 

Evaluated toCountThreshold
BinTrue3201
BinFalse63861

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

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue556178751
BinFalse673081

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

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue4136571
BinFalse57841

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

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue21502851
BinFalse430721

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

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue3484431
BinFalse52461

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

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1'
Evaluated toCountThreshold
BinTrue27861
BinFalse1367161

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin01140473121
Bin10140489121

Port:

 RES_N
FromToCountThreshold
Bin0180821
Bin1080721

Port:

 MR_SETTINGS_PCHKE
FromToCountThreshold
Bin011141
Bin1017141

Port:

 MR_TST_CONTROL_TMAENA
FromToCountThreshold
Bin016481
Bin1022481

Port:

 MR_TST_CONTROL_TWRSTB
FromToCountThreshold
Bin01323091
Bin10352001

Port:

 MR_TST_DEST_TST_ADDR(4)
FromToCountThreshold
Bin0136171
Bin1052171

Port:

 MR_TST_DEST_TST_ADDR(3)
FromToCountThreshold
Bin0150311
Bin1066311

Port:

 MR_TST_DEST_TST_ADDR(2)
FromToCountThreshold
Bin01103231
Bin10119231

Port:

 MR_TST_DEST_TST_ADDR(1)
FromToCountThreshold
Bin01224481
Bin10240481

Port:

 MR_TST_DEST_TST_ADDR(0)
FromToCountThreshold
Bin01448841
Bin10464841

Port:

 MR_TST_DEST_TST_MTGT(3)
FromToCountThreshold
Bin012351
Bin1018351

Port:

 MR_TST_DEST_TST_MTGT(2)
FromToCountThreshold
Bin013741
Bin1019741

Port:

 MR_TST_DEST_TST_MTGT(1)
FromToCountThreshold
Bin015141
Bin1021141

Port:

 MR_TST_DEST_TST_MTGT(0)
FromToCountThreshold
Bin019791
Bin1025791

Port:

 MR_TST_WDATA_TST_WDATA(31)
FromToCountThreshold
Bin0115351
Bin1031351

Port:

 MR_TST_WDATA_TST_WDATA(30)
FromToCountThreshold
Bin0114841
Bin1030841

Port:

 MR_TST_WDATA_TST_WDATA(29)
FromToCountThreshold
Bin0114911
Bin1030911

Port:

 MR_TST_WDATA_TST_WDATA(28)
FromToCountThreshold
Bin0116311
Bin1032311

Port:

 MR_TST_WDATA_TST_WDATA(27)
FromToCountThreshold
Bin0116451
Bin1032451

Port:

 MR_TST_WDATA_TST_WDATA(26)
FromToCountThreshold
Bin0116291
Bin1032291

Port:

 MR_TST_WDATA_TST_WDATA(25)
FromToCountThreshold
Bin0116411
Bin1032411

Port:

 MR_TST_WDATA_TST_WDATA(24)
FromToCountThreshold
Bin0117131
Bin1033131

Port:

 MR_TST_WDATA_TST_WDATA(23)
FromToCountThreshold
Bin0115871
Bin1031871

Port:

 MR_TST_WDATA_TST_WDATA(22)
FromToCountThreshold
Bin0115261
Bin1031261

Port:

 MR_TST_WDATA_TST_WDATA(21)
FromToCountThreshold
Bin0115601
Bin1031601

Port:

 MR_TST_WDATA_TST_WDATA(20)
FromToCountThreshold
Bin0116581
Bin1032581

Port:

 MR_TST_WDATA_TST_WDATA(19)
FromToCountThreshold
Bin0116461
Bin1032461

Port:

 MR_TST_WDATA_TST_WDATA(18)
FromToCountThreshold
Bin0116361
Bin1032361

Port:

 MR_TST_WDATA_TST_WDATA(17)
FromToCountThreshold
Bin0116321
Bin1032321

Port:

 MR_TST_WDATA_TST_WDATA(16)
FromToCountThreshold
Bin0116701
Bin1032701

Port:

 MR_TST_WDATA_TST_WDATA(15)
FromToCountThreshold
Bin0115751
Bin1031751

Port:

 MR_TST_WDATA_TST_WDATA(14)
FromToCountThreshold
Bin0115011
Bin1031011

Port:

 MR_TST_WDATA_TST_WDATA(13)
FromToCountThreshold
Bin0115591
Bin1031591

Port:

 MR_TST_WDATA_TST_WDATA(12)
FromToCountThreshold
Bin0116401
Bin1032401

Port:

 MR_TST_WDATA_TST_WDATA(11)
FromToCountThreshold
Bin0116461
Bin1032461

Port:

 MR_TST_WDATA_TST_WDATA(10)
FromToCountThreshold
Bin0116461
Bin1032461

Port:

 MR_TST_WDATA_TST_WDATA(9)
FromToCountThreshold
Bin0116721
Bin1032721

Port:

 MR_TST_WDATA_TST_WDATA(8)
FromToCountThreshold
Bin0116811
Bin1032811

Port:

 MR_TST_WDATA_TST_WDATA(7)
FromToCountThreshold
Bin0116331
Bin1032331

Port:

 MR_TST_WDATA_TST_WDATA(6)
FromToCountThreshold
Bin0115671
Bin1031671

Port:

 MR_TST_WDATA_TST_WDATA(5)
FromToCountThreshold
Bin0116011
Bin1032011

Port:

 MR_TST_WDATA_TST_WDATA(4)
FromToCountThreshold
Bin0116371
Bin1032371

Port:

 MR_TST_WDATA_TST_WDATA(3)
FromToCountThreshold
Bin0116401
Bin1032401

Port:

 MR_TST_WDATA_TST_WDATA(2)
FromToCountThreshold
Bin0116551
Bin1032551

Port:

 MR_TST_WDATA_TST_WDATA(1)
FromToCountThreshold
Bin0116561
Bin1032561

Port:

 MR_TST_WDATA_TST_WDATA(0)
FromToCountThreshold
Bin0117221
Bin1033221

Port:

 MR_TST_RDATA_TST_RDATA(31)
FromToCountThreshold
Bin015821
Bin1021821

Port:

 MR_TST_RDATA_TST_RDATA(30)
FromToCountThreshold
Bin015671
Bin1021671

Port:

 MR_TST_RDATA_TST_RDATA(29)
FromToCountThreshold
Bin015741
Bin1021741

Port:

 MR_TST_RDATA_TST_RDATA(28)
FromToCountThreshold
Bin016371
Bin1022371

Port:

 MR_TST_RDATA_TST_RDATA(27)
FromToCountThreshold
Bin016521
Bin1022521

Port:

 MR_TST_RDATA_TST_RDATA(26)
FromToCountThreshold
Bin016291
Bin1022291

Port:

 MR_TST_RDATA_TST_RDATA(25)
FromToCountThreshold
Bin016541
Bin1022541

Port:

 MR_TST_RDATA_TST_RDATA(24)
FromToCountThreshold
Bin016701
Bin1022701

Port:

 MR_TST_RDATA_TST_RDATA(23)
FromToCountThreshold
Bin016471
Bin1022471

Port:

 MR_TST_RDATA_TST_RDATA(22)
FromToCountThreshold
Bin016341
Bin1022341

Port:

 MR_TST_RDATA_TST_RDATA(21)
FromToCountThreshold
Bin016501
Bin1022501

Port:

 MR_TST_RDATA_TST_RDATA(20)
FromToCountThreshold
Bin016511
Bin1022511

Port:

 MR_TST_RDATA_TST_RDATA(19)
FromToCountThreshold
Bin016561
Bin1022561

Port:

 MR_TST_RDATA_TST_RDATA(18)
FromToCountThreshold
Bin016411
Bin1022411

Port:

 MR_TST_RDATA_TST_RDATA(17)
FromToCountThreshold
Bin016281
Bin1022281

Port:

 MR_TST_RDATA_TST_RDATA(16)
FromToCountThreshold
Bin016241
Bin1022241

Port:

 MR_TST_RDATA_TST_RDATA(15)
FromToCountThreshold
Bin016411
Bin1022411

Port:

 MR_TST_RDATA_TST_RDATA(14)
FromToCountThreshold
Bin016231
Bin1022231

Port:

 MR_TST_RDATA_TST_RDATA(13)
FromToCountThreshold
Bin016121
Bin1022121

Port:

 MR_TST_RDATA_TST_RDATA(12)
FromToCountThreshold
Bin016181
Bin1022181

Port:

 MR_TST_RDATA_TST_RDATA(11)
FromToCountThreshold
Bin016021
Bin1022021

Port:

 MR_TST_RDATA_TST_RDATA(10)
FromToCountThreshold
Bin016371
Bin1022371

Port:

 MR_TST_RDATA_TST_RDATA(9)
FromToCountThreshold
Bin016401
Bin1022401

Port:

 MR_TST_RDATA_TST_RDATA(8)
FromToCountThreshold
Bin016201
Bin1022201

Port:

 MR_TST_RDATA_TST_RDATA(7)
FromToCountThreshold
Bin016541
Bin1022541

Port:

 MR_TST_RDATA_TST_RDATA(6)
FromToCountThreshold
Bin016521
Bin1022521

Port:

 MR_TST_RDATA_TST_RDATA(5)
FromToCountThreshold
Bin016451
Bin1022451

Port:

 MR_TST_RDATA_TST_RDATA(4)
FromToCountThreshold
Bin016211
Bin1022211

Port:

 MR_TST_RDATA_TST_RDATA(3)
FromToCountThreshold
Bin016371
Bin1022371

Port:

 MR_TST_RDATA_TST_RDATA(2)
FromToCountThreshold
Bin016361
Bin1022361

Port:

 MR_TST_RDATA_TST_RDATA(1)
FromToCountThreshold
Bin016511
Bin1022511

Port:

 MR_TST_RDATA_TST_RDATA(0)
FromToCountThreshold
Bin016401
Bin1022401

Port:

 TXTB_PORT_A_ADDRESS(4)
FromToCountThreshold
Bin013285601
Bin10274670731

Port:

 TXTB_PORT_A_ADDRESS(3)
FromToCountThreshold
Bin015760991
Bin10272195341

Port:

 TXTB_PORT_A_ADDRESS(2)
FromToCountThreshold
Bin014360791
Bin10273595541

Port:

 TXTB_PORT_A_ADDRESS(1)
FromToCountThreshold
Bin01270152371
Bin107803961

Port:

 TXTB_PORT_A_ADDRESS(0)
FromToCountThreshold
Bin01176552491
Bin10101403841

Port:

 TXTB_PORT_A_DATA_IN(31)
FromToCountThreshold
Bin01613621
Bin1010300831

Port:

 TXTB_PORT_A_DATA_IN(30)
FromToCountThreshold
Bin01671081
Bin1010243371

Port:

 TXTB_PORT_A_DATA_IN(29)
FromToCountThreshold
Bin01630971
Bin1010283481

Port:

 TXTB_PORT_A_DATA_IN(28)
FromToCountThreshold
Bin01914391
Bin1010000061

Port:

 TXTB_PORT_A_DATA_IN(27)
FromToCountThreshold
Bin01796431
Bin1010118021

Port:

 TXTB_PORT_A_DATA_IN(26)
FromToCountThreshold
Bin01765271
Bin1010149181

Port:

 TXTB_PORT_A_DATA_IN(25)
FromToCountThreshold
Bin01882761
Bin1010031691

Port:

 TXTB_PORT_A_DATA_IN(24)
FromToCountThreshold
Bin01781881
Bin1010132571

Port:

 TXTB_PORT_A_DATA_IN(23)
FromToCountThreshold
Bin01709311
Bin1010205141

Port:

 TXTB_PORT_A_DATA_IN(22)
FromToCountThreshold
Bin011081381
Bin109833071

Port:

 TXTB_PORT_A_DATA_IN(21)
FromToCountThreshold
Bin01748671
Bin1010165781

Port:

 TXTB_PORT_A_DATA_IN(20)
FromToCountThreshold
Bin01804681
Bin1010109771

Port:

 TXTB_PORT_A_DATA_IN(19)
FromToCountThreshold
Bin011100091
Bin109814361

Port:

 TXTB_PORT_A_DATA_IN(18)
FromToCountThreshold
Bin011315581
Bin109598871

Port:

 TXTB_PORT_A_DATA_IN(17)
FromToCountThreshold
Bin011239511
Bin109674941

Port:

 TXTB_PORT_A_DATA_IN(16)
FromToCountThreshold
Bin011935131
Bin108979321

Port:

 TXTB_PORT_A_DATA_IN(15)
FromToCountThreshold
Bin01723821
Bin1010190631

Port:

 TXTB_PORT_A_DATA_IN(14)
FromToCountThreshold
Bin01861201
Bin1010053251

Port:

 TXTB_PORT_A_DATA_IN(13)
FromToCountThreshold
Bin01765721
Bin1010148731

Port:

 TXTB_PORT_A_DATA_IN(12)
FromToCountThreshold
Bin01804281
Bin1010110171

Port:

 TXTB_PORT_A_DATA_IN(11)
FromToCountThreshold
Bin01972961
Bin109941491

Port:

 TXTB_PORT_A_DATA_IN(10)
FromToCountThreshold
Bin011169731
Bin109744721

Port:

 TXTB_PORT_A_DATA_IN(9)
FromToCountThreshold
Bin011708701
Bin109205751

Port:

 TXTB_PORT_A_DATA_IN(8)
FromToCountThreshold
Bin011505261
Bin109409191

Port:

 TXTB_PORT_A_DATA_IN(7)
FromToCountThreshold
Bin011264161
Bin109650291

Port:

 TXTB_PORT_A_DATA_IN(6)
FromToCountThreshold
Bin011095501
Bin109818951

Port:

 TXTB_PORT_A_DATA_IN(5)
FromToCountThreshold
Bin011039291
Bin109875161

Port:

 TXTB_PORT_A_DATA_IN(4)
FromToCountThreshold
Bin011623581
Bin109290871

Port:

 TXTB_PORT_A_DATA_IN(3)
FromToCountThreshold
Bin011358731
Bin109555721

Port:

 TXTB_PORT_A_DATA_IN(2)
FromToCountThreshold
Bin011599441
Bin109315011

Port:

 TXTB_PORT_A_DATA_IN(1)
FromToCountThreshold
Bin012361231
Bin108553221

Port:

 TXTB_PORT_A_DATA_IN(0)
FromToCountThreshold
Bin011984011
Bin108930441

Port:

 TXTB_PORT_A_PARITY
FromToCountThreshold
Bin016400151
Bin101501051

Port:

 TXTB_PORT_A_WRITE
FromToCountThreshold
Bin011572461
Bin101588461

Port:

 TXTB_PORT_A_BE(3)
FromToCountThreshold
Bin01277582451
Bin10357881

Port:

 TXTB_PORT_A_BE(2)
FromToCountThreshold
Bin01277586271
Bin10354061

Port:

 TXTB_PORT_A_BE(1)
FromToCountThreshold
Bin01276588801
Bin101351531

Port:

 TXTB_PORT_A_BE(0)
FromToCountThreshold
Bin01276601201
Bin101339131

Port:

 TXTB_PORT_B_ADDRESS(4)
FromToCountThreshold
Bin01268051
Bin10284051

Port:

 TXTB_PORT_B_ADDRESS(3)
FromToCountThreshold
Bin0138651
Bin1054651

Port:

 TXTB_PORT_B_ADDRESS(2)
FromToCountThreshold
Bin01457301
Bin10473301

Port:

 TXTB_PORT_B_ADDRESS(1)
FromToCountThreshold
Bin01378811
Bin10378841

Port:

 TXTB_PORT_B_ADDRESS(0)
FromToCountThreshold
Bin011012511
Bin101028481

Port:

 TXTB_PORT_B_DATA_OUT(31)
FromToCountThreshold
Bin0179821
Bin1095311

Port:

 TXTB_PORT_B_DATA_OUT(30)
FromToCountThreshold
Bin0183911
Bin1099411

Port:

 TXTB_PORT_B_DATA_OUT(29)
FromToCountThreshold
Bin0179511
Bin1095001

Port:

 TXTB_PORT_B_DATA_OUT(28)
FromToCountThreshold
Bin01213371
Bin10228031

Port:

 TXTB_PORT_B_DATA_OUT(27)
FromToCountThreshold
Bin01180791
Bin10195421

Port:

 TXTB_PORT_B_DATA_OUT(26)
FromToCountThreshold
Bin01215921
Bin10230601

Port:

 TXTB_PORT_B_DATA_OUT(25)
FromToCountThreshold
Bin01190201
Bin10204841

Port:

 TXTB_PORT_B_DATA_OUT(24)
FromToCountThreshold
Bin01216401
Bin10230981

Port:

 TXTB_PORT_B_DATA_OUT(23)
FromToCountThreshold
Bin01193081
Bin10207591

Port:

 TXTB_PORT_B_DATA_OUT(22)
FromToCountThreshold
Bin01214021
Bin10228671

Port:

 TXTB_PORT_B_DATA_OUT(21)
FromToCountThreshold
Bin01193251
Bin10207641

Port:

 TXTB_PORT_B_DATA_OUT(20)
FromToCountThreshold
Bin01214081
Bin10228731

Port:

 TXTB_PORT_B_DATA_OUT(19)
FromToCountThreshold
Bin01197991
Bin10212451

Port:

 TXTB_PORT_B_DATA_OUT(18)
FromToCountThreshold
Bin01221321
Bin10235841

Port:

 TXTB_PORT_B_DATA_OUT(17)
FromToCountThreshold
Bin01125051
Bin10140081

Port:

 TXTB_PORT_B_DATA_OUT(16)
FromToCountThreshold
Bin01133821
Bin10148821

Port:

 TXTB_PORT_B_DATA_OUT(15)
FromToCountThreshold
Bin01127051
Bin10142151

Port:

 TXTB_PORT_B_DATA_OUT(14)
FromToCountThreshold
Bin01134031
Bin10149071

Port:

 TXTB_PORT_B_DATA_OUT(13)
FromToCountThreshold
Bin01132911
Bin10147921

Port:

 TXTB_PORT_B_DATA_OUT(12)
FromToCountThreshold
Bin01141331
Bin10156411

Port:

 TXTB_PORT_B_DATA_OUT(11)
FromToCountThreshold
Bin01128661
Bin10143781

Port:

 TXTB_PORT_B_DATA_OUT(10)
FromToCountThreshold
Bin01135901
Bin10150481

Port:

 TXTB_PORT_B_DATA_OUT(9)
FromToCountThreshold
Bin01241871
Bin10255061

Port:

 TXTB_PORT_B_DATA_OUT(8)
FromToCountThreshold
Bin01145641
Bin10160541

Port:

 TXTB_PORT_B_DATA_OUT(7)
FromToCountThreshold
Bin01328661
Bin10340541

Port:

 TXTB_PORT_B_DATA_OUT(6)
FromToCountThreshold
Bin01233591
Bin10246611

Port:

 TXTB_PORT_B_DATA_OUT(5)
FromToCountThreshold
Bin01172571
Bin10187321

Port:

 TXTB_PORT_B_DATA_OUT(4)
FromToCountThreshold
Bin01154391
Bin10169421

Port:

 TXTB_PORT_B_DATA_OUT(3)
FromToCountThreshold
Bin01254801
Bin10268271

Port:

 TXTB_PORT_B_DATA_OUT(2)
FromToCountThreshold
Bin01248731
Bin10262161

Port:

 TXTB_PORT_B_DATA_OUT(1)
FromToCountThreshold
Bin01262441
Bin10275911

Port:

 TXTB_PORT_B_DATA_OUT(0)
FromToCountThreshold
Bin01340151
Bin10351971

Port:

 PARITY_MISMATCH
FromToCountThreshold
Bin0120401
Bin1036401

Signal:

 TXTB_PORT_A_ADDRESS_I(4)
FromToCountThreshold
Bin013287451
Bin10274362271

Signal:

 TXTB_PORT_A_ADDRESS_I(3)
FromToCountThreshold
Bin015762611
Bin10271886651

Signal:

 TXTB_PORT_A_ADDRESS_I(2)
FromToCountThreshold
Bin014365001
Bin10273289441

Signal:

 TXTB_PORT_A_ADDRESS_I(1)
FromToCountThreshold
Bin01270025461
Bin107638501

Signal:

 TXTB_PORT_A_ADDRESS_I(0)
FromToCountThreshold
Bin01176327461
Bin10101355501

Signal:

 TXTB_PORT_A_WRITE_I
FromToCountThreshold
Bin011584401
Bin101602061

Signal:

 TXTB_PORT_A_DATA_I(31)
FromToCountThreshold
Bin01606781
Bin1010105961

Signal:

 TXTB_PORT_A_DATA_I(30)
FromToCountThreshold
Bin01664251
Bin1010048451

Signal:

 TXTB_PORT_A_DATA_I(29)
FromToCountThreshold
Bin01624271
Bin1010088591

Signal:

 TXTB_PORT_A_DATA_I(28)
FromToCountThreshold
Bin01907771
Bin109805471

Signal:

 TXTB_PORT_A_DATA_I(27)
FromToCountThreshold
Bin01789721
Bin109923641

Signal:

 TXTB_PORT_A_DATA_I(26)
FromToCountThreshold
Bin01758431
Bin109954691

Signal:

 TXTB_PORT_A_DATA_I(25)
FromToCountThreshold
Bin01875361
Bin109838001

Signal:

 TXTB_PORT_A_DATA_I(24)
FromToCountThreshold
Bin01775261
Bin109938341

Signal:

 TXTB_PORT_A_DATA_I(23)
FromToCountThreshold
Bin01702661
Bin1010010801

Signal:

 TXTB_PORT_A_DATA_I(22)
FromToCountThreshold
Bin011074681
Bin109638641

Signal:

 TXTB_PORT_A_DATA_I(21)
FromToCountThreshold
Bin01741801
Bin109971301

Signal:

 TXTB_PORT_A_DATA_I(20)
FromToCountThreshold
Bin01798021
Bin109915381

Signal:

 TXTB_PORT_A_DATA_I(19)
FromToCountThreshold
Bin011073361
Bin109639921

Signal:

 TXTB_PORT_A_DATA_I(18)
FromToCountThreshold
Bin011269011
Bin109444751

Signal:

 TXTB_PORT_A_DATA_I(17)
FromToCountThreshold
Bin011137351
Bin109576691

Signal:

 TXTB_PORT_A_DATA_I(16)
FromToCountThreshold
Bin011866601
Bin108846851

Signal:

 TXTB_PORT_A_DATA_I(15)
FromToCountThreshold
Bin01717071
Bin109996091

Signal:

 TXTB_PORT_A_DATA_I(14)
FromToCountThreshold
Bin01854531
Bin109858831

Signal:

 TXTB_PORT_A_DATA_I(13)
FromToCountThreshold
Bin01758861
Bin109954301

Signal:

 TXTB_PORT_A_DATA_I(12)
FromToCountThreshold
Bin01797441
Bin109915681

Signal:

 TXTB_PORT_A_DATA_I(11)
FromToCountThreshold
Bin01966251
Bin109746871

Signal:

 TXTB_PORT_A_DATA_I(10)
FromToCountThreshold
Bin011162731
Bin109550411

Signal:

 TXTB_PORT_A_DATA_I(9)
FromToCountThreshold
Bin011701171
Bin109012111

Signal:

 TXTB_PORT_A_DATA_I(8)
FromToCountThreshold
Bin011498151
Bin109214991

Signal:

 TXTB_PORT_A_DATA_I(7)
FromToCountThreshold
Bin011257381
Bin109456081

Signal:

 TXTB_PORT_A_DATA_I(6)
FromToCountThreshold
Bin011088751
Bin109624771

Signal:

 TXTB_PORT_A_DATA_I(5)
FromToCountThreshold
Bin011032481
Bin109680941

Signal:

 TXTB_PORT_A_DATA_I(4)
FromToCountThreshold
Bin011588871
Bin109124371

Signal:

 TXTB_PORT_A_DATA_I(3)
FromToCountThreshold
Bin011299391
Bin109414091

Signal:

 TXTB_PORT_A_DATA_I(2)
FromToCountThreshold
Bin011538121
Bin109175681

Signal:

 TXTB_PORT_A_DATA_I(1)
FromToCountThreshold
Bin012255481
Bin108458231

Signal:

 TXTB_PORT_A_DATA_I(0)
FromToCountThreshold
Bin011887501
Bin108827271

Signal:

 TXTB_PORT_B_ADDRESS_I(4)
FromToCountThreshold
Bin01269921
Bin10285921

Signal:

 TXTB_PORT_B_ADDRESS_I(3)
FromToCountThreshold
Bin0140271
Bin1056271

Signal:

 TXTB_PORT_B_ADDRESS_I(2)
FromToCountThreshold
Bin01461531
Bin10477531

Signal:

 TXTB_PORT_B_ADDRESS_I(1)
FromToCountThreshold
Bin01389201
Bin10389231

Signal:

 TXTB_PORT_B_ADDRESS_I(0)
FromToCountThreshold
Bin011030111
Bin101046081

Signal:

 TXTB_PORT_B_DATA_OUT_I(31)
FromToCountThreshold
Bin0179821
Bin1095311

Signal:

 TXTB_PORT_B_DATA_OUT_I(30)
FromToCountThreshold
Bin0183911
Bin1099411

Signal:

 TXTB_PORT_B_DATA_OUT_I(29)
FromToCountThreshold
Bin0179511
Bin1095001

Signal:

 TXTB_PORT_B_DATA_OUT_I(28)
FromToCountThreshold
Bin01213371
Bin10228031

Signal:

 TXTB_PORT_B_DATA_OUT_I(27)
FromToCountThreshold
Bin01180791
Bin10195421

Signal:

 TXTB_PORT_B_DATA_OUT_I(26)
FromToCountThreshold
Bin01215921
Bin10230601

Signal:

 TXTB_PORT_B_DATA_OUT_I(25)
FromToCountThreshold
Bin01190201
Bin10204841

Signal:

 TXTB_PORT_B_DATA_OUT_I(24)
FromToCountThreshold
Bin01216401
Bin10230981

Signal:

 TXTB_PORT_B_DATA_OUT_I(23)
FromToCountThreshold
Bin01193081
Bin10207591

Signal:

 TXTB_PORT_B_DATA_OUT_I(22)
FromToCountThreshold
Bin01214021
Bin10228671

Signal:

 TXTB_PORT_B_DATA_OUT_I(21)
FromToCountThreshold
Bin01193251
Bin10207641

Signal:

 TXTB_PORT_B_DATA_OUT_I(20)
FromToCountThreshold
Bin01214081
Bin10228731

Signal:

 TXTB_PORT_B_DATA_OUT_I(19)
FromToCountThreshold
Bin01197991
Bin10212451

Signal:

 TXTB_PORT_B_DATA_OUT_I(18)
FromToCountThreshold
Bin01221321
Bin10235841

Signal:

 TXTB_PORT_B_DATA_OUT_I(17)
FromToCountThreshold
Bin01125051
Bin10140081

Signal:

 TXTB_PORT_B_DATA_OUT_I(16)
FromToCountThreshold
Bin01133821
Bin10148821

Signal:

 TXTB_PORT_B_DATA_OUT_I(15)
FromToCountThreshold
Bin01127051
Bin10142151

Signal:

 TXTB_PORT_B_DATA_OUT_I(14)
FromToCountThreshold
Bin01134031
Bin10149071

Signal:

 TXTB_PORT_B_DATA_OUT_I(13)
FromToCountThreshold
Bin01132911
Bin10147921

Signal:

 TXTB_PORT_B_DATA_OUT_I(12)
FromToCountThreshold
Bin01141331
Bin10156411

Signal:

 TXTB_PORT_B_DATA_OUT_I(11)
FromToCountThreshold
Bin01128661
Bin10143781

Signal:

 TXTB_PORT_B_DATA_OUT_I(10)
FromToCountThreshold
Bin01135901
Bin10150481

Signal:

 TXTB_PORT_B_DATA_OUT_I(9)
FromToCountThreshold
Bin01241871
Bin10255061

Signal:

 TXTB_PORT_B_DATA_OUT_I(8)
FromToCountThreshold
Bin01145641
Bin10160541

Signal:

 TXTB_PORT_B_DATA_OUT_I(7)
FromToCountThreshold
Bin01328661
Bin10340541

Signal:

 TXTB_PORT_B_DATA_OUT_I(6)
FromToCountThreshold
Bin01233591
Bin10246611

Signal:

 TXTB_PORT_B_DATA_OUT_I(5)
FromToCountThreshold
Bin01172571
Bin10187321

Signal:

 TXTB_PORT_B_DATA_OUT_I(4)
FromToCountThreshold
Bin01154391
Bin10169421

Signal:

 TXTB_PORT_B_DATA_OUT_I(3)
FromToCountThreshold
Bin01254801
Bin10268271

Signal:

 TXTB_PORT_B_DATA_OUT_I(2)
FromToCountThreshold
Bin01248731
Bin10262161

Signal:

 TXTB_PORT_B_DATA_OUT_I(1)
FromToCountThreshold
Bin01262441
Bin10275911

Signal:

 TXTB_PORT_B_DATA_OUT_I(0)
FromToCountThreshold
Bin01340151
Bin10351971

Signal:

 TST_ENA
FromToCountThreshold
Bin013201
Bin1019201

Signal:

 PARITY_WORD(20)
FromToCountThreshold
Bin011571
Bin1088461

Signal:

 PARITY_WORD(19)
FromToCountThreshold
Bin0191
Bin1089941

Signal:

 PARITY_WORD(18)
FromToCountThreshold
Bin01401
Bin1089631

Signal:

 PARITY_WORD(17)
FromToCountThreshold
Bin01561
Bin1089471

Signal:

 PARITY_WORD(16)
FromToCountThreshold
Bin01711
Bin1089321

Signal:

 PARITY_WORD(15)
FromToCountThreshold
Bin01761
Bin1089271

Signal:

 PARITY_WORD(14)
FromToCountThreshold
Bin01601
Bin1089431

Signal:

 PARITY_WORD(13)
FromToCountThreshold
Bin011331
Bin1088701

Signal:

 PARITY_WORD(12)
FromToCountThreshold
Bin011521
Bin1088511

Signal:

 PARITY_WORD(11)
FromToCountThreshold
Bin014151
Bin1085881

Signal:

 PARITY_WORD(10)
FromToCountThreshold
Bin014301
Bin1085731

Signal:

 PARITY_WORD(9)
FromToCountThreshold
Bin013121
Bin1086911

Signal:

 PARITY_WORD(8)
FromToCountThreshold
Bin016361
Bin1083671

Signal:

 PARITY_WORD(7)
FromToCountThreshold
Bin015241
Bin1084791

Signal:

 PARITY_WORD(6)
FromToCountThreshold
Bin016461
Bin1083571

Signal:

 PARITY_WORD(5)
FromToCountThreshold
Bin0112341
Bin1077691

Signal:

 PARITY_WORD(4)
FromToCountThreshold
Bin0123981
Bin1066051

Signal:

 PARITY_WORD(3)
FromToCountThreshold
Bin0142811
Bin1047221

Signal:

 PARITY_WORD(2)
FromToCountThreshold
Bin0152551
Bin1037481

Signal:

 PARITY_WORD(1)
FromToCountThreshold
Bin0133041
Bin1056991

Signal:

 PARITY_WORD(0)
FromToCountThreshold
Bin0134411
Bin1055621

Signal:

 PARITY_READ_REAL
FromToCountThreshold
Bin01125921
Bin10130591

Signal:

 PARITY_READ_EXP
FromToCountThreshold
Bin01156751
Bin10172751

Uncovered expressions:

Excluded expressions:

"and" expression

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
278:                        (mr_tst_dest_tst_mtgt = std_logic_vector(to_unsigned(G_ID + 2, 4))) 

LHSRHSCountThresholdExcluded due to
BinFalseTrue01Unreachable

Covered expressions:

"=" expression

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
Evaluated toCountThreshold
BinFalse48551
BinTrue18511

"and" expression

277:    tst_ena <= '1' when (mr_tst_control_tmaena = '1') and 
278:                        (mr_tst_dest_tst_mtgt = std_logic_vector(to_unsigned(G_ID + 2, 4))) 

LHSRHSCountThreshold
BinTrueFalse15311
BinTrueTrue3201

"=" expression

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse673081
BinTrue556178751

"=" expression

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse57841
BinTrue4136571

"=" expression

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse430721
BinTrue21502851

"=" expression

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse52461
BinTrue3484431

"=" expression

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1'
Evaluated toCountThreshold
BinFalse1367161
BinTrue27861

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: