gem5/src/arch
Gabe Black 37a437893e System: Push boot_cpu_frequency down into the subclasses that actually use it.
This parameter depends on a number of coincidences to work properly. First,
there must be an array assigned to system called "cpu" even though there's no
parameter called that. Second, the items in the "cpu" array have to have a
"clock" parameter which has a "frequency" member. This is true of the normal
CPUs, but isn't true of the memory tester CPUs. This happened to work before
because the memory tester CPUs were only used in SE mode where this parameter
was being excluded. Since everything is being pulled into a common binary,
this won't work any more. Since the boot_cpu_frequency parameter is only used
by Alpha's Linux System object (and Mips's through copy and paste), the
definition of that parameter is moved down to those objects specifically.
2011-10-30 17:38:09 -07:00
..
alpha System: Push boot_cpu_frequency down into the subclasses that actually use it. 2011-10-30 17:38:09 -07:00
arm ARM: Build vtophys in SE mode. 2011-10-16 05:06:39 -07:00
generic Faults: Add in generic faults that work like panics, warns, etc. 2011-09-27 00:17:09 -07:00
mips System: Push boot_cpu_frequency down into the subclasses that actually use it. 2011-10-30 17:38:09 -07:00
noisa SCons: Support building without an ISA 2010-11-19 18:00:39 -06:00
power SE/FS: Remove the last references to FULL_SYSTEM from POWER. 2011-10-30 03:55:24 -07:00
sparc SE/FS: Make getProcessPtr available in both modes, and get rid of FULL_SYSTEMs. 2011-10-30 00:33:02 -07:00
x86 X86: Build the same files in SE and FS. 2011-10-30 03:06:40 -07:00
isa_parser.py ISA parser: Use '_' instead of '.' to delimit type modifiers on operands. 2011-09-26 23:48:54 -07:00
micro_asm.py scons: add slicc and ply to sys.path and PYTHONPATH so everyone has access 2009-09-22 15:24:16 -07:00
micro_asm_test.py Add a second section to make sure the ROM is extended properly. 2007-05-31 22:21:21 +00:00
SConscript SCons: Add a comment I forgot to add in earlier. 2011-09-24 17:03:18 -07:00