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

/gem5/ext/dsent/model/electrical/router/
H A DRouter.cc283 ElectricalModel* sw_allocator = (ElectricalModel*)getSubInstance("SwitchAllocator"); local
286 sw_allocator->applyTransitionInfo("ArbitrateStage1");
290 sw_allocator->applyTransitionInfo("ArbitrateStage2");
294 sw_allocator->applyTransitionInfo("Idle");
296 sw_allocator->use();
362 RouterSwitchAllocator* sw_allocator = new RouterSwitchAllocator(sw_allocator_name, getTechModel()); local
363 sw_allocator->setParameter("NumberInputPorts", number_input_ports);
364 sw_allocator->setParameter("NumberOutputPorts", number_output_ports);
365 sw_allocator->setParameter("TotalNumberVirtualChannels", total_number_vcs);
366 sw_allocator
[all...]

Completed in 5 milliseconds