Renaming alpha files and changing some MIPS stuff to be more like Alpha version
authorKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 03:02:05 +0000 (22:02 -0500)
committerKorey Sewell <ksewell@umich.edu>
Wed, 22 Feb 2006 03:02:05 +0000 (22:02 -0500)
commita4799a89ded3b2ebddd682dbcb0f8d2dd968b68a
tree6464529eceafa3ed8e6b30e19e3e0cb216dc9113
parent3f7979c99d8dc4f434e3daa2e179616f1669e16e
Renaming alpha files and changing some MIPS stuff to be more like Alpha version

SConscript:
    changed the alpha_memory.hh to memory.hh in SConscript
arch/isa_parser.py:
    temporarily comment out o3 model
arch/mips/isa/base.isa:
arch/mips/isa_traits.cc:
arch/mips/isa_traits.hh:
    Fix Up Base Class to mirror how Alpha generates StaticInsts
arch/mips/faults.cc:
    MIPS fault.cc file
arch/mips/faults.hh:
    MIPS fault.hh file

--HG--
rename : arch/alpha/alpha_linux_process.cc => arch/alpha/linux_process.cc
rename : arch/alpha/alpha_linux_process.hh => arch/alpha/linux_process.hh
rename : arch/alpha/alpha_memory.cc => arch/alpha/memory.cc
rename : arch/alpha/alpha_memory.hh => arch/alpha/memory.hh
rename : arch/alpha/alpha_tru64_process.cc => arch/alpha/tru64_process.cc
rename : arch/alpha/alpha_tru64_process.hh => arch/alpha/tru64_process.hh
extra : convert_revision : f92d6e765ca96a8b952aef79ed119fa29464563b
19 files changed:
SConscript
arch/alpha/alpha_linux_process.cc [deleted file]
arch/alpha/alpha_linux_process.hh [deleted file]
arch/alpha/alpha_memory.cc [deleted file]
arch/alpha/alpha_memory.hh [deleted file]
arch/alpha/alpha_tru64_process.cc [deleted file]
arch/alpha/alpha_tru64_process.hh [deleted file]
arch/alpha/linux_process.cc [new file with mode: 0644]
arch/alpha/linux_process.hh [new file with mode: 0644]
arch/alpha/memory.cc [new file with mode: 0644]
arch/alpha/memory.hh [new file with mode: 0644]
arch/alpha/tru64_process.cc [new file with mode: 0644]
arch/alpha/tru64_process.hh [new file with mode: 0644]
arch/isa_parser.py
arch/mips/faults.cc [new file with mode: 0644]
arch/mips/faults.hh [new file with mode: 0644]
arch/mips/isa/base.isa
arch/mips/isa_traits.cc
arch/mips/isa_traits.hh