Advertisement
Sidsh

Reporting system

Oct 29th, 2022
1,068
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     `uvm_info ("COMPONENT NAME", "OUR MESSAGE", UVM_MEDIUM);        //UVM_MEDIUM is the priority of our message
  2.  
  3. example
  4.  
  5. //build phase
  6.     `uvm_info ("ENV", "In the build phase", UVM_MEDIUM);        //get_type_name, instead of ENV can be used to get default component name
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement