Changes between Version 12 and Version 13 of SrlApi


Ignore:
Timestamp:
Feb 18, 2009, 12:32:18 PM (15 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SrlApi

    v12 v13  
    5858 * {{{srl_mwmr_status( controller_name, reg_n )}}} reads status register ''reg_n'' of specified controller, returns a int32_t
    5959 * {{{srl_assert( cond )}}} checks if ''cond'' is true, and fatally fails otherwise
     60
     61== Instrumentation services ==
     62
     63 * {{{srl_cycle_count()}}} returns the current cycle (most useful in a simulation context). On Posix, this returns the current millisecond since EPOCH (modulo 1^32).