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 …') |
|||
| Line 1: | Line 1: | ||
| − | == | + | == Overview == |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | Relevant source files: | + | |
| + | '''Relevant source files:''' | ||
| + | * resource_pool.[hh,cc] | ||
| + | * resource.[hh,cc] | ||
* resources/*.[hh,cc] | * resources/*.[hh,cc] | ||
| + | * pipeline_traits.[hh,cc] | ||
| + | * cpu.[hh,cc] | ||
| + | |||
| + | == Interaction w/CPU == | ||
| + | |||
| + | == Resource Pool Events == | ||
| + | |||
| + | == Resource Pool Instantiation == | ||
Revision as of 12:29, 13 January 2010
Overview
Relevant source files:
- resource_pool.[hh,cc]
- resource.[hh,cc]
- resources/*.[hh,cc]
- pipeline_traits.[hh,cc]
- cpu.[hh,cc]