

Public Member Functions | |
| void | apply_overrides (ovm_urm_message msg) |
| string | dump_override_details () |
| bit | is_style_override () |
| bit | is_verbosity_override () |
| bit | is_destination_override () |
| bit | is_severity_override () |
| bit | is_action_override () |
| int | get_style () |
| int | get_verbosity () |
| int | get_destination () |
| ovm_severity | get_severity () |
| int | get_action () |
| ovm_severity | get_severity_for_action () |
| bit | set_style (int s) |
| bit | set_verbosity (int v) |
| bit | set_destination (int d) |
| bit | set_severity (ovm_severity s) |
| bit | set_action (ovm_severity s, int action) |
| string | get_type_name () |
| ovm_object | create (string name="") |
| void | do_print (ovm_printer printer) |
| void | do_copy (ovm_object rhs) |
| bit | do_compare (ovm_object rhs, ovm_comparer comparer) |
Protected Attributes | |
| int | m_style |
| int | m_verbosity |
| int | m_destination |
| ovm_severity | m_severity |
| int | m_action |
| ovm_severity | m_severity_for_action |
| bit | m_enable_style |
| bit | m_enable_verbosity |
| bit | m_enable_destination |
| bit | m_enable_severity |
| bit | m_enable_action |
Definition at line 308 of file urm_message.svh.
| void ovm_urm_override_operator::apply_overrides | ( | ovm_urm_message | msg | ) |
Definition at line 319 of file urm_message.sv.
| string ovm_urm_override_operator::dump_override_details | ( | ) |
Definition at line 341 of file urm_message.sv.
| bit ovm_urm_override_operator::is_style_override | ( | ) |
Definition at line 329 of file urm_message.svh.
| bit ovm_urm_override_operator::is_verbosity_override | ( | ) |
Definition at line 330 of file urm_message.svh.
| bit ovm_urm_override_operator::is_destination_override | ( | ) |
Definition at line 331 of file urm_message.svh.
| bit ovm_urm_override_operator::is_severity_override | ( | ) |
Definition at line 332 of file urm_message.svh.
| bit ovm_urm_override_operator::is_action_override | ( | ) |
Definition at line 333 of file urm_message.svh.
| int ovm_urm_override_operator::get_style | ( | ) |
Definition at line 336 of file urm_message.svh.
| int ovm_urm_override_operator::get_verbosity | ( | ) |
Definition at line 337 of file urm_message.svh.
| int ovm_urm_override_operator::get_destination | ( | ) |
Definition at line 338 of file urm_message.svh.
| ovm_severity ovm_urm_override_operator::get_severity | ( | ) |
Definition at line 339 of file urm_message.svh.
| int ovm_urm_override_operator::get_action | ( | ) |
Definition at line 340 of file urm_message.svh.
| ovm_severity ovm_urm_override_operator::get_severity_for_action | ( | ) |
Definition at line 341 of file urm_message.svh.
| bit ovm_urm_override_operator::set_style | ( | int | s | ) |
Definition at line 344 of file urm_message.svh.
| bit ovm_urm_override_operator::set_verbosity | ( | int | v | ) |
Definition at line 350 of file urm_message.svh.
| bit ovm_urm_override_operator::set_destination | ( | int | d | ) |
Definition at line 356 of file urm_message.svh.
| bit ovm_urm_override_operator::set_severity | ( | ovm_severity | s | ) |
Definition at line 362 of file urm_message.svh.
| bit ovm_urm_override_operator::set_action | ( | ovm_severity | s, | |
| int | action | |||
| ) |
Definition at line 368 of file urm_message.svh.
| string ovm_urm_override_operator::get_type_name | ( | ) | [virtual] |
| ovm_object ovm_urm_override_operator::create | ( | string | name = "" |
) | [virtual] |
| void ovm_urm_override_operator::do_print | ( | ovm_printer | printer | ) | [virtual] |
| void ovm_urm_override_operator::do_copy | ( | ovm_object | rhs | ) | [virtual] |
| bit ovm_urm_override_operator::do_compare | ( | ovm_object | rhs, | |
| ovm_comparer | comparer | |||
| ) | [virtual] |
int ovm_urm_override_operator::m_style [protected] |
Definition at line 311 of file urm_message.svh.
int ovm_urm_override_operator::m_verbosity [protected] |
Definition at line 312 of file urm_message.svh.
int ovm_urm_override_operator::m_destination [protected] |
Definition at line 313 of file urm_message.svh.
ovm_severity ovm_urm_override_operator::m_severity [protected] |
Definition at line 314 of file urm_message.svh.
int ovm_urm_override_operator::m_action [protected] |
Definition at line 315 of file urm_message.svh.
Definition at line 316 of file urm_message.svh.
bit ovm_urm_override_operator::m_enable_style [protected] |
Definition at line 319 of file urm_message.svh.
bit ovm_urm_override_operator::m_enable_verbosity [protected] |
Definition at line 320 of file urm_message.svh.
bit ovm_urm_override_operator::m_enable_destination [protected] |
Definition at line 321 of file urm_message.svh.
bit ovm_urm_override_operator::m_enable_severity [protected] |
Definition at line 322 of file urm_message.svh.
bit ovm_urm_override_operator::m_enable_action [protected] |
Definition at line 323 of file urm_message.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:56 2009 |