I'm using Zedboard with Zynq Chip. I want to know the number of cores per CPU (in the board there is two, CPU0 and CPU1, but there is no indication of the number of cores!). Thanks.
Asked
Active
Viewed 416 times
-5
-
Er, "core" is short for "CPU core", as in a functional, self-contained CPU (but not necessarily caches and timers and other stuff which can be shared)... – Notlikethat Nov 17 '15 at 10:13
-
Yes, I agree with you, but in the Zedboard is indicated that the Zynq chip has two CPU Cortex A-9 (with cache L1) MPcore, that means multicores per CPU ??? it is a confusion for me. So i want to know, the zynq contains two CPU (with 4 cores for each cpu) or two cores called CPU0 and CPU1 ? – hbsm1 Nov 17 '15 at 12:05
1 Answers
0
Well, first check Zynq's documentation. Then one should proceed to search what is inside a ARM Cortex-A9. With both in mind you should be able to notice that what you have is two cores (CPU0 and CPU1). You are probably confusing your device with modern processors that have multiple cores. Look for in Google: "What is a core/CPU". I hope that this answer gives you the pointers to better understand what a core is and what your device's cores provide.

delirium
- 868
- 6
- 20