gem5/cpu
Ron Dreslinski b6247c9ea7 Add support for multiple ports on the memory. Hook up simple cpu to memory.
Ready to start testing if I could fix the linking errors I can't ever seem to fix.

cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    Add connecting of ports until builder can handle it.
mem/physical.cc:
    Add function to allocate a port in the object

    Remove some full_sys stuff untill needed
mem/physical.hh:
    Add function to allocate a port in the object
python/m5/objects/BaseCPU.py:
    Update the params
sim/process.cc:
    Make sure to use the right name (hopefully CPU constructor already called)

--HG--
extra : convert_revision : 4089caf20d7eb53e5463c8ac93ddce5e43ea5d85
2006-02-23 17:02:34 -05:00
..
memtest Minor cleanup of memtest. 2005-10-03 09:13:56 -04:00
o3 Change base/intmath.{cc,hh} to follow m5 style. 2005-12-23 13:32:31 -05:00
ozone Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
simple Add support for multiple ports on the memory. Hook up simple cpu to memory. 2006-02-23 17:02:34 -05:00
trace Cleanup copyright stuff. Add our copyright files that 2005-06-05 11:02:38 -04:00
base.cc Changes for Process object initialization in merged-memory environment. 2006-01-28 00:08:22 -05:00
base.hh More compilation fixes. 2006-02-15 22:05:23 -05:00
base_dyn_inst.cc Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
base_dyn_inst.hh Build options are set via a build_options file in the 2005-08-30 13:18:54 -04:00
exec_context.cc Get simple cpu to compile. 2006-02-21 01:01:16 -05:00
exec_context.hh Get simple cpu to compile. 2006-02-21 01:01:16 -05:00
exetrace.cc Hacks to avoid compiling in old FullCPU model. 2006-01-29 17:35:53 -05:00
exetrace.hh just commit what i need for dumping traces compatible with intel's casper 2005-11-09 16:42:36 -05:00
inst_seq.hh Many files: 2005-06-05 05:16:00 -04:00
intr_control.cc Many files: 2005-06-05 05:16:00 -04:00
intr_control.hh Many files: 2005-06-05 05:16:00 -04:00
op_class.cc Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00
op_class.hh Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00
pc_event.cc Add functions to System object to set up function-based events, 2005-09-24 14:20:29 -04:00
pc_event.hh More progress toward compiling... partly by 2006-02-15 17:52:49 -05:00
profile.cc clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
profile.hh clear the function profile on a stats reset 2005-11-20 18:33:17 -05:00
smt.hh Many files: 2005-06-05 05:16:00 -04:00
static_inst.cc Many files: 2005-06-05 05:16:00 -04:00
static_inst.hh Move op_class.hh out of encumbered/cpu/full and into cpu. 2006-02-21 22:12:27 -05:00