----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2439/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 10435:ca3e59303ee5 --------------------------- mem: Dynamically determine page bytes in memory components This patch takes a step towards an ISA-agnostic memory system by enabling the components to establish the page size after instantiation. The swap operation in the memory is now also allowing any granularity to avoid depending on the IntReg of the ISA. Diffs ----- src/mem/abstract_mem.hh 28b31101d9e6 src/mem/abstract_mem.cc 28b31101d9e6 src/mem/cache/prefetch/Prefetcher.py 28b31101d9e6 src/mem/cache/prefetch/base.hh 28b31101d9e6 src/mem/cache/prefetch/base.cc 28b31101d9e6 src/mem/cache/tags/base.cc 28b31101d9e6 src/mem/dram_ctrl.cc 28b31101d9e6 src/mem/dramsim2.cc 28b31101d9e6 src/mem/ruby/common/Address.hh 28b31101d9e6 src/mem/ruby/common/Address.cc 28b31101d9e6 src/mem/ruby/structures/Prefetcher.hh 28b31101d9e6 src/mem/ruby/structures/Prefetcher.cc 28b31101d9e6 src/mem/ruby/structures/RubyPrefetcher.py 28b31101d9e6 src/mem/simple_mem.cc 28b31101d9e6 src/sim/system.hh 28b31101d9e6 src/sim/system.cc 28b31101d9e6 Diff: http://reviews.gem5.org/r/2439/diff/ Testing ------- Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
