
Go to the source code of this file.
Defines | |
| #define | OVM_LINE_WIDTH 120 |
| #define | OVM_NUM_LINES 120 |
| #define | SV_FILE_LINE |
| #define | ovm_file __FILE__ |
| #define | ovm_line __LINE__ |
| #define | OVM_REPORT_INFO(ID, MSG) ovm_report_info(ID,MSG,OVM_MEDIUM,ovm_file,ovm_line) |
| #define | OVM_REPORT_WARNING(ID, MSG) ovm_report_warning(ID,MSG,OVM_MEDIUM,ovm_file,ovm_line) |
| #define | OVM_REPORT_ERROR(ID, MSG) ovm_report_error(ID,MSG,OVM_LOW,ovm_file,ovm_line) |
| #define | OVM_REPORT_FATAL(ID, MSG) ovm_report_fatal(ID,MSG,OVM_NONE,ovm_file,ovm_line) |
| #define ovm_file __FILE__ |
Definition at line 43 of file ovm_message_defines.svh.
| #define ovm_line __LINE__ |
Definition at line 44 of file ovm_message_defines.svh.
| #define OVM_LINE_WIDTH 120 |
Definition at line 25 of file ovm_message_defines.svh.
| #define OVM_NUM_LINES 120 |
Definition at line 29 of file ovm_message_defines.svh.
| #define OVM_REPORT_ERROR | ( | ID, | |||
| MSG | ) | ovm_report_error(ID,MSG,OVM_LOW,ovm_file,ovm_line) |
Definition at line 53 of file ovm_message_defines.svh.
| #define OVM_REPORT_FATAL | ( | ID, | |||
| MSG | ) | ovm_report_fatal(ID,MSG,OVM_NONE,ovm_file,ovm_line) |
Definition at line 56 of file ovm_message_defines.svh.
| #define OVM_REPORT_INFO | ( | ID, | |||
| MSG | ) | ovm_report_info(ID,MSG,OVM_MEDIUM,ovm_file,ovm_line) |
Definition at line 47 of file ovm_message_defines.svh.
| #define OVM_REPORT_WARNING | ( | ID, | |||
| MSG | ) | ovm_report_warning(ID,MSG,OVM_MEDIUM,ovm_file,ovm_line) |
Definition at line 50 of file ovm_message_defines.svh.
| #define SV_FILE_LINE |
Definition at line 36 of file ovm_message_defines.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:26 2009 |