

Public Member Functions | |
| ovm_object | create (string name="") |
| new (string name="") | |
| virtual void | wait_on (bit delta=0) |
| virtual void | wait_off (bit delta=0) |
| virtual void | wait_trigger () |
| virtual void | wait_ptrigger () |
| virtual void | wait_trigger_data (output ovm_object data) |
| virtual void | wait_ptrigger_data (output ovm_object data) |
| virtual void | trigger (ovm_object data=null) |
| virtual ovm_object | get_trigger_data () |
| virtual time | get_trigger_time () |
| virtual bit | is_on () |
| virtual bit | is_off () |
| virtual void | reset (bit wakeup=0) |
| virtual void | add_callback (ovm_event_callback cb, bit append=1) |
| virtual void | delete_callback (ovm_event_callback cb) |
| virtual void | cancel () |
| virtual int | get_num_waiters () |
| virtual void | do_print (ovm_printer printer) |
| virtual void | do_copy (ovm_object rhs) |
Private Attributes | |
| event | m_event |
| int | num_waiters |
| bit | on |
| time | trigger_time = 0 |
| ovm_object | trigger_data |
| ovm_event_callback | callbacks [$] |
Definition at line 54 of file ovm_event.svh.
|
||||||||||||
|
Definition at line 253 of file ovm_event.sv. |
|
|
Definition at line 236 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 55 of file ovm_event.svh. |
|
|
Definition at line 271 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 293 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 281 of file ovm_event.sv. |
|
|
Definition at line 245 of file ovm_event.sv. |
|
|
Definition at line 164 of file ovm_event.sv. |
|
|
Definition at line 172 of file ovm_event.sv. |
|
|
Definition at line 213 of file ovm_event.sv. |
|
|
Definition at line 205 of file ovm_event.sv. |
|
|
Reimplemented from ovm_object. Definition at line 60 of file ovm_event.sv. |
|
|
Definition at line 221 of file ovm_event.sv. |
|
|
Definition at line 133 of file ovm_event.sv. |
|
|
Definition at line 82 of file ovm_event.sv. |
|
|
Definition at line 67 of file ovm_event.sv. |
|
|
Definition at line 114 of file ovm_event.sv. |
|
|
Definition at line 124 of file ovm_event.sv. |
|
|
Definition at line 97 of file ovm_event.sv. |
|
|
Definition at line 105 of file ovm_event.sv. |
|
|
Definition at line 92 of file ovm_event.svh. |
|
|
Definition at line 87 of file ovm_event.svh. |
|
|
Definition at line 88 of file ovm_event.svh. |
|
|
Definition at line 89 of file ovm_event.svh. |
|
|
Definition at line 91 of file ovm_event.svh. |
|
|
Definition at line 90 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:20:49 2008 |