
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() |
| 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.
| ovm_reporter _global_reporter = new() |
Definition at line 29 of file ovm_report_global.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 1.1.0 |
Copyright (c) 2008-2010 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 Version: 1.6.3 IDV SV Filter Version: 2.6.3 Sat Jun 19 11:25:42 2010 |