NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(1).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_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(1).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_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: 278
Threshold: 1

Signal assignment statement:

280:               '0'
Count: 6428
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: 55685099
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

285:                             mr_tst_dest_tst_addr(4 downto 0)
Count: 57514
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: 359563
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

289:                           mr_tst_control_twrstb
Count: 5482
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: 2193273
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

293:                          mr_tst_wdata_tst_wdata
Count: 36686
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: 353605
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

298:                             mr_tst_dest_tst_addr(4 downto 0)
Count: 5173
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: 106332
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

302:                                     (others => '0')
Count: 103714
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
BinTrue2781
BinFalse64281

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

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue556275851
BinFalse575141

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

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue3540811
BinFalse54821

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

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue21565871
BinFalse366861

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

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0'
Evaluated toCountThreshold
BinTrue3484321
BinFalse51731

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

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1'
Evaluated toCountThreshold
BinTrue26181
BinFalse1037141

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin01140224691
Bin10140240691

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
Bin016091
Bin1022091

Port:

 MR_TST_RDATA_TST_RDATA(30)
FromToCountThreshold
Bin015941
Bin1021941

Port:

 MR_TST_RDATA_TST_RDATA(29)
FromToCountThreshold
Bin015801
Bin1021801

Port:

 MR_TST_RDATA_TST_RDATA(28)
FromToCountThreshold
Bin016291
Bin1022291

Port:

 MR_TST_RDATA_TST_RDATA(27)
FromToCountThreshold
Bin016321
Bin1022321

Port:

 MR_TST_RDATA_TST_RDATA(26)
FromToCountThreshold
Bin016161
Bin1022161

Port:

 MR_TST_RDATA_TST_RDATA(25)
FromToCountThreshold
Bin016421
Bin1022421

Port:

 MR_TST_RDATA_TST_RDATA(24)
FromToCountThreshold
Bin016351
Bin1022351

Port:

 MR_TST_RDATA_TST_RDATA(23)
FromToCountThreshold
Bin016231
Bin1022231

Port:

 MR_TST_RDATA_TST_RDATA(22)
FromToCountThreshold
Bin016231
Bin1022231

Port:

 MR_TST_RDATA_TST_RDATA(21)
FromToCountThreshold
Bin016211
Bin1022211

Port:

 MR_TST_RDATA_TST_RDATA(20)
FromToCountThreshold
Bin016091
Bin1022091

Port:

 MR_TST_RDATA_TST_RDATA(19)
FromToCountThreshold
Bin016311
Bin1022311

Port:

 MR_TST_RDATA_TST_RDATA(18)
FromToCountThreshold
Bin016131
Bin1022131

Port:

 MR_TST_RDATA_TST_RDATA(17)
FromToCountThreshold
Bin016341
Bin1022341

Port:

 MR_TST_RDATA_TST_RDATA(16)
FromToCountThreshold
Bin015891
Bin1021891

Port:

 MR_TST_RDATA_TST_RDATA(15)
FromToCountThreshold
Bin016131
Bin1022131

Port:

 MR_TST_RDATA_TST_RDATA(14)
FromToCountThreshold
Bin016201
Bin1022201

Port:

 MR_TST_RDATA_TST_RDATA(13)
FromToCountThreshold
Bin016181
Bin1022181

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
Bin016261
Bin1022261

Port:

 MR_TST_RDATA_TST_RDATA(9)
FromToCountThreshold
Bin016121
Bin1022121

Port:

 MR_TST_RDATA_TST_RDATA(8)
FromToCountThreshold
Bin016011
Bin1022011

Port:

 MR_TST_RDATA_TST_RDATA(7)
FromToCountThreshold
Bin016321
Bin1022321

Port:

 MR_TST_RDATA_TST_RDATA(6)
FromToCountThreshold
Bin016201
Bin1022201

Port:

 MR_TST_RDATA_TST_RDATA(5)
FromToCountThreshold
Bin016181
Bin1022181

Port:

 MR_TST_RDATA_TST_RDATA(4)
FromToCountThreshold
Bin016051
Bin1022051

Port:

 MR_TST_RDATA_TST_RDATA(3)
FromToCountThreshold
Bin016171
Bin1022171

Port:

 MR_TST_RDATA_TST_RDATA(2)
FromToCountThreshold
Bin016111
Bin1022111

Port:

 MR_TST_RDATA_TST_RDATA(1)
FromToCountThreshold
Bin016301
Bin1022301

Port:

 MR_TST_RDATA_TST_RDATA(0)
FromToCountThreshold
Bin016171
Bin1022171

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
Bin011273491
Bin101289491

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
Bin0159111
Bin1074611

Port:

 TXTB_PORT_B_DATA_OUT(30)
FromToCountThreshold
Bin0161101
Bin1076601

Port:

 TXTB_PORT_B_DATA_OUT(29)
FromToCountThreshold
Bin0158341
Bin1073841

Port:

 TXTB_PORT_B_DATA_OUT(28)
FromToCountThreshold
Bin01174321
Bin10189431

Port:

 TXTB_PORT_B_DATA_OUT(27)
FromToCountThreshold
Bin01139711
Bin10154771

Port:

 TXTB_PORT_B_DATA_OUT(26)
FromToCountThreshold
Bin01173621
Bin10188711

Port:

 TXTB_PORT_B_DATA_OUT(25)
FromToCountThreshold
Bin01140541
Bin10155631

Port:

 TXTB_PORT_B_DATA_OUT(24)
FromToCountThreshold
Bin01175091
Bin10190121

Port:

 TXTB_PORT_B_DATA_OUT(23)
FromToCountThreshold
Bin01151471
Bin10166511

Port:

 TXTB_PORT_B_DATA_OUT(22)
FromToCountThreshold
Bin01180831
Bin10195821

Port:

 TXTB_PORT_B_DATA_OUT(21)
FromToCountThreshold
Bin01151941
Bin10167011

Port:

 TXTB_PORT_B_DATA_OUT(20)
FromToCountThreshold
Bin01176391
Bin10191381

Port:

 TXTB_PORT_B_DATA_OUT(19)
FromToCountThreshold
Bin01154481
Bin10169411

Port:

 TXTB_PORT_B_DATA_OUT(18)
FromToCountThreshold
Bin01180911
Bin10195921

Port:

 TXTB_PORT_B_DATA_OUT(17)
FromToCountThreshold
Bin0196831
Bin10112111

Port:

 TXTB_PORT_B_DATA_OUT(16)
FromToCountThreshold
Bin01100091
Bin10115371

Port:

 TXTB_PORT_B_DATA_OUT(15)
FromToCountThreshold
Bin0197721
Bin10113021

Port:

 TXTB_PORT_B_DATA_OUT(14)
FromToCountThreshold
Bin01102071
Bin10117341

Port:

 TXTB_PORT_B_DATA_OUT(13)
FromToCountThreshold
Bin0199741
Bin10115081

Port:

 TXTB_PORT_B_DATA_OUT(12)
FromToCountThreshold
Bin01102741
Bin10118061

Port:

 TXTB_PORT_B_DATA_OUT(11)
FromToCountThreshold
Bin0197521
Bin10112861

Port:

 TXTB_PORT_B_DATA_OUT(10)
FromToCountThreshold
Bin01109751
Bin10124431

Port:

 TXTB_PORT_B_DATA_OUT(9)
FromToCountThreshold
Bin01195911
Bin10210061

Port:

 TXTB_PORT_B_DATA_OUT(8)
FromToCountThreshold
Bin01109361
Bin10124671

Port:

 TXTB_PORT_B_DATA_OUT(7)
FromToCountThreshold
Bin01250551
Bin10262991

Port:

 TXTB_PORT_B_DATA_OUT(6)
FromToCountThreshold
Bin01158971
Bin10173141

Port:

 TXTB_PORT_B_DATA_OUT(5)
FromToCountThreshold
Bin01127751
Bin10142911

Port:

 TXTB_PORT_B_DATA_OUT(4)
FromToCountThreshold
Bin01116441
Bin10131691

Port:

 TXTB_PORT_B_DATA_OUT(3)
FromToCountThreshold
Bin01191071
Bin10205661

Port:

 TXTB_PORT_B_DATA_OUT(2)
FromToCountThreshold
Bin01206391
Bin10220691

Port:

 TXTB_PORT_B_DATA_OUT(1)
FromToCountThreshold
Bin01205861
Bin10220251

Port:

 TXTB_PORT_B_DATA_OUT(0)
FromToCountThreshold
Bin01268831
Bin10281791

Port:

 PARITY_MISMATCH
FromToCountThreshold
Bin0118221
Bin1034221

Signal:

 TXTB_PORT_A_ADDRESS_I(4)
FromToCountThreshold
Bin013287451
Bin10274410881

Signal:

 TXTB_PORT_A_ADDRESS_I(3)
FromToCountThreshold
Bin015762611
Bin10271935261

Signal:

 TXTB_PORT_A_ADDRESS_I(2)
FromToCountThreshold
Bin014364761
Bin10273337811

Signal:

 TXTB_PORT_A_ADDRESS_I(1)
FromToCountThreshold
Bin01270046431
Bin107665481

Signal:

 TXTB_PORT_A_ADDRESS_I(0)
FromToCountThreshold
Bin01176366081
Bin10101365291

Signal:

 TXTB_PORT_A_WRITE_I
FromToCountThreshold
Bin011284831
Bin101302091

Signal:

 TXTB_PORT_A_DATA_I(31)
FromToCountThreshold
Bin01607831
Bin1010136661

Signal:

 TXTB_PORT_A_DATA_I(30)
FromToCountThreshold
Bin01665371
Bin1010079221

Signal:

 TXTB_PORT_A_DATA_I(29)
FromToCountThreshold
Bin01625151
Bin1010119161

Signal:

 TXTB_PORT_A_DATA_I(28)
FromToCountThreshold
Bin01908781
Bin109835851

Signal:

 TXTB_PORT_A_DATA_I(27)
FromToCountThreshold
Bin01790711
Bin109954061

Signal:

 TXTB_PORT_A_DATA_I(26)
FromToCountThreshold
Bin01759741
Bin109984991

Signal:

 TXTB_PORT_A_DATA_I(25)
FromToCountThreshold
Bin01876611
Bin109868361

Signal:

 TXTB_PORT_A_DATA_I(24)
FromToCountThreshold
Bin01776131
Bin109968481

Signal:

 TXTB_PORT_A_DATA_I(23)
FromToCountThreshold
Bin01703821
Bin1010040971

Signal:

 TXTB_PORT_A_DATA_I(22)
FromToCountThreshold
Bin011075781
Bin109668771

Signal:

 TXTB_PORT_A_DATA_I(21)
FromToCountThreshold
Bin01743031
Bin1010001521

Signal:

 TXTB_PORT_A_DATA_I(20)
FromToCountThreshold
Bin01799111
Bin109945481

Signal:

 TXTB_PORT_A_DATA_I(19)
FromToCountThreshold
Bin011078451
Bin109666401

Signal:

 TXTB_PORT_A_DATA_I(18)
FromToCountThreshold
Bin011261021
Bin109483891

Signal:

 TXTB_PORT_A_DATA_I(17)
FromToCountThreshold
Bin011168461
Bin109576591

Signal:

 TXTB_PORT_A_DATA_I(16)
FromToCountThreshold
Bin011863701
Bin108881251

Signal:

 TXTB_PORT_A_DATA_I(15)
FromToCountThreshold
Bin01718231
Bin1010026461

Signal:

 TXTB_PORT_A_DATA_I(14)
FromToCountThreshold
Bin01855441
Bin109889091

Signal:

 TXTB_PORT_A_DATA_I(13)
FromToCountThreshold
Bin01760031
Bin109984681

Signal:

 TXTB_PORT_A_DATA_I(12)
FromToCountThreshold
Bin01798701
Bin109946111

Signal:

 TXTB_PORT_A_DATA_I(11)
FromToCountThreshold
Bin01967291
Bin109777261

Signal:

 TXTB_PORT_A_DATA_I(10)
FromToCountThreshold
Bin011164121
Bin109580511

Signal:

 TXTB_PORT_A_DATA_I(9)
FromToCountThreshold
Bin011702501
Bin109042291

Signal:

 TXTB_PORT_A_DATA_I(8)
FromToCountThreshold
Bin011499461
Bin109245231

Signal:

 TXTB_PORT_A_DATA_I(7)
FromToCountThreshold
Bin011258521
Bin109486411

Signal:

 TXTB_PORT_A_DATA_I(6)
FromToCountThreshold
Bin011089871
Bin109655081

Signal:

 TXTB_PORT_A_DATA_I(5)
FromToCountThreshold
Bin011033711
Bin109711221

Signal:

 TXTB_PORT_A_DATA_I(4)
FromToCountThreshold
Bin011594301
Bin109150411

Signal:

 TXTB_PORT_A_DATA_I(3)
FromToCountThreshold
Bin011308371
Bin109436401

Signal:

 TXTB_PORT_A_DATA_I(2)
FromToCountThreshold
Bin011547481
Bin109197331

Signal:

 TXTB_PORT_A_DATA_I(1)
FromToCountThreshold
Bin012271521
Bin108473331

Signal:

 TXTB_PORT_A_DATA_I(0)
FromToCountThreshold
Bin011901681
Bin108843841

Signal:

 TXTB_PORT_B_ADDRESS_I(4)
FromToCountThreshold
Bin01269951
Bin10285951

Signal:

 TXTB_PORT_B_ADDRESS_I(3)
FromToCountThreshold
Bin0140271
Bin1056271

Signal:

 TXTB_PORT_B_ADDRESS_I(2)
FromToCountThreshold
Bin01461321
Bin10477321

Signal:

 TXTB_PORT_B_ADDRESS_I(1)
FromToCountThreshold
Bin01388981
Bin10389011

Signal:

 TXTB_PORT_B_ADDRESS_I(0)
FromToCountThreshold
Bin011029521
Bin101045491

Signal:

 TXTB_PORT_B_DATA_OUT_I(31)
FromToCountThreshold
Bin0159111
Bin1074611

Signal:

 TXTB_PORT_B_DATA_OUT_I(30)
FromToCountThreshold
Bin0161101
Bin1076601

Signal:

 TXTB_PORT_B_DATA_OUT_I(29)
FromToCountThreshold
Bin0158341
Bin1073841

Signal:

 TXTB_PORT_B_DATA_OUT_I(28)
FromToCountThreshold
Bin01174321
Bin10189431

Signal:

 TXTB_PORT_B_DATA_OUT_I(27)
FromToCountThreshold
Bin01139711
Bin10154771

Signal:

 TXTB_PORT_B_DATA_OUT_I(26)
FromToCountThreshold
Bin01173621
Bin10188711

Signal:

 TXTB_PORT_B_DATA_OUT_I(25)
FromToCountThreshold
Bin01140541
Bin10155631

Signal:

 TXTB_PORT_B_DATA_OUT_I(24)
FromToCountThreshold
Bin01175091
Bin10190121

Signal:

 TXTB_PORT_B_DATA_OUT_I(23)
FromToCountThreshold
Bin01151471
Bin10166511

Signal:

 TXTB_PORT_B_DATA_OUT_I(22)
FromToCountThreshold
Bin01180831
Bin10195821

Signal:

 TXTB_PORT_B_DATA_OUT_I(21)
FromToCountThreshold
Bin01151941
Bin10167011

Signal:

 TXTB_PORT_B_DATA_OUT_I(20)
FromToCountThreshold
Bin01176391
Bin10191381

Signal:

 TXTB_PORT_B_DATA_OUT_I(19)
FromToCountThreshold
Bin01154481
Bin10169411

Signal:

 TXTB_PORT_B_DATA_OUT_I(18)
FromToCountThreshold
Bin01180911
Bin10195921

Signal:

 TXTB_PORT_B_DATA_OUT_I(17)
FromToCountThreshold
Bin0196831
Bin10112111

Signal:

 TXTB_PORT_B_DATA_OUT_I(16)
FromToCountThreshold
Bin01100091
Bin10115371

Signal:

 TXTB_PORT_B_DATA_OUT_I(15)
FromToCountThreshold
Bin0197721
Bin10113021

Signal:

 TXTB_PORT_B_DATA_OUT_I(14)
FromToCountThreshold
Bin01102071
Bin10117341

Signal:

 TXTB_PORT_B_DATA_OUT_I(13)
FromToCountThreshold
Bin0199741
Bin10115081

Signal:

 TXTB_PORT_B_DATA_OUT_I(12)
FromToCountThreshold
Bin01102741
Bin10118061

Signal:

 TXTB_PORT_B_DATA_OUT_I(11)
FromToCountThreshold
Bin0197521
Bin10112861

Signal:

 TXTB_PORT_B_DATA_OUT_I(10)
FromToCountThreshold
Bin01109751
Bin10124431

Signal:

 TXTB_PORT_B_DATA_OUT_I(9)
FromToCountThreshold
Bin01195911
Bin10210061

Signal:

 TXTB_PORT_B_DATA_OUT_I(8)
FromToCountThreshold
Bin01109361
Bin10124671

Signal:

 TXTB_PORT_B_DATA_OUT_I(7)
FromToCountThreshold
Bin01250551
Bin10262991

Signal:

 TXTB_PORT_B_DATA_OUT_I(6)
FromToCountThreshold
Bin01158971
Bin10173141

Signal:

 TXTB_PORT_B_DATA_OUT_I(5)
FromToCountThreshold
Bin01127751
Bin10142911

Signal:

 TXTB_PORT_B_DATA_OUT_I(4)
FromToCountThreshold
Bin01116441
Bin10131691

Signal:

 TXTB_PORT_B_DATA_OUT_I(3)
FromToCountThreshold
Bin01191071
Bin10205661

Signal:

 TXTB_PORT_B_DATA_OUT_I(2)
FromToCountThreshold
Bin01206391
Bin10220691

Signal:

 TXTB_PORT_B_DATA_OUT_I(1)
FromToCountThreshold
Bin01205861
Bin10220251

Signal:

 TXTB_PORT_B_DATA_OUT_I(0)
FromToCountThreshold
Bin01268831
Bin10281791

Signal:

 TST_ENA
FromToCountThreshold
Bin012781
Bin1018781

Signal:

 PARITY_WORD(20)
FromToCountThreshold
Bin011411
Bin1048641

Signal:

 PARITY_WORD(19)
FromToCountThreshold
Bin0181
Bin1049971

Signal:

 PARITY_WORD(18)
FromToCountThreshold
Bin01181
Bin1049871

Signal:

 PARITY_WORD(17)
FromToCountThreshold
Bin012591
Bin1047461

Signal:

 PARITY_WORD(16)
FromToCountThreshold
Bin012581
Bin1047471

Signal:

 PARITY_WORD(15)
FromToCountThreshold
Bin013011
Bin1047041

Signal:

 PARITY_WORD(14)
FromToCountThreshold
Bin012181
Bin1047871

Signal:

 PARITY_WORD(13)
FromToCountThreshold
Bin011051
Bin1049001

Signal:

 PARITY_WORD(12)
FromToCountThreshold
Bin011281
Bin1048771

Signal:

 PARITY_WORD(11)
FromToCountThreshold
Bin013991
Bin1046061

Signal:

 PARITY_WORD(10)
FromToCountThreshold
Bin012781
Bin1047271

Signal:

 PARITY_WORD(9)
FromToCountThreshold
Bin013911
Bin1046141

Signal:

 PARITY_WORD(8)
FromToCountThreshold
Bin012251
Bin1047801

Signal:

 PARITY_WORD(7)
FromToCountThreshold
Bin012771
Bin1047281

Signal:

 PARITY_WORD(6)
FromToCountThreshold
Bin014511
Bin1045541

Signal:

 PARITY_WORD(5)
FromToCountThreshold
Bin017421
Bin1042631

Signal:

 PARITY_WORD(4)
FromToCountThreshold
Bin0112331
Bin1037721

Signal:

 PARITY_WORD(3)
FromToCountThreshold
Bin0121901
Bin1028151

Signal:

 PARITY_WORD(2)
FromToCountThreshold
Bin0125781
Bin1024271

Signal:

 PARITY_WORD(1)
FromToCountThreshold
Bin0115701
Bin1034351

Signal:

 PARITY_WORD(0)
FromToCountThreshold
Bin0116181
Bin1033871

Signal:

 PARITY_READ_REAL
FromToCountThreshold
Bin0168921
Bin1072631

Signal:

 PARITY_READ_EXP
FromToCountThreshold
Bin0176801
Bin1092801

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
BinTrueFalse15731
BinTrueTrue2781

"=" expression

283:    txtb_port_a_address_i <= txtb_port_a_address when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse575141
BinTrue556275851

"=" expression

287:    txtb_port_a_write_i <= txtb_port_a_write when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse54821
BinTrue3540811

"=" expression

291:    txtb_port_a_data_i <= txtb_port_a_data_in when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse366861
BinTrue21565871

"=" expression

296:    txtb_port_b_address_i <= txtb_port_b_address when (tst_ena = '0'
Evaluated toCountThreshold
BinFalse51731
BinTrue3484321

"=" expression

300:    mr_tst_rdata_tst_rdata <= txtb_port_b_data_out_i when (tst_ena = '1'
Evaluated toCountThreshold
BinFalse1037141
BinTrue26181

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: