----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/2047/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9918:823e7c02b1c7 --------------------------- mem: Pick the next DRAM request based on bank availability This patch changes the FCFS bit of FR-FCFS such that requests that target the earliest available bank are picked first (as suggested in the original work on FR-FCFS by Rixner et al). To accommodate this we add functionality to identify a bank through a one-dimensional identifier (bank id). The member names of the DRAMPacket are also update to match the style guide. Diffs ----- src/mem/simple_dram.hh 3de4393f5649 src/mem/simple_dram.cc 3de4393f5649 Diff: http://reviews.gem5.org/r/2047/diff/ Testing ------- All regressions pass (with stats update) Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
