ovm_transport_imp Class Reference

Inheritance diagram for class ovm_transport_imp:

List of all members.



Public Member Functions

virtual function string  get_type_name ( )
function bit  nb_transport ( REQ req, output RSP rsp )
function void  new ( string name, IMP imp )
task   transport ( REQ req, output RSP rsp )

Class Parameters

type  IMP = int; 
type  REQ = int; 
type  RSP 

Public Attributes


Member Function Documentation

 virtual function string
 ovm_transport_imp::get_type_name

 (   ) 


 Superseded functions 
 ovm_port_base :: get_type_name 

  function bit
 ovm_transport_imp::nb_transport

 (  REQ req , output RSP rsp  ) 

  function void
 ovm_transport_imp::new

 (  string name , IMP imp  ) 

  task
 ovm_transport_imp::transport

 (  REQ req , output RSP rsp  ) 


Class Parameters Documentation

 type  attribute
 ovm_transport_imp::IMP = int

 type  attribute
 ovm_transport_imp::REQ = int

 type  attribute
 ovm_transport_imp::RSP


Member Attribute Documentation