summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/inorder_cpu_builder.cc
AgeCommit message (Collapse)Author
2009-09-15inorder-alpha-fs: edit inorder model to compile FS modeKorey Sewell
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-04Remove unused functions/comments cluttering up the code.Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell
This model currently only works in MIPS_SE mode, so it will take some effort to clean it up and make it generally useful. Hopefully people are willing to help make that happen!