cache: Allow main memory to be at disjoint address ranges.
Review Request #1087 - Created March 6, 2012 and submitted
| Information | |
|---|---|
| Ali Saidi | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 8881:249de1a823e6 --------------------------- cache: Allow main memory to be at disjoint address ranges.
Issue Summary
4
4
0
0
| Description | From | Last Updated | Status |
|---|---|---|---|
| I'd suggest we use same expression as the iocache, i.e. call the parameter addr_ranges for both cache and bridge, and ... | Andreas Hansson | March 6, 2012, 4:40 p.m. | Open |
| 80 characters? | Andreas Hansson | March 6, 2012, 4:40 p.m. | Open |
| If we stick to how it is done in other places this could be simply AddrRange(mem_size) | Andreas Hansson | March 6, 2012, 4:40 p.m. | Open |
| How come this one is not using mem_size? Is it possible to rely on a parameter instead of a 256MB ... | Andreas Hansson | March 6, 2012, 4:40 p.m. | Open |
Posted (March 6, 2012, 4:40 p.m.)
-
configs/example/fs.py (Diff revision 1) -
I'd suggest we use same expression as the iocache, i.e. call the parameter addr_ranges for both cache and bridge, and make the bridge [mem_size] as well in this case.
-
src/mem/cache/BaseCache.py (Diff revision 1) -
80 characters?
-
tests/configs/pc-o3-timing.py (Diff revision 1) -
If we stick to how it is done in other places this could be simply AddrRange(mem_size)
-
tests/configs/realview-o3.py (Diff revision 1) -
How come this one is not using mem_size? Is it possible to rely on a parameter instead of a 256MB explicit string?
