----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3578/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 11576:653c0ded0b9f --------------------------- ruby: Size the MI_example directory to cover all phys mem The directories in Ruby currently assume that memory starts at zero and spans to the total memory size. This is not true for a lot of systems. As a workaround, make the directory cover all memory from 0 to the end of the last physical memory in the memory map. Change-Id: I350f4076c46a603a85df317ebbb341dd426feb7d Signed-off-by: Andreas Sandberg <[email protected]> Reviewed-by: Nikos Nikoleris <[email protected]> Reviewed-by: Curtis Dunham <[email protected]> Diffs ----- configs/ruby/MI_example.py 4aac82f10951 Diff: http://reviews.gem5.org/r/3578/diff/ Testing ------- Note to reviewers: I don't claim to know what I'm doing here. This is probably not the right way of doing it, but it seems to work. Better solutions are very welcome. Thanks, Andreas Sandberg _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
