Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- `uvm_info ("COMPONENT NAME", "OUR MESSAGE", UVM_MEDIUM); //UVM_MEDIUM is the priority of our message
- example
- //build phase
- `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