----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2209/ -----------------------------------------------------------
(Updated Oct. 23, 2014, 4:08 p.m.) Review request for Default. Summary (updated) ----------------- ruby: single physical memory in fs mode Repository: gem5 Description (updated) ------- Changeset 10497:79c54592d7c5 --------------------------- ruby: single physical memory in fs mode Both ruby and the system used to maintain memory copies. With the changes carried for programmed io accesses, only one single memory is required for fs simulations. This patch sets the copy of memory that used to reside with the system to null, so that no space is allocated, but address checks can still be carried out. All the memory accesses now source and sink values to the memory maintained by ruby. Diffs (updated) ----- configs/example/fs.py 75d2f19fecce configs/example/ruby_mem_test.py 75d2f19fecce configs/example/ruby_network_test.py 75d2f19fecce configs/example/ruby_random_test.py 75d2f19fecce configs/ruby/MESI_Two_Level.py 75d2f19fecce configs/ruby/MOESI_CMP_directory.py 75d2f19fecce configs/ruby/MOESI_CMP_token.py 75d2f19fecce configs/ruby/MOESI_hammer.py 75d2f19fecce src/mem/protocol/MESI_Two_Level-dma.sm 75d2f19fecce src/mem/protocol/MOESI_CMP_directory-dma.sm 75d2f19fecce src/mem/protocol/MOESI_CMP_token-dma.sm 75d2f19fecce src/mem/ruby/system/DMASequencer.cc 75d2f19fecce tests/configs/pc-simple-timing-ruby.py 75d2f19fecce Diff: http://reviews.gem5.org/r/2209/diff/ Testing ------- Thanks, Nilay Vaish _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
