

Public Member Functions | |
| virtual void | init () |
| virtual void | wait_for () |
| virtual void | indicate () |
| virtual void | start () |
| virtual void | kill () |
| new (int id, string descr, bit is_global, bit is_oneshot, vmm_log log, vmm_notify notify, vmm_xvc_scenario sc, vmm_xvc_manager xvcm) | |
Public Attributes | |
| int | id |
| bit | is_global |
| bit | is_oneshot |
| string | descr |
| vmm_log | log |
| vmm_notify | notify |
| vmm_xvc_scenario | sc |
| vmm_xvc_manager | xvc_mgr |
Private Attributes | |
| event | thread_done_ev |
Definition at line 299 of file vmm_xvc_event.sv.
| virtual void vmm_xvc_event::init | ( | ) | [virtual] |
| virtual void vmm_xvc_event::wait_for | ( | ) | [virtual] |
Reimplemented in vmm_xvc_event_any_all, and vmm_xvc_event_mapped.
Definition at line 314 of file vmm_xvc_event.sv.
| virtual void vmm_xvc_event::indicate | ( | ) | [virtual] |
Definition at line 317 of file vmm_xvc_event.sv.
| virtual void vmm_xvc_event::start | ( | ) | [virtual] |
Definition at line 322 of file vmm_xvc_event.sv.
| virtual void vmm_xvc_event::kill | ( | ) | [virtual] |
Definition at line 345 of file vmm_xvc_event.sv.
| vmm_xvc_event::new | ( | int | id, | |
| string | descr, | |||
| bit | is_global, | |||
| bit | is_oneshot, | |||
| vmm_log | log, | |||
| vmm_notify | notify, | |||
| vmm_xvc_scenario | sc, | |||
| vmm_xvc_manager | xvcm | |||
| ) |
Definition at line 300 of file vmm_xvc_event.sv.
Definition at line 301 of file vmm_xvc_event.sv.
Definition at line 302 of file vmm_xvc_event.sv.
| string vmm_xvc_event::descr |
Definition at line 303 of file vmm_xvc_event.sv.
Definition at line 304 of file vmm_xvc_event.sv.
Definition at line 305 of file vmm_xvc_event.sv.
Definition at line 306 of file vmm_xvc_event.sv.
Definition at line 307 of file vmm_xvc_event.sv.
event vmm_xvc_event::thread_done_ev [private] |
Definition at line 308 of file vmm_xvc_event.sv.
![]() Intelligent Design Verification Project: VMM, Revision: 1.0.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.5.6 Sat Oct 18 11:38:46 2008 |