Lines Matching defs:sc_clock
22 sc_clock.cpp -- The clock channel.
32 // Andy Goodrich: Changes for check writer support, and tightening up sc_clock
39 #include "sysc/communication/sc_clock.h"
49 // CLASS : sc_clock
56 sc_clock::sc_clock() :
74 sc_clock::sc_clock( const char* name_ ) :
91 sc_clock::sc_clock( const char* name_,
118 sc_clock::sc_clock( const char* name_,
139 sc_clock::sc_clock( const char* name_,
169 sc_clock::sc_clock( const char* name_,
187 "\n sc_clock(const char*, double, double, double, bool)\n"
211 //"sc_clock::before_end_of_elaboration"
228 void sc_clock::before_end_of_elaboration()
258 sc_clock::~sc_clock()
261 void sc_clock::register_port( sc_port_base& /*port*/, const char* if_typename_ )
270 sc_clock::write( const bool& /* value */ )
280 sc_clock::time_stamp()
289 sc_clock::report_error( const char* id, const char* add_msg ) const
302 sc_clock::init( const sc_time& period_,
354 Description of Modification: sc_clock inherits from sc_signal<bool> only
367 // $Log: sc_clock.cpp,v $
398 // sc_clock constructor.