Hello Lisa, I just want to run from the beginning using a detailed CPU, but I want to the simulation to be stopped when the CPU executes N instructions. (if N instruction execution is not clear for the detailed CPU model, N instruction fetches instead.) Thank you in advance. -Nam
2009/5/2 Lisa Hsu <[email protected]> > You've got some funniness going on with your command line - why are you > using -s? That's normally only used if you're coming out of a checkpoint, > which you are not. > What do you want to do exactly, in terms of CPU models? Do you want to use > a checkpoint, or do you just want to run from the beginning using a detailed > CPU? > > Lisa > > > On Fri, May 1, 2009 at 11:34 AM, SungMin Nam <[email protected]> wrote: > >> Hi, all. >> I am a M5 newbie and I have one simple question about M5. >> I'd like to stop my simulation when a given number of instruction is >> executed. >> I tried to stop the simulation when 100000 instructions are executed like >> below, but failed. >> Please let me know how to do this.. >> Thank you in advance. >> ========================================================================= >> sain...@ppoppi:~/workspace/M5/m5-latest$ build/ALPHA_SE/m5.fast >> configs/example/se.py -d --caches -s -W 10000 -I 100000 -c >> ./bzip2_base.alpha-org >> M5 Simulator System >> >> Copyright (c) 2001-2008 >> The Regents of The University of Michigan >> All Rights Reserved >> >> >> M5 compiled Apr 25 2009 22:13:56 >> M5 revision Unknown:Unknown >> M5 commit date Unknown >> M5 started May 2 2009 00:31:40 >> M5 executing on ppoppi >> command line: build/ALPHA_SE/m5.fast configs/example/se.py -d --caches -s >> -W 10000 -I 100000 -c ./bzip2_base.alpha-org >> Global frequency set at 1000000000000 ticks per second >> 0: system.remote_gdb.listener: listening for remote gdb on port 7000 >> Switch at instruction count:1 >> warn: Entering event queue @ 0. Starting simulation... >> Switched CPUS @ cycle = 48500 >> switching cpus >> Switch at instruction count:10000 >> warn: Entering event queue @ 48500. Starting simulation... >> warn: Increasing stack size by one page. >> panic: Tried to execute unmapped address 0. >> @ cycle 188000 >> [invoke:build/ALPHA_SE/arch/alpha/faults.cc, line 186] >> Program aborted at cycle 188000 >> Aborted >> >> >> >> _______________________________________________ >> m5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >> > > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users >
_______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
