UVM : UVC : Interface to scoreboard

If we access interface from scoreboard it is valid ?
if yes then in which case this will take place ?

In reply to boss8032:
If you are accessing your scoreboard from the (virtual) interface you are running in serious trouble because the compares in the scoreboard are clock cycke dependent. My recommendation is to avoid this by working on the transaction level. Then only the order of the transaction is relevant, but not the timing.