NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(5).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_fsm.vhd

Sub-instances:

Instance Statement Branch Toggle Expression FSM state Functional Average

Current Instance:

Instance Statement Branch Toggle Expression FSM state Functional Average
CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(5).TXT_BUF_ODD_GEN.TXT_BUFFER_ODD_INST.TXT_BUFFER_FSM_INST 100.0 % (79/79) 100.0 % (94/94) 100.0 % (70/70) 100.0 % (151/151) 100.0 % (16/16) N.A. 100.0 % (410/410)

Details:

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

Uncovered statements:

Excluded statements:

Covered statements:

If statement:

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: 947
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

179:                      '0'
Count: 478
Threshold: 1

If statement:

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: 1933
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

185:                    '0'
Count: 1157
Threshold: 1

If statement:

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

Count: 12477
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 416
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

192:                   '0'
Count: 373
Threshold: 1

Signal assignment statement:

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

Sequential statement:

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

Count: 4416
Threshold: 1

If statement:

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

Count: 2053
Threshold: 1

Signal assignment statement:

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

If statement:

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

Count: 886
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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: 202
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 702
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 38
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 56
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 177
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 165
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 328
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 49
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 1942
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

369:                  '0'
Count: 1053
Threshold: 1

If statement:

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

Count: 35370646
Threshold: 1

Signal assignment statement:

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

If statement:

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

Count: 17304621
Threshold: 1

Signal assignment statement:

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

If statement:

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: 947
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

393:                            '1'
Count: 478
Threshold: 1

If statement:

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: 4456
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

407:                       '0'
Count: 3808
Threshold: 1

If statement:

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

Count: 1204
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

413:                        '0'
Count: 949
Threshold: 1

Sequential statement:

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: 947
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 766
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

434:                            '0'
Count: 548
Threshold: 1

Uncovered branches:

Excluded branches:

Covered branches:

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

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
BinTrue4691
BinFalse4781

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

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
BinTrue7761
BinFalse11571

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

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinTrue8831
BinFalse115941

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

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

"case" / "with" / "select" choice:

210:        when s_txt_empty => 
Choice ofCountThreshold
Bins_txt_empty20531

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

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue1041
BinFalse19491

"case" / "with" / "select" choice:

220:        when s_txt_ready => 
Choice ofCountThreshold
Bins_txt_ready8861

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

223:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue111
BinFalse8751

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

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue361
BinFalse8391

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

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinTrue2021
BinFalse6371

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

234:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue11
BinFalse2011

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

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinTrue371
BinFalse6001

"case" / "with" / "select" choice:

248:        when s_txt_tx_prog => 
Choice ofCountThreshold
Bins_txt_tx_prog7021

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

251:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue21
BinFalse7001

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

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue261
BinFalse6741

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

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue411
BinFalse6331

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

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue1061
BinFalse5271

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

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue381
BinFalse4891

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

268:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue11
BinFalse371

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

275:            elsif (abort_applied = '1') then 
Evaluated toCountThreshold
BinTrue261
BinFalse4631

"case" / "with" / "select" choice:

282:        when s_txt_ab_prog => 
Choice ofCountThreshold
Bins_txt_ab_prog561

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

285:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinTrue11
BinFalse551

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

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue11
BinFalse541

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

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse491

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

297:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue31
BinFalse461

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

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse421

"case" / "with" / "select" choice:

308:        when s_txt_failed => 
Choice ofCountThreshold
Bins_txt_failed1771

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

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue431
BinFalse1341

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

315:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue51
BinFalse1291

"case" / "with" / "select" choice:

322:        when s_txt_aborted => 
Choice ofCountThreshold
Bins_txt_aborted1651

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

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue401
BinFalse1251

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

329:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue11
BinFalse1241

"case" / "with" / "select" choice:

336:        when s_txt_ok => 
Choice ofCountThreshold
Bins_txt_ok3281

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

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue761
BinFalse2521

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

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue131
BinFalse2391

"case" / "with" / "select" choice:

350:        when s_txt_parity_err => 
Choice ofCountThreshold
Bins_txt_parity_err491

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

353:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue91
BinFalse401

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

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue31
BinFalse371

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

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

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

376:        if (res_n = '0') then 
Evaluated toCountThreshold
BinTrue7605161
BinFalse346101301

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

378:        elsif (rising_edge(clk_sys)) then 
Evaluated toCountThreshold
BinTrue173046211
BinFalse173055091

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

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinTrue7081
BinFalse173039131

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

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
BinTrue4691
BinFalse4781

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

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
BinTrue6321
BinFalse38241

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

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

Evaluated toCountThreshold
BinTrue161
BinFalse38081

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

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

"case" / "with" / "select" choice:

417:        TXT_RDY   when s_txt_ready
Choice ofCountThreshold
Bins_txt_ready2551

"case" / "with" / "select" choice:

418:        TXT_TRAN  when s_txt_tx_prog
Choice ofCountThreshold
Bins_txt_tx_prog2011

"case" / "with" / "select" choice:

419:        TXT_ABTP  when s_txt_ab_prog
Choice ofCountThreshold
Bins_txt_ab_prog131

"case" / "with" / "select" choice:

420:        TXT_TOK   when s_txt_ok
Choice ofCountThreshold
Bins_txt_ok1091

"case" / "with" / "select" choice:

421:        TXT_ERR   when s_txt_failed
Choice ofCountThreshold
Bins_txt_failed561

"case" / "with" / "select" choice:

422:        TXT_ABT   when s_txt_aborted
Choice ofCountThreshold
Bins_txt_aborted411

"case" / "with" / "select" choice:

423:        TXT_ETY   when s_txt_empty
Choice ofCountThreshold
Bins_txt_empty2601

"case" / "with" / "select" choice:

424:        TXT_PER   when s_txt_parity_err
Choice ofCountThreshold
Bins_txt_parity_err121

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

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinTrue2181
BinFalse5481

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin01176844351
Bin10176846001

Port:

 RES_N
FromToCountThreshold
Bin017231
Bin107231

Port:

 MR_MODE_BMM
FromToCountThreshold
Bin0131
Bin101681

Port:

 MR_MODE_ROM
FromToCountThreshold
Bin0181
Bin101731

Port:

 MR_SETTINGS_TBFBO
FromToCountThreshold
Bin011991
Bin10341

Port:

 TX_COMMAND_TXCE_VALID
FromToCountThreshold
Bin01241
Bin101891

Port:

 TX_COMMAND_TXCR_VALID
FromToCountThreshold
Bin012721
Bin104371

Port:

 ABORT_APPLIED
FromToCountThreshold
Bin01461
Bin102111

Port:

 ABORT_OR_SKIPPED
FromToCountThreshold
Bin01511
Bin102161

Port:

 TXTB_HW_CMD.LOCK
FromToCountThreshold
Bin0129591
Bin1031241

Port:

 TXTB_HW_CMD.VALID
FromToCountThreshold
Bin0111531
Bin1013181

Port:

 TXTB_HW_CMD.ERR
FromToCountThreshold
Bin014031
Bin105681

Port:

 TXTB_HW_CMD.ARBL
FromToCountThreshold
Bin01171
Bin101821

Port:

 TXTB_HW_CMD.FAILED
FromToCountThreshold
Bin0113841
Bin1015491

Port:

 TXTB_HW_CMD_CS
FromToCountThreshold
Bin01751
Bin102401

Port:

 IS_BUS_OFF
FromToCountThreshold
Bin017581
Bin107581

Port:

 TXTB_PARITY_ERROR_VALID
FromToCountThreshold
Bin01671
Bin102321

Port:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin013831
Bin102181

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin012181
Bin103831

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin011711
Bin103361

Port:

 TXTB_STATE(3)
FromToCountThreshold
Bin012681
Bin101031

Port:

 TXTB_STATE(2)
FromToCountThreshold
Bin012061
Bin103711

Port:

 TXTB_STATE(1)
FromToCountThreshold
Bin012471
Bin104121

Port:

 TXTB_STATE(0)
FromToCountThreshold
Bin012281
Bin103931

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin012551
Bin104201

Port:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin012181
Bin103831

Signal:

 TXT_FSM_CE
FromToCountThreshold
Bin018881
Bin1010531

Signal:

 GO_TO_FAILED
FromToCountThreshold
Bin017511
Bin107511

Signal:

 TRANSIENT_STATE
FromToCountThreshold
Bin012181
Bin103831

Port:

 TXTB_HW_CMD_I.LOCK
FromToCountThreshold
Bin012021
Bin103671

Port:

 TXTB_HW_CMD_I.VALID
FromToCountThreshold
Bin011091
Bin102741

Port:

 TXTB_HW_CMD_I.ERR
FromToCountThreshold
Bin01421
Bin102071

Port:

 TXTB_HW_CMD_I.ARBL
FromToCountThreshold
Bin0111
Bin101661

Port:

 TXTB_HW_CMD_I.FAILED
FromToCountThreshold
Bin01501
Bin102151

Signal:

 ARBL_OR_ERR
FromToCountThreshold
Bin01431
Bin102081

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression

175:    transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 
Evaluated toCountThreshold
BinFalse9341
BinTrue131

"=" expression

176:                                 (curr_state = s_txt_tx_prog) or 
Evaluated toCountThreshold
BinFalse7461
BinTrue2011

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse7331
BinFalseTrue2011
BinTrueFalse131

"=" expression

177:                                 (curr_state = s_txt_ready)) 
Evaluated toCountThreshold
BinFalse6921
BinTrue2551

"or" expression

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)) 

LHSRHSCountThreshold
BinFalseFalse4781
BinFalseTrue2551
BinTrueFalse2141

"=" expression

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
Evaluated toCountThreshold
BinFalse9641
BinTrue9691

"=" expression

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
Evaluated toCountThreshold
BinFalse5791
BinTrue13541

"and" expression

181:    go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or 
                                   <-----LHS------>     <----------------------RHS---------------------->     

LHSRHSCountThreshold
BinFalseTrue5941
BinTrueFalse2091
BinTrueTrue7601

"=" expression

182:                              mr_mode_bmm = BMM_ENABLED or 
Evaluated toCountThreshold
BinFalse19231
BinTrue101

"or" expression

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 

LHSRHSCountThreshold
BinFalseFalse11651
BinFalseTrue81
BinTrueFalse7581

"=" expression

183:                              mr_mode_rom = ROM_ENABLED
Evaluated toCountThreshold
BinFalse19181
BinTrue151

"or" expression

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) 

LHSRHSCountThreshold
BinFalseFalse11571
BinFalseTrue81
BinTrueFalse7611

"=" expression

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinFalse115941
BinTrue8831

"=" expression

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

"=" expression

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

"or" expression

191:    arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else 
                                 <---------LHS--------->    <---------RHS---------->       

LHSRHSCountThreshold
BinFalseFalse3731
BinFalseTrue11
BinTrueFalse421

"=" expression

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse19491
BinTrue1041

"=" expression

223:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinFalse8751
BinTrue111

"=" expression

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse8391
BinTrue361

"=" expression

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinFalse6371
BinTrue2021

"=" expression

234:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinFalse2011
BinTrue11

"=" expression

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinFalse6001
BinTrue371

"=" expression

251:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinFalse7001
BinTrue21

"=" expression

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse6741
BinTrue261

"=" expression

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinFalse6331
BinTrue411

"=" expression

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinFalse5271
BinTrue1061

"=" expression

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinFalse4891
BinTrue381

"=" expression

268:                if (abort_applied = '1') then 
Evaluated toCountThreshold
BinFalse371
BinTrue11

"=" expression

275:            elsif (abort_applied = '1') then 
Evaluated toCountThreshold
BinFalse4631
BinTrue261

"=" expression

285:            if (go_to_failed = '1') then 
Evaluated toCountThreshold
BinFalse551
BinTrue11

"=" expression

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse541
BinTrue11

"=" expression

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinFalse491
BinTrue51

"=" expression

297:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinFalse461
BinTrue31

"=" expression

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinFalse421
BinTrue41

"=" expression

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse1341
BinTrue431

"=" expression

315:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse1291
BinTrue51

"=" expression

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse1251
BinTrue401

"=" expression

329:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse1241
BinTrue11

"=" expression

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse2521
BinTrue761

"=" expression

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse2391
BinTrue131

"=" expression

353:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse401
BinTrue91

"=" expression

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse371
BinTrue31

"/=" expression

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

"=" expression

376:        if (res_n = '0') then 
Evaluated toCountThreshold
BinFalse346101301
BinTrue7605161

"=" expression

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinFalse173039131
BinTrue7081

"=" expression

389:    txtb_user_accessible <= '0' when ((curr_state = s_txt_ready)   or 
Evaluated toCountThreshold
BinFalse6921
BinTrue2551

"=" expression

390:                                      (curr_state = s_txt_tx_prog) or 
Evaluated toCountThreshold
BinFalse7461
BinTrue2011

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse4911
BinFalseTrue2011
BinTrueFalse2551

"=" expression

391:                                      (curr_state = s_txt_ab_prog)) 
Evaluated toCountThreshold
BinFalse9341
BinTrue131

"or" expression

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)) 

LHSRHSCountThreshold
BinFalseFalse4781
BinFalseTrue131
BinTrueFalse4561

"=" expression

396:    txtb_hw_cmd_int <= '1' when (txtb_hw_cmd_i.failed = '1') or  -- Fail transition completely 
Evaluated toCountThreshold
BinFalse42681
BinTrue1881

"=" expression

397:                                (txtb_hw_cmd_i.valid = '1') or   -- Finish transition OK 
Evaluated toCountThreshold
BinFalse40201
BinTrue4361

"or" expression

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 

LHSRHSCountThreshold
BinFalseFalse38321
BinFalseTrue4361
BinTrueFalse1881

"=" expression

398:                                ((txtb_hw_cmd_i.arbl = '1' or 
Evaluated toCountThreshold
BinFalse44521
BinTrue41

"=" expression

399:                                  txtb_hw_cmd_i.err = '1') and 
Evaluated toCountThreshold
BinFalse43251
BinTrue1311

"or" expression

398:                                ((txtb_hw_cmd_i.arbl = '1' or 
399:                                  txtb_hw_cmd_i.err = '1') and 

LHSRHSCountThreshold
BinFalseFalse43211
BinFalseTrue1311
BinTrueFalse41

"=" expression

400:                                 (curr_state = s_txt_ab_prog))   -- Not failed completely, but already in 
Evaluated toCountThreshold
BinFalse44181
BinTrue381

"and" expression

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 

LHSRHSCountThreshold
BinFalseTrue301
BinTrueFalse1271
BinTrueTrue81

"or" expression

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 

LHSRHSCountThreshold
BinFalseFalse38241
BinFalseTrue81
BinTrueFalse6241

"=" expression

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
Evaluated toCountThreshold
BinFalse30181
BinTrue8061

"=" expression

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
Evaluated toCountThreshold
BinFalse36981
BinTrue1261

"and" expression

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
                                     <-----LHS------>     <----------RHS---------->     

LHSRHSCountThreshold
BinFalseTrue901
BinTrueFalse7701
BinTrueTrue361

"=" expression

405:                                 transient_state = '1'
Evaluated toCountThreshold
BinFalse27981
BinTrue10261

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue10101
BinTrueFalse201
BinTrueTrue161

"=" expression

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

"=" expression

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

"and" expression

411:    txtb_available   <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0')
                                       <---------LHS---------->       <-------RHS------->   

LHSRHSCountThreshold
BinFalseTrue6931
BinTrueFalse321
BinTrueTrue2551

"=" expression

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinFalse5481
BinTrue2181

Uncovered FSM states:

Excluded FSM states:

Covered FSM states:

"T_TXT_BUF_STATE" FSM

157:    signal next_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY2701
BinS_TXT_READY3371
BinS_TXT_TX_PROG2241
BinS_TXT_AB_PROG141
BinS_TXT_OK1291
BinS_TXT_FAILED761
BinS_TXT_ABORTED461
BinS_TXT_PARITY_ERR641

"T_TXT_BUF_STATE" FSM

158:    signal curr_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY2601
BinS_TXT_READY2551
BinS_TXT_TX_PROG2011
BinS_TXT_AB_PROG131
BinS_TXT_OK1091
BinS_TXT_FAILED561
BinS_TXT_ABORTED411
BinS_TXT_PARITY_ERR121

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: