Review Board 2.0.15


ruby: single physical memory in fs mode

Review Request #2209 - Created March 12, 2014 and submitted

Information
Nilay Vaish
gem5
default
Reviewers
Default
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.

   

Issue Summary

1 0 1 0
Description From Last Updated Status
Review request changed
Updated (Nov. 6, 2014, 3:39 a.m.)

Status: Closed (submitted)

Posted (Nov. 9, 2014, 12:44 p.m.)
The connection of the ruby io port to the PIO bus in fs.py (line 167) should be done only once, outside of the cpus for loop.