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

/gem5/ext/dsent/model/
H A DElectricalModel.cc209 const NetIndex& port_indices = connect_model_->getNetReference(connect_port_name_); local
210 int port_width = port_indices.second - port_indices.first + 1;
213 connect_model_->getInstanceName() + "." + connect_port_name_ + toString(port_indices) +
216 int port_index = port_indices.first;
221 while(port_index <= port_indices.second)
231 while (port_index <= port_indices.second)

Completed in 7 milliseconds