ovm_report_global.svh File Reference

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

Go to the source code of this file.

Functions

void ovm_report_info (string id, string message, int verbosity=300, string filename="", int line=0)
void ovm_report_message (string id, string message, int verbosity=300, string filename="", int line=0)
void ovm_report_warning (string id, string message, int verbosity=200, string filename="", int line=0)
void ovm_report_error (string id, string message, int verbosity=100, string filename="", int line=0)
void ovm_report_fatal (string id, string message, int verbosity=0, string filename="", int line=0)

Variables

ovm_reporter _global_reporter = new()


Function Documentation

void ovm_report_error string  id,
string  message,
int  verbosity = 100,
string  filename = "",
int  line = 0
 

Definition at line 55 of file ovm_report_global.svh.

void ovm_report_fatal string  id,
string  message,
int  verbosity = 0,
string  filename = "",
int  line = 0
 

Definition at line 63 of file ovm_report_global.svh.

void ovm_report_info string  id,
string  message,
int  verbosity = 300,
string  filename = "",
int  line = 0
 

Definition at line 31 of file ovm_report_global.svh.

void ovm_report_message string  id,
string  message,
int  verbosity = 300,
string  filename = "",
int  line = 0
 

Definition at line 39 of file ovm_report_global.svh.

void ovm_report_warning string  id,
string  message,
int  verbosity = 200,
string  filename = "",
int  line = 0
 

Definition at line 47 of file ovm_report_global.svh.


Variable Documentation

ovm_reporter _global_reporter = new()
 

Definition at line 29 of file ovm_report_global.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