Hi, I have compile a program with nested loops for both ARM and Intel architecture. I emulate the compile file using gem5 for both ARM and X86 through system call emulation. The commands I give,
build/ARM/gem5.opt configs/example/se.py -c tests/test-progs/hello/bin/arm/linux/hello - AND build/X86/gem5.opt configs/example/se.py -c tests/test-progs/hello/bin/x86/linux/hello My host system is x86. ARM should take more time for system call emulation. However, the x86 takes more time (simulation ticks) than the ARM. The simulation for ARM starts at 10000000000 and ends at 2XXXXXXXXXX. For Intel simulation starts at 10000000000 and ends at 3XXXXXXXXXX. And the wall clock time is also more in case of x86. Am I misinterpreting the simulation ticks? - -- Junaid Shuja WHA130039 PhD Student, FSKTM University of Malaya
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
