Update for new memory system. Uses the ports to access memory now. Also supports...
authorKevin Lim <ktlim@umich.edu>
Fri, 3 Feb 2006 20:21:06 +0000 (15:21 -0500)
committerKevin Lim <ktlim@umich.edu>
Fri, 3 Feb 2006 20:21:06 +0000 (15:21 -0500)
commit989292a0fa465b2988ad6279cbd11a1d17025bf8
tree72bbe9dca63d183e4396b8bbb485d6ecd4183c77
parent4c40848dcc4ac02072d18520da9190f4afe33282
Update for new memory system.  Uses the ports to access memory now.  Also supports the response path of the new memory system, as well as retrying accesses.

cpu/simple/cpu.cc:
    Update for new memory system.  Supports using ports to access the memory system.  The IcacheMissStall/DcacheMissStall statuses have been changed to reflect the cache returning a response after a variable latency (due to hit/miss).  They are now DcacheWaitResponse/IcacheWaitResponse.  Also supports retrying accesses.

    For now the body of the copy functions are commented out.
cpu/simple/cpu.hh:
    Update for new memory system.

--HG--
extra : convert_revision : 5a80247537d98ed690f7b6119094d9f59b4c7d73
cpu/simple/cpu.cc
cpu/simple/cpu.hh