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

/gem5/ext/dsent/model/
H A DElectricalModel.cc560 int down_index = downstream_net_indices_.first; local
562 while (down_index <= downstream_net_indices_.second)
565 getNet(downstream_net_name_, makeNetIndex(down_index)));
568 ++down_index;

Completed in 14 milliseconds