gem5 v24.0.0.0
|
#include <sc_simcontext.hh>
Public Member Functions | |
sc_dt::uint64 | delta_count () const |
void | reset () |
sc_curr_proc_handle | get_curr_proc_info () |
sc_object * | first_object () |
sc_object * | next_object () |
bool | elaboration_done () |
Definition at line 37 of file sc_simcontext.hh.
sc_dt::uint64 sc_core::sc_simcontext::delta_count | ( | ) | const |
Definition at line 46 of file sc_simcontext.cc.
References sc_core::sc_delta_count().
bool sc_core::sc_simcontext::elaboration_done | ( | ) |
Definition at line 79 of file sc_simcontext.cc.
sc_object * sc_core::sc_simcontext::first_object | ( | ) |
Definition at line 59 of file sc_simcontext.cc.
References sc_gem5::allObjects.
sc_curr_proc_handle sc_core::sc_simcontext::get_curr_proc_info | ( | ) |
Definition at line 50 of file sc_simcontext.cc.
References sc_gem5::Scheduler::current(), sc_core::SC_NO_PROC_, and sc_gem5::scheduler.
sc_object * sc_core::sc_simcontext::next_object | ( | ) |
Definition at line 69 of file sc_simcontext.cc.
References sc_gem5::allObjects.
void sc_core::sc_simcontext::reset | ( | ) |
Definition at line 47 of file sc_simcontext.cc.