Uvm_do macro

Hi,
Why pre_body() and post_body() methods are not called with `uvm_do macros. Is there any specific reason?

In reply to Naveenkb:

There are several factors which determine if pre_body() and post_body() are called, which is why it is recommended to not use them.

Additionally, it is recommended to not use the `uvm_do_* macros.

In reply to cgales:

Thanks cgales for additional info.