In reply to chrisspear:
In reply to vk7715:
That’s why I said to put a $display() in abc::new() so you can see for yourself. If you have access to a good debugger, you can try stepping through the create() call, but it goes deeper than the Titanic, so you might be there for a while. :-)
Hi Chris,
I put a $display() and saw for myself – type_id::create calls ‘new’ of the class. Thank you.
On a side note, what debugger do you recommend for stepping through UVM code? And are there any tutorials teaching the same?
Thanks