Difference between revisions of "Ce"
From Vlsiwiki
Line 2: | Line 2: | ||
The COMPUTE ENGINE of SCOORE is responsible for all the calculations of the processor. SCOORE is a clustered architecture, we have FOUR main units which comprise the COMPUTE ENGINE. | The COMPUTE ENGINE of SCOORE is responsible for all the calculations of the processor. SCOORE is a clustered architecture, we have FOUR main units which comprise the COMPUTE ENGINE. | ||
− | + | # AUNIT is responsible for all the "simple arithmetic operations" of the CPU.(Single Port)\n | |
− | + | # BUNIT is responsible for branch operations. (Dual Port)\b | |
3. CUNIT handles all floating point operations. (Single Port)\b | 3. CUNIT handles all floating point operations. (Single Port)\b | ||
4. MUNIT handles all Load and Store operations. (Dual Port) | 4. MUNIT handles all Load and Store operations. (Dual Port) |
Revision as of 16:43, 30 March 2009
== Compute Engine Design Specifications ==
The COMPUTE ENGINE of SCOORE is responsible for all the calculations of the processor. SCOORE is a clustered architecture, we have FOUR main units which comprise the COMPUTE ENGINE.
- AUNIT is responsible for all the "simple arithmetic operations" of the CPU.(Single Port)\n
- BUNIT is responsible for branch operations. (Dual Port)\b
3. CUNIT handles all floating point operations. (Single Port)\b 4. MUNIT handles all Load and Store operations. (Dual Port)
A more detailed description of each individual block is given below.