Covered statements:
Assertion statement on lines 35 to 37:
35: assert A_WIDTH >= N_WIDTH
36: report "A_WIDTH has to be >= than N_WIDTH"
37: severity failure;
Count: 1
Threshold: 1
If statement on lines 39 to 40:
39: oTemp <= iAq when iRItype = '0' else
40: iAq + resize(shift_right(iNq, 1), A_WIDTH);
Count: 127081
Threshold: 1
Signal assignment statement on line 39:
39: oTemp <= iAq when iRItype = '0' else
Count: 126156
Threshold: 1
Signal assignment statement on line 40:
40: iAq + resize(shift_right(iNq, 1), A_WIDTH);
Count: 925
Threshold: 1