in the previous versions, num_cpus shows how many cores share that cache (in my first post, L2). If it is no longer available, does that mean, L2 is shared among all cores? No need to explicitly specify that?
On 2/17/12, Nilay Vaish <[email protected]> wrote: > Because it is not available any longer. num_cpus has been removed from the > class BaseCache. > > -- > Nilay > > On Fri, 17 Feb 2012, Mahmood Naderan wrote: > >> Well the latest repository updated 2 days ago and I updated yesterday. >> Still "num_cpus" is missing >> >> http://repo.gem5.org/gem5/file/ef8630054b5e/src/mem/cache/BaseCache.py >> >> On 2/17/12, Anthony Gutierrez <[email protected]> wrote: >>> First thing you should do when you get errors like this is check the >>> repo. >>> This issue was fixed last week. >>> On Feb 17, 2012 9:02 AM, "Mahmood Naderan" <[email protected]> wrote: >>> >>>> Hi, >>>> What happened to this line: >>>> >>>> system.l2.num_cpus = options.num_cpus >>>> >>>> seem sthat BaseCache.py has no longer "num_cpus" field. So what does >>>> this mean? For a cmp simulation what is the resolution? >>>> -- >>>> // Naderan *Mahmood; >>>> _______________________________________________ >>>> gem5-users mailing list >>>> [email protected] >>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >>>> >>> >> >> >> -- >> -- >> // Naderan *Mahmood; >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > -- -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
