| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.I_MR_TOP.G_TXTB_PORT_A_CS(3) | 100.0 % (3/3) | 100.0 % (2/2) | N.A. | 100.0 % (5/5) | N.A. | N.A. | 100.0 % (10/10) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
376: txtb_port_a_cs(i) <= '1' when (adress(11 downto 8) = buf_addr(i) and scs_and_swr = '1')
377: else
378: '0'; 376: txtb_port_a_cs(i) <= '1' when (adress(11 downto 8) = buf_addr(i) and scs_and_swr = '1') 378: '0'; 376: txtb_port_a_cs(i) <= '1' when (adress(11 downto 8) = buf_addr(i) and scs_and_swr = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 45347 | 1 |
| Bin | False | 50907687 | 1 |
adress(11 downto 8) = buf_addr(i) and scs_and_swr = '1'
<--------------LHS--------------> <------RHS------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 1053893 | 1 |
| Bin | True | False | 85415 | 1 |
| Bin | True | True | 45347 | 1 |
scs_and_swr = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 49853794 | 1 |
| Bin | True | 1099240 | 1 |