gem5 v24.0.0.0
|
#include "systemc/core/object.hh"
#include <algorithm>
#include <stack>
#include "systemc/core/event.hh"
#include "systemc/core/module.hh"
#include "systemc/core/scheduler.hh"
#include "systemc/ext/core/messages.hh"
#include "systemc/ext/core/sc_module.hh"
#include "systemc/ext/core/sc_simcontext.hh"
Go to the source code of this file.
Namespaces | |
namespace | sc_gem5 |
Functions | |
std::string | sc_gem5::pickUniqueName (::sc_core::sc_object *parent, std::string base) |
const std::vector< sc_core::sc_object * > & | sc_gem5::getTopLevelScObjects () |
sc_core::sc_object * | sc_gem5::findObject (const char *name, const Objects &objects) |
sc_core::sc_object * | sc_gem5::pickParentObj () |
void | sc_gem5::pushParentObj (sc_core::sc_object *obj) |
void | sc_gem5::popParentObj () |
Variables | |
Objects | sc_gem5::topLevelObjects |
Objects | sc_gem5::allObjects |