Functional coverage

I have coded coverage class but monitor is partially done. So can I prior check coverage before implementation of monitor, so that i can visualize bins hit. If yes, then how?

Anybody has idea then, pls help.

In reply to tech_savvy:

You can create a small environment with an analysis port, and connect that to an instance of your coverage collector class. Then send test transactions to your coverage collector.

In reply to dave_59:
Apart from this way, is there any other idea. I don’t want to use analysis port. I want to make coverage test class where I will randomize my packet and see bins hit.