Move the port from base memory object into the physical memory object.
authorRon Dreslinski <rdreslin@umich.edu>
Wed, 22 Feb 2006 22:29:04 +0000 (17:29 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Wed, 22 Feb 2006 22:29:04 +0000 (17:29 -0500)
commitb403abfbdb466573cedddf9d358b7a4b66f1e8e8
treeae184bbb91d2b781fd0bbcc6c0c3e627ba5374b2
parent0c2f55b585f5d7d8d10591d4f3e3af6a30cfeec3
Move the port from base memory object into the physical memory object.
The Memory is now a pure virtual base class for all memory type objects (DRAM, physical).
We should consider renaming MemObject to something more meaningful to represent it is for all memory heirarchy objects, perhaps MemHeirObject?

mem/physical.cc:
mem/physical.hh:
    Move the port from the base class into the actual object.

--HG--
extra : convert_revision : b7754ee7b90fd8f816f9876dce374c1d43c7e34b
mem/physical.cc
mem/physical.hh