VIP based verification

I am verifying a Watchdog timer, in which inputs are APB standard signals and outputs of two signals are not standard signals called reset and interrupt, but my vip interface has only standard signals. I cannot sample or verify the reset and interrupt signals under the scoreboard, so what should i need to do now (APB VIP of Synopsys) @dave_59 @chr_sue

You need to create an agent which encapsulates your other signals and integrate it into your environment.

I’m not sure what you want to see. I believe reset and interrupt signals are not usable in scoreboards. In most cases you want to know if the reset signal was active and an interrupt appeared. These cases can be verified by using SV assertions.