Type of argument 'tmp_data__' of virtual method '__m_uvm_field_automation' in class 'cbc_seq' does not match with type of argument in the abstract superclass 'uvm_rgm_sequence'

In reply to chr_sue:

Hi chr_sue,

actually uvm_rgm_sequence class extended from uvm_sequence#(uvm_rgm_reg_op)

so i’m directly extending cbc_seq class from uvm_regm_sequence.

so do i need to again use #(uvm_rgm_reg_op) form uvm_reg_sequence class.

thanks,
koushik