Initial changes to allowed DetailedCPU to work with other architectures (i.e. Sparc...
authorKorey Sewell <ksewell@umich.edu>
Fri, 16 Jun 2006 02:01:28 +0000 (22:01 -0400)
committerKorey Sewell <ksewell@umich.edu>
Fri, 16 Jun 2006 02:01:28 +0000 (22:01 -0400)
commit51a5b826373e2c08ba173854a19597d59e0e3c90
tree06c600520585ee0f02fd5772b35f3c9c4f7af05e
parentf06d508af0ff78d7fc0e774d658cb6aedf330635
Initial changes to allowed DetailedCPU to work with other architectures (i.e. Sparc & MIPS)

Still need to add some code to fetch & commit stages

src/cpu/o3/commit.hh:
src/cpu/o3/cpu.cc:
src/cpu/o3/cpu.hh:
    Add nextNPC read & set functions
src/cpu/o3/fetch.hh:
src/cpu/o3/fetch_impl.hh:
    Add nextNPC

--HG--
extra : convert_revision : 120677547d54091411399156bd066ce5baf785f7
src/cpu/o3/commit.hh
src/cpu/o3/cpu.cc
src/cpu/o3/cpu.hh
src/cpu/o3/fetch.hh
src/cpu/o3/fetch_impl.hh