Inital split up of the header files for the new memory system. Still need to fill...
authorRon Dreslinski <rdreslin@umich.edu>
Tue, 31 Jan 2006 17:12:49 +0000 (12:12 -0500)
committerRon Dreslinski <rdreslin@umich.edu>
Tue, 31 Jan 2006 17:12:49 +0000 (12:12 -0500)
commita1033448ead67ea2819d67609c0390aefc865b0f
tree07c968291776217ecebc763b4a828b500eb603cc
parent0e79d188e1437d313f28bf6ee808b92ae0ce03a6
Inital split up of the header files for the new memory system.  Still need to fill in some of the include files, and other data types.  But this will be the starting point.

mem/bus.hh:
    Inital crack at a bus object that has ports.  Still need to clean up the include file issues.
mem/mem_object.hh:
    Decleration of a base memory object.  Derives from simobject and adds a function to get the port associated with the object.
mem/packet.hh:
    Inital crack at the packet decleration.  Still need to clean up the include file issues.
mem/port.hh:
    Inital crack at the port decleration.  Still need to clean up the include file issues.
mem/request.hh:
    Inital crack at the request decleration.  Still need to clean up the include file issues.

--HG--
extra : convert_revision : f17967d430458f91866a4639ab0cab45d835bb55
mem/bus.hh [new file with mode: 0644]
mem/mem_object.hh [new file with mode: 0644]
mem/packet.hh [new file with mode: 0644]
mem/port.hh [new file with mode: 0644]
mem/request.hh [new file with mode: 0644]