OVM

In My Test Bench.global_stop_request() is calling automatically at 70usec … So i am not able to completely run my sequence.

Can anyone suggest me

check the delay that is been given in your test rus task before you execute global_stop_request(), if it is 70usec then you need to increase it to the number of cycles required to complete the testcase.

In reply to therupesh:

Ideally you should not have any delays before global_stop_req() it should be executed after sequence got completed. seq.start(sqr); start method in any sequence it blocking therefore it should be placed before the global_stop_request().