I've been using various types of calling uvm_sequences while developing sequences and every approach works. But I've a doubt what is the best one to be used when compared between using uvm_create, uvm_send and start_item, finish_item. In either cases the type and amount of control on the transactions is the same.
Can anyone help me in understanding the differences better?
Are there any guidelines to choose a specific style of coding for a given requirement?
Thanks