| vmm_log |
enum value |
ABORT_SIM |
|
|
| vmm_log |
function void |
add_watchpoint ( int watchpoint_id, string name = , string inst = , bit recurse = 0 ) |
|
|
| vmm_log |
enum value |
ALL_SEVS |
|
|
| vmm_log |
enum value |
ALL_TYPS |
|
|
| vmm_log |
function void |
append_callback ( vmm_log_callbacks cb ) |
|
|
| vmm_log |
vmm_log |
below [$] |
|
|
| vmm_log |
static local vmm_log_callbacks |
callbacks [$] |
|
|
| vmm_log |
function int |
catch ( vmm_log_catcher catcher, string name = , string inst = , bit recurse = 0, int typs = ALL_TYPS, int severity = ALL_SEVS, string text = ) |
|
|
| vmm_log |
static local vmm_log_catcher_descr |
catcher_cache [int] |
|
|
| vmm_log |
local int |
catcher_ids [$] |
|
|
| vmm_log |
enum value |
COMMAND_TYP |
|
|
| vmm_log |
enum value |
CONTINUE |
|
|
| vmm_log |
enum value |
COUNT_ERROR |
|
|
| vmm_log |
function int |
create_watchpoint ( int typs = ALL_TYPS, int severity = ALL_SEVS, string text = , logic issued = 1'bx ) |
|
|
| vmm_log |
enum value |
CYCLE_TYP |
|
|
| vmm_log |
enum value |
DEBUG_SEV |
|
|
| vmm_log |
enum value |
DEBUG_TYP |
|
|
| vmm_log |
enum value |
DEBUGGER |
|
|
| vmm_log |
enum value |
DEFAULT |
|
|
| vmm_log |
local function int |
default_handling ( int severity ) |
|
|
| vmm_log |
enum value |
DEFAULT_HANDLING |
|
|
| vmm_log |
enum value |
DEFAULT_SEV |
|
|
| vmm_log |
enum value |
DEFAULT_TYP |
|
|
| vmm_log |
static local int |
dflt_lvl = NORMAL_SEV; |
|
|
| vmm_log |
function void |
disable_types ( int typs, string name = , string inst = , bit recursive = 0 ) |
|
|
| vmm_log |
function void |
display ( string prefix = ) |
|
|
| vmm_log |
enum value |
DUMP_STACK |
|
|
| vmm_log |
local int |
enabled_typs |
|
|
| vmm_log |
function void |
enable_types ( int typs, string name = , string inst = , bit recursive = 0 ) |
|
|
| vmm_log |
function void |
end_msg ( ) |
|
|
| vmm_log |
static local int |
error_count = 0; |
|
|
| vmm_log |
static local int |
error_limit = 10; |
|
|
| vmm_log |
enum value |
ERROR_SEV |
|
|
| vmm_log |
enum value |
FAILURE_TYP |
|
|
| vmm_log |
enum value |
FATAL_SEV |
|
|
| vmm_log |
local function void |
filter ( ) |
|
|
| vmm_log |
local function void |
flush_msg ( ) |
|
|
| vmm_log |
static local vmm_log_format |
fmt |
|
|
| vmm_log |
static local int |
force_lvl = DEFAULT_SEV; |
|
|
| vmm_log |
function vmm_log |
for_each ( ) |
|
|
| vmm_log |
local int |
fp [$] |
|
|
| vmm_log |
function string |
get_instance ( ) |
|
|
| vmm_log |
function int |
get_message_count ( int severity = ALL_SEVS, string name = , string inst = , bit recurse = 0 ) |
|
|
| vmm_log |
function string |
get_name ( ) |
|
|
| vmm_log |
function int |
get_verbosity ( ) |
|
|
| vmm_log |
enum |
handling_e |
|
|
| vmm_log |
function string |
handling_image ( int handling ) |
|
|
| vmm_log |
local int |
has_text_modifiers |
|
|
| vmm_log |
enum value |
HIDDEN_SEV |
|
|
| vmm_log |
enum value |
IGNORE |
|
|
| vmm_log |
enum value |
IGNORE_SEV |
|
|
| vmm_log |
static local int |
in_callbacks = 0; |
|
|
| vmm_log |
static local bit |
in_catcher = 0; |
|
|
| vmm_log |
local string |
inst |
|
|
| vmm_log |
enum value |
INTERNAL_TYP |
|
|
| vmm_log |
local bit |
is_all |
|
|
| vmm_log |
static local bit |
is_orig = 1; |
|
|
| vmm_log |
static local bit |
is_pattern [2] |
|
|
| vmm_log |
local int |
is_self |
|
|
| vmm_log |
function void |
kill ( ) |
|
|
| vmm_log |
static local vmm_log |
known [$] |
|
|
| vmm_log |
static local int |
known_idx = 0; |
|
|
| vmm_log |
function void |
list ( string name = /./, string inst = /./, bit recurse = 0 ) |
|
|
| vmm_log |
local int |
log_lvl |
|
|
| vmm_log |
function void |
log_start ( int file, string name = , string inst = , bit recurse = 0 ) |
|
|
| vmm_log |
function void |
log_stop ( int file, string name = , string inst = , bit recurse = 0 ) |
|
|
| vmm_log |
static local vmm_log_modifier |
modifier_cache [int] |
|
|
| vmm_log |
local int |
modifier_ids [$] |
|
|
| vmm_log |
function int |
modify ( string name = , string inst = , bit recursive = 0, int typ = ALL_TYPS, int severity = ALL_SEVS, string text = , int new_typ = UNCHANGED, int new_severity = UNCHANGED, int handling = UNCHANGED ) |
|
|
| vmm_log |
local vmm_log_msg |
msg |
|
|
| vmm_log |
static local string |
msg_format [$] |
|
|
| vmm_log |
local string |
msg_txt [$] |
|
|
| vmm_log |
local string |
name |
|
|
| vmm_log |
local int |
n_demoted [int] |
|
|
| vmm_log |
local int |
n_msg [int] |
|
|
| vmm_log |
enum value |
NORMAL_SEV |
|
|
| vmm_log |
enum value |
NOTE_TYP |
|
|
| vmm_log |
local function void |
notify ( ) |
|
|
| vmm_log |
enum value |
NOTIFY_TYP |
|
|
| vmm_log |
local string |
orig_inst |
|
|
| vmm_log |
local int unsigned |
parent_count |
|
|
| vmm_log |
static local string |
pattern [2] |
|
|
| vmm_log |
static local bit |
plus_debug |
|
|
| vmm_log |
static local string |
prefix |
|
|
| vmm_log |
function void |
prepend_callback ( vmm_log_callbacks cb ) |
|
|
| vmm_log |
local function void |
process_catch ( vmm_log_msg msg ) |
|
|
| vmm_log |
local function void |
promote ( ) |
|
|
| vmm_log |
enum value |
PROTOCOL_TYP |
|
|
| vmm_log |
function string |
psdisplay ( string prefix = ) |
|
|
| vmm_log |
static local int |
recurse |
|
|
| vmm_log |
static local int |
recurse_id = 0; |
|
|
| vmm_log |
static local vmm_log_below_iter |
recurse_stack [$] |
|
|
| vmm_log |
function void |
remove_watchpoint ( int watchpoint_id = -1, string name = , string inst = , bit recurse = 0 ) |
|
|
| vmm_log |
function void |
report ( string name = /./, string inst = /./, bit recurse = 0 ) |
|
|
| vmm_log |
enum value |
REPORT_TYP |
|
|
| vmm_log |
function void |
reset ( string name = /./, string inst = /./, bit recurse = 0 ) |
|
|
| vmm_log |
function vmm_log_format |
set_format ( vmm_log_format fmt ) |
|
|
| vmm_log |
function void |
set_instance ( string inst ) |
|
|
| vmm_log |
function void |
set_name ( string name ) |
|
|
| vmm_log |
function string |
set_sev_image ( int severity, string image ) |
|
|
| vmm_log |
function string |
set_typ_image ( int typ, string image ) |
|
|
| vmm_log |
function void |
set_verbosity ( int severity, string name = , string inst = , bit recursive = 0 ) |
|
|
| vmm_log |
function string |
sev_image ( int severity ) |
|
|
| vmm_log |
static local string |
sev_images [int] |
|
|
| vmm_log |
static local int |
sev_list [$] |
|
|
| vmm_log |
enum |
severities_e |
|
|
| vmm_log |
function bit |
start_msg ( int typ, int severity = DEFAULT_SEV, string fname = , int line = -1 ) |
|
|
| vmm_log |
enum value |
STDOUT |
|
|
| vmm_log |
enum |
stdout_e |
|
|
| vmm_log |
function void |
stop_after_n_errors ( int n ) |
|
|
| vmm_log |
enum value |
STOP_PROMPT |
|
|
| vmm_log |
enum |
symbols_e |
|
|
| vmm_log |
function bit |
text ( string msg = ) |
|
|
| vmm_log |
enum value |
TIMING_TYP |
|
|
| vmm_log |
enum value |
TRACE_SEV |
|
|
| vmm_log |
enum value |
TRANSACTION_TYP |
|
|
| vmm_log |
static local string |
type_images [int] |
|
|
| vmm_log |
static local int |
type_list [$] |
|
|
| vmm_log |
function string |
typ_image ( int typ ) |
|
|
| vmm_log |
enum |
types_e |
|
|
| vmm_log |
function bit |
uncatch ( int catcher_id ) |
|
|
| vmm_log |
function void |
uncatch_all ( ) |
|
|
| vmm_log |
enum value |
UNCHANGED |
|
|
| vmm_log |
function void |
unmodify ( int modification_id = -1, string name = , string inst = , bit recursive = 0 ) |
|
|
| vmm_log |
function void |
unregister_callback ( vmm_log_callbacks cb ) |
|
|
| vmm_log |
enum value |
USER_TYP_0 |
|
|
| vmm_log |
enum value |
USER_TYP_1 |
|
|
| vmm_log |
enum value |
USER_TYP_2 |
|
|
| vmm_log |
enum value |
VERBOSE_SEV |
|
|
| vmm_log |
local int |
visited = 0; |
|
|
| vmm_log |
task |
wait_for_msg (string name = , string inst = , bit recurse = 0, int typs = ALL_TYPS, int severity = ALL_SEVS, string text = , logic issued = 1'bx, ref vmm_log_msg msg |
|
|
| vmm_log |
task |
wait_for_watchpoint (int watchpoint_id, ref vmm_log_msg msg |
|
|
| vmm_log |
enum value |
WARNING_SEV |
|
|
| vmm_log |
static local vmm_log_watchpoint |
watchpoint_cache [int] |
|
|
| vmm_log |
local int |
watchpoint_ids [$] |
|
|
| vmm_log |
static vmm_opts |
_vmm_opts = new; |
|
|
| vmm_log |
function vmm_log |
copy ( vmm_log to = null ) |
|
|
| vmm_log |
function void |
is_above ( vmm_log log ) |
|
|
| vmm_log |
function void |
is_not_above ( vmm_log log ) |
|
|
| vmm_log |
local function void |
make_hier_inst_name ( string prefix = ) |
|
|
| vmm_log |
function void |
new ( string name, string inst, vmm_log under = null ) |
|
|
| vmm_log |
function bit |
uses_hier_inst_name ( ) |
|
|
| vmm_log |
function void |
use_hier_inst_name ( ) |
|
|
| vmm_log |
function void |
use_orig_inst_name ( ) |
|
|
| vmm_log |
enum value |
XHANDLING_TYP |
|