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

/gem5/ext/dsent/model/electrical/router/
H A DRouterInputPort.cc102 unsigned int total_number_vcs = 0; local
106 total_number_vcs += number_vcs_per_vn_vector[i];
111 getGenProperties()->set("TotalNumberVirtualChannels", total_number_vcs);
H A DRouterSwitchAllocator.cc66 unsigned int total_number_vcs = getParameter("TotalNumberVirtualChannels").toUInt(); local
73 ASSERT(total_number_vcs > 0, "[Error] " + getInstanceName() +
76 unsigned int stage1_number_requests = total_number_vcs;
H A DRouter.cc329 unsigned int total_number_vcs = input_port->getGenProperties()->get("TotalNumberVirtualChannels"); local
330 getGenProperties()->set("TotalNumberVirtualChannels", total_number_vcs);
357 unsigned int total_number_vcs = getGenProperties()->get("TotalNumberVirtualChannels").toUInt(); local
365 sw_allocator->setParameter("TotalNumberVirtualChannels", total_number_vcs);

Completed in 9 milliseconds