what does `uvm_send(seq)
do?
I am seeing these often in my code.
seq is a uvm_sequence which is being randomized and processed arithmetically.
Where does `uvm_send(seq)
send the sequence?
what does `uvm_send(seq)
do?
I am seeing these often in my code.
seq is a uvm_sequence which is being randomized and processed arithmetically.
Where does `uvm_send(seq)
send the sequence?
You could refer to "A Practical Guide to Adopting the Universal Verification Methodology (UVM) Second Edition", page 202:
"`uvm_send macro processes the uvm_sequence_item or uvm_sequence class handle argument without any allocation or randomization."