I am getting an error like Error (suppressible): (vsim-3601) Iteration limit 10000000 reached at time 0 ns.
By just running the UVM testbench am getting above mention error and no DUT is attached to it. if i get to know the flow then it may help in debugging it.
What I usually do in this situation is stop the simulator and print the call stack. Then you’ll see in which loop you’re stuck. You’ll have to look in the manual to see how to show the call stack.