Difference between revisions of "SCOORE"

From Vlsiwiki
Jump to: navigation, search
(New page: === SCOORE Pipeline === Image:scoorepipe.jpg)
 
Line 2: Line 2:
  
 
[[Image:scoorepipe.jpg]]
 
[[Image:scoorepipe.jpg]]
 +
 +
Major SCOORE blocks:
 +
 +
* [[bpred]]: Branch predictor with BTB, OGEHL, RAS, BIT, and instruction predecode
 +
 +
* [[L0I]]: Instruction cache
 +
 +
* [[crack]]: Instruction decode/crack creates uOPs from SPARC V8.
 +
 +
* [[ratrob]]: Rename and Reorder buffer
 +
 +
* [[scheduler]]: Long latency instruction scheduler window.
 +
 +
* [[select]]: Instruction select stage to enforce structural hazards
 +
 +
* [[ce]]: Compute Engine
 +
 +
* [[L0D]]: Speculative L0 data cache
 +
 +
* [[L1]]: L1 cache
 +
 +
=== Checkout SCOORE ===

Revision as of 18:48, 23 June 2008

SCOORE Pipeline

Scoorepipe.jpg

Major SCOORE blocks:

  • bpred: Branch predictor with BTB, OGEHL, RAS, BIT, and instruction predecode
  • L0I: Instruction cache
  • crack: Instruction decode/crack creates uOPs from SPARC V8.
  • ratrob: Rename and Reorder buffer
  • scheduler: Long latency instruction scheduler window.
  • select: Instruction select stage to enforce structural hazards
  • ce: Compute Engine
  • L0D: Speculative L0 data cache
  • L1: L1 cache

Checkout SCOORE