summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resources/graduation_unit.cc
AgeCommit message (Expand)Author
2015-04-20cpu: Remove the InOrderCPU from the treeAndreas Hansson
2012-08-28Clock: Add a Cycles wrapper class and use where applicableAndreas Hansson
2011-06-19inorder: use trapPending flag to manage trapsKorey Sewell
2011-06-19inorder: dont handle multiple faults on same cycleKorey Sewell
2011-06-19inorder: explicit fault checkKorey Sewell
2011-06-19inorder: squash and trap behind a tlb faultKorey Sewell
2011-06-19inorder: remove memdep tracking for default pipelineKorey Sewell
2011-06-19inorder: optionally track faulting instructionsKorey Sewell
2011-06-19inorder: no dep. tracking for zero regKorey Sewell
2011-06-19inorder: implement trap handlingKorey Sewell
2011-06-19inorder: handle faults at writeback stageKorey Sewell
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-02-18inorder: update graduation unitKorey Sewell
2011-02-18inorder: remove request map, use request vectorKorey Sewell
2011-02-12inorder: utilize cached skeds in pipelineKorey Sewell
2011-02-04inorder: fault handlingKorey Sewell
2011-01-07Replace curTick global variable with accessor functions.Steve Reinhardt
2010-06-24inorder: enforce 78-character ruleKorey Sewell
2010-01-31inorder: inst count mgmtKorey Sewell
2009-05-26types: add a type for thread IDs and try to use it everywhereNathan Binkert
2009-03-04InOrderCPU: Clean up Constructors to initialize variables correctly (i.e. in ...Korey Sewell
2009-03-04Give each resource in InOrder it's own TraceFlag instead of just standard 'Re...Korey Sewell
2009-02-10InOrder: Import new inorder CPU model from MIPS.Korey Sewell