gem5/arch/mips
Korey Sewell 6547e8882b Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu
SConscript:
    Separate Alpha EIO from syscall building for other architectures
arch/isa_specific.hh:
    change MIPS constant to 34k
arch/mips/isa/decoder.isa:
    Allow sll,ssnop,nop, and ehb to be determined through decoder using
    the different types of default cases
arch/mips/isa/formats/branch.isa:
    Delete debug code
arch/mips/isa/formats/noop.isa:
    add a Nop format
arch/mips/isa_traits.hh:
    use constants instead of enums
arch/mips/process.cc:
    point to the correct header file
cpu/simple/cpu.cc:
    Output the actual fault name
sim/process.cc:
    Inititalize NNPC

--HG--
extra : convert_revision : adb0026dfad25b14c98fb03c98bfe9c681bba6f8
2006-03-14 18:28:51 -05:00
..
isa Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu 2006-03-14 18:28:51 -05:00
faults.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
faults.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
isa_traits.hh Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu 2006-03-14 18:28:51 -05:00
linux_process.cc MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
linux_process.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
process.cc Minor Sconscript edit ... mips decoder changes ... initialize NNPC and output fault name in simple cpu 2006-03-14 18:28:51 -05:00
process.hh Clean up arch/*/process.hh includes and std namespace issues. 2006-03-12 16:27:52 -05:00
SConscript MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00
stacktrace.hh updated MIPS ISA files .... all files should be able to compile/build with MIPS option except isa_traits.* 2006-03-08 02:05:38 -05:00
utility.hh MIPS is back to compiling and building now! 2006-03-12 05:57:34 -05:00