Move read/writeBlob functions to Port class;
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 21 Feb 2006 16:27:53 +0000 (11:27 -0500)
committerSteve Reinhardt <stever@eecs.umich.edu>
Tue, 21 Feb 2006 16:27:53 +0000 (11:27 -0500)
commit8a753f6ae23d9f2c00be2230344d81e031b62b4c
tree6b534d0ace3f32b8bcb65cd13d821cde01bc11cf
parent00be4e8510f587603cf358d615d19d8bbf8ec57e
Move read/writeBlob functions to Port class;
clean up implementation a little.

SConscript:
    Add mem/port.cc
cpu/simple/cpu.cc:
cpu/simple/cpu.hh:
    Move read/writeBlob functions to base Port class.
mem/port.hh:
    Implement read/writeBlob functions.
    No need for them to be virtual since the proxy
    object (now called TranslatingPort) is not a
    subclass of Port.
mem/port.cc:
    Implement read/writeBlob functions.

--HG--
extra : convert_revision : a3660eaa43a7c286aca962f17fa32fbd42bf1fa6
SConscript
cpu/simple/cpu.cc
cpu/simple/cpu.hh
mem/port.cc [new file with mode: 0644]
mem/port.hh