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 to
Count
Threshold
Bin
True
461
1
Bin
False
464
1
"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 to
Count
Threshold
Bin
True
776
1
Bin
False
1157
1
"if" / "when" / "else" condition:
187: txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1')
Evaluated to
Count
Threshold
Bin
True
869
1
Bin
False
11604
1
"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 to
Count
Threshold
Bin
True
49
1
Bin
False
379
1
"case" / "with" / "select" choice:
210: when s_txt_empty =>
Choice of
Count
Threshold
Bin
s_txt_empty
2049
1
"if" / "when" / "else" condition:
213: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
102
1
Bin
False
1947
1
"case" / "with" / "select" choice:
220: when s_txt_ready =>
Choice of
Count
Threshold
Bin
s_txt_ready
893
1
"if" / "when" / "else" condition:
223: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
11
1
Bin
False
882
1
"if" / "when" / "else" condition:
227: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
51
1
Bin
False
831
1
"if" / "when" / "else" condition:
231: elsif (txtb_hw_cmd_i.lock = '1') then
Evaluated to
Count
Threshold
Bin
True
199
1
Bin
False
632
1
"if" / "when" / "else" condition:
234: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
198
1
"if" / "when" / "else" condition:
241: elsif (abort_or_skipped = '1') then
Evaluated to
Count
Threshold
Bin
True
30
1
Bin
False
602
1
"case" / "with" / "select" choice:
248: when s_txt_tx_prog =>
Choice of
Count
Threshold
Bin
s_txt_tx_prog
693
1
"if" / "when" / "else" condition:
251: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
2
1
Bin
False
691
1
"if" / "when" / "else" condition:
255: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
26
1
Bin
False
665
1
"if" / "when" / "else" condition:
259: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
True
43
1
Bin
False
622
1
"if" / "when" / "else" condition:
263: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
True
89
1
Bin
False
533
1
"if" / "when" / "else" condition:
267: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
True
44
1
Bin
False
489
1
"if" / "when" / "else" condition:
268: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
43
1
"if" / "when" / "else" condition:
275: elsif (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
True
30
1
Bin
False
459
1
"case" / "with" / "select" choice:
282: when s_txt_ab_prog =>
Choice of
Count
Threshold
Bin
s_txt_ab_prog
64
1
"if" / "when" / "else" condition:
285: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
63
1
"if" / "when" / "else" condition:
289: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
3
1
Bin
False
60
1
"if" / "when" / "else" condition:
293: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
True
5
1
Bin
False
55
1
"if" / "when" / "else" condition:
297: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
True
3
1
Bin
False
52
1
"if" / "when" / "else" condition:
301: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
True
4
1
Bin
False
48
1
"case" / "with" / "select" choice:
308: when s_txt_failed =>
Choice of
Count
Threshold
Bin
s_txt_failed
185
1
"if" / "when" / "else" condition:
311: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
45
1
Bin
False
140
1
"if" / "when" / "else" condition:
315: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
5
1
Bin
False
135
1
"case" / "with" / "select" choice:
322: when s_txt_aborted =>
Choice of
Count
Threshold
Bin
s_txt_aborted
138
1
"if" / "when" / "else" condition:
325: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
32
1
Bin
False
106
1
"if" / "when" / "else" condition:
329: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
105
1
"case" / "with" / "select" choice:
336: when s_txt_ok =>
Choice of
Count
Threshold
Bin
s_txt_ok
278
1
"if" / "when" / "else" condition:
339: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
69
1
Bin
False
209
1
"if" / "when" / "else" condition:
343: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
4
1
Bin
False
205
1
"case" / "with" / "select" choice:
350: when s_txt_parity_err =>
Choice of
Count
Threshold
Bin
s_txt_parity_err
92
1
"if" / "when" / "else" condition:
353: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
8
1
Bin
False
84
1
"if" / "when" / "else" condition:
357: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
12
1
Bin
False
72
1
"if" / "when" / "else" condition:
368: txt_fsm_ce <= '1' when (next_state /= curr_state) else
Evaluated to
Count
Threshold
Bin
True
872
1
Bin
False
1036
1
"if" / "when" / "else" condition:
376: if (res_n = '0') then
Evaluated to
Count
Threshold
Bin
True
760516
1
Bin
False
34610130
1
"if" / "when" / "else" condition:
378: elsif (rising_edge(clk_sys)) then
Evaluated to
Count
Threshold
Bin
True
17304621
1
Bin
False
17305509
1
"if" / "when" / "else" condition:
379: if (txt_fsm_ce = '1') then
Evaluated to
Count
Threshold
Bin
True
687
1
Bin
False
17303934
1
"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 to
Count
Threshold
Bin
True
461
1
Bin
False
464
1
"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 to
Count
Threshold
Bin
True
578
1
Bin
False
3812
1
"if" / "when" / "else" condition:
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and 405: transient_state = '1')
Evaluated to
Count
Threshold
Bin
True
16
1
Bin
False
3796
1
"if" / "when" / "else" condition:
411: txtb_available <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0'))
Evaluated to
Count
Threshold
Bin
True
248
1
Bin
False
934
1
"case" / "with" / "select" choice:
417: TXT_RDY when s_txt_ready,
Choice of
Count
Threshold
Bin
s_txt_ready
248
1
"case" / "with" / "select" choice:
418: TXT_TRAN when s_txt_tx_prog,
Choice of
Count
Threshold
Bin
s_txt_tx_prog
198
1
"case" / "with" / "select" choice:
419: TXT_ABTP when s_txt_ab_prog,
Choice of
Count
Threshold
Bin
s_txt_ab_prog
15
1
"case" / "with" / "select" choice:
420: TXT_TOK when s_txt_ok,
Choice of
Count
Threshold
Bin
s_txt_ok
92
1
"case" / "with" / "select" choice:
421: TXT_ERR when s_txt_failed,
Choice of
Count
Threshold
Bin
s_txt_failed
58
1
"case" / "with" / "select" choice:
422: TXT_ABT when s_txt_aborted,
Choice of
Count
Threshold
Bin
s_txt_aborted
34
1
"case" / "with" / "select" choice:
423: TXT_ETY when s_txt_empty,
Choice of
Count
Threshold
Bin
s_txt_empty
259
1
"case" / "with" / "select" choice:
424: TXT_PER when s_txt_parity_err;
Choice of
Count
Threshold
Bin
s_txt_parity_err
21
1
"if" / "when" / "else" condition:
432: txtb_unmask_data_ram <= '1' when (transient_state = '1')
Evaluated to
Count
Threshold
Bin
True
205
1
Bin
False
535
1
Uncovered toggles:
Excluded toggles:
Covered toggles:
Port:
CLK_SYS
From
To
Count
Threshold
Bin
0
1
17684435
1
Bin
1
0
17684600
1
Port:
RES_N
From
To
Count
Threshold
Bin
0
1
723
1
Bin
1
0
723
1
Port:
MR_MODE_BMM
From
To
Count
Threshold
Bin
0
1
3
1
Bin
1
0
168
1
Port:
MR_MODE_ROM
From
To
Count
Threshold
Bin
0
1
8
1
Bin
1
0
173
1
Port:
MR_SETTINGS_TBFBO
From
To
Count
Threshold
Bin
0
1
199
1
Bin
1
0
34
1
Port:
TX_COMMAND_TXCE_VALID
From
To
Count
Threshold
Bin
0
1
24
1
Bin
1
0
189
1
Port:
TX_COMMAND_TXCR_VALID
From
To
Count
Threshold
Bin
0
1
256
1
Bin
1
0
421
1
Port:
ABORT_APPLIED
From
To
Count
Threshold
Bin
0
1
46
1
Bin
1
0
211
1
Port:
ABORT_OR_SKIPPED
From
To
Count
Threshold
Bin
0
1
46
1
Bin
1
0
211
1
Port:
TXTB_HW_CMD.LOCK
From
To
Count
Threshold
Bin
0
1
2959
1
Bin
1
0
3124
1
Port:
TXTB_HW_CMD.VALID
From
To
Count
Threshold
Bin
0
1
1153
1
Bin
1
0
1318
1
Port:
TXTB_HW_CMD.ERR
From
To
Count
Threshold
Bin
0
1
403
1
Bin
1
0
568
1
Port:
TXTB_HW_CMD.ARBL
From
To
Count
Threshold
Bin
0
1
17
1
Bin
1
0
182
1
Port:
TXTB_HW_CMD.FAILED
From
To
Count
Threshold
Bin
0
1
1384
1
Bin
1
0
1549
1
Port:
TXTB_HW_CMD_CS
From
To
Count
Threshold
Bin
0
1
73
1
Bin
1
0
238
1
Port:
IS_BUS_OFF
From
To
Count
Threshold
Bin
0
1
758
1
Bin
1
0
758
1
Port:
TXTB_PARITY_ERROR_VALID
From
To
Count
Threshold
Bin
0
1
90
1
Bin
1
0
255
1
Port:
TXTB_USER_ACCESSIBLE
From
To
Count
Threshold
Bin
0
1
370
1
Bin
1
0
205
1
Port:
TXTB_ALLOW_BB
From
To
Count
Threshold
Bin
0
1
205
1
Bin
1
0
370
1
Port:
TXTB_HW_CMD_INT
From
To
Count
Threshold
Bin
0
1
162
1
Bin
1
0
327
1
Port:
TXTB_STATE(3)
From
To
Count
Threshold
Bin
0
1
267
1
Bin
1
0
102
1
Port:
TXTB_STATE(2)
From
To
Count
Threshold
Bin
0
1
184
1
Bin
1
0
349
1
Port:
TXTB_STATE(1)
From
To
Count
Threshold
Bin
0
1
237
1
Bin
1
0
402
1
Port:
TXTB_STATE(0)
From
To
Count
Threshold
Bin
0
1
232
1
Bin
1
0
397
1
Port:
TXTB_AVAILABLE
From
To
Count
Threshold
Bin
0
1
248
1
Bin
1
0
413
1
Port:
TXTB_UNMASK_DATA_RAM
From
To
Count
Threshold
Bin
0
1
205
1
Bin
1
0
370
1
Signal:
TXT_FSM_CE
From
To
Count
Threshold
Bin
0
1
871
1
Bin
1
0
1036
1
Signal:
GO_TO_FAILED
From
To
Count
Threshold
Bin
0
1
751
1
Bin
1
0
751
1
Signal:
TRANSIENT_STATE
From
To
Count
Threshold
Bin
0
1
205
1
Bin
1
0
370
1
Port:
TXTB_HW_CMD_I.LOCK
From
To
Count
Threshold
Bin
0
1
199
1
Bin
1
0
364
1
Port:
TXTB_HW_CMD_I.VALID
From
To
Count
Threshold
Bin
0
1
92
1
Bin
1
0
257
1
Port:
TXTB_HW_CMD_I.ERR
From
To
Count
Threshold
Bin
0
1
48
1
Bin
1
0
213
1
Port:
TXTB_HW_CMD_I.ARBL
From
To
Count
Threshold
Bin
0
1
1
1
Bin
1
0
166
1
Port:
TXTB_HW_CMD_I.FAILED
From
To
Count
Threshold
Bin
0
1
58
1
Bin
1
0
223
1
Signal:
ARBL_OR_ERR
From
To
Count
Threshold
Bin
0
1
49
1
Bin
1
0
214
1
Uncovered expressions:
Excluded expressions:
Covered expressions:
"=" expression
175: transient_state <= '1' when ((curr_state = s_txt_ab_prog) or
Evaluated to
Count
Threshold
Bin
False
910
1
Bin
True
15
1
"=" expression
176: (curr_state = s_txt_tx_prog) or
Evaluated to
Count
Threshold
Bin
False
727
1
Bin
True
198
1
"or" expression
175: transient_state <= '1' when ((curr_state = s_txt_ab_prog) or 176: (curr_state = s_txt_tx_prog) or
LHS
RHS
Count
Threshold
Bin
False
False
712
1
Bin
False
True
198
1
Bin
True
False
15
1
"=" expression
177: (curr_state = s_txt_ready))
Evaluated to
Count
Threshold
Bin
False
677
1
Bin
True
248
1
"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))
LHS
RHS
Count
Threshold
Bin
False
False
464
1
Bin
False
True
248
1
Bin
True
False
213
1
"=" expression
181: go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or
Evaluated to
Count
Threshold
Bin
False
964
1
Bin
True
969
1
"=" expression
181: go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or
Evaluated to
Count
Threshold
Bin
False
579
1
Bin
True
1354
1
"and" expression
181: go_to_failed <= '1' when ((is_bus_off = '1' and mr_settings_tbfbo = TXTBUF_FAILED_BUS_OFF_ENABLED) or <-----LHS------> <----------------------RHS---------------------->
LHS
RHS
Count
Threshold
Bin
False
True
594
1
Bin
True
False
209
1
Bin
True
True
760
1
"=" expression
182: mr_mode_bmm = BMM_ENABLED or
Evaluated to
Count
Threshold
Bin
False
1923
1
Bin
True
10
1
"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
LHS
RHS
Count
Threshold
Bin
False
False
1165
1
Bin
False
True
8
1
Bin
True
False
758
1
"=" expression
183: mr_mode_rom = ROM_ENABLED)
Evaluated to
Count
Threshold
Bin
False
1918
1
Bin
True
15
1
"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)
LHS
RHS
Count
Threshold
Bin
False
False
1157
1
Bin
False
True
8
1
Bin
True
False
761
1
"=" expression
187: txtb_hw_cmd_i <= txtb_hw_cmd when (txtb_hw_cmd_cs = '1')
Evaluated to
Count
Threshold
Bin
False
11604
1
Bin
True
869
1
"=" expression
191: arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else
Evaluated to
Count
Threshold
Bin
False
380
1
Bin
True
48
1
"=" expression
191: arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else
Evaluated to
Count
Threshold
Bin
False
427
1
Bin
True
1
1
"or" expression
191: arbl_or_err <= '1' when (txtb_hw_cmd_i.err = '1' or txtb_hw_cmd_i.arbl = '1') else <---------LHS---------> <---------RHS---------->
LHS
RHS
Count
Threshold
Bin
False
False
379
1
Bin
False
True
1
1
Bin
True
False
48
1
"=" expression
213: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
1947
1
Bin
True
102
1
"=" expression
223: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
882
1
Bin
True
11
1
"=" expression
227: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
831
1
Bin
True
51
1
"=" expression
231: elsif (txtb_hw_cmd_i.lock = '1') then
Evaluated to
Count
Threshold
Bin
False
632
1
Bin
True
199
1
"=" expression
234: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
198
1
Bin
True
1
1
"=" expression
241: elsif (abort_or_skipped = '1') then
Evaluated to
Count
Threshold
Bin
False
602
1
Bin
True
30
1
"=" expression
251: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
691
1
Bin
True
2
1
"=" expression
255: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
665
1
Bin
True
26
1
"=" expression
259: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
False
622
1
Bin
True
43
1
"=" expression
263: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
False
533
1
Bin
True
89
1
"=" expression
267: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
False
489
1
Bin
True
44
1
"=" expression
268: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
43
1
Bin
True
1
1
"=" expression
275: elsif (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
459
1
Bin
True
30
1
"=" expression
285: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
63
1
Bin
True
1
1
"=" expression
289: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
60
1
Bin
True
3
1
"=" expression
293: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
False
55
1
Bin
True
5
1
"=" expression
297: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
False
52
1
Bin
True
3
1
"=" expression
301: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
False
48
1
Bin
True
4
1
"=" expression
311: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
140
1
Bin
True
45
1
"=" expression
315: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
135
1
Bin
True
5
1
"=" expression
325: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
106
1
Bin
True
32
1
"=" expression
329: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
105
1
Bin
True
1
1
"=" expression
339: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
209
1
Bin
True
69
1
"=" expression
343: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
205
1
Bin
True
4
1
"=" expression
353: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
84
1
Bin
True
8
1
"=" expression
357: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
72
1
Bin
True
12
1
"/=" expression
368: txt_fsm_ce <= '1' when (next_state /= curr_state) else
Evaluated to
Count
Threshold
Bin
False
1036
1
Bin
True
872
1
"=" expression
376: if (res_n = '0') then
Evaluated to
Count
Threshold
Bin
False
34610130
1
Bin
True
760516
1
"=" expression
379: if (txt_fsm_ce = '1') then
Evaluated to
Count
Threshold
Bin
False
17303934
1
Bin
True
687
1
"=" expression
389: txtb_user_accessible <= '0' when ((curr_state = s_txt_ready) or
Evaluated to
Count
Threshold
Bin
False
677
1
Bin
True
248
1
"=" expression
390: (curr_state = s_txt_tx_prog) or
Evaluated to
Count
Threshold
Bin
False
727
1
Bin
True
198
1
"or" expression
389: txtb_user_accessible <= '0' when ((curr_state = s_txt_ready) or 390: (curr_state = s_txt_tx_prog) or
LHS
RHS
Count
Threshold
Bin
False
False
479
1
Bin
False
True
198
1
Bin
True
False
248
1
"=" expression
391: (curr_state = s_txt_ab_prog))
Evaluated to
Count
Threshold
Bin
False
910
1
Bin
True
15
1
"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))
LHS
RHS
Count
Threshold
Bin
False
False
464
1
Bin
False
True
15
1
Bin
True
False
446
1
"=" expression
396: txtb_hw_cmd_int <= '1' when (txtb_hw_cmd_i.failed = '1') or -- Fail transition completely
Evaluated to
Count
Threshold
Bin
False
4188
1
Bin
True
202
1
"=" expression
397: (txtb_hw_cmd_i.valid = '1') or -- Finish transition OK
Evaluated to
Count
Threshold
Bin
False
4022
1
Bin
True
368
1
"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
LHS
RHS
Count
Threshold
Bin
False
False
3820
1
Bin
False
True
368
1
Bin
True
False
202
1
"=" expression
398: ((txtb_hw_cmd_i.arbl = '1' or
Evaluated to
Count
Threshold
Bin
False
4386
1
Bin
True
4
1
"=" expression
399: txtb_hw_cmd_i.err = '1') and
Evaluated to
Count
Threshold
Bin
False
4241
1
Bin
True
149
1
"or" expression
398: ((txtb_hw_cmd_i.arbl = '1' or 399: txtb_hw_cmd_i.err = '1') and
LHS
RHS
Count
Threshold
Bin
False
False
4237
1
Bin
False
True
149
1
Bin
True
False
4
1
"=" expression
400: (curr_state = s_txt_ab_prog)) -- Not failed completely, but already in
Evaluated to
Count
Threshold
Bin
False
4348
1
Bin
True
42
1
"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
LHS
RHS
Count
Threshold
Bin
False
True
34
1
Bin
True
False
145
1
Bin
True
True
8
1
"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
LHS
RHS
Count
Threshold
Bin
False
False
3812
1
Bin
False
True
8
1
Bin
True
False
570
1
"=" expression
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and
Evaluated to
Count
Threshold
Bin
False
3006
1
Bin
True
806
1
"=" expression
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and
Evaluated to
Count
Threshold
Bin
False
3680
1
Bin
True
132
1
"and" expression
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and <-----LHS------> <----------RHS---------->
LHS
RHS
Count
Threshold
Bin
False
True
96
1
Bin
True
False
770
1
Bin
True
True
36
1
"=" expression
405: transient_state = '1')
Evaluated to
Count
Threshold
Bin
False
2757
1
Bin
True
1055
1
"and" expression
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and 405: transient_state = '1')
LHS
RHS
Count
Threshold
Bin
False
True
1039
1
Bin
True
False
20
1
Bin
True
True
16
1
"=" expression
411: txtb_available <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0'))
Evaluated to
Count
Threshold
Bin
False
904
1
Bin
True
278
1
"=" expression
411: txtb_available <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0'))
Evaluated to
Count
Threshold
Bin
False
256
1
Bin
True
926
1
"and" expression
411: txtb_available <= '1' when ((curr_state = s_txt_ready) and (abort_applied = '0')) <---------LHS----------> <-------RHS------->
LHS
RHS
Count
Threshold
Bin
False
True
678
1
Bin
True
False
30
1
Bin
True
True
248
1
"=" expression
432: txtb_unmask_data_ram <= '1' when (transient_state = '1')