

Public Member Functions | |
| new (string name, ovm_component parent=null, int size=1) | |
| virtual string | get_type_name () |
| int | size () |
| virtual int | used () |
| bit | is_empty () |
| bit | is_full () |
| void | put (input T t) |
| void | get (output T t) |
| void | peek (output T t) |
| bit | try_get (output T t) |
| bit | try_peek (output T t) |
| bit | try_put (input T t) |
| bit | can_put () |
| bit | can_get () |
| bit | can_peek () |
| void | flush () |
Static Public Attributes | |
| static const string | type_name = "tlm_fifo <T>" |
Protected Attributes | |
| int | m_pending_blocked_gets |
Private Attributes | |
| mailbox< T > | m |
| int | m_size |
Definition at line 27 of file tlm_fifos.svh.
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 117 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 121 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 113 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 125 of file tlm_fifos.svh. |
|
||||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 73 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from ovm_object. Definition at line 48 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 60 of file tlm_fifos.svh. |
|
|||||||||
|
Definition at line 64 of file tlm_fifos.svh. |
|
||||||||||||||||||||
|
Reimplemented in urm_fifo< T >. Definition at line 41 of file tlm_fifos.svh. |
|
||||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 80 of file tlm_fifos.svh. |
|
||||||||||
|
Definition at line 68 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 52 of file tlm_fifos.svh. |
|
||||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 86 of file tlm_fifos.svh. |
|
||||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 95 of file tlm_fifos.svh. |
|
||||||||||
|
Definition at line 104 of file tlm_fifos.svh. |
|
|||||||||
|
Reimplemented from tlm_fifo_base< T >. Definition at line 56 of file tlm_fifos.svh. |
|
|||||
|
Definition at line 34 of file tlm_fifos.svh. |
|
|||||
|
Definition at line 36 of file tlm_fifos.svh. |
|
|||||
|
Definition at line 35 of file tlm_fifos.svh. |
|
|||||
|
Definition at line 29 of file tlm_fifos.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:24:13 2008 |