NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(3).G_TXT_BUF_ODD.I_TXTB_ODD_TOP.I_TXTB_FSM

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/txt_buffer/txtb_odd_top.vhd


Current Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(3).G_TXT_BUF_ODD.I_TXTB_ODD_TOP.I_TXTB_FSM 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: 3978
Threshold: 1

Signal assignment statement on line 175:

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

Signal assignment statement on line 179:

179:                      '0'
Count: 1995
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: 7564
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: 3044
Threshold: 1

Signal assignment statement on line 185:

185:                    '0'
Count: 4520
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: 44028
Threshold: 1

Signal assignment statement on line 187:

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

Signal assignment statement on line 189:

189:                     (others => '0')
Count: 40159
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: 1696
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: 188
Threshold: 1

Signal assignment statement on line 192:

192:                   '0'
Count: 1508
Threshold: 1

Signal assignment statement on line 194:

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

Signal assignment statement on line 203:

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

Sequential statement on lines 205 to 361:

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

Count: 17933
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: 8191
Threshold: 1

Signal assignment statement on line 214:

214:                next_state <= s_txt_ready; 
Count: 461
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: 3755
Threshold: 1

Signal assignment statement on line 224:

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

Signal assignment statement on line 228:

228:                next_state <= s_txt_parity_err; 
Count: 185
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: 875
Threshold: 1

Signal assignment statement on line 235:

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

Signal assignment statement on line 237:

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

Signal assignment statement on line 242:

242:                next_state <= s_txt_aborted; 
Count: 140
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: 2982
Threshold: 1

Signal assignment statement on line 252:

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

Signal assignment statement on line 256:

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

Signal assignment statement on line 260:

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

Signal assignment statement on line 264:

264:                next_state <= s_txt_ok; 
Count: 477
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: 160
Threshold: 1

Signal assignment statement on line 269:

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

Signal assignment statement on line 271:

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

Signal assignment statement on line 276:

276:                next_state <= s_txt_ab_prog; 
Count: 114
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: 254
Threshold: 1

Signal assignment statement on line 286:

286:                next_state <= s_txt_failed; 
Count: 4
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: 17
Threshold: 1

Signal assignment statement on line 298:

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

Signal assignment statement on line 302:

302:                next_state <= s_txt_aborted; 
Count: 24
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: 567
Threshold: 1

Signal assignment statement on line 312:

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

Signal assignment statement on line 316:

316:                next_state <= s_txt_empty; 
Count: 20
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: 636
Threshold: 1

Signal assignment statement on line 326:

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

Signal assignment statement on line 330:

330:                next_state <= s_txt_empty; 
Count: 4
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: 1346
Threshold: 1

Signal assignment statement on line 340:

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

Signal assignment statement on line 344:

344:                next_state <= s_txt_empty; 
Count: 53
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: 202
Threshold: 1

Signal assignment statement on line 354:

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

Signal assignment statement on line 358:

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

If statement on lines 368 to 369:

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

Count: 8020
Threshold: 1

Signal assignment statement on line 368:

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

Signal assignment statement on line 369:

369:                  '0'
Count: 4338
Threshold: 1

If statement on lines 376 to 382:

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

Count: 165249974
Threshold: 1

Signal assignment statement on line 377:

377:            curr_state <= s_txt_empty; 
Count: 1737636
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: 81754417
Threshold: 1

Signal assignment statement on line 380:

380:                curr_state <= next_state; 
Count: 2966
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: 3978
Threshold: 1

Signal assignment statement on line 389:

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

Signal assignment statement on line 393:

393:                            '1'
Count: 1995
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: 18116
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: 2733
Threshold: 1

Signal assignment statement on line 404:

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

Signal assignment statement on line 407:

407:                       '0'
Count: 15343
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: 5000
Threshold: 1

Signal assignment statement on line 411:

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

Signal assignment statement on line 413:

413:                        '0'
Count: 3945
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: 3978
Threshold: 1

Signal assignment statement on line 417:

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

Signal assignment statement on line 418:

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

Signal assignment statement on line 419:

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

Signal assignment statement on line 420:

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

Signal assignment statement on line 421:

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

Signal assignment statement on line 422:

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

Signal assignment statement on line 423:

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

Signal assignment statement on line 424:

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

If statement on lines 432 to 434:

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

Count: 3118
Threshold: 1

Signal assignment statement on line 432:

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

Signal assignment statement on line 434:

434:                            '0'
Count: 2219
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
BinTrue19831
BinFalse19951

"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
BinTrue30441
BinFalse45201

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

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinTrue38691
BinFalse401591

"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
BinTrue1881
BinFalse15081

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

210:        when s_txt_empty => 
Choice ofCountThreshold
Bins_txt_empty81911

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

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue4611
BinFalse77301

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

220:        when s_txt_ready => 
Choice ofCountThreshold
Bins_txt_ready37551

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

223:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue321
BinFalse37231

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

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue1851
BinFalse35381

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

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinTrue8751
BinFalse26631

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

234:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse8711

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

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinTrue1401
BinFalse25231

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

248:        when s_txt_tx_prog => 
Choice ofCountThreshold
Bins_txt_tx_prog29821

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

251:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue81
BinFalse29741

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

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue891
BinFalse28851

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

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue1601
BinFalse27251

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

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue4771
BinFalse22481

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

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue1601
BinFalse20881

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

268:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse1561

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

275:            elsif (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue1141
BinFalse19741

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

282:        when s_txt_ab_prog => 
Choice ofCountThreshold
Bins_txt_ab_prog2541

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

285:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse2501

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

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

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

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue171
BinFalse2281

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

297:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue121
BinFalse2161

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

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue241
BinFalse1921

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

308:        when s_txt_failed => 
Choice ofCountThreshold
Bins_txt_failed5671

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

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue1131
BinFalse4541

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

315:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue201
BinFalse4341

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

322:        when s_txt_aborted => 
Choice ofCountThreshold
Bins_txt_aborted6361

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

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue1481
BinFalse4881

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

329:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse4841

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

336:        when s_txt_ok => 
Choice ofCountThreshold
Bins_txt_ok13461

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

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue2591
BinFalse10871

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

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue531
BinFalse10341

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

350:        when s_txt_parity_err => 
Choice ofCountThreshold
Bins_txt_parity_err2021

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

353:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue361
BinFalse1661

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

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

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

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

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

376:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue17376361
BinFalse1635123381

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

378:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue817544171
BinFalse817579211

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

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinTrue29661
BinFalse817514511

"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
BinTrue19831
BinFalse19951

"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
BinTrue27331
BinFalse153831

"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
BinTrue401
BinFalse153431

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

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

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

417:        TXT_RDY   when s_txt_ready
Choice ofCountThreshold
Bins_txt_ready10551

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

418:        TXT_TRAN  when s_txt_tx_prog
Choice ofCountThreshold
Bins_txt_tx_prog8711

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

419:        TXT_ABTP  when s_txt_ab_prog
Choice ofCountThreshold
Bins_txt_ab_prog571

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

420:        TXT_TOK   when s_txt_ok
Choice ofCountThreshold
Bins_txt_ok4891

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

421:        TXT_ERR   when s_txt_failed
Choice ofCountThreshold
Bins_txt_failed2051

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

422:        TXT_ABT   when s_txt_aborted
Choice ofCountThreshold
Bins_txt_aborted1641

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

423:        TXT_ETY   when s_txt_empty
Choice ofCountThreshold
Bins_txt_empty10961

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

424:        TXT_PER   when s_txt_parity_err
Choice ofCountThreshold
Bins_txt_parity_err411

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

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinTrue8991
BinFalse22191

Uncovered toggles:

Excluded toggles:

Port:

 CLK_SYS
FromToCountThresholdExcluded due to
Bin0101Exclude file
Bin1001Exclude file

Port:

 RST_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
BinLOCK01103321
BinLOCK10109921
BinVALID0138341
BinVALID1044941
BinERR0111231
BinERR1017831
BinARBL01441
BinARBL107041
BinFAILED0153221
BinFAILED1059821

Port:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin0115591
Bin108991

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin018991
Bin1015591

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin017311
Bin1013911

Port:

 TXTB_STATE
ElementFromToCountThreshold
Bin(3)0111221
Bin(3)104621
Bin(2)018581
Bin(2)1015181
Bin(1)0110351
Bin(1)1016951
Bin(0)019631
Bin(0)1016231

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin0110551
Bin1017151

Port:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin018991
Bin1015591

Signal:

 TXT_FSM_CE
FromToCountThreshold
Bin0136781
Bin1043381

Signal:

 GO_TO_FAILED
FromToCountThreshold
Bin0129441
Bin1029441

Signal:

 TRANSIENT_STATE
FromToCountThreshold
Bin018991
Bin1015591

Signal:

 TXTB_HW_CMD_I
ElementFromToCountThreshold
BinLOCK018751
BinLOCK1015351
BinVALID014891
BinVALID1011491
BinERR011841
BinERR108441
BinARBL0141
BinARBL106641
BinFAILED011981
BinFAILED108581

Signal:

 ARBL_OR_ERR
FromToCountThreshold
Bin011881
Bin108481

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
BinFalseFalse19951
BinFalseTrue10551
BinTrueFalse9281

"or" expression on lines 175 to 176:

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

LHSRHSCountThreshold
BinFalseFalse30501
BinFalseTrue8711
BinTrueFalse571

"=" expression on line 175:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse39211
BinTrue571

"=" expression on line 176:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse31071
BinTrue8711

"=" expression on line 177:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse29231
BinTrue10551

"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
BinFalseFalse45201
BinFalseTrue321
BinTrueFalse29841

"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
BinFalseFalse45521
BinFalseTrue321
BinTrueFalse29721

"and" expression on line 181:

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

LHSRHSCountThreshold
BinFalseTrue23161
BinTrueFalse8121
BinTrueTrue29801

"=" expression on line 181:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse37721
BinTrue37921

"=" expression on line 181:

 mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED 
Evaluated toCountThreshold
BinFalse22681
BinTrue52961

"=" expression on line 182:

 mr_mode_bmm = BMM_ENABLED 
Evaluated toCountThreshold
BinFalse75241
BinTrue401

"=" expression on line 183:

 mr_mode_rom = ROM_ENABLED 
Evaluated toCountThreshold
BinFalse75041
BinTrue601

"=" expression on line 187:

 txtb_hw_cmd_cs = '1' 
Evaluated toCountThreshold
BinFalse401591
BinTrue38691

"or" expression on line 191:

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

LHSRHSCountThreshold
BinFalseFalse15081
BinFalseTrue41
BinTrueFalse1841

"=" expression on line 191:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse15121
BinTrue1841

"=" expression on line 191:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse16921
BinTrue41

"=" expression on line 213:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse77301
BinTrue4611

"=" expression on line 223:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse37231
BinTrue321

"=" expression on line 227:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse35381
BinTrue1851

"=" expression on line 231:

 txtb_hw_cmd_i.lock = '1' 
Evaluated toCountThreshold
BinFalse26631
BinTrue8751

"=" expression on line 234:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse8711
BinTrue41

"=" expression on line 241:

 abort_or_skipped = '1' 
Evaluated toCountThreshold
BinFalse25231
BinTrue1401

"=" expression on line 251:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse29741
BinTrue81

"=" expression on line 255:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse28851
BinTrue891

"=" expression on line 259:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse27251
BinTrue1601

"=" expression on line 263:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse22481
BinTrue4771

"=" expression on line 267:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse20881
BinTrue1601

"=" expression on line 268:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse1561
BinTrue41

"=" expression on line 275:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse19741
BinTrue1141

"=" expression on line 285:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse2501
BinTrue41

"=" expression on line 289:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse2451
BinTrue51

"=" expression on line 293:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse2281
BinTrue171

"=" expression on line 297:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse2161
BinTrue121

"=" expression on line 301:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse1921
BinTrue241

"=" expression on line 311:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse4541
BinTrue1131

"=" expression on line 315:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse4341
BinTrue201

"=" expression on line 325:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse4881
BinTrue1481

"=" expression on line 329:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse4841
BinTrue41

"=" expression on line 339:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse10871
BinTrue2591

"=" expression on line 343:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse10341
BinTrue531

"=" expression on line 353:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse1661
BinTrue361

"=" expression on line 357:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse1551
BinTrue111

"/=" expression on line 368:

 next_state /= curr_state 
Evaluated toCountThreshold
BinFalse43381
BinTrue36821

"=" expression on line 376:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse1635123381
BinTrue17376361

"=" expression on line 379:

 txt_fsm_ce = '1' 
Evaluated toCountThreshold
BinFalse817514511
BinTrue29661

"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
BinFalseFalse19951
BinFalseTrue571
BinTrueFalse19261

"or" expression on lines 389 to 390:

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

LHSRHSCountThreshold
BinFalseFalse20521
BinFalseTrue8711
BinTrueFalse10551

"=" expression on line 389:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse29231
BinTrue10551

"=" expression on line 390:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse31071
BinTrue8711

"=" expression on line 391:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse39211
BinTrue571

"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
BinFalseFalse153831
BinFalseTrue481
BinTrueFalse26851

"or" expression on lines 396 to 397:

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

LHSRHSCountThreshold
BinFalseFalse154311
BinFalseTrue19561
BinTrueFalse7291

"=" expression on line 396:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse173871
BinTrue7291

"=" expression on line 397:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse161601
BinTrue19561

"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
BinFalseTrue1211
BinTrueFalse5481
BinTrueTrue481

"or" expression on lines 398 to 399:

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

LHSRHSCountThreshold
BinFalseFalse175201
BinFalseTrue5801
BinTrueFalse161

"=" expression on line 398:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse181001
BinTrue161

"=" expression on line 399:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse175361
BinTrue5801

"=" expression on line 400:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse179471
BinTrue1691

"and" expression on lines 404 to 405:

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

LHSRHSCountThreshold
BinFalseTrue42771
BinTrueFalse561
BinTrueTrue401

"and" expression on line 404:

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

LHSRHSCountThreshold
BinFalseTrue2931
BinTrueFalse29901
BinTrueTrue961

"=" expression on line 404:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse122971
BinTrue30861

"=" expression on line 404:

 next_state = s_txt_failed 
Evaluated toCountThreshold
BinFalse149941
BinTrue3891

"=" expression on line 405:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse110661
BinTrue43171

"and" expression on line 411:

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

LHSRHSCountThreshold
BinFalseTrue29271
BinTrueFalse1201
BinTrueTrue10551

"=" expression on line 411:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse38251
BinTrue11751

"=" expression on line 411:

 abort_applied = '0' 
Evaluated toCountThreshold
BinFalse10181
BinTrue39821

"=" expression on line 432:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse22191
BinTrue8991

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_EMPTY11251
BinS_TXT_READY13381
BinS_TXT_TX_PROG9431
BinS_TXT_AB_PROG621
BinS_TXT_OK5441
BinS_TXT_FAILED2291
BinS_TXT_ABORTED1721
BinS_TXT_PARITY_ERR2891

"T_TXT_BUF_STATE" FSM on line 158:

158:    signal curr_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY10961
BinS_TXT_READY10551
BinS_TXT_TX_PROG8711
BinS_TXT_AB_PROG571
BinS_TXT_OK4891
BinS_TXT_FAILED2051
BinS_TXT_ABORTED1641
BinS_TXT_PARITY_ERR411

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: