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

/gem5/ext/dsent/
H A DDSENT.cc39 const vector<String>& start_net_names = local
42 ASSERT((start_net_names.size() > 0),
45 if(start_net_names[0] == "*")
86 for(unsigned int i = 0; i < start_net_names.size(); ++i)
88 const String& net_name = start_net_names[i];
98 const vector<String>& start_net_names = local
107 for(unsigned int i = 0; i < start_net_names.size(); ++i)
109 const String& net_name = start_net_names[i];

Completed in 5 milliseconds