urm_meth_compatibility.svh File Reference

This graph shows which files directly or indirectly include this file:

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 }


Define Documentation

#define tlm_export_compat_new_func  ) 
 

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,policy); \
  endfunction

Definition at line 52 of file urm_meth_compatibility.svh.


Typedef Documentation

typedef ovm_agent urm_agent
 

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.

typedef ovm_test urm_test
 

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.


Enumeration Type Documentation

enum urm_port_policy
 

Enumerator:
URM_ZERO_OR_MORE_BOUND 
URM_ONE_OR_MORE_BOUND 
URM_ALL_BOUND 

Definition at line 46 of file urm_meth_compatibility.svh.


Intelligent Design Verification
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
Doxygen Version: 1.4.6
Mon Sep 29 14:23:46 2008

Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV