Sunday 25 August 2013

Difference b/w  send_item(), and `uvm_do_* ?
Ans:
     `uvm_do_* will create before randomization and call send_request(), but send_item() will not create instance of item and won't randomize it just it will call wait_for_grant();  

No comments:

Post a Comment