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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.cpp58 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
76 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
97 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
123 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
147 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
175 m_period(), m_duty_cycle(), m_start_time(), m_posedge_first(),
315 m_duty_cycle = 0.5;
317 m_duty_cycle = duty_cycle_;
320 m_negedge_time = m_period * m_duty_cycle;
H A Dsc_clock.h98 { return m_duty_cycle; }
157 double m_duty_cycle; // the duty cycle (fraction of period) member in class:sc_core::sc_clock

Completed in 9 milliseconds