Lines Matching defs:sc_start
885 // | method, e.g., sc_start(), by artificially setting the simulation
1651 // |"sc_start"
1660 sc_start( const sc_time& duration, sc_starvation_policy p )
1712 // the user, except if we're in a first sc_start(SC_ZERO_TIME) for
1728 sc_start()
1730 sc_start( sc_max_time() - sc_time_stamp(),
1737 sc_start( double duration ) // in default time units
1744 "sc_start(double) deprecated, use sc_start(sc_time) or sc_start()");
1749 sc_start(
1754 sc_start( sc_time( duration, true ) );
1766 // The following function is deprecated in favor of sc_start(SC_ZERO_TIME):
1777 "sc_initialize() is deprecated: use sc_start(SC_ZERO_TIME)" );
1782 // The following function has been deprecated in favor of sc_start(duration):
1793 "sc_cycle is deprecated: use sc_start(sc_time)" );