I have an OVM enviorment with one interface. Interface contains few assertions. The problem is, when I add the assertions to the wave window it is not taking. It gives an error like
(vish-4014) No objects found matching ‘/g_tb_top/g_if/a1/*’.
Same kind of error I’m getting when I run xbus example too. I’m not getting what kind of an error is this. Similar kind of assertions are working fine with pure SV enviorment.
Add the require assertions to the Assertion Thread viewer (ATV). atv log -enable /xbus_tb_top/xi0/*
Run the simulation run -all
Now from Top menu open the assertion window as follows. view → coverage → assertions.
At the end of window select any concurrent assertion(example: assertAddrUnknown) and right click and select view ATV.
or
Add the required assertion using following command. add atv /xbus_tb_top/xi0/assertAddrUnknown 135ns
Now u can see the Assertion thread and allows easy debug.
If u find any doubt go to the Questasim help and search for ATV