On Tuesday 12 September 2006 08:20, Tieu Ma Dau wrote:
> Hi all,
> I found that Qemu ARM system simulates ARM926EJ-S and
> ARM1026EJ-S processor. And I found on ARM website that
> the speed of these CPUs vary from 266 to 540 MHz.
> Could you tell me the exact speed of the ARM926EJ-S
> and ARM1026EJ-S processor simulated by Qemu? It's very
> important for me to finish my report.

Qemu is not cycle accurate. There is no particularly meaningful way to 
translate between qemu performance and how fast something will run on real 
hardware.

Modern CPUs are complicated, with many factors effecting execution speed 
(pipeline interlocks, multiple levels of cache). A cycle accurate simulator 
will generally be orders of magnitude slower than qemu.

Paul


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to