gem5/mem
Ali Saidi c27c122afc Add the bus and connector objects to scons
change getPort parameter from char* to string
Add an extra phase between construction and init called connect

SConscript:
    Add the bus and connector objects to scons
cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    the connection to memory shouldn't be made until we know the memory
    object exists (e.g. after construction)
dev/io_device.hh:
    change to const string
mem/bus.hh:
    change getPort parameter from char* to string
    initialize num_interfaces
mem/mem_object.hh:
    change getPort parameter from char* to string
mem/physical.cc:
mem/physical.hh:
    change getPort parameter from char* to string
    get rid of the bus object I created last time
python/m5/objects/PhysicalMemory.py:
    get rid of the bus object I created last time
sim/main.cc:
sim/sim_object.cc:
sim/sim_object.hh:
    Add an extra phase between construction and init called connect

--HG--
extra : convert_revision : 0e994f93374fa72a06d291655c440ff1b8e155a9
2006-03-26 21:44:22 -05:00
..
cache/prefetch Remove unneeded header files. 2006-03-14 18:03:34 -05:00
config Don't forget to check in the needed header file for the conditional prefetch building. 2006-03-16 11:34:19 -05:00
bus.cc Implement a very very simple bus 2006-03-25 18:31:20 -05:00
bus.hh Add the bus and connector objects to scons 2006-03-26 21:44:22 -05:00
mem_object.cc Replace Memory with MemObject; no need for two different levels of hierarchy there. 2006-03-12 17:21:59 -05:00
mem_object.hh Add the bus and connector objects to scons 2006-03-26 21:44:22 -05:00
packet.hh Implement a very very simple bus 2006-03-25 18:31:20 -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 Add the bus and connector objects to scons 2006-03-26 21:44:22 -05:00
physical.hh Add the bus and connector objects to scons 2006-03-26 21:44:22 -05:00
port.cc Get rid of "Functional" suffix from (read|write)(Blob|String) functions. 2006-03-12 16:38:16 -05:00
port.hh add translations for new sections that are mmapped or when the brk 2006-03-15 17:04:50 -05:00
request.hh Implement a very very simple bus 2006-03-25 18:31:20 -05:00
translating_port.cc Get rid of "Functional" suffix from (read|write)(Blob|String) functions. 2006-03-12 16:38:16 -05:00
translating_port.hh Replace Memory with MemObject; no need for two different levels of hierarchy there. 2006-03-12 17:21:59 -05:00