Quantcast
Channel: UVM Forums RSS Feed
Viewing all articles
Browse latest Browse all 756

Requirement of objections in UVM

$
0
0

Hi,

 

I have a doubt about requirement of raise/drop_objection.

 

Why does a compiler need objections in run_phase?

 

Why can it not just wait for time given like 100ns as following example?

 

Ex. 

task run_phase(uvm_phase phase);

  //phase.raise_objection(this);     

  #100ns;

  //phase.drop_objection(this);    

endtask 

 

   


Viewing all articles
Browse latest Browse all 756

Trending Articles