Hi Raziye, I assume you are using Ruby memory model to generate Mesh. As far as I know, in classic memory model there is still no support for having memory networks. Looking at configs/ruby/MESI_Two_Level.py, for example, the number of DMA Controllers is equal to dma_ports which should, I believe, be able to be set by the user. If you want to see the default value of dam_ports, you can insert a print in MESI_Two_Level.py or whichever python script you want to use to simulate your memory hierarchy.
On Wed, Nov 23, 2016 at 2:46 PM, raziye deylamsalehi < [email protected]> wrote: > Hi all, > > I have some questions about implementing memory controller in gem5. > > For example we have an 8*8 mesh network. In this case, dose gem5 dedicate > a memory controller for each core? Generally for n*n network, how many > memory controllers have been simulated by default? > > > Thanks, > > Raziye > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > -- Azin
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
