How to add UVM_NOCOMPARE to fields of extended class

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.