Can I check the test is accessing specific address range?

Hi, Thanks in advance.

Now, I try to make the test. During the test, I want to make a task (or other methods) to check the test is accessing specific address range.

Is there any way to know that?

For example, if the check range is 0x2000_0000 ~0x2100_0000,

During the test, I want to check whether test content access that area or not.

Please help…

In reply to lycos007:

You can put on the address range a coverpoint. This seems to be the most simple way.