InOrder Resource Pool

From gem5
Revision as of 14:01, 12 January 2010 by Ksewell (talk | contribs) (Created page with '== Pipeline Resources == The following pipeline resources are defined for InOrderCPU: * Fetch Unit * Instruction Cache (I-Cache) * Branch Prediction Unit (BPred Unit) * Register …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pipeline Resources

The following pipeline resources are defined for InOrderCPU:

  • Fetch Unit
  • Instruction Cache (I-Cache)
  • Branch Prediction Unit (BPred Unit)
  • Register File Manager (RF Manager)
  • Address Generation Unit (AGen Unit)
  • Execution Unit (EXU)
  • Integer Multiply and Divide Unit (Int MDU)
  • Data Cache (D-Cache)
  • Graduation Unit (Grad Unit)

Relevant source files:

  • resources/*.[hh,cc]