----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2963/ -----------------------------------------------------------
(Updated July 29, 2015, 8:48 p.m.) Review request for Default. Repository: gem5 Description (updated) ------- Changeset 10941:2426f93f5274 --------------------------- mem: Make caches way aware This patch makes cache sets aware of the way number. This enables some nice features such as the ablity to restrict way allocation. The implemented mechanism allows to set a maximum way number to be allocated 'k' which must fulfill 0 < k <= N (where N is the number of ways). In the future more sophisticated mechasims can be implemented. Diffs (updated) ----- src/mem/cache/blk.hh acd48ddd725f src/mem/cache/cache_impl.hh acd48ddd725f src/mem/cache/tags/base.hh acd48ddd725f src/mem/cache/tags/base_set_assoc.hh acd48ddd725f src/mem/cache/tags/base_set_assoc.cc acd48ddd725f src/mem/cache/tags/fa_lru.hh acd48ddd725f src/mem/cache/tags/fa_lru.cc acd48ddd725f src/mem/cache/tags/lru.cc acd48ddd725f src/mem/cache/tags/random_repl.cc acd48ddd725f Diff: http://reviews.gem5.org/r/2963/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
