What is ** Fatal: (vsim-8250) Class allocator method 'new' called on Abstract Class. about?

In reply to mpattaje:

This is the code that gets created by the `ovm_object_utils macro. Someone has called create_object() on an abstract class. If you can stay in the simulator after the fatal error (either in gui or command line mode) use the tb (traceback) command to get a call stack. That should show you exactly where the problem is.