Searched refs:NetIndex (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dsent/model/
H A DPortInfo.h34 PortInfo(const String& port_name_, const NetIndex& net_index_ = NetIndex(0, 0));
41 const NetIndex& getNetIndex() const;
51 NetIndex m_net_index_;
H A DPortInfo.cc26 PortInfo::PortInfo(const String& port_name_, const NetIndex& net_index_)
40 const NetIndex& PortInfo::getNetIndex() const
H A DElectricalModel.h40 typedef std::pair<int, int> NetIndex; typedef in namespace:DSENT
43 inline NetIndex makeNetIndex(int start_index_, int end_index_)
49 return NetIndex(start_index_, end_index_);
53 inline NetIndex makeNetIndex(int index_)
58 // Helper function to trun NetIndex to String
59 inline String toString(const NetIndex& net_index_)
82 const Map<NetIndex>* getNetReferences() const;
83 const NetIndex getNetReference(const String& name_) const;
85 void createInputPort(const String& name_, const NetIndex& net_indices_ = NetIndex(
[all...]
H A DElectricalModel.cc40 m_net_references_ = new Map<NetIndex>;
196 void ElectricalModel::portConnect(ElectricalModel* connect_model_, const String& connect_port_name_, const String& connect_net_name_, const NetIndex& connect_net_indices_)
209 const NetIndex& port_indices = connect_model_->getNetReference(connect_port_name_);
274 ElectricalNet* ElectricalModel::getNet(const String& name_, const NetIndex& index_)
347 const Map<NetIndex>* ElectricalModel::getNetReferences() const
352 const NetIndex ElectricalModel::getNetReference(const String& name_) const
362 void ElectricalModel::createInputPort(const String& name_, const NetIndex& net_indices_)
373 void ElectricalModel::createOutputPort(const String& name_, const NetIndex& net_indices_)
392 void ElectricalModel::createNet(const String& name_, const NetIndex& net_indices_)
514 void ElectricalModel::assign(const String& downstream_net_name_, const NetIndex
[all...]
H A DOpticalModel.h42 typedef NetIndex WavelengthGroup;

Completed in 9 milliseconds