MIPS ISA runs 'hello world' in O3CPU ...
authorKorey Sewell <ksewell@umich.edu>
Wed, 26 Jul 2006 22:47:06 +0000 (18:47 -0400)
committerKorey Sewell <ksewell@umich.edu>
Wed, 26 Jul 2006 22:47:06 +0000 (18:47 -0400)
commit95561dc138243b1fda266ed4ef4ffdc64700c353
treee08ac81c9d7db5930ef459ccaf4e3308a8d0f510
parent36e9ca5611b3fb38cba2fc190836c022d99973e4
MIPS ISA runs 'hello world' in O3CPU ...

src/arch/mips/isa/base.isa:
    special case syscall disasembly... maybe give own instruction class?
src/arch/mips/isa/decoder.isa:
    add 'IsSerializeAfter' flag for syscall
src/cpu/o3/commit.hh:
    Add skidBuffer to commit
src/cpu/o3/commit_impl.hh:
    Use skidbuffer in MIPS ISA
src/cpu/o3/fetch_impl.hh:
    Print name out when there is a fault
src/cpu/o3/mips/cpu_impl.hh:
    change comment

--HG--
extra : convert_revision : d032549e07102bdd50aa09f044fce8de6f0239b5
src/arch/mips/isa/base.isa
src/arch/mips/isa/decoder.isa
src/cpu/o3/commit.hh
src/cpu/o3/commit_impl.hh
src/cpu/o3/fetch_impl.hh
src/cpu/o3/mips/cpu_impl.hh