gem5/mem
Gabe Black 3ed62ad025 Work towards factoring isa_traits.hh into smaller, more specialized files.
arch/SConscript:
    Sorted the switch headers, and added registerfile.hh, constants.hh, types.hh, and utility.hh.
arch/alpha/isa_traits.hh:
    Moved the register file types to registerfile.hh, small functions to utility.hh, and cleaned out alot of stuff that isn't necessary anymore.
base/loader/ecoff_object.cc:
base/loader/elf_object.cc:
cpu/pc_event.hh:
cpu/static_inst.hh:
mem/port.hh:
sim/faults.cc:
sim/system.hh:
    base/misc.hh isn't included through isa_traits.hh anymore.
cpu/simple/cpu.cc:
    Added include for arch/utility.hh

--HG--
extra : convert_revision : 24f65f330f87e3c909c939596cfcf48336022eaf
2006-03-10 19:11:27 -05:00
..
bus.hh Rename Port address range functions... like the block size 2006-02-21 12:32:45 -05:00
mem_object.hh Many changes that make the new mem system compile. Now to convert the rest of the tree to use the new mem system. 2006-02-15 14:21:09 -05:00
packet.hh SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
page_table.cc SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
page_table.hh SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
physical.cc SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
physical.hh More progress... run a few instructions now, but die on the second 2006-03-02 01:01:03 -05:00
port.cc Fix memory allocation error in Port::memsetBlobFunctional. 2006-03-02 11:30:25 -05:00
port.hh Work towards factoring isa_traits.hh into smaller, more specialized files. 2006-03-10 19:11:27 -05:00
request.hh SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
translating_port.cc SimpleCPU compiles with merge. 2006-03-09 19:21:35 -05:00
translating_port.hh Simple program runs with sendAtomic! 2006-03-02 10:31:48 -05:00