Hi In a multicore configuration, is there a way to duplicate the l2 cache (which is shared) accesses so that each core uses the shared l2-cache to drive the simulation, but also sends each access to a private l2-cache? I'd like to have a configuration where I could compare the performance of the shared and the private cache in a single run. This seems like the easiest way to do so, but I might be mistaken ofcourse.
I've already thought about (and tried) keeping duplicate (private) copies inside of the actual l2-cache, but it seems quite difficult to determine the owner of a cacherequest (the contextid of the request), for instance in the case of writebacks... Regards, Kenzo _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
