This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Identify the core in c6678

I need to transmit data via SRIO and i need to translate the address from Local L2 (0x00800000 -> 0x0087FFFF) to Absolute (0x10800000 -> 0x1087FFFF for core 0 and so on) for each core 
Since this part of the code will be identical in all the 8 cores, there is a register that allows me to identify the core on which the program is running?

Thanks