| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_MAC_TOP.I_MAC_BIT_DESTUFFING.I_DFF_FIXED_STUFF_REG | 100.0 % (4/4) | 100.0 % (6/6) | 100.0 % (10/10) | 100.0 % (4/4) | N.A. | N.A. | 100.0 % (24/24) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
108: if (arst = G_RESET_POLARITY) then
109: reg_q <= G_RST_VAL;
...
113: end if;
114: end if; 109: reg_q <= G_RST_VAL; 111: if (ce = '1') then
112: reg_q <= reg_d;
113: end if; 112: reg_q <= reg_d; 108: if (arst = G_RESET_POLARITY) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 2422674 | 1 |
| Bin | False | 1094358647 | 1 |
110: elsif (rising_edge(clk)) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 547174334 | 1 |
| Bin | False | 547184313 | 1 |
111: if (ce = '1') then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 306009541 | 1 |
| Bin | False | 241164793 | 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 |
CE| 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 | 13027 | 1 |
| Bin | 1 | 0 | 14627 | 1 |
arst = G_RESET_POLARITY | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1094358647 | 1 |
| Bin | True | 2422674 | 1 |
ce = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 241164793 | 1 |
| Bin | True | 306009541 | 1 |