
Go to the source code of this file.
Classes | |
| class | tlm_b_put_port< T > |
| class | tlm_nb_put_port< T > |
| class | tlm_put_port< T > |
| class | tlm_b_put_export< T1, T2 > |
| class | tlm_nb_put_export< T1, T2 > |
| class | tlm_put_export< T1, T2 > |
| class | tlm_b_get_port< T > |
| class | tlm_nb_get_port< T > |
| class | tlm_get_port< T > |
| class | tlm_b_get_export< T1, T2 > |
| class | tlm_nb_get_export< T1, T2 > |
| class | tlm_get_export< T1, T2 > |
| class | urm_fifo< T > |
Defines | |
| #define | tlm_port_compat_new_func |
| #define | tlm_export_compat_new_func(T) |
Typedefs | |
| typedef ovm_sequence_item | urm_sequence_item |
| typedef ovm_sequence_base | urm_sequence |
| typedef ovm_sequencer_base | urm_driver |
| typedef ovm_sequencer_base | urm_virtual_driver |
| typedef ovm_agent | urm_agent |
| typedef ovm_monitor | urm_monitor |
| typedef ovm_test | urm_test |
| typedef ovm_env | urm_env |
Enumerations | |
| enum | urm_port_policy { URM_ZERO_OR_MORE_BOUND, URM_ONE_OR_MORE_BOUND, URM_ALL_BOUND = 255 } |
| #define tlm_export_compat_new_func | ( | T | ) |
Value:
function new( string name , T imp , \ urm_port_policy policy=URM_ONE_OR_MORE_BOUND ); \ super.new(name,imp); \ endfunction
Definition at line 58 of file urm_meth_compatibility.svh.
| #define tlm_port_compat_new_func |
Value:
function new( string name , ovm_component parent , \ urm_port_policy policy=URM_ONE_OR_MORE_BOUND ); \ super.new(name,parent,0,policy); \ endfunction
Definition at line 52 of file urm_meth_compatibility.svh.
Definition at line 37 of file urm_meth_compatibility.svh.
| typedef ovm_sequencer_base urm_driver |
Definition at line 33 of file urm_meth_compatibility.svh.
| typedef ovm_env urm_env |
Definition at line 40 of file urm_meth_compatibility.svh.
| typedef ovm_monitor urm_monitor |
Definition at line 38 of file urm_meth_compatibility.svh.
| typedef ovm_sequence_base urm_sequence |
Definition at line 28 of file urm_meth_compatibility.svh.
| typedef ovm_sequence_item urm_sequence_item |
Definition at line 26 of file urm_meth_compatibility.svh.
Definition at line 39 of file urm_meth_compatibility.svh.
| typedef ovm_sequencer_base urm_virtual_driver |
Definition at line 35 of file urm_meth_compatibility.svh.
| enum urm_port_policy |
Definition at line 46 of file urm_meth_compatibility.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:35 2009 |