mem: minor fixes in the HMC vault model
Review Request #2932 - Created July 1, 2015 and discarded
| Information | |
|---|---|
| Erfan Azarkhish | |
| gem5 | |
| Reviewers | |
| Default | |
Minor fixes in the HMC vault model
This patch and the subsequent chain of patches aim to model a simple Hybrid Memory Cube device in gem5
Please apply the complete chain before running the simulation.
Issue Summary
| Description | From | Last Updated | Status |
|---|---|---|---|
| Really? I was under the impression that the vault controllers were simple closed page. See for example http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=7095154 | Andreas Hansson | July 1, 2015, 8:07 a.m. | Open |
| I am somewhat surprised that we need values this high. With a 32 vault cube this would amount to an ... | Andreas Hansson | July 1, 2015, 8:07 a.m. | Open |
Thanks! Some questions regarding a few parameters.
-
src/mem/DRAMCtrl.py (Diff revision 1) -
Really? I was under the impression that the vault controllers were simple closed page. See for example http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=7095154
-
src/mem/DRAMCtrl.py (Diff revision 1) -
I am somewhat surprised that we need values this high. With a 32 vault cube this would amount to an astonishing number of queued transactions (and there is probably no system out there that would even get close to even using 2048 outstanding transactions).
