urm_message_defines.svh File Reference

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

Go to the source code of this file.

Defines

#define urm_file   "<UNKNOWN>"
#define urm_line   0
#define ovm_urm_message   ovm_urm_message
#define ovm_urm_report_server   ovm_urm_report_server
#define ovm_global_reporter   _global_reporter
#define ovm_urm_tmp_str   ovm_urm_tmp_str
#define ovm_global_urm_report_server   ovm_global_urm_report_server
#define urm_msg_imp(ID, MESSAGE, TYPE, SEVERITY, VERBOSITY, HIERARCHY, CLIENT)
#define urm_pkg_msg_imp(ID, MESSAGE, TYPE, SEVERITY, VERBOSITY, HIERARCHY, CLIENT)
#define MESSAGE(VERBOSITY, MESSAGE)
#define DUT_ERROR(MESSAGE)
#define static_message(VERBOSITY, MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,VERBOSITY,"",_global_reporter)
#define static_dut_error(MESSAGE)   urm_msg_imp("DUT",MESSAGE,OVM_URM_MSG_DUT,OVM_ERROR,OVM_NONE,"",_global_reporter)
#define urm_static_data_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,"",_global_reporter)
#define urm_static_flow_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,"",_global_reporter)
#define urm_static_code_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,90000,"",_global_reporter)
#define urm_static_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,70000,"",_global_reporter)
#define urm_static_info4(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_FULL,"",_global_reporter)
#define urm_static_info3(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_HIGH,"",_global_reporter)
#define urm_static_info2(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_MEDIUM,"",_global_reporter)
#define urm_static_info1(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_LOW,"",_global_reporter)
#define urm_static_info0(D, MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,int(D),"",_global_reporter)
#define urm_static_info(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,"",_global_reporter)
#define urm_static_warning(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,"",_global_reporter)
#define urm_static_error(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,"",_global_reporter)
#define urm_static_fatal(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,"",_global_reporter)
#define urm_static_info_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,"",_global_reporter)
#define urm_static_warning_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,"",_global_reporter)
#define urm_static_error_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,"",_global_reporter)
#define urm_static_fatal_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,"",_global_reporter)
#define message(VERBOSITY, MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,VERBOSITY,get_full_name(),m_get_report_object())
#define dut_error(MESSAGE)   urm_msg_imp("DUT",MESSAGE,OVM_URM_MSG_DUT,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_data_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,get_full_name(),m_get_report_object())
#define urm_flow_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,get_full_name(),m_get_report_object())
#define urm_code_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,90000,get_full_name(),m_get_report_object())
#define urm_debug(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,70000,get_full_name(),m_get_report_object())
#define urm_info4(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_FULL,get_full_name(),m_get_report_object())
#define urm_info3(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_HIGH,get_full_name(),m_get_report_object())
#define urm_info2(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_MEDIUM,get_full_name(),m_get_report_object())
#define urm_info1(MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_LOW,get_full_name(),m_get_report_object())
#define urm_info0(D, MESSAGE)   urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,int(D),get_full_name(),m_get_report_object())
#define urm_info(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_warning(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_error(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_fatal(MESSAGE)   urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_info_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_warning_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_error_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_fatal_id(ID, MESSAGE)   urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,get_full_name(),m_get_report_object())
#define urm_msg_detail(DETAIL)   (m_rh.m_max_verbosity_level >= (DETAIL))
#define urm_static_msg_detail(DETAIL)   (ovm_urm_report_server::get_global_verbosity() >= (DETAIL))
#define ANSI_RESET   "\033[0m"
#define ANSI_BRIGHT   "\033[1m"
#define ANSI_DIM   "\033[2m"
#define ANSI_UNDERSCORE   "\033[4m"
#define ANSI_BOLD   "\033[5m"
#define ANSI_REVERSE   "\033[7m"
#define ANSI_FG_BLACK   "\033[30m"
#define ANSI_FG_RED   "\033[31m"
#define ANSI_FG_GREEN   "\033[32m"
#define ANSI_FG_YELLOW   "\033[33m"
#define ANSI_FG_BLUE   "\033[34m"
#define ANSI_FG_MAGENTA   "\033[35m"
#define ANSI_FG_CYAN   "\033[36m"
#define ANSI_FG_WHITE   "\033[37m"
#define ANSI_BG_BLACK   "\033[40m"
#define ANSI_BG_RED   "\033[41m"
#define ANSI_BG_GREEN   "\033[42m"
#define ANSI_BG_YELLOW   "\033[43m"
#define ANSI_BG_BLUE   "\033[44m"
#define ANSI_BG_MAGENTA   "\033[45m"
#define ANSI_BG_CYAN   "\033[46m"
#define ANSI_BG_WHITE   "\033[47m"


Define Documentation

#define ANSI_BG_BLACK   "\033[40m"
 

Definition at line 321 of file urm_message_defines.svh.

#define ANSI_BG_BLUE   "\033[44m"
 

Definition at line 325 of file urm_message_defines.svh.

#define ANSI_BG_CYAN   "\033[46m"
 

Definition at line 327 of file urm_message_defines.svh.

#define ANSI_BG_GREEN   "\033[42m"
 

Definition at line 323 of file urm_message_defines.svh.

#define ANSI_BG_MAGENTA   "\033[45m"
 

Definition at line 326 of file urm_message_defines.svh.

#define ANSI_BG_RED   "\033[41m"
 

Definition at line 322 of file urm_message_defines.svh.

#define ANSI_BG_WHITE   "\033[47m"
 

Definition at line 328 of file urm_message_defines.svh.

#define ANSI_BG_YELLOW   "\033[43m"
 

Definition at line 324 of file urm_message_defines.svh.

#define ANSI_BOLD   "\033[5m"
 

Definition at line 309 of file urm_message_defines.svh.

#define ANSI_BRIGHT   "\033[1m"
 

Definition at line 306 of file urm_message_defines.svh.

#define ANSI_DIM   "\033[2m"
 

Definition at line 307 of file urm_message_defines.svh.

#define ANSI_FG_BLACK   "\033[30m"
 

Definition at line 312 of file urm_message_defines.svh.

#define ANSI_FG_BLUE   "\033[34m"
 

Definition at line 316 of file urm_message_defines.svh.

#define ANSI_FG_CYAN   "\033[36m"
 

Definition at line 318 of file urm_message_defines.svh.

#define ANSI_FG_GREEN   "\033[32m"
 

Definition at line 314 of file urm_message_defines.svh.

#define ANSI_FG_MAGENTA   "\033[35m"
 

Definition at line 317 of file urm_message_defines.svh.

#define ANSI_FG_RED   "\033[31m"
 

Definition at line 313 of file urm_message_defines.svh.

#define ANSI_FG_WHITE   "\033[37m"
 

Definition at line 319 of file urm_message_defines.svh.

#define ANSI_FG_YELLOW   "\033[33m"
 

Definition at line 315 of file urm_message_defines.svh.

#define ANSI_RESET   "\033[0m"
 

Definition at line 305 of file urm_message_defines.svh.

#define ANSI_REVERSE   "\033[7m"
 

Definition at line 310 of file urm_message_defines.svh.

#define ANSI_UNDERSCORE   "\033[4m"
 

Definition at line 308 of file urm_message_defines.svh.

#define dut_error MESSAGE   )     urm_msg_imp("DUT",MESSAGE,OVM_URM_MSG_DUT,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 225 of file urm_message_defines.svh.

#define DUT_ERROR MESSAGE   ) 
 

Value:

Definition at line 152 of file urm_message_defines.svh.

#define message VERBOSITY,
MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,VERBOSITY,get_full_name(),m_get_report_object())
 

Definition at line 222 of file urm_message_defines.svh.

#define MESSAGE VERBOSITY,
MESSAGE   ) 
 

Value:

Definition at line 148 of file urm_message_defines.svh.

#define ovm_global_reporter   _global_reporter
 

Definition at line 50 of file urm_message_defines.svh.

#define ovm_global_urm_report_server   ovm_global_urm_report_server
 

Definition at line 52 of file urm_message_defines.svh.

#define ovm_urm_message   ovm_urm_message
 

Definition at line 48 of file urm_message_defines.svh.

#define ovm_urm_report_server   ovm_urm_report_server
 

Definition at line 49 of file urm_message_defines.svh.

#define ovm_urm_tmp_str   ovm_urm_tmp_str
 

Definition at line 51 of file urm_message_defines.svh.

#define static_dut_error MESSAGE   )     urm_msg_imp("DUT",MESSAGE,OVM_URM_MSG_DUT,OVM_ERROR,OVM_NONE,"",_global_reporter)
 

Definition at line 164 of file urm_message_defines.svh.

#define static_message VERBOSITY,
MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,VERBOSITY,"",_global_reporter)
 

Definition at line 161 of file urm_message_defines.svh.

#define urm_code_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,90000,get_full_name(),m_get_report_object())
 

Definition at line 234 of file urm_message_defines.svh.

#define urm_data_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,get_full_name(),m_get_report_object())
 

Definition at line 228 of file urm_message_defines.svh.

#define urm_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,70000,get_full_name(),m_get_report_object())
 

Definition at line 237 of file urm_message_defines.svh.

#define urm_error MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 261 of file urm_message_defines.svh.

#define urm_error_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 273 of file urm_message_defines.svh.

#define urm_fatal MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 264 of file urm_message_defines.svh.

#define urm_fatal_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 276 of file urm_message_defines.svh.

#define urm_file   "<UNKNOWN>"
 

Definition at line 37 of file urm_message_defines.svh.

#define urm_flow_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,get_full_name(),m_get_report_object())
 

Definition at line 231 of file urm_message_defines.svh.

#define urm_info MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 255 of file urm_message_defines.svh.

#define urm_info0 D,
MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,int(D),get_full_name(),m_get_report_object())
 

Definition at line 252 of file urm_message_defines.svh.

#define urm_info1 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_LOW,get_full_name(),m_get_report_object())
 

Definition at line 249 of file urm_message_defines.svh.

#define urm_info2 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_MEDIUM,get_full_name(),m_get_report_object())
 

Definition at line 246 of file urm_message_defines.svh.

#define urm_info3 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_HIGH,get_full_name(),m_get_report_object())
 

Definition at line 243 of file urm_message_defines.svh.

#define urm_info4 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_FULL,get_full_name(),m_get_report_object())
 

Definition at line 240 of file urm_message_defines.svh.

#define urm_info_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 267 of file urm_message_defines.svh.

#define urm_line   0
 

Definition at line 38 of file urm_message_defines.svh.

#define urm_msg_detail DETAIL   )     (m_rh.m_max_verbosity_level >= (DETAIL))
 

Definition at line 283 of file urm_message_defines.svh.

#define urm_msg_imp ID,
MESSAGE,
TYPE,
SEVERITY,
VERBOSITY,
HIERARCHY,
CLIENT   ) 
 

Value:

begin \
  $swrite(ovm_urm_tmp_str,"%m"); \
  begin \
    string image; \
    ovm_report_object client; \
    client = CLIENT; \
    ovm_urm_report_server::m_set_report_hier(HIERARCHY); \
    ovm_urm_report_server::m_set_report_scope(ovm_urm_tmp_str); \
    ovm_urm_report_server::m_set_report_type(TYPE); \
    image = $psprintf MESSAGE; \
    ovm_global_urm_report_server.report( \
      SEVERITY, client.get_full_name(), ID, image, \
      VERBOSITY, urm_file, urm_line, client \
    ); \
    ovm_urm_report_server::m_reset_report_flags(); \
  end \
end

Definition at line 93 of file urm_message_defines.svh.

#define urm_pkg_msg_imp ID,
MESSAGE,
TYPE,
SEVERITY,
VERBOSITY,
HIERARCHY,
CLIENT   ) 
 

Value:

begin \
  $swrite(ovm_urm_tmp_str,"%m"); \
  begin \
    string image; \
    ovm_report_object client; \
    client = CLIENT; \
    ovm_urm_report_server::m_set_report_hier(ovm_urm_tmp_str); \
    ovm_urm_report_server::m_set_report_scope(ovm_urm_tmp_str); \
    ovm_urm_report_server::m_set_report_type(TYPE); \
    image = $psprintf MESSAGE; \
    ovm_global_urm_report_server.report( \
      SEVERITY, client.get_full_name(), ID, image, \
      VERBOSITY, urm_file, urm_line, client \
    ); \
    ovm_urm_report_server::m_reset_report_flags(); \
  end \
end

Definition at line 111 of file urm_message_defines.svh.

#define urm_static_code_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,90000,"",_global_reporter)
 

Definition at line 173 of file urm_message_defines.svh.

#define urm_static_data_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,"",_global_reporter)
 

Definition at line 167 of file urm_message_defines.svh.

#define urm_static_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,70000,"",_global_reporter)
 

Definition at line 176 of file urm_message_defines.svh.

#define urm_static_error MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,"",_global_reporter)
 

Definition at line 200 of file urm_message_defines.svh.

#define urm_static_error_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_ERROR,OVM_NONE,"",_global_reporter)
 

Definition at line 212 of file urm_message_defines.svh.

#define urm_static_fatal MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,"",_global_reporter)
 

Definition at line 203 of file urm_message_defines.svh.

#define urm_static_fatal_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_FATAL,OVM_NONE,"",_global_reporter)
 

Definition at line 215 of file urm_message_defines.svh.

#define urm_static_flow_debug MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,80000,"",_global_reporter)
 

Definition at line 170 of file urm_message_defines.svh.

#define urm_static_info MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,"",_global_reporter)
 

Definition at line 194 of file urm_message_defines.svh.

#define urm_static_info0 D,
MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,int(D),"",_global_reporter)
 

Definition at line 191 of file urm_message_defines.svh.

#define urm_static_info1 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_LOW,"",_global_reporter)
 

Definition at line 188 of file urm_message_defines.svh.

#define urm_static_info2 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_MEDIUM,"",_global_reporter)
 

Definition at line 185 of file urm_message_defines.svh.

#define urm_static_info3 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_HIGH,"",_global_reporter)
 

Definition at line 182 of file urm_message_defines.svh.

#define urm_static_info4 MESSAGE   )     urm_msg_imp("DEBUG",MESSAGE,OVM_URM_MSG_DEBUG,OVM_INFO,OVM_FULL,"",_global_reporter)
 

Definition at line 179 of file urm_message_defines.svh.

#define urm_static_info_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_INFO,OVM_NONE,"",_global_reporter)
 

Definition at line 206 of file urm_message_defines.svh.

#define urm_static_msg_detail DETAIL   )     (ovm_urm_report_server::get_global_verbosity() >= (DETAIL))
 

Definition at line 286 of file urm_message_defines.svh.

#define urm_static_warning MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,"",_global_reporter)
 

Definition at line 197 of file urm_message_defines.svh.

#define urm_static_warning_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,"",_global_reporter)
 

Definition at line 209 of file urm_message_defines.svh.

#define urm_warning MESSAGE   )     urm_msg_imp("URM",MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 258 of file urm_message_defines.svh.

#define urm_warning_id ID,
MESSAGE   )     urm_msg_imp(ID,MESSAGE,OVM_URM_MSG_TOOL,OVM_WARNING,OVM_NONE,get_full_name(),m_get_report_object())
 

Definition at line 270 of file urm_message_defines.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