Changes between Version 12 and Version 13 of SrlApi
- Timestamp:
- Feb 18, 2009, 12:32:18 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SrlApi
v12 v13 58 58 * {{{srl_mwmr_status( controller_name, reg_n )}}} reads status register ''reg_n'' of specified controller, returns a int32_t 59 59 * {{{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).