Fix checker to work in newmem in SE mode.
authorKevin Lim <ktlim@umich.edu>
Tue, 6 Jun 2006 18:06:30 +0000 (14:06 -0400)
committerKevin Lim <ktlim@umich.edu>
Tue, 6 Jun 2006 18:06:30 +0000 (14:06 -0400)
commit0f014e4340bb0991716cb0f0feafd48b53e865d7
tree0cd92f279e9ce3c002fb109cf6e8acd99e3c3123
parent090496bf2d4c0f55f7f5869a374b4ec3826bccbc
Fix checker to work in newmem in SE mode.

src/cpu/o3/fetch_impl.hh:
    Give the checker a pointer to the icachePort.
src/cpu/o3/lsq_unit_impl.hh:
    Give the checker a pointer to the dcachePort.
src/mem/request.hh:
    Allow checking for the scResult being valid prior to accessing it.

--HG--
extra : convert_revision : ced4180588d242111ecba4a11586823badd6cf15
src/cpu/checker/cpu.cc
src/cpu/checker/cpu.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/lsq_unit_impl.hh
src/mem/request.hh