`uvm_info is just a wrapper around the uvm_report_info which checks if the message is enabled based on its VERBOSITY level.
You can check the code inside of the uvm_message_defines.svh file of the UVM library.
`uvm_info is just a wrapper around the uvm_report_info which checks if the message is enabled based on its VERBOSITY level.
You can check the code inside of the uvm_message_defines.svh file of the UVM library.