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

/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc245 const vector<double>& act_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("Act(Grant)").split("[,]")); local
249 act_int_request_vector[i * number_resources + j] = act_arb_out_request_vector[j];
271 const vector<double>& act_arb_out_request_vector = LibUtil::castStringVector<double>(arb->getGenProperties()->get("Act(Grant)").split("[,]")); local
275 act_out_request_vector[j * number_resources + i] = act_arb_out_request_vector[j];

Completed in 4 milliseconds