• Really noob question...
    Hi everybody I want to test the speed of my algorithm. I'm setting the values in asm, and doing the printf and defining my array in C to get a valid register value. I want the array to be in memory...
  • Really noob question...
    Hi everybody I want to test the speed of my algorithm. I'm setting the values in asm, and doing the printf and defining my array in C to get a valid register value. I want the array to be in memory...
  • Noob multiprocessor question for FVP
    I have downloaded a mulitprocessor model of FVP, and can run a single processor just fine. I cannot get any other processor to execute. I am calling fvp with "-a *=<file>" to load the code on every...
  • Noob multiprocessor question for FVP
    I have downloaded a mulitprocessor model of FVP, and can run a single processor just fine. I cannot get any other processor to execute. I am calling fvp with "-a *=<file>" to load the code on every...
  • 2nd noob multiprocessor FVP question, coherency
    I have an 8 processor FVP. I can run independent code by branching on the value of MPIDR. When I do stores to the same 64 byte word, from different processors, the results are not coherent. cpuN does...