InterviewSolution
Saved Bookmarks
| 1. |
Difference Between `uvm_do And `uvm_rand_send ? |
|
Answer» uvm_do PERFORM the below steps: 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. |
|