If inlined coverage is used, Covered does not correctly calculate memory coverage information (only the last memory element is calculated properly) when the memory is read/written within a FOR loop without delays.
I believe that a good solution to this problem is to run Covered in a hybrid mode where only memory coverage within FOR loops is simulated by Covered. This coverage information would then be pulled out of the inlined code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I believe that a good solution to this problem is to run Covered in a hybrid mode where only memory coverage within FOR loops is simulated by Covered. This coverage information would then be pulled out of the inlined code.