ovm_report_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 ovm_file   "<UNKNOWN>"
#define ovm_line   0
#define OVM_REPORT_INFO(ID, MSG)   ovm_report_info(ID,MSG,300,ovm_file,ovm_line)
#define OVM_REPORT_WARNING(ID, MSG)   ovm_report_warning(ID,MSG,200,ovm_file,ovm_line)
#define OVM_REPORT_ERROR(ID, MSG)   ovm_report_error(ID,MSG,100,ovm_file,ovm_line)
#define OVM_REPORT_FATAL(ID, MSG)   ovm_report_fatal(ID,MSG,0,ovm_file,ovm_line)

Typedefs

typedef bit< 1:0 > ovm_severity
typedef enum ovm_severity ovm_severity_type
typedef bit< 5:0 > ovm_action
typedef enum ovm_action ovm_action_type
typedef int OVM_FILE
typedef ovm_action id_actions_array [string]
typedef OVM_FILE id_file_array [string]

Enumerations

enum  ovm_severity { OVM_INFO, OVM_WARNING, OVM_ERROR, OVM_FATAL }
enum  ovm_action {
  OVM_NO_ACTION = 0b000000, OVM_DISPLAY = 0b000001, OVM_LOG = 0b000010, OVM_COUNT = 0b000100,
  OVM_EXIT = 0b001000, OVM_CALL_HOOK = 0b010000, OVM_STOP = 0b100000
}
enum  ovm_verbosity {
  OVM_NONE = 0, OVM_LOW = 10000, OVM_MEDIUM = 20000, OVM_HIGH = 30000,
  OVM_FULL = 40000
}

Variables

ovm_action s_default_action_array [string]
OVM_FILE s_default_file_array [string]


Define Documentation

#define ovm_file   "<UNKNOWN>"
 

Definition at line 95 of file ovm_report_defines.svh.

#define ovm_line   0
 

Definition at line 96 of file ovm_report_defines.svh.

#define OVM_REPORT_ERROR ID,
MSG   )     ovm_report_error(ID,MSG,100,ovm_file,ovm_line)
 

Definition at line 104 of file ovm_report_defines.svh.

#define OVM_REPORT_FATAL ID,
MSG   )     ovm_report_fatal(ID,MSG,0,ovm_file,ovm_line)
 

Definition at line 107 of file ovm_report_defines.svh.

#define OVM_REPORT_INFO ID,
MSG   )     ovm_report_info(ID,MSG,300,ovm_file,ovm_line)
 

Definition at line 98 of file ovm_report_defines.svh.

#define OVM_REPORT_WARNING ID,
MSG   )     ovm_report_warning(ID,MSG,200,ovm_file,ovm_line)
 

Definition at line 101 of file ovm_report_defines.svh.


Typedef Documentation

typedef ovm_action id_actions_array[string]
 

Definition at line 88 of file ovm_report_defines.svh.

typedef OVM_FILE id_file_array[string]
 

Definition at line 89 of file ovm_report_defines.svh.

typedef bit<5:0> ovm_action
 

Definition at line 48 of file ovm_report_defines.svh.

typedef enum ovm_action ovm_action_type
 

typedef int OVM_FILE
 

Definition at line 86 of file ovm_report_defines.svh.

typedef bit<1:0> ovm_severity
 

Definition at line 27 of file ovm_report_defines.svh.

typedef enum ovm_severity ovm_severity_type
 


Enumeration Type Documentation

enum ovm_action
 

Enumerator:
OVM_NO_ACTION 
OVM_DISPLAY 
OVM_LOG 
OVM_COUNT 
OVM_EXIT 
OVM_CALL_HOOK 
OVM_STOP 

Definition at line 50 of file ovm_report_defines.svh.

enum ovm_severity
 

Enumerator:
OVM_INFO 
OVM_WARNING 
OVM_ERROR 
OVM_FATAL 

Definition at line 30 of file ovm_report_defines.svh.

enum ovm_verbosity
 

Enumerator:
OVM_NONE 
OVM_LOW 
OVM_MEDIUM 
OVM_HIGH 
OVM_FULL 

Definition at line 78 of file ovm_report_defines.svh.


Variable Documentation

ovm_action s_default_action_array[string]
 

Definition at line 92 of file ovm_report_defines.svh.

OVM_FILE s_default_file_array[string]
 

Definition at line 93 of file ovm_report_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:22 2008

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