vmm_rw_access_channel Class Reference

Inheritance list for class vmm_rw_access_channel:

List of all members.
Defined at line 78 of file RAL/vmm_rw.sv.

Public Member Functions

task  activate ( vmm_rw_access obj, int offset = 0 )
function vmm_rw_access  active_slot ( )
function vmm_rw_access  complete ( vmm_data status = NULL )
function vmm_rw_access  for_each ( bit reset = 0 )
task  get ( vmm_rw_access obj, int offset = 0 )
function void  new ( string name, string inst, int full = 1, int empty = 0, bit fill_as_bytes = 0 )
task  peek ( vmm_rw_access obj, int offset = 0 )
function vmm_rw_access  remove ( )
function vmm_rw_access  start ( )
task  tee ( vmm_rw_access obj )
function vmm_rw_access  unput ( int offset = 1 )


Member Function Documentation

  task
 vmm_rw_access_channel::activate

 (  vmm_rw_access obj, int offset = 0  ) 


 Superseded tasks 
 vmm_channel :: activate 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::active_slot

 (   ) 


 Superseded functions 
 vmm_channel :: active_slot 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::complete

 (  vmm_data status = NULL  ) 


 Superseded functions 
 vmm_channel :: complete 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::for_each

 (  bit reset = 0  ) 


 Superseded functions 
 vmm_channel :: for_each 


Defined at line 78 of file RAL/vmm_rw.sv.

  task
 vmm_rw_access_channel::get

 (  vmm_rw_access obj, int offset = 0  ) 


 Superseded tasks 
 vmm_channel :: get 


Defined at line 78 of file RAL/vmm_rw.sv.

  function void
 vmm_rw_access_channel::new

 (  string name, string inst, int full = 1, int empty = 0, bit fill_as_bytes = 0  ) 


 Superseded functions 
 vmm_channel :: new 


Defined at line 78 of file RAL/vmm_rw.sv.

  task
 vmm_rw_access_channel::peek

 (  vmm_rw_access obj, int offset = 0  ) 


 Superseded tasks 
 vmm_channel :: peek 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::remove

 (   ) 


 Superseded functions 
 vmm_channel :: remove 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::start

 (   ) 


 Superseded functions 
 vmm_channel :: start 


Defined at line 78 of file RAL/vmm_rw.sv.

  task
 vmm_rw_access_channel::tee

 (  vmm_rw_access obj  ) 


 Superseded tasks 
 vmm_channel :: tee 


Defined at line 78 of file RAL/vmm_rw.sv.

  function vmm_rw_access
 vmm_rw_access_channel::unput

 (  int offset = 1  ) 


 Superseded functions 
 vmm_channel :: unput 


Defined at line 78 of file RAL/vmm_rw.sv.