Searched refs:port_info (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dsent/model/timing_graph/
H A DElectricalTimingOptimizer.cc58 const Map<PortInfo*>* port_info = getModel()->getInputs(); local
59 Map<PortInfo*>::ConstIterator it_begin = port_info->begin();
60 Map<PortInfo*>::ConstIterator it_end = port_info->end();
66 const PortInfo* port_info = it->second; local
75 createInputPort(port_name, port_info->getNetIndex());
85 createNet(port_name + "In", port_info->getNetIndex());
/gem5/ext/dsent/model/
H A DElectricalModel.cc875 PortInfo* port_info = it->second; local
877 port_info->setTransitionInfo(trans_info);

Completed in 8 milliseconds