Hi , i developed uvm tb for spi master core, when i am running tb with single test case , it was went up to master monitor and it is looping there it self due to forever in monitor run task,how to overcome this?

In reply to kathula venkatesh:

It behaves as you have coded the monitor. And the monitor needs a forever loop. But you do not show the details how you are putting the transaction together.
What is your problem? Does the simulation not come to its end?