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.

Typedefs

typedef enum ovm_severity ovm_severity_type
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 = 100, OVM_MEDIUM = 200, OVM_HIGH = 300,
  OVM_FULL = 400, OVM_DEBUG = 500
}

Variables

ovm_action s_default_action_array [string]
OVM_FILE s_default_file_array [string]


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 int OVM_FILE

Definition at line 87 of file ovm_report_defines.svh.


Enumeration Type Documentation

enum typedef bit< 5:0 > 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 typedef bit< 1:0 > ovm_severity

Enumerator:
OVM_INFO 
OVM_WARNING 
OVM_ERROR 
OVM_FATAL 

Definition at line 30 of file ovm_report_defines.svh.

Enumerator:
OVM_NONE 
OVM_LOW 
OVM_MEDIUM 
OVM_HIGH 
OVM_FULL 
OVM_DEBUG 

Definition at line 78 of file ovm_report_defines.svh.


Variable Documentation

Definition at line 91 of file ovm_report_defines.svh.

Definition at line 92 of file ovm_report_defines.svh.


Intelligent Design Verification
Intelligent Design Verification
Project: OVM, Revision: 2.0.1
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.5.5
Wed Jan 7 19:27:30 2009
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV