Extending from a parameterized uvm class

In reply to chr_sue:

Hi chr_sue,

Thanks for the reply.

By override the scoreboard class, do you mean:

set_type_override_by_type(bc_port_sb#(my_pkt)::get_type(),bc_port_sb#(uvm_sequence_item)::get_type());

I did this and got the same error.