

Public Member Functions | |
| new (string name="", int threshold=0) | |
| virtual ovm_object | create (string name="") |
| virtual string | get_type_name () |
| virtual void | wait_for () |
| virtual void | reset (bit wakeup=1) |
| virtual void | set_auto_reset (bit value=1) |
| virtual void | set_threshold (int threshold) |
| virtual int | get_threshold () |
| virtual int | get_num_waiters () |
| virtual void | cancel () |
| virtual void | do_print (ovm_printer printer) |
| virtual void | do_copy (ovm_object rhs) |
Static Public Attributes | |
| static const string | type_name = "ovm_barrier" |
Private Member Functions | |
| bit | reached_threshold () |
| void | m_trigger () |
Private Attributes | |
| int | threshold |
| int | num_waiters |
| bit | at_threshold |
| bit | auto_reset |
| ovm_event | m_event |
Definition at line 143 of file ovm_event.svh.
|
|
Definition at line 437 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 380 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 492 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 485 of file ovm_event.sv. |
|
|
Definition at line 481 of file ovm_event.sv. |
|
|
Definition at line 446 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 372 of file ovm_event.sv. |
|
|
Definition at line 410 of file ovm_event.sv. |
|
||||||||||||
|
Definition at line 356 of file ovm_event.sv. |
|
|
Definition at line 473 of file ovm_event.sv. |
|
|
Definition at line 422 of file ovm_event.sv. |
|
|
Definition at line 464 of file ovm_event.sv. |
|
|
Definition at line 454 of file ovm_event.sv. |
|
|
Definition at line 390 of file ovm_event.sv. |
|
|
Definition at line 165 of file ovm_event.svh. |
|
|
Definition at line 166 of file ovm_event.svh. |
|
|
Definition at line 167 of file ovm_event.svh. |
|
|
Definition at line 164 of file ovm_event.svh. |
|
|
Definition at line 163 of file ovm_event.svh. |
|
|
Definition at line 145 of file ovm_event.svh. |
![]() Intelligent Design Verification Project: OVM, Revision: 1.1.0 |
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.4.6 Mon Sep 29 14:23:50 2008 |