42 #include "params/SubSystem.hh"
50 if (p->thermal_domain)
51 p->thermal_domain->setSubSystem(
this);
59 ret += obj->getDynamicPower();
68 ret += obj->getStaticPower();
73 SubSystemParams::create()
double getDynamicPower() const
std::vector< PowerModel * > powerProducers
SubSystem(const Params *p)
double getStaticPower() const
The SubSystem simobject does nothing, it is just a container for other simobjects used by the configu...
Abstract superclass for simulation objects.