In reply to debashis_paul:
You should remove all of the `uvm_field_* macros and implement the Transaction Methods individually to give you better control. This will allow you to override the required methods in your extended class as required.
In reply to debashis_paul:
You should remove all of the `uvm_field_* macros and implement the Transaction Methods individually to give you better control. This will allow you to override the required methods in your extended class as required.