1.

Difference Between `uvm_do And `uvm_rand_send ?

Answer»

uvm_do PERFORM the below steps:

  1. Create
  2. START ITEM
  3. Randomize
  4. Finish item
  5. get response (optional)

While `uvm_rand_send perform all the above steps except create. USER NEEDS to create sequence / sequence item.

uvm_do perform the below steps:

While `uvm_rand_send perform all the above steps except create. User needs to create sequence / sequence item.



Discussion

No Comment Found