uvm_tlm_time Class Reference

Inheritance diagram for class uvm_tlm_time:

List of all members.



Public Member Functions

function void  decr ( real t, time scaled, real secs )
function real  get_abstime ( real secs )
function string  get_name ( )
function real  get_realtime ( time scaled, real secs = 1.0e-9 )
function void  incr ( real t, time scaled, real secs = 1.0e-9 )
function void  new ( string name = "uvm_tlm_time", real res = 0 )
function void  reset ( )
function void  set_abstime ( real t, real secs )
static function void  set_time_resolution ( real res )

Public Attributes


Member Function Documentation

  function void
 uvm_tlm_time::decr

 (  real t , time scaled , real secs  ) 

  function real
 uvm_tlm_time::get_abstime

 (  real secs  ) 

  function string
 uvm_tlm_time::get_name

 (   ) 

  function real
 uvm_tlm_time::get_realtime

 (  time scaled , real secs = 1.0e-9  ) 

  function void
 uvm_tlm_time::incr

 (  real t , time scaled , real secs = 1.0e-9  ) 

  function void
 uvm_tlm_time::new

 (  string name = "uvm_tlm_time", real res = 0  ) 

  function void
 uvm_tlm_time::reset

 (   ) 

  function void
 uvm_tlm_time::set_abstime

 (  real t , real secs  ) 

 static function void
 uvm_tlm_time::set_time_resolution

 (  real res  ) 


Member Attribute Documentation