uvm_transport_port Class Reference

Inheritance diagram for class uvm_transport_port:

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, uvm_component parent, int min_size = 1, int max_size = 1 )
task   transport ( REQ req, output RSP rsp )

Class Parameters

type  REQ = int; 
type  RSP 


Member Function Documentation

 virtual function string
 uvm_transport_port::get_type_name

 (   ) 


 Superseded functions 
 uvm_port_base :: get_type_name 

  function bit
 uvm_transport_port::nb_transport

 (  REQ req , output RSP rsp  ) 

  function void
 uvm_transport_port::new

 (  string name , uvm_component parent , int min_size = 1, int max_size = 1  ) 

  task
 uvm_transport_port::transport

 (  REQ req , output RSP rsp  ) 


Class Parameters Documentation

 type  attribute
 uvm_transport_port::REQ = int

 type  attribute
 uvm_transport_port::RSP