Difference between revisions of "InOrder Resource Pool"

From gem5
Jump to: navigation, search
(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 …')
 
(Blanked the page)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== 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]
 

Latest revision as of 21:56, 19 January 2010