summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/pipeline_stage.cc
AgeCommit message (Expand)Author
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-05-12inorder-fetch: update model to use predecoderKorey Sewell
2009-05-12inorder-bpred: edits to handle non-delay-slot ISAsKorey Sewell
2009-03-04InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ...Korey Sewell
2009-03-04Remove unused functions/comments cluttering up the code.Korey Sewell
2009-03-04make handling of interstage buffers (i.e. StageQueues) more consistent: (1)nu...Korey Sewell
2009-03-04 InOrder didnt have all it's params set to a default value, which is now requ...Korey Sewell
2009-03-04Give TimeBuffer an ID that can be set. Necessary because InOrder uses generic...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell