NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(2).TXT_BUF_EVEN_GEN.TXT_BUFFER_EVEN_INST

File:  /__w/ctu-can-regression/ctu-can-regression/src/txt_buffer/txt_buffer_even.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 % (51/51) 100.0 % (38/38) 100.0 % (2160/2160) 100.0 % (62/62) N.A. N.A. 100.0 % (2311/2311)
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(2).TXT_BUF_EVEN_GEN.TXT_BUFFER_EVEN_INST 100.0 % (29/29) 100.0 % (20/20) 100.0 % (462/462) 100.0 % (53/53) N.A. N.A. 100.0 % (564/564)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

246:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
247:                             else 
248:                         '0'; 

Count: 94720
Threshold: 1

Signal assignment statement:

246:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
Count: 45533
Threshold: 1

Signal assignment statement:

248:                         '0'
Count: 49187
Threshold: 1

If statement:

259:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') 
260:                                                   else 
261:                                    (others => '0'); 

Count: 21645
Threshold: 1

Signal assignment statement:

259:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1') 
Count: 6402
Threshold: 1

Signal assignment statement:

261:                                    (others => '0')
Count: 15243
Threshold: 1

If statement:

269:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
270:                           else 
271:                       '1' when (mr_tst_control_tmaena = '1') 
272:                           else 
273:                       '0'; 

Count: 146400
Threshold: 1

Signal assignment statement:

269:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
Count: 71244
Threshold: 1

Signal assignment statement:

271:                       '1' when (mr_tst_control_tmaena = '1') 
Count: 636
Threshold: 1

Signal assignment statement:

273:                       '0'
Count: 74520
Threshold: 1

If statement:

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
281:                                           txtb_parity_check_valid = '1' and 
282:                                           txtb_index_muxed = G_ID) 
283:                                     else 
284:                                 '0'; 

Count: 138158
Threshold: 1

Signal assignment statement:

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
Count: 396
Threshold: 1

Signal assignment statement:

284:                                 '0'
Count: 137762
Threshold: 1

If statement:

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

Count: 162324562
Threshold: 1

Signal assignment statement:

295:            mr_tx_command_txce_q <= '0'; 
Count: 1737046
Threshold: 1

Signal assignment statement:

296:            mr_tx_command_txcr_q <= '0'; 
Count: 1737046
Threshold: 1

Signal assignment statement:

297:            mr_tx_command_txca_q <= '0'; 
Count: 1737046
Threshold: 1

Signal assignment statement:

299:            mr_tx_command_txce_q <= mr_tx_command_txce; 
Count: 80292006
Threshold: 1

Signal assignment statement:

300:            mr_tx_command_txcr_q <= mr_tx_command_txcr; 
Count: 80292006
Threshold: 1

Signal assignment statement:

301:            mr_tx_command_txca_q <= mr_tx_command_txca; 
Count: 80292006
Threshold: 1

If statement:

305:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
306:                                 else 
307:                             '0'; 

Count: 3322
Threshold: 1

Signal assignment statement:

305:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
Count: 96
Threshold: 1

Signal assignment statement:

307:                             '0'
Count: 3226
Threshold: 1

If statement:

308:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
309:                                 else 
310:                             '0'; 

Count: 21226
Threshold: 1

Signal assignment statement:

308:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
Count: 1143
Threshold: 1

Signal assignment statement:

310:                             '0'
Count: 20083
Threshold: 1

If statement:

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

Count: 5634
Threshold: 1

Signal assignment statement:

312:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 
Count: 181
Threshold: 1

Signal assignment statement:

314:                     '0'
Count: 5453
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

246:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1'
Evaluated toCountThreshold
BinTrue455331
BinFalse491871

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

259:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1'
Evaluated toCountThreshold
BinTrue64021
BinFalse152431

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

269:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
Evaluated toCountThreshold
BinTrue712441
BinFalse751561

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

271:                       '1' when (mr_tst_control_tmaena = '1'
Evaluated toCountThreshold
BinTrue6361
BinFalse745201

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

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
281:                                           txtb_parity_check_valid = '1' and 
282:                                           txtb_index_muxed = G_ID) 

Evaluated toCountThreshold
BinTrue3961
BinFalse1377621

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

294:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue17370461
BinFalse1605875161

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

298:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue802920061
BinFalse802955101

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

305:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue961
BinFalse32261

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

308:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue11431
BinFalse200831

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

312:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinTrue1811
BinFalse54531

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin01811587771
Bin10811594371

Port:

 RES_N
FromToCountThreshold
Bin0128441
Bin1028441

Port:

 SCAN_ENABLE
FromToCountThreshold
Bin0141
Bin106641

Port:

 MR_MODE_BMM
FromToCountThreshold
Bin01121
Bin106721

Port:

 MR_MODE_ROM
FromToCountThreshold
Bin01321
Bin106921

Port:

 MR_MODE_TXBBM
FromToCountThreshold
Bin01281
Bin106881

Port:

 MR_SETTINGS_TBFBO
FromToCountThreshold
Bin017841
Bin101241

Port:

 MR_SETTINGS_PCHKE
FromToCountThreshold
Bin011101
Bin107701

Port:

 MR_TX_COMMAND_TXCE
FromToCountThreshold
Bin013401
Bin10118361

Port:

 MR_TX_COMMAND_TXCR
FromToCountThreshold
Bin0193401
Bin10118361

Port:

 MR_TX_COMMAND_TXCA
FromToCountThreshold
Bin0114961
Bin10118361

Port:

 MR_TX_COMMAND_TXBI
FromToCountThreshold
Bin013311
Bin109911

Port:

 MR_TST_CONTROL_TMAENA
FromToCountThreshold
Bin016361
Bin1012961

Port:

 MR_TST_CONTROL_TWRSTB
FromToCountThreshold
Bin01313291
Bin10332571

Port:

 MR_TST_DEST_TST_ADDR(4)
FromToCountThreshold
Bin0134061
Bin1040661

Port:

 MR_TST_DEST_TST_ADDR(3)
FromToCountThreshold
Bin0148101
Bin1054701

Port:

 MR_TST_DEST_TST_ADDR(2)
FromToCountThreshold
Bin0198621
Bin10105221

Port:

 MR_TST_DEST_TST_ADDR(1)
FromToCountThreshold
Bin01213671
Bin10220271

Port:

 MR_TST_DEST_TST_ADDR(0)
FromToCountThreshold
Bin01427231
Bin10433831

Port:

 MR_TST_DEST_TST_MTGT(3)
FromToCountThreshold
Bin012141
Bin108741

Port:

 MR_TST_DEST_TST_MTGT(2)
FromToCountThreshold
Bin013531
Bin1010131

Port:

 MR_TST_DEST_TST_MTGT(1)
FromToCountThreshold
Bin014721
Bin1011321

Port:

 MR_TST_DEST_TST_MTGT(0)
FromToCountThreshold
Bin018961
Bin1015561

Port:

 MR_TST_WDATA_TST_WDATA(31)
FromToCountThreshold
Bin0114901
Bin1021501

Port:

 MR_TST_WDATA_TST_WDATA(30)
FromToCountThreshold
Bin0114371
Bin1020971

Port:

 MR_TST_WDATA_TST_WDATA(29)
FromToCountThreshold
Bin0114481
Bin1021081

Port:

 MR_TST_WDATA_TST_WDATA(28)
FromToCountThreshold
Bin0115851
Bin1022451

Port:

 MR_TST_WDATA_TST_WDATA(27)
FromToCountThreshold
Bin0116071
Bin1022671

Port:

 MR_TST_WDATA_TST_WDATA(26)
FromToCountThreshold
Bin0115901
Bin1022501

Port:

 MR_TST_WDATA_TST_WDATA(25)
FromToCountThreshold
Bin0116031
Bin1022631

Port:

 MR_TST_WDATA_TST_WDATA(24)
FromToCountThreshold
Bin0116731
Bin1023331

Port:

 MR_TST_WDATA_TST_WDATA(23)
FromToCountThreshold
Bin0115421
Bin1022021

Port:

 MR_TST_WDATA_TST_WDATA(22)
FromToCountThreshold
Bin0114811
Bin1021411

Port:

 MR_TST_WDATA_TST_WDATA(21)
FromToCountThreshold
Bin0115191
Bin1021791

Port:

 MR_TST_WDATA_TST_WDATA(20)
FromToCountThreshold
Bin0116131
Bin1022731

Port:

 MR_TST_WDATA_TST_WDATA(19)
FromToCountThreshold
Bin0116081
Bin1022681

Port:

 MR_TST_WDATA_TST_WDATA(18)
FromToCountThreshold
Bin0115951
Bin1022551

Port:

 MR_TST_WDATA_TST_WDATA(17)
FromToCountThreshold
Bin0115911
Bin1022511

Port:

 MR_TST_WDATA_TST_WDATA(16)
FromToCountThreshold
Bin0116291
Bin1022891

Port:

 MR_TST_WDATA_TST_WDATA(15)
FromToCountThreshold
Bin0115301
Bin1021901

Port:

 MR_TST_WDATA_TST_WDATA(14)
FromToCountThreshold
Bin0114651
Bin1021251

Port:

 MR_TST_WDATA_TST_WDATA(13)
FromToCountThreshold
Bin0115151
Bin1021751

Port:

 MR_TST_WDATA_TST_WDATA(12)
FromToCountThreshold
Bin0115981
Bin1022581

Port:

 MR_TST_WDATA_TST_WDATA(11)
FromToCountThreshold
Bin0116041
Bin1022641

Port:

 MR_TST_WDATA_TST_WDATA(10)
FromToCountThreshold
Bin0116061
Bin1022661

Port:

 MR_TST_WDATA_TST_WDATA(9)
FromToCountThreshold
Bin0116301
Bin1022901

Port:

 MR_TST_WDATA_TST_WDATA(8)
FromToCountThreshold
Bin0116441
Bin1023041

Port:

 MR_TST_WDATA_TST_WDATA(7)
FromToCountThreshold
Bin0115891
Bin1022491

Port:

 MR_TST_WDATA_TST_WDATA(6)
FromToCountThreshold
Bin0115271
Bin1021871

Port:

 MR_TST_WDATA_TST_WDATA(5)
FromToCountThreshold
Bin0115541
Bin1022141

Port:

 MR_TST_WDATA_TST_WDATA(4)
FromToCountThreshold
Bin0115941
Bin1022541

Port:

 MR_TST_WDATA_TST_WDATA(3)
FromToCountThreshold
Bin0116021
Bin1022621

Port:

 MR_TST_WDATA_TST_WDATA(2)
FromToCountThreshold
Bin0116151
Bin1022751

Port:

 MR_TST_WDATA_TST_WDATA(1)
FromToCountThreshold
Bin0116161
Bin1022761

Port:

 MR_TST_WDATA_TST_WDATA(0)
FromToCountThreshold
Bin0116771
Bin1023371

Port:

 MR_TST_RDATA_TST_RDATA(31)
FromToCountThreshold
Bin014861
Bin1011461

Port:

 MR_TST_RDATA_TST_RDATA(30)
FromToCountThreshold
Bin014931
Bin1011531

Port:

 MR_TST_RDATA_TST_RDATA(29)
FromToCountThreshold
Bin014691
Bin1011291

Port:

 MR_TST_RDATA_TST_RDATA(28)
FromToCountThreshold
Bin015731
Bin1012331

Port:

 MR_TST_RDATA_TST_RDATA(27)
FromToCountThreshold
Bin015501
Bin1012101

Port:

 MR_TST_RDATA_TST_RDATA(26)
FromToCountThreshold
Bin015491
Bin1012091

Port:

 MR_TST_RDATA_TST_RDATA(25)
FromToCountThreshold
Bin015581
Bin1012181

Port:

 MR_TST_RDATA_TST_RDATA(24)
FromToCountThreshold
Bin015501
Bin1012101

Port:

 MR_TST_RDATA_TST_RDATA(23)
FromToCountThreshold
Bin015551
Bin1012151

Port:

 MR_TST_RDATA_TST_RDATA(22)
FromToCountThreshold
Bin015511
Bin1012111

Port:

 MR_TST_RDATA_TST_RDATA(21)
FromToCountThreshold
Bin015621
Bin1012221

Port:

 MR_TST_RDATA_TST_RDATA(20)
FromToCountThreshold
Bin015661
Bin1012261

Port:

 MR_TST_RDATA_TST_RDATA(19)
FromToCountThreshold
Bin015281
Bin1011881

Port:

 MR_TST_RDATA_TST_RDATA(18)
FromToCountThreshold
Bin015821
Bin1012421

Port:

 MR_TST_RDATA_TST_RDATA(17)
FromToCountThreshold
Bin015201
Bin1011801

Port:

 MR_TST_RDATA_TST_RDATA(16)
FromToCountThreshold
Bin015131
Bin1011731

Port:

 MR_TST_RDATA_TST_RDATA(15)
FromToCountThreshold
Bin015081
Bin1011681

Port:

 MR_TST_RDATA_TST_RDATA(14)
FromToCountThreshold
Bin015361
Bin1011961

Port:

 MR_TST_RDATA_TST_RDATA(13)
FromToCountThreshold
Bin015161
Bin1011761

Port:

 MR_TST_RDATA_TST_RDATA(12)
FromToCountThreshold
Bin015291
Bin1011891

Port:

 MR_TST_RDATA_TST_RDATA(11)
FromToCountThreshold
Bin015321
Bin1011921

Port:

 MR_TST_RDATA_TST_RDATA(10)
FromToCountThreshold
Bin015221
Bin1011821

Port:

 MR_TST_RDATA_TST_RDATA(9)
FromToCountThreshold
Bin015341
Bin1011941

Port:

 MR_TST_RDATA_TST_RDATA(8)
FromToCountThreshold
Bin015141
Bin1011741

Port:

 MR_TST_RDATA_TST_RDATA(7)
FromToCountThreshold
Bin015521
Bin1012121

Port:

 MR_TST_RDATA_TST_RDATA(6)
FromToCountThreshold
Bin015331
Bin1011931

Port:

 MR_TST_RDATA_TST_RDATA(5)
FromToCountThreshold
Bin015201
Bin1011801

Port:

 MR_TST_RDATA_TST_RDATA(4)
FromToCountThreshold
Bin015461
Bin1012061

Port:

 MR_TST_RDATA_TST_RDATA(3)
FromToCountThreshold
Bin015191
Bin1011791

Port:

 MR_TST_RDATA_TST_RDATA(2)
FromToCountThreshold
Bin015521
Bin1012121

Port:

 MR_TST_RDATA_TST_RDATA(1)
FromToCountThreshold
Bin015011
Bin1011611

Port:

 MR_TST_RDATA_TST_RDATA(0)
FromToCountThreshold
Bin015451
Bin1012051

Port:

 TXTB_PORT_A_DATA_IN(31)
FromToCountThreshold
Bin01263561
Bin107628241

Port:

 TXTB_PORT_A_DATA_IN(30)
FromToCountThreshold
Bin01286571
Bin107605231

Port:

 TXTB_PORT_A_DATA_IN(29)
FromToCountThreshold
Bin01271521
Bin107620281

Port:

 TXTB_PORT_A_DATA_IN(28)
FromToCountThreshold
Bin01440441
Bin107451361

Port:

 TXTB_PORT_A_DATA_IN(27)
FromToCountThreshold
Bin01376371
Bin107515431

Port:

 TXTB_PORT_A_DATA_IN(26)
FromToCountThreshold
Bin01359801
Bin107532001

Port:

 TXTB_PORT_A_DATA_IN(25)
FromToCountThreshold
Bin01492111
Bin107399691

Port:

 TXTB_PORT_A_DATA_IN(24)
FromToCountThreshold
Bin01366911
Bin107524891

Port:

 TXTB_PORT_A_DATA_IN(23)
FromToCountThreshold
Bin01354711
Bin107537091

Port:

 TXTB_PORT_A_DATA_IN(22)
FromToCountThreshold
Bin01445281
Bin107446521

Port:

 TXTB_PORT_A_DATA_IN(21)
FromToCountThreshold
Bin01388241
Bin107503561

Port:

 TXTB_PORT_A_DATA_IN(20)
FromToCountThreshold
Bin01372531
Bin107519271

Port:

 TXTB_PORT_A_DATA_IN(19)
FromToCountThreshold
Bin01647251
Bin107244551

Port:

 TXTB_PORT_A_DATA_IN(18)
FromToCountThreshold
Bin01848311
Bin107043491

Port:

 TXTB_PORT_A_DATA_IN(17)
FromToCountThreshold
Bin01799501
Bin107092301

Port:

 TXTB_PORT_A_DATA_IN(16)
FromToCountThreshold
Bin011417861
Bin106473941

Port:

 TXTB_PORT_A_DATA_IN(15)
FromToCountThreshold
Bin01332961
Bin107558841

Port:

 TXTB_PORT_A_DATA_IN(14)
FromToCountThreshold
Bin01418141
Bin107473661

Port:

 TXTB_PORT_A_DATA_IN(13)
FromToCountThreshold
Bin01362161
Bin107529641

Port:

 TXTB_PORT_A_DATA_IN(12)
FromToCountThreshold
Bin01402171
Bin107489631

Port:

 TXTB_PORT_A_DATA_IN(11)
FromToCountThreshold
Bin01584011
Bin107307791

Port:

 TXTB_PORT_A_DATA_IN(10)
FromToCountThreshold
Bin01613141
Bin107278661

Port:

 TXTB_PORT_A_DATA_IN(9)
FromToCountThreshold
Bin01790961
Bin107100841

Port:

 TXTB_PORT_A_DATA_IN(8)
FromToCountThreshold
Bin01807051
Bin107084751

Port:

 TXTB_PORT_A_DATA_IN(7)
FromToCountThreshold
Bin01687881
Bin107203921

Port:

 TXTB_PORT_A_DATA_IN(6)
FromToCountThreshold
Bin01650641
Bin107241161

Port:

 TXTB_PORT_A_DATA_IN(5)
FromToCountThreshold
Bin01659491
Bin107232311

Port:

 TXTB_PORT_A_DATA_IN(4)
FromToCountThreshold
Bin01831061
Bin107060741

Port:

 TXTB_PORT_A_DATA_IN(3)
FromToCountThreshold
Bin01905001
Bin106986801

Port:

 TXTB_PORT_A_DATA_IN(2)
FromToCountThreshold
Bin011002121
Bin106889681

Port:

 TXTB_PORT_A_DATA_IN(1)
FromToCountThreshold
Bin011656521
Bin106235281

Port:

 TXTB_PORT_A_DATA_IN(0)
FromToCountThreshold
Bin011410151
Bin106481651

Port:

 TXTB_PORT_A_PARITY
FromToCountThreshold
Bin016400151
Bin101491651

Port:

 TXTB_PORT_A_ADDRESS(4)
FromToCountThreshold
Bin012490171
Bin10245015651

Port:

 TXTB_PORT_A_ADDRESS(3)
FromToCountThreshold
Bin013961751
Bin10243544071

Port:

 TXTB_PORT_A_ADDRESS(2)
FromToCountThreshold
Bin012990141
Bin10244515681

Port:

 TXTB_PORT_A_ADDRESS(1)
FromToCountThreshold
Bin01241942751
Bin105563071

Port:

 TXTB_PORT_A_ADDRESS(0)
FromToCountThreshold
Bin01159407441
Bin1088098381

Port:

 TXTB_PORT_A_CS
FromToCountThreshold
Bin01457731
Bin10464331

Port:

 TXTB_PORT_A_BE(3)
FromToCountThreshold
Bin01247213051
Bin10286171

Port:

 TXTB_PORT_A_BE(2)
FromToCountThreshold
Bin01247216131
Bin10283091

Port:

 TXTB_PORT_A_BE(1)
FromToCountThreshold
Bin01246330471
Bin101168751

Port:

 TXTB_PORT_A_BE(0)
FromToCountThreshold
Bin01246340591
Bin101158631

Port:

 TXTB_STATE(3)
FromToCountThreshold
Bin0110861
Bin104261

Port:

 TXTB_STATE(2)
FromToCountThreshold
Bin018231
Bin1014831

Port:

 TXTB_STATE(1)
FromToCountThreshold
Bin0110221
Bin1016821

Port:

 TXTB_STATE(0)
FromToCountThreshold
Bin0110171
Bin1016771

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin017451
Bin1014051

Port:

 TXTB_HW_CMD.LOCK
FromToCountThreshold
Bin0197511
Bin10104111

Port:

 TXTB_HW_CMD.VALID
FromToCountThreshold
Bin0138081
Bin1044681

Port:

 TXTB_HW_CMD.ERR
FromToCountThreshold
Bin0110911
Bin1017511

Port:

 TXTB_HW_CMD.ARBL
FromToCountThreshold
Bin01441
Bin107041

Port:

 TXTB_HW_CMD.FAILED
FromToCountThreshold
Bin0148001
Bin1054601

Port:

 TXTB_HW_CMD_CS
FromToCountThreshold
Bin013081
Bin109681

Port:

 TXTB_PORT_B_DATA_OUT(31)
FromToCountThreshold
Bin012561
Bin109161

Port:

 TXTB_PORT_B_DATA_OUT(30)
FromToCountThreshold
Bin012821
Bin109421

Port:

 TXTB_PORT_B_DATA_OUT(29)
FromToCountThreshold
Bin013001
Bin109601

Port:

 TXTB_PORT_B_DATA_OUT(28)
FromToCountThreshold
Bin0111491
Bin1018091

Port:

 TXTB_PORT_B_DATA_OUT(27)
FromToCountThreshold
Bin019411
Bin1016011

Port:

 TXTB_PORT_B_DATA_OUT(26)
FromToCountThreshold
Bin0111551
Bin1018151

Port:

 TXTB_PORT_B_DATA_OUT(25)
FromToCountThreshold
Bin0111081
Bin1017681

Port:

 TXTB_PORT_B_DATA_OUT(24)
FromToCountThreshold
Bin0110551
Bin1017151

Port:

 TXTB_PORT_B_DATA_OUT(23)
FromToCountThreshold
Bin0111821
Bin1018421

Port:

 TXTB_PORT_B_DATA_OUT(22)
FromToCountThreshold
Bin0110741
Bin1017341

Port:

 TXTB_PORT_B_DATA_OUT(21)
FromToCountThreshold
Bin0112211
Bin1018811

Port:

 TXTB_PORT_B_DATA_OUT(20)
FromToCountThreshold
Bin0110881
Bin1017481

Port:

 TXTB_PORT_B_DATA_OUT(19)
FromToCountThreshold
Bin0112251
Bin1018851

Port:

 TXTB_PORT_B_DATA_OUT(18)
FromToCountThreshold
Bin0112051
Bin1018651

Port:

 TXTB_PORT_B_DATA_OUT(17)
FromToCountThreshold
Bin017371
Bin1013971

Port:

 TXTB_PORT_B_DATA_OUT(16)
FromToCountThreshold
Bin017161
Bin1013761

Port:

 TXTB_PORT_B_DATA_OUT(15)
FromToCountThreshold
Bin016141
Bin1012741

Port:

 TXTB_PORT_B_DATA_OUT(14)
FromToCountThreshold
Bin018221
Bin1014821

Port:

 TXTB_PORT_B_DATA_OUT(13)
FromToCountThreshold
Bin017061
Bin1013661

Port:

 TXTB_PORT_B_DATA_OUT(12)
FromToCountThreshold
Bin018941
Bin1015541

Port:

 TXTB_PORT_B_DATA_OUT(11)
FromToCountThreshold
Bin017921
Bin1014521

Port:

 TXTB_PORT_B_DATA_OUT(10)
FromToCountThreshold
Bin019011
Bin1015611

Port:

 TXTB_PORT_B_DATA_OUT(9)
FromToCountThreshold
Bin0112131
Bin1018731

Port:

 TXTB_PORT_B_DATA_OUT(8)
FromToCountThreshold
Bin017531
Bin1014131

Port:

 TXTB_PORT_B_DATA_OUT(7)
FromToCountThreshold
Bin0115021
Bin1021621

Port:

 TXTB_PORT_B_DATA_OUT(6)
FromToCountThreshold
Bin0113071
Bin1019671

Port:

 TXTB_PORT_B_DATA_OUT(5)
FromToCountThreshold
Bin0111701
Bin1018301

Port:

 TXTB_PORT_B_DATA_OUT(4)
FromToCountThreshold
Bin016731
Bin1013331

Port:

 TXTB_PORT_B_DATA_OUT(3)
FromToCountThreshold
Bin019941
Bin1016541

Port:

 TXTB_PORT_B_DATA_OUT(2)
FromToCountThreshold
Bin0111141
Bin1017741

Port:

 TXTB_PORT_B_DATA_OUT(1)
FromToCountThreshold
Bin0113081
Bin1019681

Port:

 TXTB_PORT_B_DATA_OUT(0)
FromToCountThreshold
Bin0113051
Bin1019651

Port:

 TXTB_PORT_B_ADDRESS(4)
FromToCountThreshold
Bin01105151
Bin10111751

Port:

 TXTB_PORT_B_ADDRESS(3)
FromToCountThreshold
Bin013461
Bin1010061

Port:

 TXTB_PORT_B_ADDRESS(2)
FromToCountThreshold
Bin01154471
Bin10161071

Port:

 TXTB_PORT_B_ADDRESS(1)
FromToCountThreshold
Bin01121581
Bin10121581

Port:

 TXTB_PORT_B_ADDRESS(0)
FromToCountThreshold
Bin01342711
Bin10349311

Port:

 TXTB_PORT_B_CLK_EN
FromToCountThreshold
Bin01257111
Bin10263711

Port:

 IS_BUS_OFF
FromToCountThreshold
Bin0129601
Bin1029601

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin0110831
Bin1017431

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin019271
Bin1015871

Port:

 TXTB_PARITY_CHECK_VALID
FromToCountThreshold
Bin01566231
Bin10572831

Port:

 TXTB_PARITY_MISMATCH
FromToCountThreshold
Bin0115801
Bin1022401

Port:

 TXTB_PARITY_ERROR_VALID
FromToCountThreshold
Bin013961
Bin1010561

Signal:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin0115871
Bin109271

Signal:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin019271
Bin1015871

Signal:

 TXTB_PORT_B_DATA_OUT_I(31)
FromToCountThreshold
Bin019731
Bin1015921

Signal:

 TXTB_PORT_B_DATA_OUT_I(30)
FromToCountThreshold
Bin0110911
Bin1017111

Signal:

 TXTB_PORT_B_DATA_OUT_I(29)
FromToCountThreshold
Bin019931
Bin1016121

Signal:

 TXTB_PORT_B_DATA_OUT_I(28)
FromToCountThreshold
Bin0127181
Bin1033271

Signal:

 TXTB_PORT_B_DATA_OUT_I(27)
FromToCountThreshold
Bin0126951
Bin1032961

Signal:

 TXTB_PORT_B_DATA_OUT_I(26)
FromToCountThreshold
Bin0127871
Bin1033941

Signal:

 TXTB_PORT_B_DATA_OUT_I(25)
FromToCountThreshold
Bin0125621
Bin1031691

Signal:

 TXTB_PORT_B_DATA_OUT_I(24)
FromToCountThreshold
Bin0126921
Bin1033001

Signal:

 TXTB_PORT_B_DATA_OUT_I(23)
FromToCountThreshold
Bin0130121
Bin1036151

Signal:

 TXTB_PORT_B_DATA_OUT_I(22)
FromToCountThreshold
Bin0127661
Bin1033671

Signal:

 TXTB_PORT_B_DATA_OUT_I(21)
FromToCountThreshold
Bin0131301
Bin1037281

Signal:

 TXTB_PORT_B_DATA_OUT_I(20)
FromToCountThreshold
Bin0128461
Bin1034501

Signal:

 TXTB_PORT_B_DATA_OUT_I(19)
FromToCountThreshold
Bin0133221
Bin1039221

Signal:

 TXTB_PORT_B_DATA_OUT_I(18)
FromToCountThreshold
Bin0130631
Bin1036691

Signal:

 TXTB_PORT_B_DATA_OUT_I(17)
FromToCountThreshold
Bin0123981
Bin1030131

Signal:

 TXTB_PORT_B_DATA_OUT_I(16)
FromToCountThreshold
Bin0121681
Bin1027841

Signal:

 TXTB_PORT_B_DATA_OUT_I(15)
FromToCountThreshold
Bin0118991
Bin1025081

Signal:

 TXTB_PORT_B_DATA_OUT_I(14)
FromToCountThreshold
Bin0124481
Bin1030641

Signal:

 TXTB_PORT_B_DATA_OUT_I(13)
FromToCountThreshold
Bin0120611
Bin1026741

Signal:

 TXTB_PORT_B_DATA_OUT_I(12)
FromToCountThreshold
Bin0124871
Bin1031001

Signal:

 TXTB_PORT_B_DATA_OUT_I(11)
FromToCountThreshold
Bin0120851
Bin1026961

Signal:

 TXTB_PORT_B_DATA_OUT_I(10)
FromToCountThreshold
Bin0124811
Bin1030921

Signal:

 TXTB_PORT_B_DATA_OUT_I(9)
FromToCountThreshold
Bin0132111
Bin1038101

Signal:

 TXTB_PORT_B_DATA_OUT_I(8)
FromToCountThreshold
Bin0121831
Bin1027931

Signal:

 TXTB_PORT_B_DATA_OUT_I(7)
FromToCountThreshold
Bin0140111
Bin1045971

Signal:

 TXTB_PORT_B_DATA_OUT_I(6)
FromToCountThreshold
Bin0132941
Bin1038881

Signal:

 TXTB_PORT_B_DATA_OUT_I(5)
FromToCountThreshold
Bin0131111
Bin1037191

Signal:

 TXTB_PORT_B_DATA_OUT_I(4)
FromToCountThreshold
Bin0118521
Bin1024661

Signal:

 TXTB_PORT_B_DATA_OUT_I(3)
FromToCountThreshold
Bin0126711
Bin1032651

Signal:

 TXTB_PORT_B_DATA_OUT_I(2)
FromToCountThreshold
Bin0132341
Bin1038371

Signal:

 TXTB_PORT_B_DATA_OUT_I(1)
FromToCountThreshold
Bin0127811
Bin1033771

Signal:

 TXTB_PORT_B_DATA_OUT_I(0)
FromToCountThreshold
Bin0135261
Bin1041211

Signal:

 TXTB_PARITY_ERROR_VALID_I
FromToCountThreshold
Bin013961
Bin1010561

Signal:

 MR_TX_COMMAND_TXCE_Q
FromToCountThreshold
Bin013401
Bin1010001

Signal:

 MR_TX_COMMAND_TXCR_Q
FromToCountThreshold
Bin0192921
Bin1099521

Signal:

 MR_TX_COMMAND_TXCA_Q
FromToCountThreshold
Bin0114961
Bin1021561

Signal:

 TX_COMMAND_TXCE_VALID
FromToCountThreshold
Bin01961
Bin107561

Signal:

 TX_COMMAND_TXCR_VALID
FromToCountThreshold
Bin0111431
Bin1018031

Signal:

 ABORT_APPLIED
FromToCountThreshold
Bin011811
Bin108411

Signal:

 ABORT_OR_SKIPPED
FromToCountThreshold
Bin011811
Bin108411

Signal:

 TXTB_PORT_A_WRITE
FromToCountThreshold
Bin01455331
Bin10461931

Signal:

 TXTB_RAM_CLK_EN
FromToCountThreshold
Bin01718801
Bin10725401

Signal:

 CLK_RAM
FromToCountThreshold
Bin01136414061
Bin10136420661

Signal:

 PARITY_MISMATCH
FromToCountThreshold
Bin0115801
Bin1022401

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression

246:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1') 
Evaluated toCountThreshold
BinFalse489471
BinTrue457731

"=" expression

246:    txtb_port_a_write <= '1' when (txtb_port_a_cs = '1' and txtb_user_accessible = '1'
Evaluated toCountThreshold
BinFalse20671
BinTrue926531

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue471201
BinTrueFalse2401
BinTrueTrue455331

"=" expression

259:    txtb_port_b_data_out <= txtb_port_b_data_out_i when (txtb_unmask_data_ram = '1'
Evaluated toCountThreshold
BinFalse152431
BinTrue64021

"=" expression

269:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1') 
Evaluated toCountThreshold
BinFalse1206891
BinTrue257111

"=" expression

269:    txtb_ram_clk_en <= '1' when (txtb_port_b_clk_en = '1' or txtb_port_a_write = '1'
Evaluated toCountThreshold
BinFalse1008671
BinTrue455331

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse751561
BinFalseTrue455331
BinTrueFalse257111

"=" expression

271:                       '1' when (mr_tst_control_tmaena = '1'
Evaluated toCountThreshold
BinFalse745201
BinTrue6361

"=" expression

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
Evaluated toCountThreshold
BinFalse1324761
BinTrue56821

"=" expression

281:                                           txtb_parity_check_valid = '1' and 
Evaluated toCountThreshold
BinFalse800061
BinTrue581521

"and" expression

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
281:                                           txtb_parity_check_valid = '1' and 

LHSRHSCountThreshold
BinFalseTrue555511
BinTrueFalse30811
BinTrueTrue26011

"=" expression

282:                                           txtb_index_muxed = G_ID
Evaluated toCountThreshold
BinFalse1253931
BinTrue127651

"and" expression

280:    txtb_parity_error_valid_i <= '1' when (parity_mismatch = '1' and 
281:                                           txtb_parity_check_valid = '1' and 
282:                                           txtb_index_muxed = G_ID) 

LHSRHSCountThreshold
BinFalseTrue123691
BinTrueFalse22051
BinTrueTrue3961

"=" expression

294:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse1605875161
BinTrue17370461

"=" expression

305:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse29661
BinTrue3561

"=" expression

305:    tx_command_txce_valid <= '1' when (mr_tx_command_txce_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse28151
BinTrue5071

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue4111
BinTrueFalse2601
BinTrueTrue961

"=" expression

308:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse113891
BinTrue98371

"=" expression

308:    tx_command_txcr_valid <= '1' when (mr_tx_command_txcr_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse191541
BinTrue20721

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue9291
BinTrueFalse86941
BinTrueTrue11431

"=" expression

312:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1') 
Evaluated toCountThreshold
BinFalse41381
BinTrue14961

"=" expression

312:    abort_applied <= '1' when (mr_tx_command_txca_q = '1' and mr_tx_command_txbi = '1'
Evaluated toCountThreshold
BinFalse49411
BinTrue6931

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue5121
BinTrueFalse13151
BinTrueTrue1811

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: