Searched refs:period_ (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp92 const sc_time& period_,
104 init( period_,
170 double period_, // in default time units
195 init( ( period_ * default_time ),
302 sc_clock::init( const sc_time& period_, argument
307 if( period_ == SC_ZERO_TIME ) {
311 m_period = period_;
91 sc_clock( const char* name_, const sc_time& period_, double duty_cycle_, const sc_time& start_time_, bool posedge_first_ ) argument
169 sc_clock( const char* name_, double period_, double duty_cycle_, double start_time_, bool posedge_first_ ) argument
H A Dsc_clock.h61 const sc_time& period_,
81 double period_, // in default time units

Completed in 6 milliseconds