NVC code coverage report

Hierarchy

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(0).G_TXT_BUF_EVEN.I_TXTB_EVEN_TOP.I_TXTB_FSM

File:  /__w/CTU-CAN-FD/CTU-CAN-FD/src/txt_buffer/txtb_even_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(0).G_TXT_BUF_EVEN.I_TXTB_EVEN_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: 48416
Threshold: 1

Signal assignment statement on line 175:

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

Signal assignment statement on line 179:

179:                      '0'
Count: 17881
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: 21649
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: 16284
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: 118368
Threshold: 1

Signal assignment statement on line 187:

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

Signal assignment statement on line 189:

189:                     (others => '0')
Count: 50559
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: 10548
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: 2072
Threshold: 1

Signal assignment statement on line 192:

192:                   '0'
Count: 8476
Threshold: 1

Signal assignment statement on line 194:

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

Signal assignment statement on line 203:

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

Sequential statement on lines 205 to 361:

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

Count: 167039
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: 24500
Threshold: 1

Signal assignment statement on line 214:

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

Signal assignment statement on line 224:

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

Signal assignment statement on line 228:

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

Signal assignment statement on line 235:

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

Signal assignment statement on line 237:

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

Signal assignment statement on line 242:

242:                next_state <= s_txt_aborted; 
Count: 258
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: 47043
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: 96
Threshold: 1

Signal assignment statement on line 260:

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

Signal assignment statement on line 264:

264:                next_state <= s_txt_ok; 
Count: 4848
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: 2030
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: 2025
Threshold: 1

Signal assignment statement on line 276:

276:                next_state <= s_txt_ab_prog; 
Count: 1440
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: 2926
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: 13
Threshold: 1

Signal assignment statement on line 294:

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

Signal assignment statement on line 298:

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

Signal assignment statement on line 302:

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

Signal assignment statement on line 312:

312:                next_state <= s_txt_ready; 
Count: 8157
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: 1202
Threshold: 1

Signal assignment statement on line 326:

326:                next_state <= s_txt_ready; 
Count: 288
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: 18337
Threshold: 1

Signal assignment statement on line 340:

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

Signal assignment statement on line 344:

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

Signal assignment statement on line 354:

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

Signal assignment statement on line 358:

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

If statement on lines 368 to 369:

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

Count: 106088
Threshold: 1

Signal assignment statement on line 368:

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

Signal assignment statement on line 369:

369:                  '0'
Count: 53842
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: 1096781321
Threshold: 1

Signal assignment statement on line 377:

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

Signal assignment statement on line 380:

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

Signal assignment statement on line 389:

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

Signal assignment statement on line 393:

393:                            '1'
Count: 17881
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: 181221
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: 50476
Threshold: 1

Signal assignment statement on line 404:

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

Signal assignment statement on line 407:

407:                       '0'
Count: 130711
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: 51985
Threshold: 1

Signal assignment statement on line 411:

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

Signal assignment statement on line 413:

413:                        '0'
Count: 36872
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: 48416
Threshold: 1

Signal assignment statement on line 417:

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

Signal assignment statement on line 418:

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

Signal assignment statement on line 419:

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

Signal assignment statement on line 420:

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

Signal assignment statement on line 421:

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

Signal assignment statement on line 422:

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

Signal assignment statement on line 423:

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

Signal assignment statement on line 424:

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

If statement on lines 432 to 434:

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

Count: 29378
Threshold: 1

Signal assignment statement on line 432:

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

Signal assignment statement on line 434:

434:                            '0'
Count: 16290
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
BinTrue305351
BinFalse178811

"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
BinFalse162841

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

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinTrue678091
BinFalse505591

"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
BinTrue20721
BinFalse84761

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

210:        when s_txt_empty => 
Choice ofCountThreshold
Bins_txt_empty245001

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

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue45921
BinFalse199081

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

220:        when s_txt_ready => 
Choice ofCountThreshold
Bins_txt_ready484501

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

223:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue971
BinFalse483531

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

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue2391
BinFalse481141

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

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinTrue147091
BinFalse334051

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

234:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue61
BinFalse147031

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

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinTrue2581
BinFalse331471

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

248:        when s_txt_tx_prog => 
Choice ofCountThreshold
Bins_txt_tx_prog470431

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

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

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

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue961
BinFalse469371

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

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue70721
BinFalse398651

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

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue48481
BinFalse350171

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

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue20301
BinFalse329871

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

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

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

275:            elsif (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue14401
BinFalse315471

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

282:        when s_txt_ab_prog => 
Choice ofCountThreshold
Bins_txt_ab_prog29261

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

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

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

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue131
BinFalse29081

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

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue101
BinFalse28981

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

297:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue6591
BinFalse22391

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

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue401
BinFalse21991

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

308:        when s_txt_failed => 
Choice ofCountThreshold
Bins_txt_failed241061

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

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue81571
BinFalse159491

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

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

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

322:        when s_txt_aborted => 
Choice ofCountThreshold
Bins_txt_aborted12021

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

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue2881
BinFalse9141

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

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

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

336:        when s_txt_ok => 
Choice ofCountThreshold
Bins_txt_ok183371

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

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue51761
BinFalse131611

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

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue171
BinFalse131441

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

350:        when s_txt_parity_err => 
Choice ofCountThreshold
Bins_txt_parity_err4751

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

353:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue611
BinFalse4141

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

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue481
BinFalse3661

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

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

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

376:        if (rst_n = '0') then 
Evaluated toCountThreshold
BinTrue24226741
BinFalse10943586471

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

378:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue5471743341
BinFalse5471843131

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

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinTrue436821
BinFalse5471306521

"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
BinTrue305351
BinFalse178811

"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
BinTrue504761
BinFalse1307451

"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
BinTrue341
BinFalse1307111

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

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

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

417:        TXT_RDY   when s_txt_ready
Choice ofCountThreshold
Bins_txt_ready151131

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

418:        TXT_TRAN  when s_txt_tx_prog
Choice ofCountThreshold
Bins_txt_tx_prog147011

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

419:        TXT_ABTP  when s_txt_ab_prog
Choice ofCountThreshold
Bins_txt_ab_prog7211

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

420:        TXT_TOK   when s_txt_ok
Choice ofCountThreshold
Bins_txt_ok55071

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

421:        TXT_ERR   when s_txt_failed
Choice ofCountThreshold
Bins_txt_failed71391

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

422:        TXT_ABT   when s_txt_aborted
Choice ofCountThreshold
Bins_txt_aborted2981

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

423:        TXT_ETY   when s_txt_empty
Choice ofCountThreshold
Bins_txt_empty48241

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

424:        TXT_PER   when s_txt_parity_err
Choice ofCountThreshold
Bins_txt_parity_err1131

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

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinTrue130881
BinFalse162901

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
BinLOCK01255011
BinLOCK10271021
BinVALID01111151
BinVALID10127161
BinERR0142691
BinERR1058701
BinARBL014551
BinARBL1020561
BinFAILED0196511
BinFAILED10112521

Port:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin01146891
Bin10130881

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin01130881
Bin10146891

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin01126861
Bin10142871

Port:

 TXTB_STATE
ElementFromToCountThreshold
Bin(3)0148731
Bin(3)1032751
Bin(2)01129441
Bin(2)10145421
Bin(1)01150171
Bin(1)10166181
Bin(0)01155361
Bin(0)10171371

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin01151131
Bin10167141

Port:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin01130881
Bin10146891

Signal:

 TXT_FSM_CE
FromToCountThreshold
Bin01522411
Bin10538421

Signal:

 GO_TO_FAILED
FromToCountThreshold
Bin0152181
Bin1052301

Signal:

 TRANSIENT_STATE
FromToCountThreshold
Bin01130881
Bin10146891

Signal:

 TXTB_HW_CMD_I
ElementFromToCountThreshold
BinLOCK01147071
BinLOCK10179091
BinVALID0155071
BinVALID1087091
BinERR0118361
BinERR1050381
BinARBL012361
BinARBL1034381
BinFAILED0171221
BinFAILED10103241

Signal:

 ARBL_OR_ERR
FromToCountThreshold
Bin0120721
Bin1036731

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
BinFalseFalse178811
BinFalseTrue151131
BinTrueFalse154221

"or" expression on lines 175 to 176:

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

LHSRHSCountThreshold
BinFalseFalse329941
BinFalseTrue147011
BinTrueFalse7211

"=" expression on line 175:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse476951
BinTrue7211

"=" expression on line 176:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse337151
BinTrue147011

"=" expression on line 177:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse333031
BinTrue151131

"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
BinFalseFalse162841
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
BinFalseFalse163461
BinFalseTrue401
BinTrueFalse52531

"and" expression on line 181:

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

LHSRHSCountThreshold
BinFalseTrue28771
BinTrueFalse63491
BinTrueTrue52631

"=" expression on line 181:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse100371
BinTrue116121

"=" expression on line 181:

 mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED 
Evaluated toCountThreshold
BinFalse135091
BinTrue81401

"=" expression on line 182:

 mr_mode_bmm = BMM_ENABLED 
Evaluated toCountThreshold
BinFalse215991
BinTrue501

"=" expression on line 183:

 mr_mode_rom = ROM_ENABLED 
Evaluated toCountThreshold
BinFalse215521
BinTrue971

"=" expression on line 187:

 txtb_hw_cmd_cs = '1' 
Evaluated toCountThreshold
BinFalse505591
BinTrue678091

"or" expression on line 191:

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

LHSRHSCountThreshold
BinFalseFalse84761
BinFalseTrue2361
BinTrueFalse18361

"=" expression on line 191:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse87121
BinTrue18361

"=" expression on line 191:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse103121
BinTrue2361

"=" expression on line 213:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse199081
BinTrue45921

"=" expression on line 223:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse483531
BinTrue971

"=" expression on line 227:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse481141
BinTrue2391

"=" expression on line 231:

 txtb_hw_cmd_i.lock = '1' 
Evaluated toCountThreshold
BinFalse334051
BinTrue147091

"=" expression on line 234:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse147031
BinTrue61

"=" expression on line 241:

 abort_or_skipped = '1' 
Evaluated toCountThreshold
BinFalse331471
BinTrue2581

"=" expression on line 251:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse470331
BinTrue101

"=" expression on line 255:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse469371
BinTrue961

"=" expression on line 259:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse398651
BinTrue70721

"=" expression on line 263:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse350171
BinTrue48481

"=" expression on line 267:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse329871
BinTrue20301

"=" expression on line 268:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse20251
BinTrue51

"=" expression on line 275:

 abort_applied = '1' 
Evaluated toCountThreshold
BinFalse315471
BinTrue14401

"=" expression on line 285:

 go_to_failed = '1' 
Evaluated toCountThreshold
BinFalse29211
BinTrue51

"=" expression on line 289:

 txtb_parity_error_valid = '1' 
Evaluated toCountThreshold
BinFalse29081
BinTrue131

"=" expression on line 293:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse28981
BinTrue101

"=" expression on line 297:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse22391
BinTrue6591

"=" expression on line 301:

 arbl_or_err = '1' 
Evaluated toCountThreshold
BinFalse21991
BinTrue401

"=" expression on line 311:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse159491
BinTrue81571

"=" expression on line 315:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse159241
BinTrue251

"=" expression on line 325:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse9141
BinTrue2881

"=" expression on line 329:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse9091
BinTrue51

"=" expression on line 339:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse131611
BinTrue51761

"=" expression on line 343:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse131441
BinTrue171

"=" expression on line 353:

 tx_command_txcr_valid = '1' 
Evaluated toCountThreshold
BinFalse4141
BinTrue611

"=" expression on line 357:

 tx_command_txce_valid = '1' 
Evaluated toCountThreshold
BinFalse3661
BinTrue481

"/=" expression on line 368:

 next_state /= curr_state 
Evaluated toCountThreshold
BinFalse538421
BinTrue522461

"=" expression on line 376:

 rst_n = '0' 
Evaluated toCountThreshold
BinFalse10943586471
BinTrue24226741

"=" expression on line 379:

 txt_fsm_ce = '1' 
Evaluated toCountThreshold
BinFalse5471306521
BinTrue436821

"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
BinFalseFalse178811
BinFalseTrue7211
BinTrueFalse298141

"or" expression on lines 389 to 390:

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

LHSRHSCountThreshold
BinFalseFalse186021
BinFalseTrue147011
BinTrueFalse151131

"=" expression on line 389:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse333031
BinTrue151131

"=" expression on line 390:

 curr_state = s_txt_tx_prog 
Evaluated toCountThreshold
BinFalse337151
BinTrue147011

"=" expression on line 391:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse476951
BinTrue7211

"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
BinFalseFalse1307451
BinFalseTrue801
BinTrueFalse503961

"or" expression on lines 396 to 397:

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

LHSRHSCountThreshold
BinFalseFalse1308251
BinFalseTrue220281
BinTrueFalse283681

"=" expression on line 396:

 txtb_hw_cmd_i.failed = '1' 
Evaluated toCountThreshold
BinFalse1528531
BinTrue283681

"=" expression on line 397:

 txtb_hw_cmd_i.valid = '1' 
Evaluated toCountThreshold
BinFalse1591931
BinTrue220281

"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
BinFalseTrue20731
BinTrueFalse61771
BinTrueTrue801

"or" expression on lines 398 to 399:

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

LHSRHSCountThreshold
BinFalseFalse1749641
BinFalseTrue55441
BinTrueFalse7131

"=" expression on line 398:

 txtb_hw_cmd_i.arbl = '1' 
Evaluated toCountThreshold
BinFalse1805081
BinTrue7131

"=" expression on line 399:

 txtb_hw_cmd_i.err = '1' 
Evaluated toCountThreshold
BinFalse1756771
BinTrue55441

"=" expression on line 400:

 curr_state = s_txt_ab_prog 
Evaluated toCountThreshold
BinFalse1790681
BinTrue21531

"and" expression on lines 404 to 405:

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

LHSRHSCountThreshold
BinFalseTrue533981
BinTrueFalse591
BinTrueTrue341

"and" expression on line 404:

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

LHSRHSCountThreshold
BinFalseTrue94781
BinTrueFalse83301
BinTrueTrue931

"=" expression on line 404:

 is_bus_off = '1' 
Evaluated toCountThreshold
BinFalse1223221
BinTrue84231

"=" expression on line 404:

 next_state = s_txt_failed 
Evaluated toCountThreshold
BinFalse1211741
BinTrue95711

"=" expression on line 405:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse773131
BinTrue534321

"and" expression on line 411:

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

LHSRHSCountThreshold
BinFalseTrue333081
BinTrueFalse2591
BinTrueTrue151131

"=" expression on line 411:

 curr_state = s_txt_ready 
Evaluated toCountThreshold
BinFalse366131
BinTrue153721

"=" expression on line 411:

 abort_applied = '0' 
Evaluated toCountThreshold
BinFalse35641
BinTrue484211

"=" expression on line 432:

 transient_state = '1' 
Evaluated toCountThreshold
BinFalse162901
BinTrue130881

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_EMPTY61951
BinS_TXT_READY204671
BinS_TXT_TX_PROG147671
BinS_TXT_AB_PROG7271
BinS_TXT_OK76321
BinS_TXT_FAILED88171
BinS_TXT_ABORTED3081
BinS_TXT_PARITY_ERR3601

"T_TXT_BUF_STATE" FSM on line 158:

158:    signal curr_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY48241
BinS_TXT_READY151131
BinS_TXT_TX_PROG147011
BinS_TXT_AB_PROG7211
BinS_TXT_OK55071
BinS_TXT_FAILED71391
BinS_TXT_ABORTED2981
BinS_TXT_PARITY_ERR1131

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: