
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 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 enum ovm_action ovm_action_type |
| typedef int OVM_FILE |
Definition at line 87 of file ovm_report_defines.svh.
| typedef enum ovm_severity ovm_severity_type |
| enum typedef bit< 5:0 > ovm_action |
Definition at line 50 of file ovm_report_defines.svh.
| enum typedef bit< 1:0 > ovm_severity |
Definition at line 30 of file ovm_report_defines.svh.
| enum ovm_verbosity |
Definition at line 78 of file ovm_report_defines.svh.
| ovm_action s_default_action_array[string] |
Definition at line 91 of file ovm_report_defines.svh.
| OVM_FILE s_default_file_array[string] |
Definition at line 92 of file ovm_report_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:30 2009 |