
Go to the source code of this file.
Functions | |
| bit | ovm_report_enabled (int verbosity) |
| void | ovm_report_info (string id, string message, int verbosity=OVM_MEDIUM, string filename="", int line=0) |
| void | ovm_report_warning (string id, string message, int verbosity=OVM_MEDIUM, string filename="", int line=0) |
| void | ovm_report_error (string id, string message, int verbosity=OVM_LOW, string filename="", int line=0) |
| void | ovm_report_fatal (string id, string message, int verbosity=OVM_NONE, string filename="", int line=0) |
| bit ovm_report_enabled | ( | int | verbosity | ) |
Definition at line 38 of file ovm_report_global.svh.
| void ovm_report_error | ( | string | id, | |
| string | message, | |||
| int | verbosity = OVM_LOW, |
|||
| string | filename = "", |
|||
| int | line = 0 | |||
| ) |
Definition at line 65 of file ovm_report_global.svh.
| void ovm_report_fatal | ( | string | id, | |
| string | message, | |||
| int | verbosity = OVM_NONE, |
|||
| string | filename = "", |
|||
| int | line = 0 | |||
| ) |
Definition at line 73 of file ovm_report_global.svh.
| void ovm_report_info | ( | string | id, | |
| string | message, | |||
| int | verbosity = OVM_MEDIUM, |
|||
| string | filename = "", |
|||
| int | line = 0 | |||
| ) |
Definition at line 49 of file ovm_report_global.svh.
| void ovm_report_warning | ( | string | id, | |
| string | message, | |||
| int | verbosity = OVM_MEDIUM, |
|||
| string | filename = "", |
|||
| int | line = 0 | |||
| ) |
Definition at line 57 of file ovm_report_global.svh.
![]() 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 Version: 1.5.5 Wed Jan 7 19:27:30 2009 |