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();
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