diff options
Diffstat (limited to 'src/mem/simple_dram.hh')
-rw-r--r-- | src/mem/simple_dram.hh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mem/simple_dram.hh b/src/mem/simple_dram.hh index a7a100d7c..535e3a8c5 100644 --- a/src/mem/simple_dram.hh +++ b/src/mem/simple_dram.hh @@ -398,6 +398,12 @@ class SimpleDRAM : public AbstractMemory void chooseNextWrite(); /** + * For FR-FCFS policy reorder the read/write queue depending on row buffer + * hits and earliest banks available in DRAM + */ + void reorderQueue(std::deque<DRAMPacket*>& queue); + + /** * Looking at all banks, determine the moment in time when they * are all free. * |