UVM driver sequencer interaction with parameterized sequence item

In reply to Brass:

You left out the declaration of the sequence.

The code in uvm_sequence::put_response() is trying to $cast() between a uvm_sequence_item handle and the RSP type from your sequence declaration. Did you give a different RSP type than then REQ type?