Hi team,
I am analysing code (block) coverage, I need help with the following;
LINE1: always @(cmd_enable)
LINE2: begin
LINE3: action1: assign
LINE4: action2: display
LINE5: end
in imc coverage report, I was able to see that LINE2 0% covered. How LINE2 will be covered.
If LINE1 is not covered, means, then its is fine, the entire block will not get covered.
But it was pointing out only at LINE2.
Please suggest