Hi,
I wanted to complete some rudimentary performance tests on the MicroZed board and I am getting some disappointing results. I followed the tutorials and created an SDK. Then I ran a simple test reading from an array in RAM.
for(i=0;i<1000000;i++)
tResult = ulBit[0];
It takes 6mS to complete. This is on a single core with both I-cache and D-cache enabled. I wondered if this is the expected performance or does this indicate a implementation issue?
TIA.