gem5/src/cpu/testers/memtest
Andreas Hansson d4273cc9a6 mem: Set the cache line size on a system level
This patch removes the notion of a peer block size and instead sets
the cache line size on the system level.

Previously the size was set per cache, and communicated through the
interconnect. There were plenty checks to ensure that everyone had the
same size specified, and these checks are now removed. Another benefit
that is not yet harnessed is that the cache line size is now known at
construction time, rather than after the port binding. Hence, the
block size can be locally stored and does not have to be queried every
time it is used.

A follow-on patch updates the configuration scripts accordingly.
2013-07-18 08:31:16 -04:00
..
memtest.cc mem: Set the cache line size on a system level 2013-07-18 08:31:16 -04:00
memtest.hh memtest: move check on outstanding requests 2012-10-15 17:27:17 -05:00
MemTest.py sim: Include object header files in SWIG interfaces 2012-11-02 11:32:01 -05:00
SConscript scons: rename TraceFlags to DebugFlags 2011-06-02 17:36:21 -07:00