Hello :) Ive simulated some parsec benchmarks on an alpha architecture with gem5 on a single core (periodically dumping stats).
For the execution I used the parameter --cpu-clock='2GHz' In the output stat.txt I get the following parameters: sim_seconds = 0.009517 sim_ticks = 9517306000 numCycles = 4540375 I can see here, that sim_seconds dont correlate to numCycles cause: duration of 1 Cycle = 1 second / 2 * 10^9 number of Cycles = sim_seconds / duration of 1 cycle When I do this by hand I get 19034000 for numCycles which is different to the output of gem5. I dont unterstand what I am missing :) Best regards Christian
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
