Searched refs:ThermalNode (Results 1 - 8 of 8) sorted by relevance
/gem5/src/sim/power/ |
H A D | thermal_node.cc | 43 #include "params/ThermalNode.hh" 46 * ThermalNode 48 ThermalNode::ThermalNode(const ThermalNodeParams *p) function in class:ThermalNode 53 ThermalNode * 56 return new ThermalNode(this);
|
H A D | thermal_node.hh | 48 * A ThermalNode is used to connect thermal entities, such as 52 class ThermalNode : public SimObject class in inherits:SimObject 55 ThermalNode(const ThermalNodeParams *p);
|
H A D | thermal_entity.hh | 46 class ThermalNode; 57 virtual LinearEquation getEquation(ThermalNode *tn, unsigned n,
|
H A D | thermal_domain.hh | 81 void setNode(ThermalNode * n) { node = n; } 82 ThermalNode * getNode() const { return node; } 85 LinearEquation getEquation(ThermalNode * tn, unsigned n, 104 ThermalNode * node;
|
H A D | thermal_model.hh | 70 void setNodes(ThermalNode * n1, ThermalNode * n2) { 75 LinearEquation getEquation(ThermalNode * tn, unsigned n, 82 ThermalNode * node1, * node2; 99 LinearEquation getEquation(ThermalNode * tn, unsigned n, 102 void setNodes(ThermalNode * n1, ThermalNode * n2) { 111 ThermalNode * node1, * node2; 124 void setNode(ThermalNode * n) { 128 LinearEquation getEquation(ThermalNode * t [all...] |
H A D | thermal_domain.cc | 113 ThermalDomain::getEquation(ThermalNode * tn, unsigned n, double step) const
|
H A D | thermal_model.cc | 78 ThermalReference::getEquation(ThermalNode * n, unsigned nnodes, 111 ThermalResistor::getEquation(ThermalNode * n, unsigned nnodes, 164 ThermalCapacitor::getEquation(ThermalNode * n, unsigned nnodes,
|
H A D | ThermalModel.py | 46 class ThermalNode(SimObject): class in inherits:SimObject 47 type = 'ThermalNode'
|
Completed in 5 milliseconds