gem5/src/mem/ruby
Andreas Hansson f49830ce0b mem: Clean up Request initialisation
This patch tidies up how we create and set the fields of a Request. In
essence it tries to use the constructor where possible (as opposed to
setPhys and setVirt), thus avoiding spreading the information across a
number of locations. In fact, setPhys is made private as part of this
patch, and a number of places where we callede setVirt instead uses
the appropriate constructor.
2015-01-22 05:00:53 -05:00
..
common mem: Add const getters for write packet data 2014-12-02 06:07:36 -05:00
filters ruby: remove few not required #includes 2014-02-23 19:16:15 -06:00
network mem: Delete unused variable in Garnet NetworkLink 2014-11-12 09:05:23 -05:00
profiler ruby: eliminate type Time 2014-09-01 16:55:41 -05:00
slicc_interface mem: Add const getters for write packet data 2014-12-02 06:07:36 -05:00
structures ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00
system mem: Clean up Request initialisation 2015-01-22 05:00:53 -05:00
SConscript ruby: interface with classic memory controller 2014-11-06 05:42:21 -06:00