| Author |
Message |
Guest
|
Posted:
Sat Oct 29, 2005 8:15 am Post subject:
Difference between core and ALU |
|
|
I am a novice. What is the difference between a core, an ALU and a
functional unit? I guess a core consists of several functional units,
but is ALU=core or ALU=FU? |
|
| Back to top |
|
 |
Guest
|
Posted:
Sat Oct 29, 2005 9:32 pm Post subject:
Re: Difference between core and ALU |
|
|
hzmonte@hotmail.com wrote:
| Quote: | I am a novice. What is the difference between a core, an ALU and a
functional unit? I guess a core consists of several functional units,
but is ALU=core or ALU=FU?
|
ALU = Arithmetic/Logic Unit = a specific type of FU.
A core contains FUs (which only handle the actual
execution of instructions); instruction decode logi;,
issue buffers, completion logic, and other Out-of-Order
functionality (if an OoO implementation); registers;
and (in most recent considerations) any 1st level cache.
Paul A. Clayton |
|
| Back to top |
|
 |
John Savard
Guest
|
Posted:
Mon Oct 31, 2005 1:15 am Post subject:
Re: Difference between core and ALU |
|
|
On 28 Oct 2005 22:50:08 -0700, hzmonte@hotmail.com wrote, in part:
| Quote: | I am a novice. What is the difference between a core, an ALU and a
functional unit? I guess a core consists of several functional units,
but is ALU=core or ALU=FU?
|
A core is a whole other CPU. In addition to an ALU, therefore, it has to
fetch and decode instructions, and fetch and store data.
An ALU is the part of the computer that does the actual arithmetic.
John Savard
http://home.ecn.ab.ca/~jsavard/index.html
http://www.quadibloc.com/index.html
_________________________________________
Usenet Zone Free Binaries Usenet Server
More than 140,000 groups
Unlimited download
http://www.usenetzone.com to open account |
|
| Back to top |
|
 |
|
|
|
|