Searched refs:net_index_ (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dsent/model/
H A DPortInfo.cc26 PortInfo::PortInfo(const String& port_name_, const NetIndex& net_index_) argument
27 : m_port_name_(port_name_), m_net_index_(net_index_), m_tran_info_(TransitionInfo())
H A DPortInfo.h34 PortInfo(const String& port_name_, const NetIndex& net_index_ = NetIndex(0, 0));
H A DElectricalModel.h59 inline String toString(const NetIndex& net_index_) argument
61 return "[" + String(net_index_.second) + ":" + String(net_index_.first) + "]";

Completed in 6 milliseconds