Class uvm_tlm_b_target_socket
task b_transport(T t, uvm_tlm_time delay);
Name |
Default value |
Description |
---|---|---|
IMP |
int |
|
T |
uvm_tlm_generic_payload |
Constructors
- function new ( string name, uvm_component parent, int imp ) [source]
Construct a new instance of this socket imp is a reference to the class implementing the b_transport() method. If not specified, it is assume to be the same as parent .
Functions
×
IS-A forward imp; has no backward path except via the payload contents.
The component instantiating this socket must implement a b_transport() method with the following signature