About reset

Hello!, One basic question, in every testbench while running the testcases we have to first apply initial reset or not?

Thank you.

In reply to m_v:

It depends on what you are verifying. Does your DUT have a reset signal? If so, then you will probably have to apply a valid reset signal. If not, then you won’t. Refer to your DUT documentation on what the reset requirements are.

In reply to cgales:

I am developing the VIP for APB so there is no DUT but there is a slave agent.

Thank you.