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

/gem5/src/base/
H A Dcp_annotate.cc859 vector<string> state_machines; local
860 state_machines.resize(numSmt+1);
865 state_machines[i->second] = i->first;
869 for (int x = 1; x < state_machines.size(); x++) {
878 *osbin << "sms[\"" << state_machines[x] << "\"] = [\"NULL\""; local

Completed in 9 milliseconds