[gem5-users] Two level directory ccNuma

2013-01-05 Thread Zeng Lu
Hi all, I am trying to implement a two level directory hierarchical cache coherence Numa(ccNuma) system using Gem5. But I have no idea yet. Is there any way to do it? Thanks. Sincerely, Lu Zeng ___ gem5-users mailing list gem5-users@gem5.org http://m5s

Re: [gem5-users] Concentrated 2D Mesh

2013-01-05 Thread Tushar Krishna
Hi Ni, You can create your own topology file for the concentrated mesh. Currently each cache controller connects to one router. You can instead connect 4 controllers to each router. Take a look at Mesh.py and MeshDirCorner.py for reference. - Tushar Rx Ni wrote: >Hi, all, > >I am running

[gem5-users] Concentrated 2D Mesh

2013-01-05 Thread Rx Ni
Hi, all, I am running gem5 with 4*4 2D mesh. And recently I want to concentrate 4 cpus on one router in the mesh. But it seems with the mesh topology, "the number of routers/switches has to be equal to the number of cpus in the system". Is there any way to do it? Thanks. Sincerely, Ni ___