NVC code coverage report

Instance: CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.TXT_BUF_COMP_GEN(3).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(3).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: 3952
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

185:                    '0'
Count: 4520
Threshold: 1

If statement:

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

Count: 41696
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

189:                     (others => '0')
Count: 37872
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: 1680
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: 180
Threshold: 1

Signal assignment statement:

192:                   '0'
Count: 1500
Threshold: 1

Signal assignment statement:

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

Sequential statement:

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

Count: 17936
Threshold: 1

If statement:

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

Count: 8177
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 8050
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

369:                  '0'
Count: 4353
Threshold: 1

If statement:

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

Count: 162324562
Threshold: 1

Signal assignment statement:

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

If statement:

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

Count: 80292006
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

393:                            '1'
Count: 1985
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: 18120
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

407:                       '0'
Count: 15368
Threshold: 1

If statement:

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

Count: 4974
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

413:                        '0'
Count: 3925
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: 3952
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

Signal assignment statement:

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

If statement:

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

Count: 3112
Threshold: 1

Signal assignment statement:

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

Signal assignment statement:

434:                            '0'
Count: 2216
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
BinTrue19671
BinFalse19851

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

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

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinTrue38241
BinFalse378721

"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
BinTrue1801
BinFalse15001

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

210:        when s_txt_empty => 
Choice ofCountThreshold
Bins_txt_empty81771

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

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue4541
BinFalse77231

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

220:        when s_txt_ready => 
Choice ofCountThreshold
Bins_txt_ready37611

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

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

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

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue2001
BinFalse35291

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

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinTrue8651
BinFalse26641

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

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

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

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinTrue1421
BinFalse25221

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

248:        when s_txt_tx_prog => 
Choice ofCountThreshold
Bins_txt_tx_prog30091

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

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

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

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue1201
BinFalse28811

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

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue1631
BinFalse27181

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

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinTrue4661
BinFalse22521

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

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue1571
BinFalse20951

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

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

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

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

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

282:        when s_txt_ab_prog => 
Choice ofCountThreshold
Bins_txt_ab_prog2471

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

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

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

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinTrue41
BinFalse2391

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

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinTrue221
BinFalse2171

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

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

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

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinTrue191
BinFalse1861

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

308:        when s_txt_failed => 
Choice ofCountThreshold
Bins_txt_failed5911

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

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue1211
BinFalse4701

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

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

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

322:        when s_txt_aborted => 
Choice ofCountThreshold
Bins_txt_aborted6271

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

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue1471
BinFalse4801

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

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

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

336:        when s_txt_ok => 
Choice ofCountThreshold
Bins_txt_ok13151

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

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinTrue2551
BinFalse10601

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

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue521
BinFalse10081

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

350:        when s_txt_parity_err => 
Choice ofCountThreshold
Bins_txt_parity_err2091

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

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

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

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinTrue121
BinFalse1611

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

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

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

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

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

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

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

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinTrue29471
BinFalse802890591

"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
BinTrue19671
BinFalse19851

"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
BinTrue27121
BinFalse154081

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

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

Evaluated toCountThreshold
BinTrue401
BinFalse153681

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

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

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

417:        TXT_RDY   when s_txt_ready
Choice ofCountThreshold
Bins_txt_ready10491

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

418:        TXT_TRAN  when s_txt_tx_prog
Choice ofCountThreshold
Bins_txt_tx_prog8611

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

419:        TXT_ABTP  when s_txt_ab_prog
Choice ofCountThreshold
Bins_txt_ab_prog571

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

420:        TXT_TOK   when s_txt_ok
Choice ofCountThreshold
Bins_txt_ok4781

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

421:        TXT_ERR   when s_txt_failed
Choice ofCountThreshold
Bins_txt_failed2131

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

422:        TXT_ABT   when s_txt_aborted
Choice ofCountThreshold
Bins_txt_aborted1611

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

423:        TXT_ETY   when s_txt_empty
Choice ofCountThreshold
Bins_txt_empty10891

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

424:        TXT_PER   when s_txt_parity_err
Choice ofCountThreshold
Bins_txt_parity_err441

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

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinTrue8961
BinFalse22161

Uncovered toggles:

Excluded toggles:

Covered toggles:

Port:

 CLK_SYS
FromToCountThreshold
Bin01811587771
Bin10811594371

Port:

 RES_N
FromToCountThreshold
Bin0128441
Bin1028441

Port:

 MR_MODE_BMM
FromToCountThreshold
Bin01121
Bin106721

Port:

 MR_MODE_ROM
FromToCountThreshold
Bin01321
Bin106921

Port:

 MR_SETTINGS_TBFBO
FromToCountThreshold
Bin017841
Bin101241

Port:

 TX_COMMAND_TXCE_VALID
FromToCountThreshold
Bin01931
Bin107531

Port:

 TX_COMMAND_TXCR_VALID
FromToCountThreshold
Bin0110131
Bin1016731

Port:

 ABORT_APPLIED
FromToCountThreshold
Bin011811
Bin108411

Port:

 ABORT_OR_SKIPPED
FromToCountThreshold
Bin012021
Bin108621

Port:

 TXTB_HW_CMD.LOCK
FromToCountThreshold
Bin0197511
Bin10104111

Port:

 TXTB_HW_CMD.VALID
FromToCountThreshold
Bin0138081
Bin1044681

Port:

 TXTB_HW_CMD.ERR
FromToCountThreshold
Bin0110911
Bin1017511

Port:

 TXTB_HW_CMD.ARBL
FromToCountThreshold
Bin01441
Bin107041

Port:

 TXTB_HW_CMD.FAILED
FromToCountThreshold
Bin0148001
Bin1054601

Port:

 TXTB_HW_CMD_CS
FromToCountThreshold
Bin013641
Bin1010241

Port:

 IS_BUS_OFF
FromToCountThreshold
Bin0129601
Bin1029601

Port:

 TXTB_PARITY_ERROR_VALID
FromToCountThreshold
Bin013461
Bin1010061

Port:

 TXTB_USER_ACCESSIBLE
FromToCountThreshold
Bin0115561
Bin108961

Port:

 TXTB_ALLOW_BB
FromToCountThreshold
Bin018961
Bin1015561

Port:

 TXTB_HW_CMD_INT
FromToCountThreshold
Bin017241
Bin1013841

Port:

 TXTB_STATE(3)
FromToCountThreshold
Bin0111181
Bin104581

Port:

 TXTB_STATE(2)
FromToCountThreshold
Bin018521
Bin1015121

Port:

 TXTB_STATE(1)
FromToCountThreshold
Bin0110271
Bin1016871

Port:

 TXTB_STATE(0)
FromToCountThreshold
Bin019581
Bin1016181

Port:

 TXTB_AVAILABLE
FromToCountThreshold
Bin0110491
Bin1017091

Port:

 TXTB_UNMASK_DATA_RAM
FromToCountThreshold
Bin018961
Bin1015561

Signal:

 TXT_FSM_CE
FromToCountThreshold
Bin0136931
Bin1043531

Signal:

 GO_TO_FAILED
FromToCountThreshold
Bin0129441
Bin1029441

Signal:

 TRANSIENT_STATE
FromToCountThreshold
Bin018961
Bin1015561

Port:

 TXTB_HW_CMD_I.LOCK
FromToCountThreshold
Bin018651
Bin1015251

Port:

 TXTB_HW_CMD_I.VALID
FromToCountThreshold
Bin014781
Bin1011381

Port:

 TXTB_HW_CMD_I.ERR
FromToCountThreshold
Bin011761
Bin108361

Port:

 TXTB_HW_CMD_I.ARBL
FromToCountThreshold
Bin0141
Bin106641

Port:

 TXTB_HW_CMD_I.FAILED
FromToCountThreshold
Bin012071
Bin108671

Signal:

 ARBL_OR_ERR
FromToCountThreshold
Bin011801
Bin108401

Uncovered expressions:

Excluded expressions:

Covered expressions:

"=" expression

175:    transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 
Evaluated toCountThreshold
BinFalse38951
BinTrue571

"=" expression

176:                                 (curr_state = s_txt_tx_prog) or 
Evaluated toCountThreshold
BinFalse30911
BinTrue8611

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse30341
BinFalseTrue8611
BinTrueFalse571

"=" expression

177:                                 (curr_state = s_txt_ready)) 
Evaluated toCountThreshold
BinFalse29031
BinTrue10491

"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
BinFalseFalse19851
BinFalseTrue10491
BinTrueFalse9181

"=" expression

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

"=" expression

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

"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
BinFalseTrue23161
BinTrueFalse8121
BinTrueTrue29801

"=" expression

182:                              mr_mode_bmm = BMM_ENABLED or 
Evaluated toCountThreshold
BinFalse75241
BinTrue401

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

"=" expression

183:                              mr_mode_rom = ROM_ENABLED
Evaluated toCountThreshold
BinFalse75041
BinTrue601

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

"=" expression

187:    txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1'
Evaluated toCountThreshold
BinFalse378721
BinTrue38241

"=" expression

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

"=" expression

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

"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
BinFalseFalse15001
BinFalseTrue41
BinTrueFalse1761

"=" expression

213:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse77231
BinTrue4541

"=" expression

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

"=" expression

227:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse35291
BinTrue2001

"=" expression

231:            elsif (txtb_hw_cmd_i.lock = '1') then 
Evaluated toCountThreshold
BinFalse26641
BinTrue8651

"=" expression

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

"=" expression

241:            elsif (abort_or_skipped = '1') then 
Evaluated toCountThreshold
BinFalse25221
BinTrue1421

"=" expression

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

"=" expression

255:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse28811
BinTrue1201

"=" expression

259:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinFalse27181
BinTrue1631

"=" expression

263:            elsif (txtb_hw_cmd_i.valid = '1') then 
Evaluated toCountThreshold
BinFalse22521
BinTrue4661

"=" expression

267:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinFalse20951
BinTrue1571

"=" expression

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

"=" expression

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

"=" expression

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

"=" expression

289:            elsif (txtb_parity_error_valid = '1') then 
Evaluated toCountThreshold
BinFalse2391
BinTrue41

"=" expression

293:            elsif (txtb_hw_cmd_i.failed = '1') then 
Evaluated toCountThreshold
BinFalse2171
BinTrue221

"=" expression

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

"=" expression

301:            elsif (arbl_or_err = '1') then 
Evaluated toCountThreshold
BinFalse1861
BinTrue191

"=" expression

311:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse4701
BinTrue1211

"=" expression

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

"=" expression

325:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse4801
BinTrue1471

"=" expression

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

"=" expression

339:            if (tx_command_txcr_valid = '1') then 
Evaluated toCountThreshold
BinFalse10601
BinTrue2551

"=" expression

343:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse10081
BinTrue521

"=" expression

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

"=" expression

357:            elsif (tx_command_txce_valid = '1') then 
Evaluated toCountThreshold
BinFalse1611
BinTrue121

"/=" expression

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

"=" expression

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

"=" expression

379:            if (txt_fsm_ce = '1') then 
Evaluated toCountThreshold
BinFalse802890591
BinTrue29471

"=" expression

389:    txtb_user_accessible <= '0' when ((curr_state = s_txt_ready)   or 
Evaluated toCountThreshold
BinFalse29031
BinTrue10491

"=" expression

390:                                      (curr_state = s_txt_tx_prog) or 
Evaluated toCountThreshold
BinFalse30911
BinTrue8611

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse20421
BinFalseTrue8611
BinTrueFalse10491

"=" expression

391:                                      (curr_state = s_txt_ab_prog)) 
Evaluated toCountThreshold
BinFalse38951
BinTrue571

"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
BinFalseFalse19851
BinFalseTrue571
BinTrueFalse19101

"=" expression

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

"=" expression

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

"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
BinFalseFalse154461
BinFalseTrue19121
BinTrueFalse7621

"=" expression

398:                                ((txtb_hw_cmd_i.arbl = '1' or 
Evaluated toCountThreshold
BinFalse181041
BinTrue161

"=" expression

399:                                  txtb_hw_cmd_i.err = '1') and 
Evaluated toCountThreshold
BinFalse175691
BinTrue5511

"or" expression

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

LHSRHSCountThreshold
BinFalseFalse175531
BinFalseTrue5511
BinTrueFalse161

"=" expression

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

"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
BinFalseTrue1291
BinTrueFalse5291
BinTrueTrue381

"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
BinFalseFalse154081
BinFalseTrue381
BinTrueFalse26741

"=" expression

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
Evaluated toCountThreshold
BinFalse123221
BinTrue30861

"=" expression

404:                       '1' when (is_bus_off = '1' and next_state = s_txt_failed and 
Evaluated toCountThreshold
BinFalse150031
BinTrue4051

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue3091
BinTrueFalse29901
BinTrueTrue961

"=" expression

405:                                 transient_state = '1'
Evaluated toCountThreshold
BinFalse110371
BinTrue43711

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue43311
BinTrueFalse561
BinTrueTrue401

"=" expression

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

"=" expression

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

"and" expression

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

LHSRHSCountThreshold
BinFalseTrue29061
BinTrueFalse1211
BinTrueTrue10491

"=" expression

432:    txtb_unmask_data_ram <= '1' when (transient_state = '1'
Evaluated toCountThreshold
BinFalse22161
BinTrue8961

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_EMPTY11181
BinS_TXT_READY13441
BinS_TXT_TX_PROG9631
BinS_TXT_AB_PROG611
BinS_TXT_OK5291
BinS_TXT_FAILED2411
BinS_TXT_ABORTED1711
BinS_TXT_PARITY_ERR3311

"T_TXT_BUF_STATE" FSM

158:    signal curr_state           : t_txt_buf_state; 
StateCountThreshold
BinS_TXT_EMPTY10891
BinS_TXT_READY10491
BinS_TXT_TX_PROG8611
BinS_TXT_AB_PROG571
BinS_TXT_OK4781
BinS_TXT_FAILED2131
BinS_TXT_ABORTED1611
BinS_TXT_PARITY_ERR441

Uncovered functional coverage:

Excluded functional coverage:

Covered functional coverage: