Simulation time running but test doing nothing -- any tricks you can recommend to figure out where it stopped?

In reply to jprochno:

What you are describing is in most cases an indication your testbench is waiting in an if statement which never becomsed true. You should look into this direction.