gem5/src/cpu/testers/rubytest
Mitch Hayenga c75ff71139 mem: Remove threadId from memory request class
In general, the ThreadID parameter is unnecessary in the memory system
as the ContextID is what is used for the purposes of locks/wakeups.
Since we allocate sequential ContextIDs for each thread on MT-enabled
CPUs, ThreadID is unnecessary as the CPUs can identify the requesting
thread through sideband info (SenderState / LSQ entries) or ContextID
offset from the base ContextID for a cpu.

This is a re-spin of 20264eb after the revert (bd1c6789) and includes
some fixes of that commit.
2016-04-07 09:30:20 -05:00
..
Check.cc mem: Remove threadId from memory request class 2016-04-07 09:30:20 -05:00
Check.hh ruby: replace Address by Addr 2015-08-14 12:04:51 -05:00
CheckTable.cc ruby: more flexible ruby tester support 2015-07-20 09:15:18 -05:00
CheckTable.hh misc: Remove redundant compiler-specific defines 2015-10-12 04:07:59 -04:00
RubyTester.cc ruby: more flexible ruby tester support 2015-07-20 09:15:18 -05:00
RubyTester.hh ruby: more flexible ruby tester support 2015-07-20 09:15:18 -05:00
RubyTester.py ruby: more flexible ruby tester support 2015-07-20 09:15:18 -05:00
SConscript BuildEnv: Eliminate RUBY as build environment variable 2011-08-08 10:50:13 -05:00