| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.BUS_SAMPLING_INST.CAN_RX_SIG_SYNC_INST | 100.0 % (5/5) | 100.0 % (4/4) | 100.0 % (10/10) | 100.0 % (2/2) | N.A. | N.A. | 100.0 % (21/21) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
110: if (arst = G_RESET_POLARITY) then
111: rff <= G_RESET_VALUE;
...
115: sync <= rff;
116: end if; 111: rff <= G_RESET_VALUE; 112: sync <= G_RESET_VALUE; 114: rff <= async; 115: sync <= rff; 110: if (arst = G_RESET_POLARITY) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 2424883 | 1 |
| Bin | False | 1087593323 | 1 |
113: elsif (rising_edge(clk)) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 543791678 | 1 |
| Bin | False | 543801645 | 1 |
ARST| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
CLK| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
ASYNC| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
SYNC| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1402528 | 1 |
| Bin | 1 | 0 | 1400928 | 1 |
RFF| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 1402528 | 1 |
| Bin | 1 | 0 | 1400928 | 1 |
arst = G_RESET_POLARITY | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1087593323 | 1 |
| Bin | True | 2424883 | 1 |