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

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

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average
CLK_GATE_TXT_BUFFER_RAM_COMP 100.0 % (4/4) 100.0 % (2/2) 100.0 % (10/10) 100.0 % (8/8) N.A. N.A. 100.0 % (24/24)
TXT_BUFFER_RAM_INST 100.0 % (55/55) 100.0 % (38/38) 100.0 % (2160/2160) 100.0 % (62/62) N.A. N.A. 100.0 % (2315/2315)
TXT_BUFFER_FSM_INST 100.0 % (79/79) 100.0 % (94/94) 100.0 % (70/70) 100.0 % (151/151) 100.0 % (16/16) N.A. 100.0 % (410/410)

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 100.0 % (36/36) 100.0 % (24/24) 100.0 % (468/468) 100.0 % (75/75) N.A. N.A. 100.0 % (603/603)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
254:                             else 
255:                         '0'; 

Count: 271516
Threshold: 1

Signal assignment statement:

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
Count: 127349
Threshold: 1

Signal assignment statement:

255:                         '0'
Count: 144167
Threshold: 1

If statement:

266:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') 
267:                                                   else 
268:                                    (others => '0'); 

Count: 117253
Threshold: 1

Signal assignment statement:

266:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') 
Count: 51078
Threshold: 1

Signal assignment statement:

268:                                    (others => '0')
Count: 66175
Threshold: 1

If statement:

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
277:                           else 
278:                       '1' when (mr_tst_control_tmaena = '1') 
279:                           else 
280:                       '0'; 

Count: 472166
Threshold: 1

Signal assignment statement:

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
Count: 233007
Threshold: 1

Signal assignment statement:

278:                       '1' when (mr_tst_control_tmaena = '1') 
Count: 648
Threshold: 1

Signal assignment statement:

280:                       '0'
Count: 238511
Threshold: 1

If statement:

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
288:                                           txtb_parity_check_valid = '1' and 
289:                                           txtb_index_muxed = G_ID) 
290:                                     else 
291:                                 '0'; 

Count: 407732
Threshold: 1

Signal assignment statement:

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
Count: 331
Threshold: 1

Signal assignment statement:

291:                                 '0'
Count: 407401
Threshold: 1

If statement:

301:        if (res_n = '0') then 
302:            mr_tx_command_txce_q <= '0'; 
...
308:            mr_tx_command_txca_q <= mr_tx_command_txca; 
309:        end if; 

Count: 1055177083
Threshold: 1

Signal assignment statement:

302:            mr_tx_command_txce_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

303:            mr_tx_command_txcr_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

304:            mr_tx_command_txca_q <= '0'; 
Count: 2418499
Threshold: 1

Signal assignment statement:

306:            mr_tx_command_txce_q <= mr_tx_command_txce; 
Count: 526374300
Threshold: 1

Signal assignment statement:

307:            mr_tx_command_txcr_q <= mr_tx_command_txcr; 
Count: 526374300
Threshold: 1

Signal assignment statement:

308:            mr_tx_command_txca_q <= mr_tx_command_txca; 
Count: 526374300
Threshold: 1

If statement:

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
313:                                 else 
314:                             '0'; 

Count: 16762
Threshold: 1

Signal assignment statement:

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
Count: 104
Threshold: 1

Signal assignment statement:

314:                             '0'
Count: 16658
Threshold: 1

If statement:

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
316:                                 else 
317:                             '0'; 

Count: 57820
Threshold: 1

Signal assignment statement:

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
Count: 11608
Threshold: 1

Signal assignment statement:

317:                             '0'
Count: 46212
Threshold: 1

If statement:

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 
320:                         else 
321:                     '0'; 

Count: 19522
Threshold: 1

Signal assignment statement:

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 
Count: 229
Threshold: 1

Signal assignment statement:

321:                     '0'
Count: 19293
Threshold: 1

If statement:

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
324:                                (txtb_is_bb = '1')) 
325:                        else 
326:                    '0'; 

Count: 45200
Threshold: 1

Signal assignment statement:

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
Count: 43
Threshold: 1

Signal assignment statement:

326:                    '0'
Count: 45157
Threshold: 1

Signal assignment statement:

328:    abort_or_skipped <= abort_applied or buffer_skipped
Count: 3744
Threshold: 1

If statement:

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1') 
334:                                else 
335:                            '0'; 

Count: 5528
Threshold: 1

Signal assignment statement:

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1') 
Count: 147
Threshold: 1

Signal assignment statement:

335:                            '0'
Count: 5381
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1'
Evaluated toCountThreshold
BinTrue1273491
BinFalse1441671

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

266:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1'
Evaluated toCountThreshold
BinTrue510781
BinFalse661751

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

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
Evaluated toCountThreshold
BinTrue2330071
BinFalse2391591

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

278:                       '1' when (mr_tst_control_tmaena = '1'
Evaluated toCountThreshold
BinTrue6481
BinFalse2385111

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

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
288:                                           txtb_parity_check_valid = '1' and 
289:                                           txtb_index_muxed = G_ID) 

Evaluated toCountThreshold
BinTrue3311
BinFalse4074011

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

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

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

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

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

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue1041
BinFalse166581

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

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue116081
BinFalse462121

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

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue2291
BinFalse192931

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

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
324:                                (txtb_is_bb = '1')) 

Evaluated toCountThreshold
BinTrue431
BinFalse451571

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

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1'
Evaluated toCountThreshold
BinTrue1471
BinFalse53811

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin015275788691
Bin105275804601

Port:

 RES_N
FromToCountThreshold
Bin0180821
Bin1080721

Port:

 SCAN_ENABLE
FromToCountThreshold
Bin0151
Bin1016051

Port:

 MR_MODE_BMM
FromToCountThreshold
Bin01151
Bin1016151

Port:

 MR_MODE_ROM
FromToCountThreshold
Bin01511
Bin1016511

Port:

 MR_MODE_TXBBM
FromToCountThreshold
Bin01331
Bin1016331

Port:

 MR_SETTINGS_TBFBO
FromToCountThreshold
Bin0125331
Bin109431

Port:

 MR_SETTINGS_PCHKE
FromToCountThreshold
Bin011141
Bin1017141

Port:

 MR_TX_COMMAND_TXCE
FromToCountThreshold
Bin013541
Bin10246311

Port:

 MR_TX_COMMAND_TXCR
FromToCountThreshold
Bin01209431
Bin10246311

Port:

 MR_TX_COMMAND_TXCA
FromToCountThreshold
Bin0117341
Bin10246311

Port:

 MR_TX_COMMAND_TXBI
FromToCountThreshold
Bin0156271
Bin1072271

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_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_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_CS
FromToCountThreshold
Bin011276491
Bin101292491

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_STATE(3)
FromToCountThreshold
Bin0140531
Bin1024531

Port:

 TXTB_STATE(2)
FromToCountThreshold
Bin0164491
Bin1080491

Port:

 TXTB_STATE(1)
FromToCountThreshold
Bin0185251
Bin10101251

Port:

 TXTB_STATE(0)
FromToCountThreshold
Bin0184171
Bin10100171

Port:

 TXTB_IS_BB
FromToCountThreshold
Bin01871
Bin1016871

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin0162701
Bin1078701

Port:

 TXTB_HW_CMD.LOCK
FromToCountThreshold
Bin01248161
Bin10264161

Port:

 TXTB_HW_CMD.VALID
FromToCountThreshold
Bin01110981
Bin10126981

Port:

 TXTB_HW_CMD.ERR
FromToCountThreshold
Bin0142371
Bin1058371

Port:

 TXTB_HW_CMD.ARBL
FromToCountThreshold
Bin014551
Bin1020551

Port:

 TXTB_HW_CMD.FAILED
FromToCountThreshold
Bin0190151
Bin10106151

Port:

 TXTB_HW_CMD_CS
FromToCountThreshold
Bin0156001
Bin1072001

Port:

 TXTB_PORT_B_DATA_OUT(31)
FromToCountThreshold
Bin0127201
Bin1043201

Port:

 TXTB_PORT_B_DATA_OUT(30)
FromToCountThreshold
Bin0128731
Bin1044731

Port:

 TXTB_PORT_B_DATA_OUT(29)
FromToCountThreshold
Bin0127951
Bin1043951

Port:

 TXTB_PORT_B_DATA_OUT(28)
FromToCountThreshold
Bin01100781
Bin10116781

Port:

 TXTB_PORT_B_DATA_OUT(27)
FromToCountThreshold
Bin0176591
Bin1092591

Port:

 TXTB_PORT_B_DATA_OUT(26)
FromToCountThreshold
Bin01102071
Bin10118071

Port:

 TXTB_PORT_B_DATA_OUT(25)
FromToCountThreshold
Bin0177721
Bin1093721

Port:

 TXTB_PORT_B_DATA_OUT(24)
FromToCountThreshold
Bin01102651
Bin10118651

Port:

 TXTB_PORT_B_DATA_OUT(23)
FromToCountThreshold
Bin0183261
Bin1099261

Port:

 TXTB_PORT_B_DATA_OUT(22)
FromToCountThreshold
Bin01103761
Bin10119761

Port:

 TXTB_PORT_B_DATA_OUT(21)
FromToCountThreshold
Bin0181211
Bin1097211

Port:

 TXTB_PORT_B_DATA_OUT(20)
FromToCountThreshold
Bin01103611
Bin10119611

Port:

 TXTB_PORT_B_DATA_OUT(19)
FromToCountThreshold
Bin0181891
Bin1097891

Port:

 TXTB_PORT_B_DATA_OUT(18)
FromToCountThreshold
Bin01104661
Bin10120661

Port:

 TXTB_PORT_B_DATA_OUT(17)
FromToCountThreshold
Bin0149871
Bin1065871

Port:

 TXTB_PORT_B_DATA_OUT(16)
FromToCountThreshold
Bin0151771
Bin1067771

Port:

 TXTB_PORT_B_DATA_OUT(15)
FromToCountThreshold
Bin0151331
Bin1067331

Port:

 TXTB_PORT_B_DATA_OUT(14)
FromToCountThreshold
Bin0151821
Bin1067821

Port:

 TXTB_PORT_B_DATA_OUT(13)
FromToCountThreshold
Bin0149731
Bin1065731

Port:

 TXTB_PORT_B_DATA_OUT(12)
FromToCountThreshold
Bin0151731
Bin1067731

Port:

 TXTB_PORT_B_DATA_OUT(11)
FromToCountThreshold
Bin0150121
Bin1066121

Port:

 TXTB_PORT_B_DATA_OUT(10)
FromToCountThreshold
Bin0157601
Bin1073601

Port:

 TXTB_PORT_B_DATA_OUT(9)
FromToCountThreshold
Bin0191931
Bin10107931

Port:

 TXTB_PORT_B_DATA_OUT(8)
FromToCountThreshold
Bin0156081
Bin1072081

Port:

 TXTB_PORT_B_DATA_OUT(7)
FromToCountThreshold
Bin01125691
Bin10141691

Port:

 TXTB_PORT_B_DATA_OUT(6)
FromToCountThreshold
Bin0182941
Bin1098941

Port:

 TXTB_PORT_B_DATA_OUT(5)
FromToCountThreshold
Bin0164581
Bin1080581

Port:

 TXTB_PORT_B_DATA_OUT(4)
FromToCountThreshold
Bin0160511
Bin1076511

Port:

 TXTB_PORT_B_DATA_OUT(3)
FromToCountThreshold
Bin0189201
Bin10105201

Port:

 TXTB_PORT_B_DATA_OUT(2)
FromToCountThreshold
Bin0196951
Bin10112951

Port:

 TXTB_PORT_B_DATA_OUT(1)
FromToCountThreshold
Bin0197321
Bin10113321

Port:

 TXTB_PORT_B_DATA_OUT(0)
FromToCountThreshold
Bin01136901
Bin10152901

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_CLK_EN
FromToCountThreshold
Bin011048861
Bin101064861

Port:

 IS_BUS_OFF
FromToCountThreshold
Bin0182271
Bin1082361

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin0185601
Bin10101601

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin0165091
Bin1081091

Port:

 TXTB_PARITY_CHECK_VALID
FromToCountThreshold
Bin011811461
Bin101827461

Port:

 TXTB_PARITY_MISMATCH
FromToCountThreshold
Bin0118221
Bin1034221

Port:

 TXTB_PARITY_ERROR_VALID
FromToCountThreshold
Bin013311
Bin1019311

Port:

 TXTB_BB_PARITY_ERROR
FromToCountThreshold
Bin011471
Bin1017471

Signal:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin0181091
Bin1065091

Signal:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin0165091
Bin1081091

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:

 TXTB_PARITY_ERROR_VALID_I
FromToCountThreshold
Bin013311
Bin1019311

Signal:

 MR_TX_COMMAND_TXCE_Q
FromToCountThreshold
Bin013541
Bin1019541

Signal:

 MR_TX_COMMAND_TXCR_Q
FromToCountThreshold
Bin01208831
Bin10224831

Signal:

 MR_TX_COMMAND_TXCA_Q
FromToCountThreshold
Bin0117341
Bin1033341

Signal:

 TX_COMMAND_TXCE_VALID
FromToCountThreshold
Bin011041
Bin1017041

Signal:

 TX_COMMAND_TXCR_VALID
FromToCountThreshold
Bin01116081
Bin10132081

Signal:

 ABORT_APPLIED
FromToCountThreshold
Bin012291
Bin1018291

Signal:

 BUFFER_SKIPPED
FromToCountThreshold
Bin01431
Bin1016431

Signal:

 ABORT_OR_SKIPPED
FromToCountThreshold
Bin012721
Bin1018721

Signal:

 TXTB_PORT_A_WRITE
FromToCountThreshold
Bin011273491
Bin101289491

Signal:

 TXTB_RAM_CLK_EN
FromToCountThreshold
Bin012321111
Bin102337111

Signal:

 CLK_RAM
FromToCountThreshold
Bin01140224691
Bin10140240691

Signal:

 PARITY_MISMATCH
FromToCountThreshold
Bin0118221
Bin1034221

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
Evaluated toCountThreshold
BinFalse1438671
BinTrue1276491

"=" expression

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1'
Evaluated toCountThreshold
BinFalse87091
BinTrue2628071

"and" expression

253:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1'
                                       <-------LHS-------->     <----------RHS----------->  

LHSRHSCountThreshold
BinFalseTrue1354581
BinTrueFalse3001
BinTrueTrue1273491

"=" expression

266:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1'
Evaluated toCountThreshold
BinFalse661751
BinTrue510781

"=" expression

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
Evaluated toCountThreshold
BinFalse3658251
BinTrue1063411

"=" expression

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
Evaluated toCountThreshold
BinFalse3447281
BinTrue1274381

"or" expression

276:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
                                     <---------LHS---------->    <---------RHS--------->  

LHSRHSCountThreshold
BinFalseFalse2391591
BinFalseTrue1266661
BinTrueFalse1055691

"=" expression

278:                       '1' when (mr_tst_control_tmaena = '1'
Evaluated toCountThreshold
BinFalse2385111
BinTrue6481

"=" expression

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
Evaluated toCountThreshold
BinFalse4036041
BinTrue41281

"=" expression

288:                                           txtb_parity_check_valid = '1' and 
Evaluated toCountThreshold
BinFalse2247441
BinTrue1829881

"and" expression

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
288:                                           txtb_parity_check_valid = '1' and 

LHSRHSCountThreshold
BinFalseTrue1809051
BinTrueFalse20451
BinTrueTrue20831

"=" expression

289:                                           txtb_index_muxed = G_ID
Evaluated toCountThreshold
BinFalse2627681
BinTrue1449641

"and" expression

287:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
288:                                           txtb_parity_check_valid = '1' and 
289:                                           txtb_index_muxed = G_ID) 

LHSRHSCountThreshold
BinFalseTrue1446331
BinTrueFalse17521
BinTrueTrue3311

"=" expression

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

"=" expression

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse163891
BinTrue3731

"=" expression

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse109461
BinTrue58161

"and" expression

312:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
                                           <----------LHS----------->     <---------RHS---------->  

LHSRHSCountThreshold
BinFalseTrue57121
BinTrueFalse2691
BinTrueTrue1041

"=" expression

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse262011
BinTrue316191

"=" expression

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse397131
BinTrue181071

"and" expression

315:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
                                           <----------LHS----------->     <---------RHS---------->  

LHSRHSCountThreshold
BinFalseTrue64991
BinTrueFalse200111
BinTrueTrue116081

"=" expression

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse177831
BinTrue17391

"=" expression

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse134421
BinTrue60801

"and" expression

319:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
                                   <----------LHS----------->     <---------RHS---------->  

LHSRHSCountThreshold
BinFalseTrue58511
BinTrueFalse15101
BinTrueTrue2291

"=" expression

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
Evaluated toCountThreshold
BinFalse361851
BinTrue90151

"=" expression

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
Evaluated toCountThreshold
BinFalse341021
BinTrue110981

"or" expression

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
                                     <---------LHS---------->    <---------RHS--------->      

LHSRHSCountThreshold
BinFalseFalse250871
BinFalseTrue110981
BinTrueFalse90151

"=" expression

324:                                (txtb_is_bb = '1')) 
Evaluated toCountThreshold
BinFalse450271
BinTrue1731

"and" expression

323:    buffer_skipped <= '1' when ((txtb_hw_cmd.failed = '1' or txtb_hw_cmd.valid = '1') and 
324:                                (txtb_is_bb = '1')) 

LHSRHSCountThreshold
BinFalseTrue1301
BinTrueFalse200701
BinTrueTrue431

"or" expression

328:    abort_or_skipped <= abort_applied or buffer_skipped
                            <----LHS---->    <----RHS----->  

LHSRHSCountThreshold
Bin'0''0'18721
Bin'0''1'431
Bin'1''0'2291

"=" expression

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1') 
Evaluated toCountThreshold
BinFalse51971
BinTrue3311

"=" expression

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1'
Evaluated toCountThreshold
BinFalse52011
BinTrue3271

"and" expression

333:    txtb_bb_parity_error <= '1' when (txtb_parity_error_valid_i = '1' and mr_mode_txbbm = '1'
                                          <-------------LHS------------->     <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue1801
BinTrueFalse1841
BinTrueTrue1471

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: