vmm_hw_out_port Class Reference

Inheritance list for class vmm_hw_out_port:

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

Public Member Functions

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

Public Attributes

vmm_log  log = new; 


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 sv/HAL/vmm_hw_port.sv.

 virtual task
 vmm_hw_out_port::receive

 (  ref bit[1023:0] data, ref time stamp  ) 


 Superseding tasks 
 vmm_hw_arch_null_out_port :: receive 


Defined at line 88 of file sv/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 sv/HAL/vmm_hw_port.sv.


Member Attribute Documentation

 vmm_log  attribute
 vmm_hw_out_port::log = new


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