Searched hist:11519 (Results 1 - 2 of 2) sorted by relevance

/gem5/configs/dram/
H A Dsweep.pydiff 12814:074f6240ff4c Fri Apr 27 14:02:00 EDT 2018 Andreas Sandberg <andreas.sandberg@arm.com> configs: Update the DRAM sweep script to use PyTrafficGen

Instead of generating a text configuration, use the new Python-based
traffic generator.

Change-Id: I6fb88ec45b74bb87470aa265af18b5a2ff24c314
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Nikos Nikoleris <nikos.nikoleris@arm.com>
Reviewed-on: https://gem5-review.googlesource.com/11519
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/mem/ruby/system/
H A DSequencer.ccdiff 11519:bf08fb8ccf4b Fri Jun 03 16:20:00 EDT 2016 Marco Elver <marco.elver@ed.ac.uk> ruby: Implement SwapReq support

This implements SwapReq for Ruby memory.

A SwapReq should be treated like a write, except that the response
packet contains the overwritten data.

Note that, in particular, the conditional checking for isStore/isLoad
needs to be reversed, as a SwapReq is both.

Completed in 34 milliseconds