mem: Add a gasket that allows memory ranges to be re-mapped.
Review Request #1351 - Created Aug. 16, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 9160:1b1d4a974531 --------------------------- mem: Add a gasket that allows memory ranges to be re-mapped. For example if DRAM is at two locations and mirrored this patch allows the mirroring to occur.
Issue Summary
3
1
2
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| still need the same return fix here | Steve Reinhardt | Sept. 7, 2012, 5:36 a.m. | Open |
Ship It!
Posted (Aug. 26, 2012, 7:46 a.m.)
-
src/mem/AddrMapper.py (Diff revision 1) -
Did Andreas really write this? If so, isn't there some conflict of interest in having Ali post this so Andreas can click "ship it!" on his own code? ;-)
-
src/mem/addr_mapper.cc (Diff revision 1) -
code after the return? I'm surprised the compiler didn't complain... (here and in the function immediately below)
-
src/mem/addr_mapper.cc (Diff revision 1) -
two typos in one line...
Posted (Sept. 7, 2012, 5:36 a.m.)
-
src/mem/addr_mapper.cc (Diff revision 2) -
still need the same return fix here
Ship It!
