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
469
1
Bin
False
478
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
883
1
Bin
False
11594
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
43
1
Bin
False
373
1
"case" / "with" / "select" choice:
210: when s_txt_empty =>
Choice of
Count
Threshold
Bin
s_txt_empty
2053
1
"if" / "when" / "else" condition:
213: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
104
1
Bin
False
1949
1
"case" / "with" / "select" choice:
220: when s_txt_ready =>
Choice of
Count
Threshold
Bin
s_txt_ready
886
1
"if" / "when" / "else" condition:
223: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
11
1
Bin
False
875
1
"if" / "when" / "else" condition:
227: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
36
1
Bin
False
839
1
"if" / "when" / "else" condition:
231: elsif (txtb_hw_cmd_i.lock = '1') then
Evaluated to
Count
Threshold
Bin
True
202
1
Bin
False
637
1
"if" / "when" / "else" condition:
234: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
201
1
"if" / "when" / "else" condition:
241: elsif (abort_or_skipped = '1') then
Evaluated to
Count
Threshold
Bin
True
37
1
Bin
False
600
1
"case" / "with" / "select" choice:
248: when s_txt_tx_prog =>
Choice of
Count
Threshold
Bin
s_txt_tx_prog
702
1
"if" / "when" / "else" condition:
251: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
2
1
Bin
False
700
1
"if" / "when" / "else" condition:
255: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
26
1
Bin
False
674
1
"if" / "when" / "else" condition:
259: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
True
41
1
Bin
False
633
1
"if" / "when" / "else" condition:
263: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
True
106
1
Bin
False
527
1
"if" / "when" / "else" condition:
267: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
True
38
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
37
1
"if" / "when" / "else" condition:
275: elsif (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
True
26
1
Bin
False
463
1
"case" / "with" / "select" choice:
282: when s_txt_ab_prog =>
Choice of
Count
Threshold
Bin
s_txt_ab_prog
56
1
"if" / "when" / "else" condition:
285: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
55
1
"if" / "when" / "else" condition:
289: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
54
1
"if" / "when" / "else" condition:
293: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
True
5
1
Bin
False
49
1
"if" / "when" / "else" condition:
297: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
True
3
1
Bin
False
46
1
"if" / "when" / "else" condition:
301: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
True
4
1
Bin
False
42
1
"case" / "with" / "select" choice:
308: when s_txt_failed =>
Choice of
Count
Threshold
Bin
s_txt_failed
177
1
"if" / "when" / "else" condition:
311: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
43
1
Bin
False
134
1
"if" / "when" / "else" condition:
315: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
5
1
Bin
False
129
1
"case" / "with" / "select" choice:
322: when s_txt_aborted =>
Choice of
Count
Threshold
Bin
s_txt_aborted
165
1
"if" / "when" / "else" condition:
325: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
40
1
Bin
False
125
1
"if" / "when" / "else" condition:
329: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
1
1
Bin
False
124
1
"case" / "with" / "select" choice:
336: when s_txt_ok =>
Choice of
Count
Threshold
Bin
s_txt_ok
328
1
"if" / "when" / "else" condition:
339: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
76
1
Bin
False
252
1
"if" / "when" / "else" condition:
343: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
13
1
Bin
False
239
1
"case" / "with" / "select" choice:
350: when s_txt_parity_err =>
Choice of
Count
Threshold
Bin
s_txt_parity_err
49
1
"if" / "when" / "else" condition:
353: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
9
1
Bin
False
40
1
"if" / "when" / "else" condition:
357: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
True
3
1
Bin
False
37
1
"if" / "when" / "else" condition:
368: txt_fsm_ce <= '1' when (next_state /= curr_state) else
Evaluated to
Count
Threshold
Bin
True
889
1
Bin
False
1053
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
708
1
Bin
False
17303913
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
469
1
Bin
False
478
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
632
1
Bin
False
3824
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
3808
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
255
1
Bin
False
949
1
"case" / "with" / "select" choice:
417: TXT_RDY when s_txt_ready,
Choice of
Count
Threshold
Bin
s_txt_ready
255
1
"case" / "with" / "select" choice:
418: TXT_TRAN when s_txt_tx_prog,
Choice of
Count
Threshold
Bin
s_txt_tx_prog
201
1
"case" / "with" / "select" choice:
419: TXT_ABTP when s_txt_ab_prog,
Choice of
Count
Threshold
Bin
s_txt_ab_prog
13
1
"case" / "with" / "select" choice:
420: TXT_TOK when s_txt_ok,
Choice of
Count
Threshold
Bin
s_txt_ok
109
1
"case" / "with" / "select" choice:
421: TXT_ERR when s_txt_failed,
Choice of
Count
Threshold
Bin
s_txt_failed
56
1
"case" / "with" / "select" choice:
422: TXT_ABT when s_txt_aborted,
Choice of
Count
Threshold
Bin
s_txt_aborted
41
1
"case" / "with" / "select" choice:
423: TXT_ETY when s_txt_empty,
Choice of
Count
Threshold
Bin
s_txt_empty
260
1
"case" / "with" / "select" choice:
424: TXT_PER when s_txt_parity_err;
Choice of
Count
Threshold
Bin
s_txt_parity_err
12
1
"if" / "when" / "else" condition:
432: txtb_unmask_data_ram <= '1' when (transient_state = '1')
Evaluated to
Count
Threshold
Bin
True
218
1
Bin
False
548
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
272
1
Bin
1
0
437
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
51
1
Bin
1
0
216
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
75
1
Bin
1
0
240
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
67
1
Bin
1
0
232
1
Port:
TXTB_USER_ACCESSIBLE
From
To
Count
Threshold
Bin
0
1
383
1
Bin
1
0
218
1
Port:
TXTB_ALLOW_BB
From
To
Count
Threshold
Bin
0
1
218
1
Bin
1
0
383
1
Port:
TXTB_HW_CMD_INT
From
To
Count
Threshold
Bin
0
1
171
1
Bin
1
0
336
1
Port:
TXTB_STATE(3)
From
To
Count
Threshold
Bin
0
1
268
1
Bin
1
0
103
1
Port:
TXTB_STATE(2)
From
To
Count
Threshold
Bin
0
1
206
1
Bin
1
0
371
1
Port:
TXTB_STATE(1)
From
To
Count
Threshold
Bin
0
1
247
1
Bin
1
0
412
1
Port:
TXTB_STATE(0)
From
To
Count
Threshold
Bin
0
1
228
1
Bin
1
0
393
1
Port:
TXTB_AVAILABLE
From
To
Count
Threshold
Bin
0
1
255
1
Bin
1
0
420
1
Port:
TXTB_UNMASK_DATA_RAM
From
To
Count
Threshold
Bin
0
1
218
1
Bin
1
0
383
1
Signal:
TXT_FSM_CE
From
To
Count
Threshold
Bin
0
1
888
1
Bin
1
0
1053
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
218
1
Bin
1
0
383
1
Port:
TXTB_HW_CMD_I.LOCK
From
To
Count
Threshold
Bin
0
1
202
1
Bin
1
0
367
1
Port:
TXTB_HW_CMD_I.VALID
From
To
Count
Threshold
Bin
0
1
109
1
Bin
1
0
274
1
Port:
TXTB_HW_CMD_I.ERR
From
To
Count
Threshold
Bin
0
1
42
1
Bin
1
0
207
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
50
1
Bin
1
0
215
1
Signal:
ARBL_OR_ERR
From
To
Count
Threshold
Bin
0
1
43
1
Bin
1
0
208
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
934
1
Bin
True
13
1
"=" expression
176: (curr_state = s_txt_tx_prog) or
Evaluated to
Count
Threshold
Bin
False
746
1
Bin
True
201
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
733
1
Bin
False
True
201
1
Bin
True
False
13
1
"=" expression
177: (curr_state = s_txt_ready))
Evaluated to
Count
Threshold
Bin
False
692
1
Bin
True
255
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
478
1
Bin
False
True
255
1
Bin
True
False
214
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
11594
1
Bin
True
883
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
374
1
Bin
True
42
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
415
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
373
1
Bin
False
True
1
1
Bin
True
False
42
1
"=" expression
213: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
1949
1
Bin
True
104
1
"=" expression
223: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
875
1
Bin
True
11
1
"=" expression
227: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
839
1
Bin
True
36
1
"=" expression
231: elsif (txtb_hw_cmd_i.lock = '1') then
Evaluated to
Count
Threshold
Bin
False
637
1
Bin
True
202
1
"=" expression
234: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
201
1
Bin
True
1
1
"=" expression
241: elsif (abort_or_skipped = '1') then
Evaluated to
Count
Threshold
Bin
False
600
1
Bin
True
37
1
"=" expression
251: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
700
1
Bin
True
2
1
"=" expression
255: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
674
1
Bin
True
26
1
"=" expression
259: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
False
633
1
Bin
True
41
1
"=" expression
263: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
False
527
1
Bin
True
106
1
"=" expression
267: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
False
489
1
Bin
True
38
1
"=" expression
268: if (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
37
1
Bin
True
1
1
"=" expression
275: elsif (abort_applied = '1') then
Evaluated to
Count
Threshold
Bin
False
463
1
Bin
True
26
1
"=" expression
285: if (go_to_failed = '1') then
Evaluated to
Count
Threshold
Bin
False
55
1
Bin
True
1
1
"=" expression
289: elsif (txtb_parity_error_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
54
1
Bin
True
1
1
"=" expression
293: elsif (txtb_hw_cmd_i.failed = '1') then
Evaluated to
Count
Threshold
Bin
False
49
1
Bin
True
5
1
"=" expression
297: elsif (txtb_hw_cmd_i.valid = '1') then
Evaluated to
Count
Threshold
Bin
False
46
1
Bin
True
3
1
"=" expression
301: elsif (arbl_or_err = '1') then
Evaluated to
Count
Threshold
Bin
False
42
1
Bin
True
4
1
"=" expression
311: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
134
1
Bin
True
43
1
"=" expression
315: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
129
1
Bin
True
5
1
"=" expression
325: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
125
1
Bin
True
40
1
"=" expression
329: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
124
1
Bin
True
1
1
"=" expression
339: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
252
1
Bin
True
76
1
"=" expression
343: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
239
1
Bin
True
13
1
"=" expression
353: if (tx_command_txcr_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
40
1
Bin
True
9
1
"=" expression
357: elsif (tx_command_txce_valid = '1') then
Evaluated to
Count
Threshold
Bin
False
37
1
Bin
True
3
1
"/=" expression
368: txt_fsm_ce <= '1' when (next_state /= curr_state) else
Evaluated to
Count
Threshold
Bin
False
1053
1
Bin
True
889
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
17303913
1
Bin
True
708
1
"=" expression
389: txtb_user_accessible <= '0' when ((curr_state = s_txt_ready) or
Evaluated to
Count
Threshold
Bin
False
692
1
Bin
True
255
1
"=" expression
390: (curr_state = s_txt_tx_prog) or
Evaluated to
Count
Threshold
Bin
False
746
1
Bin
True
201
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
491
1
Bin
False
True
201
1
Bin
True
False
255
1
"=" expression
391: (curr_state = s_txt_ab_prog))
Evaluated to
Count
Threshold
Bin
False
934
1
Bin
True
13
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
478
1
Bin
False
True
13
1
Bin
True
False
456
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
4268
1
Bin
True
188
1
"=" expression
397: (txtb_hw_cmd_i.valid = '1') or -- Finish transition OK
Evaluated to
Count
Threshold
Bin
False
4020
1
Bin
True
436
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
3832
1
Bin
False
True
436
1
Bin
True
False
188
1
"=" expression
398: ((txtb_hw_cmd_i.arbl = '1' or
Evaluated to
Count
Threshold
Bin
False
4452
1
Bin
True
4
1
"=" expression
399: txtb_hw_cmd_i.err = '1') and
Evaluated to
Count
Threshold
Bin
False
4325
1
Bin
True
131
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
4321
1
Bin
False
True
131
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
4418
1
Bin
True
38
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
30
1
Bin
True
False
127
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
3824
1
Bin
False
True
8
1
Bin
True
False
624
1
"=" expression
404: '1' when (is_bus_off = '1' and next_state = s_txt_failed and
Evaluated to
Count
Threshold
Bin
False
3018
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
3698
1
Bin
True
126
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
90
1
Bin
True
False
770
1
Bin
True
True
36
1
"=" expression
405: transient_state = '1')
Evaluated to
Count
Threshold
Bin
False
2798
1
Bin
True
1026
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
1010
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
917
1
Bin
True
287
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
948
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
693
1
Bin
True
False
32
1
Bin
True
True
255
1
"=" expression
432: txtb_unmask_data_ram <= '1' when (transient_state = '1')