UVM driver sequencer interaction with parameterized sequence item

In reply to Brass:

The sequence item is created in the sequence as:

m_seq_item = seq_item#(PARAM_NAME):: type_id::create("name")

Could you share code for the sequence class specialization in the test i.e handle declaration of the sequence in the test using which you call task start