Inheritance diagram for class uvm_cmdline_processor:
Public Member Functions | |
| function void | get_args ( output string args[$] ) |
| function int | get_arg_matches ( string match, ref string args[$] ) |
| function int | get_arg_value ( string match, ref string value ) |
| function int | get_arg_values ( string match, ref string values[$] ) |
| static function uvm_cmdline_processor | get_inst ( ) |
| function void | get_plusargs ( output string args[$] ) |
| function string | get_tool_name ( ) |
| function string | get_tool_version ( ) |
| function void | get_uvm_args ( output string args[$] ) |
| function bit | m_convert_verb ( string verb_str, output uvm_verbosity verb_enum ) |
| function void | new ( string name = "" ) |
Public Attributes | |
Protected Attributes | |
| protected string | m_argv [$] |
| protected string | m_plus_argv [$] |
| protected string | m_uvm_argv [$] |
|
|
|
|
|
|
|
|
|
|
|
||||||
|
|
|
|