Searched refs:getMaxUpstreamRes (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/dsent/model/timing_graph/
H A DElectricalDelay.cc61 return 1.386 * getMaxUpstreamRes() * getTotalDownstreamCap();
64 double ElectricalDelay::getMaxUpstreamRes() const function in class:DSENT::ElectricalDelay
66 return ElectricalTimingNode::getMaxUpstreamRes();
H A DElectricalNet.cc52 return 1.386 * getMaxUpstreamRes() * (m_distributed_cap_ * 0.2 + ElectricalTimingNode::getTotalDownstreamCap());
55 double ElectricalNet::getMaxUpstreamRes() const function in class:DSENT::ElectricalNet
57 return m_distributed_res_ + ElectricalTimingNode::getMaxUpstreamRes();
H A DElectricalDelay.h48 double getMaxUpstreamRes() const;
H A DElectricalLoad.cc61 return 1.386 * getMaxUpstreamRes() * getTotalDownstreamCap();
H A DElectricalDriver.cc58 return 1.386 * getMaxUpstreamRes() * getTotalDownstreamCap();
61 double ElectricalDriver::getMaxUpstreamRes() const function in class:DSENT::ElectricalDriver
H A DElectricalDriver.h48 double getMaxUpstreamRes() const;
H A DElectricalNet.h50 double getMaxUpstreamRes() const;
H A DElectricalDriverMultiplier.cc56 return getMaxUpstreamRes() * getTotalDownstreamCap();
H A DElectricalTimingNode.cc45 double ElectricalTimingNode::getMaxUpstreamRes() const function in class:DSENT::ElectricalTimingNode
51 double res = m_upstream_nodes_->at(i)->getMaxUpstreamRes();
H A DElectricalTimingNode.h48 virtual double getMaxUpstreamRes() const;

Completed in 14 milliseconds