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

Reply via email to