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

Get verbosity from a module

$
0
0

How can I get the current verbosity from within a module?

 

I am trying to do something like this but the module can't find the function that returns the verbosity level.

 

initial begin

  int prev_level;

  prev_level = get_report_verbosity_level();

  case (prev_level)

      default: ;

  endcase

 

end


Viewing all articles
Browse latest Browse all 756

Trending Articles