Hi,
i am trying to implement raise_objection() and drop_objection() in pre/post body. the simulator is giving fatal error message like "Null instance encountered when dereferencing 'this.starting phase'". Please suggest me how to implement and what is necessary ?
Example :
virtual task pre_body();
starting_phase.raise_objection(this);
endtask
virtual task post_body();
starting_phase.drop_objection(this);
endtask
Thanks
kbkdec15