| Nested Instances | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| I_PARITY_CALCULATOR_READ | 100.0 % (4/4) | N.A. | 100.0 % (66/66) | N.A. | N.A. | N.A. | 100.0 % (70/70) |
| Current Instance | Statement | Branch | Toggle | Expression | FSM state | Functional | Average |
|---|---|---|---|---|---|---|---|
| CTU_CAN_FD_TB.TB_TOP_CTU_CAN_FD.I_DUT.G_TXT_BUF_COMP(7).G_TXT_BUF_ODD.I_TXTB_ODD_TOP.I_TXTB_RAM.G_PARITY_TRUE | 100.0 % (10/10) | 100.0 % (12/12) | N.A. | 100.0 % (13/13) | N.A. | N.A. | 100.0 % (35/35) |
| Statement | Branch | Toggle | Expression | FSM state | Functional |
|---|
225: if (rst_n = '0') then
226: parity_word <= (others => '0');
...
230: end if;
231: end if; 226: parity_word <= (others => '0'); 228: if (txtb_port_a_write = '1') then
229: parity_word(to_integer(unsigned(txtb_port_a_address))) <= txtb_port_a_parity;
230: end if; 229: parity_word(to_integer(unsigned(txtb_port_a_address))) <= txtb_port_a_parity; 254: if (rst_n = '0') then
255: parity_read_exp <= '0';
256: elsif (rising_edge(clk_sys)) then
257: parity_read_exp <= parity_word(to_integer(unsigned(txtb_port_b_address)));
258: end if; 255: parity_read_exp <= '0'; 257: parity_read_exp <= parity_word(to_integer(unsigned(txtb_port_b_address))); 261: parity_mismatch <= '1' when (parity_read_real /= parity_read_exp) and (mr_settings_pchke = '1')
262: else
263: '0'; 261: parity_mismatch <= '1' when (parity_read_real /= parity_read_exp) and (mr_settings_pchke = '1') 263: '0'; 225: if (rst_n = '0') then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 428676 | 1 |
| Bin | False | 246126 | 1 |
227: elsif rising_edge(clk_sys) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 122537 | 1 |
| Bin | False | 123589 | 1 |
228: if (txtb_port_a_write = '1') then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 1145 | 1 |
| Bin | False | 121392 | 1 |
254: if (rst_n = '0') then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 428676 | 1 |
| Bin | False | 246126 | 1 |
256: elsif (rising_edge(clk_sys)) then | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 122537 | 1 |
| Bin | False | 123589 | 1 |
261: parity_mismatch <= '1' when (parity_read_real /= parity_read_exp) and (mr_settings_pchke = '1') | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | True | 450 | 1 |
| Bin | False | 3439 | 1 |
rst_n = '0' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 246126 | 1 |
| Bin | True | 428676 | 1 |
txtb_port_a_write = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 121392 | 1 |
| Bin | True | 1145 | 1 |
rst_n = '0' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 246126 | 1 |
| Bin | True | 428676 | 1 |
(parity_read_real /= parity_read_exp) and (mr_settings_pchke = '1')
<---------------LHS---------------> <---------RHS---------> | LHS | RHS | Count | Threshold | |
|---|---|---|---|---|
| Bin | False | True | 455 | 1 |
| Bin | True | False | 1644 | 1 |
| Bin | True | True | 450 | 1 |
parity_read_real /= parity_read_exp | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 1795 | 1 |
| Bin | True | 2094 | 1 |
mr_settings_pchke = '1' | Evaluated to | Count | Threshold | |
|---|---|---|---|
| Bin | False | 2984 | 1 |
| Bin | True | 905 | 1 |