gem5/src/cpu/testers/rubytest
Mitch Hayenga 8615b27174 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.
2016-04-05 12:39:21 -05:00
..
Check.cc mem: Remove threadId from memory request class 2016-04-05 12:39:21 -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