gem5/arch
Korey Sewell 7446238118 Get ISA parser to at least include all the ISA correctly ... crashes with "None" error
arch/mips/isa/decoder.isa:
    CondBranch format split up into Branch & BranchLikely formats
arch/mips/isa/formats.isa:
    include util.isa
arch/mips/isa/formats/branch.isa:
    erroneous 'e' at top of code
arch/mips/isa/formats/util.isa:
    util.isa

--HG--
extra : convert_revision : 4fc44a05e2838749e66cd70f210e8a718b34cbf3
2006-02-16 02:51:04 -05:00
..
alpha Some changes which weren't needed before doing a bk pull were needed afterwards, for some reason. 2006-02-16 02:08:13 -05:00
mips Get ISA parser to at least include all the ISA correctly ... crashes with "None" error 2006-02-16 02:51:04 -05:00
sparc New files to fix building the SPARC_SE and MIPS_SE isa_parser.py generated files. 2006-02-14 20:13:08 -05:00
isa_parser.py Gives separate methods for initiating and completing a memory access, which will be helpful for the merged memory model. 2006-02-15 13:05:21 -05:00