urm_message.svh File Reference

#include "base/ovm_object.svh"
#include "compatibility/urm_message_defines.svh"

Include dependency graph for urm_message.svh:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ovm_urm_message_format
class  ovm_urm_message
class  ovm_urm_override_request
class  ovm_urm_override_operator
class  ovm_urm_report_server
class  urm_command_line_processor_c

Enumerations

enum  urm_msg_style_flags_enum {
  OVM_URM_STYLE_NONE = 0, OVM_URM_STYLE_FILE = 0b0000000001, OVM_URM_STYLE_HIERARCHY = 0b0000000010, OVM_URM_STYLE_LINE = 0b0000000100,
  OVM_URM_STYLE_MESSAGE_TEXT = 0b0000001000, OVM_URM_STYLE_SCOPE = 0b0000010000, OVM_URM_STYLE_SEVERITY = 0b0000100000, OVM_URM_STYLE_TAG = 0b0001000000,
  OVM_URM_STYLE_TIME = 0b0010000000, OVM_URM_STYLE_UNIT = 0b0100000000, OVM_URM_STYLE_VERBOSITY = 0b1000000000
}
enum  urm_msg_style_enum { OVM_URM_SHORT = 0b0010001010, OVM_URM_LONG = 0b1110011111, OVM_URM_RAW = 0b0000001000 }
enum  urm_debug_enum { OVM_DEBUG = 80000 }
enum  urm_msg_type { OVM_URM_MSG_DEBUG, OVM_URM_MSG_DUT, OVM_URM_MSG_TOOL, OVM_URM_MSG_OVM }

Functions

void urm_continue ()
void urm_stop_run ()
void urm_finish ()
void urm_stop ()
ovm_report_object m_get_report_object ()
string get_full_name ()
void set_checks (int verbosity)

Variables

string urm_global_tmp_str = ""
string urm_global_msg_detail_str
urm_command_line_processor_c urm_command_line_processor = new("urm_command_line_processor",null)
ovm_urm_report_server ovm_global_urm_report_server
string ovm_urm_tmp_str = ""
parameter OVM_UNDEF = -1


Enumeration Type Documentation

enum urm_debug_enum
 

Enumerator:
OVM_DEBUG 

Definition at line 53 of file urm_message.svh.

enum urm_msg_style_enum
 

Enumerator:
OVM_URM_SHORT 
OVM_URM_LONG 
OVM_URM_RAW 

Definition at line 47 of file urm_message.svh.

enum urm_msg_style_flags_enum
 

Enumerator:
OVM_URM_STYLE_NONE 
OVM_URM_STYLE_FILE 
OVM_URM_STYLE_HIERARCHY 
OVM_URM_STYLE_LINE 
OVM_URM_STYLE_MESSAGE_TEXT 
OVM_URM_STYLE_SCOPE 
OVM_URM_STYLE_SEVERITY 
OVM_URM_STYLE_TAG 
OVM_URM_STYLE_TIME 
OVM_URM_STYLE_UNIT 
OVM_URM_STYLE_VERBOSITY 

Definition at line 33 of file urm_message.svh.

enum urm_msg_type
 

Enumerator:
OVM_URM_MSG_DEBUG 
OVM_URM_MSG_DUT 
OVM_URM_MSG_TOOL 
OVM_URM_MSG_OVM 

Definition at line 55 of file urm_message.svh.


Function Documentation

string get_full_name  ) 
 

Definition at line 611 of file urm_message.svh.

ovm_report_object m_get_report_object  ) 
 

Definition at line 607 of file urm_message.svh.

void set_checks int  verbosity  ) 
 

Definition at line 615 of file urm_message.svh.

void urm_continue  ) 
 

Definition at line 96 of file urm_message.svh.

void urm_finish  ) 
 

Definition at line 114 of file urm_message.svh.

void urm_stop  ) 
 

Definition at line 124 of file urm_message.svh.

void urm_stop_run  ) 
 

Definition at line 104 of file urm_message.svh.


Variable Documentation

ovm_urm_report_server ovm_global_urm_report_server
 

Definition at line 76 of file urm_message.svh.

parameter OVM_UNDEF = -1
 

Definition at line 81 of file urm_message.svh.

string ovm_urm_tmp_str = ""
 

Definition at line 79 of file urm_message.svh.

urm_command_line_processor_c urm_command_line_processor = new("urm_command_line_processor",null)
 

Definition at line 73 of file urm_message.svh.

string urm_global_msg_detail_str
 

Definition at line 67 of file urm_message.svh.

string urm_global_tmp_str = ""
 

Definition at line 62 of file urm_message.svh.


Intelligent Design Verification
Intelligent Design Verification
Project: OVM, Revision: 1.1.0
Copyright (c) 2008 Intelligent Design Verification.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license is included here:
http://www.intelligentdv.com/licenses/fdl.txt
doxygen
Doxygen Version: 1.4.6
Mon Sep 29 14:20:30 2008

Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV