| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.DUT.MEMORY_REGISTERS_INST.SOFT_RST_RST_REG_INST.RX_SHIFT_RES_REG_INST | 100.0 % (3/3) | 100.0 % (4/4) | 100.0 % (8/8) | 100.0 % (2/2) | N.A. | N.A. | 100.0 % (17/17) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
105: if (arst = G_RESET_POLARITY) then
106: reg_q <= G_RST_VAL;
107: elsif (rising_edge(clk)) then
108: reg_q <= reg_d;
109: end if; 106: reg_q <= G_RST_VAL; 108: reg_q <= reg_d; 105: if (arst = G_RESET_POLARITY) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 50414 | 1 |
| Bin | False | 1089965988 | 1 |
107: elsif (rising_edge(clk)) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 544977583 | 1 |
| Bin | False | 544988405 | 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 |
REG_D| From | To | Count | Threshold | Excluded due to | |
|---|---|---|---|---|---|
| Bin | 0 | 1 | 0 | 1 | Exclude file |
| Bin | 1 | 0 | 0 | 1 | Exclude file |
REG_Q| From | To | Count | Threshold | |
|---|---|---|---|---|
| Bin | 0 | 1 | 9645 | 1 |
| Bin | 1 | 0 | 8044 | 1 |
arst = G_RESET_POLARITY | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1089965988 | 1 |
| Bin | True | 50414 | 1 |