Difference between revisions of "InOrder Resource Pool"
From gem5
(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 …') |
(No difference)
|
Revision as of 13:01, 12 January 2010
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]