vmm_hw_out_port Class Reference

Inheritance list for class vmm_hw_out_port:

List of all members.
Typedef at line 28 of file HAL/vmm_hw_port.sv.
Defined at line 77 of file HAL/vmm_hw_port.sv.

Public Member Functions

virtual function bit  is_rdy ( )
task  receive ( bit[1024:0] data, time stamp )
task  wait_is_rdy ( )

Public Attributes

vmm_log  log 


Member Function Documentation

 virtual function bit
 vmm_hw_out_port::is_rdy

 (   ) 


 Superseding functions 
 vmm_hw_arch_null_out_port :: is_rdy 


Defined at line 80 of file HAL/vmm_hw_port.sv.

 virtual task
 vmm_hw_out_port::receive

 (  bit[1024:0] data, time stamp  ) 


 Superseding tasks 
 vmm_hw_arch_null_out_port :: receive 


Defined at line 88 of file HAL/vmm_hw_port.sv.

 virtual task
 vmm_hw_out_port::wait_is_rdy

 (   ) 


 Superseding tasks 
 vmm_hw_arch_null_out_port :: wait_is_rdy 


Defined at line 84 of file HAL/vmm_hw_port.sv.


Member Attribute Documentation

  vmm_log  attribute
 vmm_hw_out_port::log


Defined at line 78 of file HAL/vmm_hw_port.sv.