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

/gem5/src/mem/ruby/network/garnet2.0/
H A DGarnetNetwork.py60 virt_nets = Param.UInt32(Parent.number_of_virtual_networks, variable in class:GarnetNetworkInterface
71 virt_nets = Param.UInt32(Parent.number_of_virtual_networks, variable in class:GarnetRouter
H A DGarnetLink.py43 virt_nets = Param.Int(Parent.number_of_virtual_networks, variable in class:NetworkLink
H A DNetworkLink.cc44 m_vc_load(p->vcs_per_vnet * p->virt_nets)
H A DRouter.cc54 m_virtual_networks = p->virt_nets;
H A DNetworkInterface.cc52 m_virtual_networks(p->virt_nets), m_vc_per_vnet(p->vcs_per_vnet),
/gem5/src/mem/ruby/network/simple/
H A DSimpleNetwork.py78 virt_nets = Param.Int(Parent.number_of_virtual_networks, variable in class:Switch
H A DPerfectSwitch.cc52 PerfectSwitch::PerfectSwitch(SwitchID sid, Switch *sw, uint32_t virt_nets) argument
57 m_virtual_networks = virt_nets;
H A DSwitch.cc46 m_perfect_switch = new PerfectSwitch(m_id, this, p->virt_nets);

Completed in 11 milliseconds