NVC code coverage report

Hierarchy

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_FSM_INST

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


Current 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_FSM_INST 100.0 % (80/80) 100.0 % (94/94) 100.0 % (70/70) 100.0 % (151/151) 100.0 % (16/16) N.A. 100.0 % (411/411)

Details:

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


Statement Branch Toggle Expression FSM state Functional

Uncovered statements:

Excluded statements:

Covered statements:

If statement on lines 175 to 179:

175:    transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 
176:                                 (curr_state = s_txt_tx_prog) or 
177:                                 (curr_state = s_txt_ready)) 
178:                          else 
179:                      '0'; 

Count: 27645
Threshold: 1

Signal assignment statement on line 175:

175:    transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 
Count: 17059
Threshold: 1

Signal assignment statement on line 179:

179:                      '0'
Count: 10586
Threshold: 1

If statement on lines 181 to 185:

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
182:                              mr_mode_bmm = BMM_ENABLED or 
183:                              mr_mode_rom = ROM_ENABLED) 
184:                        else 
185:                    '0'; 

Count: 21650
Threshold: 1

Signal assignment statement on line 181:

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
Count: 5365
Threshold: 1

Signal assignment statement on line 185:

185:                    '0'
Count: 16285
Threshold: 1

If statement on lines 187 to 189:

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1') 
188:                                 else 
189:                     (others => '0'); 

Count: 117084
Threshold: 1

Signal assignment statement on line 187:

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1') 
Count: 39079
Threshold: 1

Signal assignment statement on line 189:

189:                     (others => '0')
Count: 78005
Threshold: 1

If statement on lines 191 to 192:

191:    arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else 
192:                   '0'; 

Count: 7374
Threshold: 1

Signal assignment statement on line 191:

191:    arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else 
Count: 2086
Threshold: 1

Signal assignment statement on line 192:

192:                   '0'
Count: 5288
Threshold: 1

Signal assignment statement on line 194:

194:    txtb_allow_bb <= transient_state
Count: 16348
Threshold: 1

Signal assignment statement on line 203:

203:        next_state <= curr_state; 
Count: 102450
Threshold: 1

Sequential statement on lines 205 to 361:

205:        case curr_state is 
206: 
...
360: 
361:        end case; 

Count: 102450
Threshold: 1

If statement on lines 213 to 215:

213:            if (tx_command_txcr_valid = '1') then 
214:                next_state <= s_txt_ready; 
215:            end if; 

Count: 21757
Threshold: 1

Signal assignment statement on line 214:

214:                next_state <= s_txt_ready; 
Count: 4020
Threshold: 1

If statement on lines 223 to 243:

223:            if (go_to_failed = '1') then 
224:                next_state <= s_txt_failed; 
...
242:                next_state <= s_txt_aborted; 
243:            end if; 

Count: 28752
Threshold: 1

Signal assignment statement on line 224:

224:                next_state <= s_txt_failed; 
Count: 37
Threshold: 1

Signal assignment statement on line 228:

228:                next_state <= s_txt_parity_err; 
Count: 186
Threshold: 1

If statement on lines 234 to 238:

234:                if (abort_applied = '1') then 
235:                    next_state <= s_txt_ab_prog; 
236:                else 
237:                    next_state <= s_txt_tx_prog; 
238:                end if; 

Count: 8377
Threshold: 1

Signal assignment statement on line 235:

235:                    next_state <= s_txt_ab_prog; 
Count: 5
Threshold: 1

Signal assignment statement on line 237:

237:                    next_state <= s_txt_tx_prog; 
Count: 8372
Threshold: 1

Signal assignment statement on line 242:

242:                next_state <= s_txt_aborted; 
Count: 205
Threshold: 1

If statement on lines 251 to 277:

251:            if (go_to_failed = '1') then 
252:                next_state <= s_txt_failed; 
...
276:                next_state <= s_txt_ab_prog; 
277:            end if; 

Count: 27576
Threshold: 1

Signal assignment statement on line 252:

252:                next_state <= s_txt_failed; 
Count: 10
Threshold: 1

Signal assignment statement on line 256:

256:                next_state <= s_txt_parity_err; 
Count: 100
Threshold: 1

Signal assignment statement on line 260:

260:                next_state <= s_txt_failed; 
Count: 1870
Threshold: 1

Signal assignment statement on line 264:

264:                next_state <= s_txt_ok; 
Count: 4356
Threshold: 1

If statement on lines 268 to 272:

268:                if (abort_applied = '1') then 
269:                    next_state <= s_txt_aborted; 
270:                else 
271:                    next_state <= s_txt_ready; 
272:                end if; 

Count: 2055
Threshold: 1

Signal assignment statement on line 269:

269:                    next_state <= s_txt_aborted; 
Count: 5
Threshold: 1

Signal assignment statement on line 271:

271:                    next_state <= s_txt_ready; 
Count: 2050
Threshold: 1

Signal assignment statement on line 276:

276:                next_state <= s_txt_ab_prog; 
Count: 138
Threshold: 1

If statement on lines 285 to 303:

285:            if (go_to_failed = '1') then 
286:                next_state <= s_txt_failed; 
...
302:                next_state <= s_txt_aborted; 
303:            end if; 

Count: 304
Threshold: 1

Signal assignment statement on line 286:

286:                next_state <= s_txt_failed; 
Count: 5
Threshold: 1

Signal assignment statement on line 290:

290:                next_state <= s_txt_parity_err; 
Count: 5
Threshold: 1

Signal assignment statement on line 294:

294:                next_state <= s_txt_failed; 
Count: 24
Threshold: 1

Signal assignment statement on line 298:

298:                next_state <= s_txt_ok; 
Count: 15
Threshold: 1

Signal assignment statement on line 302:

302:                next_state <= s_txt_aborted; 
Count: 26
Threshold: 1

If statement on lines 311 to 317:

311:            if (tx_command_txcr_valid = '1') then 
312:                next_state <= s_txt_ready; 
...
316:                next_state <= s_txt_empty; 
317:            end if; 

Count: 8830
Threshold: 1

Signal assignment statement on line 312:

312:                next_state <= s_txt_ready; 
Count: 3363
Threshold: 1

Signal assignment statement on line 316:

316:                next_state <= s_txt_empty; 
Count: 25
Threshold: 1

If statement on lines 325 to 331:

325:            if (tx_command_txcr_valid = '1') then 
326:                next_state <= s_txt_ready; 
...
330:                next_state <= s_txt_empty; 
331:            end if; 

Count: 859
Threshold: 1

Signal assignment statement on line 326:

326:                next_state <= s_txt_ready; 
Count: 211
Threshold: 1

Signal assignment statement on line 330:

330:                next_state <= s_txt_empty; 
Count: 5
Threshold: 1

If statement on lines 339 to 345:

339:            if (tx_command_txcr_valid = '1') then 
340:                next_state <= s_txt_ready; 
...
344:                next_state <= s_txt_empty; 
345:            end if; 

Count: 14168
Threshold: 1

Signal assignment statement on line 340:

340:                next_state <= s_txt_ready; 
Count: 3766
Threshold: 1

Signal assignment statement on line 344:

344:                next_state <= s_txt_empty; 
Count: 50
Threshold: 1

If statement on lines 353 to 359:

353:            if (tx_command_txcr_valid = '1') then 
354:                next_state <= s_txt_ready; 
...
358:                next_state <= s_txt_empty; 
359:            end if; 

Count: 204
Threshold: 1

Signal assignment statement on line 354:

354:                next_state <= s_txt_ready; 
Count: 34
Threshold: 1

Signal assignment statement on line 358:

358:                next_state <= s_txt_empty; 
Count: 15
Threshold: 1

If statement on lines 368 to 369:

368:    txt_fsm_ce <= '1' when (next_state /= curr_state) else 
369:                  '0'; 

Count: 63838
Threshold: 1

Signal assignment statement on line 368:

368:    txt_fsm_ce <= '1' when (next_state /= curr_state) else 
Count: 31121
Threshold: 1

Signal assignment statement on line 369:

369:                  '0'
Count: 32717
Threshold: 1

If statement on lines 376 to 382:

376:        if (res_n = '0') then 
377:            curr_state <= s_txt_empty; 
...
381:            end if; 
382:        end if; 

Count: 1090018206
Threshold: 1

Signal assignment statement on line 377:

377:            curr_state <= s_txt_empty; 
Count: 2424883
Threshold: 1

If statement on lines 379 to 381:

379:            if (txt_fsm_ce = '1') then 
380:                curr_state <= next_state; 
381:            end if; 

Count: 543791678
Threshold: 1

Signal assignment statement on line 380:

380:                curr_state <= next_state; 
Count: 23717
Threshold: 1

If statement on lines 389 to 393:

389:    txtb_user_accessible <= '0' when ((curr_state = s_txt_ready)   or 
390:                                      (curr_state = s_txt_tx_prog) or 
391:                                      (curr_state = s_txt_ab_prog)) 
392:                                  else 
393:                            '1'; 

Count: 27645
Threshold: 1

Signal assignment statement on line 389:

389:    txtb_user_accessible <= '0' when ((curr_state = s_txt_ready)   or 
Count: 17059
Threshold: 1

Signal assignment statement on line 393:

393:                            '1'
Count: 10586
Threshold: 1

If statement on lines 396 to 407:

396:    txtb_hw_cmd_int <= '1' when (txtb_hw_cmd_i.failed = '1') or  -- Fail transition completely 
397:                                (txtb_hw_cmd_i.valid = '1') or   -- Finish transition OK 
...
406:                           else 
407:                       '0'; 

Count: 111744
Threshold: 1

Signal assignment statement on line 396:

396:    txtb_hw_cmd_int <= '1' when (txtb_hw_cmd_i.failed = '1') or  -- Fail transition completely 
Count: 25128
Threshold: 1

Signal assignment statement on line 404:

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
Count: 44
Threshold: 1

Signal assignment statement on line 407:

407:                       '0'
Count: 86572
Threshold: 1

If statement on lines 411 to 413:

411:    txtb_available   <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0')) 
412:                            else 
413:                        '0'; 

Count: 29704
Threshold: 1

Signal assignment statement on line 411:

411:    txtb_available   <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0')) 
Count: 8628
Threshold: 1

Signal assignment statement on line 413:

413:                        '0'
Count: 21076
Threshold: 1

Sequential statement on lines 416 to 424:

416:    with curr_state select txtb_state <= 
417:        TXT_RDY   when s_txt_ready, 
...
423:        TXT_ETY   when s_txt_empty, 
424:        TXT_PER   when s_txt_parity_err; 

Count: 27645
Threshold: 1

Signal assignment statement on line 417:

417:        TXT_RDY   when s_txt_ready, 
Count: 8623
Threshold: 1

Signal assignment statement on line 418:

418:        TXT_TRAN  when s_txt_tx_prog, 
Count: 8367
Threshold: 1

Signal assignment statement on line 419:

419:        TXT_ABTP  when s_txt_ab_prog, 
Count: 69
Threshold: 1

Signal assignment statement on line 420:

420:        TXT_TOK   when s_txt_ok, 
Count: 4371
Threshold: 1

Signal assignment statement on line 421:

421:        TXT_ERR   when s_txt_failed, 
Count: 1926
Threshold: 1

Signal assignment statement on line 422:

422:        TXT_ABT   when s_txt_aborted, 
Count: 221
Threshold: 1

Signal assignment statement on line 423:

423:        TXT_ETY   when s_txt_empty, 
Count: 4018
Threshold: 1

Signal assignment statement on line 424:

424:        TXT_PER   when s_txt_parity_err; 
Count: 50
Threshold: 1

If statement on lines 432 to 434:

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1') 
433:                                else 
434:                            '0'; 

Count: 16348
Threshold: 1

Signal assignment statement on line 432:

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1') 
Count: 6573
Threshold: 1

Signal assignment statement on line 434:

434:                            '0'
Count: 9775
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

"if" / "when" / "else" condition on lines 175 to 177:

175:    transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 
176:                                 (curr_state = s_txt_tx_prog) or 
177:                                 (curr_state = s_txt_ready)) 

Evaluated toCountThreshold
BinTrue170591
BinFalse105861

"if" / "when" / "else" condition on lines 181 to 183:

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
182:                              mr_mode_bmm = BMM_ENABLED or 
183:                              mr_mode_rom = ROM_ENABLED) 

Evaluated toCountThreshold
BinTrue53651
BinFalse162851

"if" / "when" / "else" condition on line 187:

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinTrue390791
BinFalse780051

"if" / "when" / "else" condition on line 191:

191:    arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else 
Evaluated toCountThreshold
BinTrue20861
BinFalse52881

"case" / "with" / "select" choice on line 210:

210:        when s_txt_empty => 
Choice ofCountThreshold
Bins_txt_empty217571

"if" / "when" / "else" condition on line 213:

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue40201
BinFalse177371

"case" / "with" / "select" choice on line 220:

220:        when s_txt_ready => 
Choice ofCountThreshold
Bins_txt_ready287521

"if" / "when" / "else" condition on line 223:

223:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue371
BinFalse287151

"if" / "when" / "else" condition on line 227:

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue1861
BinFalse285291

"if" / "when" / "else" condition on line 231:

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinTrue83771
BinFalse201521

"if" / "when" / "else" condition on line 234:

234:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse83721

"if" / "when" / "else" condition on line 241:

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinTrue2051
BinFalse199471

"case" / "with" / "select" choice on line 248:

248:        when s_txt_tx_prog => 
Choice ofCountThreshold
Bins_txt_tx_prog275761

"if" / "when" / "else" condition on line 251:

251:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue101
BinFalse275661

"if" / "when" / "else" condition on line 255:

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue1001
BinFalse274661

"if" / "when" / "else" condition on line 259:

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue18701
BinFalse255961

"if" / "when" / "else" condition on line 263:

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue43561
BinFalse212401

"if" / "when" / "else" condition on line 267:

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue20551
BinFalse191851

"if" / "when" / "else" condition on line 268:

268:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse20501

"if" / "when" / "else" condition on line 275:

275:            elsif (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue1381
BinFalse190471

"case" / "with" / "select" choice on line 282:

282:        when s_txt_ab_prog => 
Choice ofCountThreshold
Bins_txt_ab_prog3041

"if" / "when" / "else" condition on line 285:

285:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse2991

"if" / "when" / "else" condition on line 289:

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse2941

"if" / "when" / "else" condition on line 293:

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue241
BinFalse2701

"if" / "when" / "else" condition on line 297:

297:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue151
BinFalse2551

"if" / "when" / "else" condition on line 301:

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue261
BinFalse2291

"case" / "with" / "select" choice on line 308:

308:        when s_txt_failed => 
Choice ofCountThreshold
Bins_txt_failed88301

"if" / "when" / "else" condition on line 311:

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue33631
BinFalse54671

"if" / "when" / "else" condition on line 315:

315:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue251
BinFalse54421

"case" / "with" / "select" choice on line 322:

322:        when s_txt_aborted => 
Choice ofCountThreshold
Bins_txt_aborted8591

"if" / "when" / "else" condition on line 325:

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue2111
BinFalse6481

"if" / "when" / "else" condition on line 329:

329:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse6431

"case" / "with" / "select" choice on line 336:

336:        when s_txt_ok => 
Choice ofCountThreshold
Bins_txt_ok141681

"if" / "when" / "else" condition on line 339:

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue37661
BinFalse104021

"if" / "when" / "else" condition on line 343:

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue501
BinFalse103521

"case" / "with" / "select" choice on line 350:

350:        when s_txt_parity_err => 
Choice ofCountThreshold
Bins_txt_parity_err2041

"if" / "when" / "else" condition on line 353:

353:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue341
BinFalse1701

"if" / "when" / "else" condition on line 357:

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue151
BinFalse1551

"if" / "when" / "else" condition on line 368:

368:    txt_fsm_ce <= '1' when (next_state /= curr_state) else 
Evaluated toCountThreshold
BinTrue311211
BinFalse327171

"if" / "when" / "else" condition on line 376:

376:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue24248831
BinFalse10875933231

"if" / "when" / "else" condition on line 378:

378:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5437916781
BinFalse5438016451

"if" / "when" / "else" condition on line 379:

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinTrue237171
BinFalse5437679611

"if" / "when" / "else" condition on lines 389 to 391:

389:    txtb_user_accessible <= '0' when ((curr_state = s_txt_ready)   or 
390:                                      (curr_state = s_txt_tx_prog) or 
391:                                      (curr_state = s_txt_ab_prog)) 

Evaluated toCountThreshold
BinTrue170591
BinFalse105861

"if" / "when" / "else" condition on lines 396 to 400:

396:    txtb_hw_cmd_int <= '1' when (txtb_hw_cmd_i.failed = '1') or  -- Fail transition completely 
397:                                (txtb_hw_cmd_i.valid = '1') or   -- Finish transition OK 
398:                                ((txtb_hw_cmd_i.arbl = '1' or 
399:                                  txtb_hw_cmd_i.err = '1') and 
400:                                 (curr_state = s_txt_ab_prog))   -- Not failed completely, but already in 

Evaluated toCountThreshold
BinTrue251281
BinFalse866161

"if" / "when" / "else" condition on lines 404 to 405:

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
405:                                 transient_state = '1') 

Evaluated toCountThreshold
BinTrue441
BinFalse865721

"if" / "when" / "else" condition on line 411:

411:    txtb_available   <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0')
Evaluated toCountThreshold
BinTrue86281
BinFalse210761

"case" / "with" / "select" choice on line 417:

417:        TXT_RDY   when s_txt_ready
Choice ofCountThreshold
Bins_txt_ready86231

"case" / "with" / "select" choice on line 418:

418:        TXT_TRAN  when s_txt_tx_prog
Choice ofCountThreshold
Bins_txt_tx_prog83671

"case" / "with" / "select" choice on line 419:

419:        TXT_ABTP  when s_txt_ab_prog
Choice ofCountThreshold
Bins_txt_ab_prog691

"case" / "with" / "select" choice on line 420:

420:        TXT_TOK   when s_txt_ok
Choice ofCountThreshold
Bins_txt_ok43711

"case" / "with" / "select" choice on line 421:

421:        TXT_ERR   when s_txt_failed
Choice ofCountThreshold
Bins_txt_failed19261

"case" / "with" / "select" choice on line 422:

422:        TXT_ABT   when s_txt_aborted
Choice ofCountThreshold
Bins_txt_aborted2211

"case" / "with" / "select" choice on line 423:

423:        TXT_ETY   when s_txt_empty
Choice ofCountThreshold
Bins_txt_empty40181

"case" / "with" / "select" choice on line 424:

424:        TXT_PER   when s_txt_parity_err
Choice ofCountThreshold
Bins_txt_parity_err501

"if" / "when" / "else" condition on line 432:

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinTrue65731
BinFalse97751

Uncovered toggles:

Excluded toggles:

Port:

 CLK_SYS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RES_N
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_BMM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_MODE_ROM
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 MR_SETTINGS_TBFBO
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TX_COMMAND_TXCE_VALID
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TX_COMMAND_TXCR_VALID
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 ABORT_APPLIED
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 ABORT_OR_SKIPPED
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TXTB_HW_CMD_CS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 IS_BUS_OFF
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 TXTB_PARITY_ERROR_VALID
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Covered toggles:

Port:

 TXTB_HW_CMD
ElementFromToCountThreshold
BinLOCK01252751
BinLOCK10268761
BinVALID01111121
BinVALID10127131
BinERR0142621
BinERR1058631
BinARBL014551
BinARBL1020561
BinFAILED0194361
BinFAILED10110371

Port:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin0181741
Bin1065731

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin0165731
Bin1081741

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin0163291
Bin1079301

Port:

 TXTB_STATE
ElementFromToCountThreshold
Bin(3)0140451
Bin(3)1024441
Bin(2)0165181
Bin(2)1081191
Bin(1)0185891
Bin(1)10101901
Bin(0)0184851
Bin(0)10100861

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin0186281
Bin10102291

Port:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin0165731
Bin1081741

Signal:

 TXT_FSM_CE
FromToCountThreshold
Bin01311161
Bin10327171

Signal:

 GO_TO_FAILED
FromToCountThreshold
Bin0152181
Bin1052301

Signal:

 TRANSIENT_STATE
FromToCountThreshold
Bin0165731
Bin1081741

Signal:

 TXTB_HW_CMD_I
ElementFromToCountThreshold
BinLOCK0183721
BinLOCK1099731
BinVALID0143711
BinVALID1059721
BinERR0118791
BinERR1034801
BinARBL012071
BinARBL1018081
BinFAILED0119101
BinFAILED1035111

Signal:

 ARBL_OR_ERR
FromToCountThreshold
Bin0120861
Bin1036871

Uncovered expressions:

Excluded expressions:

Covered expressions:

"or" expression on lines 175 to 177:

 (curr_state = s_txt_ab_prog) or (curr_state = s_txt_tx_prog) or (curr_state = s_txt_ready) 
 <---------------------------LHS---------------------------->     <---------RHS---------->  

LHSRHSCountThreshold
BinFalseFalse105861
BinFalseTrue86231
BinTrueFalse84361

"or" expression on lines 175 to 176:

 (curr_state = s_txt_ab_prog) or (curr_state = s_txt_tx_prog) 
  <----------LHS----------->      <----------RHS----------->  

LHSRHSCountThreshold
BinFalseFalse192091
BinFalseTrue83671
BinTrueFalse691

"=" expression on line 175:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse275761
BinTrue691

"=" expression on line 176:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse192781
BinTrue83671

"=" expression on line 177:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse190221
BinTrue86231

"or" expression on lines 181 to 183:

 (is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or mr_mode_bmm = BMM_ENABLED or mr_mode_rom = ROM_ENABLED 
 <------------------------------------------------LHS------------------------------------------------>    <----------RHS----------> 

LHSRHSCountThreshold
BinFalseFalse162851
BinFalseTrue621
BinTrueFalse52681

"or" expression on lines 181 to 182:

 (is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or mr_mode_bmm = BMM_ENABLED 
  <--------------------------------LHS--------------------------------->     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseFalse163471
BinFalseTrue401
BinTrueFalse52531

"and" expression on line 181:

 is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED 
 <-----LHS------>     <----------------------RHS----------------------> 

LHSRHSCountThreshold
BinFalseTrue28771
BinTrueFalse63501
BinTrueTrue52631

"=" expression on line 181:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse100371
BinTrue116131

"=" expression on line 181:

 mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED 
Evaluated toCountThreshold
BinFalse135101
BinTrue81401

"=" expression on line 182:

 mr_mode_bmm = BMM_ENABLED 
Evaluated toCountThreshold
BinFalse216001
BinTrue501

"=" expression on line 183:

 mr_mode_rom = ROM_ENABLED 
Evaluated toCountThreshold
BinFalse215531
BinTrue971

"=" expression on line 187:

 txtb_hw_cmd_cs = '1' 
Evaluated toCountThreshold
BinFalse780051
BinTrue390791

"or" expression on line 191:

 txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1' 
 <---------LHS--------->    <---------RHS----------> 

LHSRHSCountThreshold
BinFalseFalse52881
BinFalseTrue2071
BinTrueFalse18791

"=" expression on line 191:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse54951
BinTrue18791

"=" expression on line 191:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse71671
BinTrue2071

"=" expression on line 213:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse177371
BinTrue40201

"=" expression on line 223:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse287151
BinTrue371

"=" expression on line 227:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse285291
BinTrue1861

"=" expression on line 231:

 txtb_hw_cmd_i.lock = '1' 
Evaluated toCountThreshold
BinFalse201521
BinTrue83771

"=" expression on line 234:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse83721
BinTrue51

"=" expression on line 241:

 abort_or_skipped = '1' 
Evaluated toCountThreshold
BinFalse199471
BinTrue2051

"=" expression on line 251:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse275661
BinTrue101

"=" expression on line 255:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse274661
BinTrue1001

"=" expression on line 259:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse255961
BinTrue18701

"=" expression on line 263:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse212401
BinTrue43561

"=" expression on line 267:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse191851
BinTrue20551

"=" expression on line 268:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse20501
BinTrue51

"=" expression on line 275:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse190471
BinTrue1381

"=" expression on line 285:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse2991
BinTrue51

"=" expression on line 289:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse2941
BinTrue51

"=" expression on line 293:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse2701
BinTrue241

"=" expression on line 297:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse2551
BinTrue151

"=" expression on line 301:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse2291
BinTrue261

"=" expression on line 311:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse54671
BinTrue33631

"=" expression on line 315:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse54421
BinTrue251

"=" expression on line 325:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse6481
BinTrue2111

"=" expression on line 329:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse6431
BinTrue51

"=" expression on line 339:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse104021
BinTrue37661

"=" expression on line 343:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse103521
BinTrue501

"=" expression on line 353:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse1701
BinTrue341

"=" expression on line 357:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse1551
BinTrue151

"/=" expression on line 368:

 next_state /= curr_state 
Evaluated toCountThreshold
BinFalse327171
BinTrue311211

"=" expression on line 376:

 res_n = '0' 
Evaluated toCountThreshold
BinFalse10875933231
BinTrue24248831

"=" expression on line 379:

 txt_fsm_ce = '1' 
Evaluated toCountThreshold
BinFalse5437679611
BinTrue237171

"or" expression on lines 389 to 391:

 (curr_state = s_txt_ready) or (curr_state = s_txt_tx_prog) or (curr_state = s_txt_ab_prog) 
 <--------------------------LHS--------------------------->     <----------RHS----------->  

LHSRHSCountThreshold
BinFalseFalse105861
BinFalseTrue691
BinTrueFalse169901

"or" expression on lines 389 to 390:

 (curr_state = s_txt_ready) or (curr_state = s_txt_tx_prog) 
  <---------LHS---------->      <----------RHS----------->  

LHSRHSCountThreshold
BinFalseFalse106551
BinFalseTrue83671
BinTrueFalse86231

"=" expression on line 389:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse190221
BinTrue86231

"=" expression on line 390:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse192781
BinTrue83671

"=" expression on line 391:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse275761
BinTrue691

"or" expression on lines 396 to 400:

 (txtb_hw_cmd_i.failed = '1') or (txtb_hw_cmd_i.valid = '1') or ((txtb_hw_cmd_i.arbl = '1' or txtb_hw_cmd_i.err = '1') and (curr_state = s_txt_ab_prog)) 
 <---------------------------LHS--------------------------->     <----------------------------------------RHS----------------------------------------->  

LHSRHSCountThreshold
BinFalseFalse866161
BinFalseTrue521
BinTrueFalse250761

"or" expression on lines 396 to 397:

 (txtb_hw_cmd_i.failed = '1') or (txtb_hw_cmd_i.valid = '1') 
  <----------LHS----------->      <----------RHS---------->  

LHSRHSCountThreshold
BinFalseFalse866681
BinFalseTrue174841
BinTrueFalse75921

"=" expression on line 396:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse1041521
BinTrue75921

"=" expression on line 397:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse942601
BinTrue174841

"and" expression on lines 398 to 400:

 (txtb_hw_cmd_i.arbl = '1' or txtb_hw_cmd_i.err = '1') and (curr_state = s_txt_ab_prog) 
  <-----------------------LHS----------------------->       <----------RHS----------->  

LHSRHSCountThreshold
BinFalseTrue1531
BinTrueFalse62421
BinTrueTrue521

"or" expression on lines 398 to 399:

 txtb_hw_cmd_i.arbl = '1' or txtb_hw_cmd_i.err = '1' 
 <---------LHS---------->    <---------RHS---------> 

LHSRHSCountThreshold
BinFalseFalse1054501
BinFalseTrue56681
BinTrueFalse6261

"=" expression on line 398:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse1111181
BinTrue6261

"=" expression on line 399:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse1060761
BinTrue56681

"=" expression on line 400:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse1115391
BinTrue2051

"and" expression on lines 404 to 405:

 is_bus_off = '1' and next_state = s_txt_failed and transient_state = '1' 
 <--------------------LHS--------------------->     <--------RHS--------> 

LHSRHSCountThreshold
BinFalseTrue327001
BinTrueFalse641
BinTrueTrue441

"and" expression on line 404:

 is_bus_off = '1' and next_state = s_txt_failed 
 <-----LHS------>     <----------RHS----------> 

LHSRHSCountThreshold
BinFalseTrue36121
BinTrueFalse82751
BinTrueTrue1081

"=" expression on line 404:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse782331
BinTrue83831

"=" expression on line 404:

 next_state = s_txt_failed 
Evaluated toCountThreshold
BinFalse828961
BinTrue37201

"=" expression on line 405:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse538721
BinTrue327441

"and" expression on line 411:

 (curr_state = s_txt_ready) and (abort_applied = '0') 
  <---------LHS---------->       <-------RHS------->  

LHSRHSCountThreshold
BinFalseTrue190261
BinTrueFalse1561
BinTrueTrue86281

"=" expression on line 411:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse209201
BinTrue87841

"=" expression on line 411:

 abort_applied = '0' 
Evaluated toCountThreshold
BinFalse20501
BinTrue276541

"=" expression on line 432:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse97751
BinTrue65731

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

"T_TXT_BUF_STATE" FSM on line 157:

157:    signal next_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY56261
BinS_TXT_READY136011
BinS_TXT_TX_PROG84551
BinS_TXT_AB_PROG751
BinS_TXT_OK59771
BinS_TXT_FAILED35171
BinS_TXT_ABORTED2451
BinS_TXT_PARITY_ERR2981

"T_TXT_BUF_STATE" FSM on line 158:

158:    signal curr_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY40181
BinS_TXT_READY86231
BinS_TXT_TX_PROG83671
BinS_TXT_AB_PROG691
BinS_TXT_OK43711
BinS_TXT_FAILED19261
BinS_TXT_ABORTED2211
BinS_TXT_PARITY_ERR501

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: