On Thu, December 20, 2012 4:33 pm, Hui Zhao wrote:
> Hello
>    I have created an image with spec benchmarks. I ran 5 million cycles.
> However, two different benchmark gives me exactly same results. So in my
> rcS file, I give a dummy command that runs an executable that can not be
> found in the image at all. However, gem5 still runs this test to finish,
> even didn't flag anything such as executable can not be found.
>    I can't figure out this strange behavior. Does anyone know what the
> problem can be?
>

The simulator is behaving the way it should. Since you are running an
operating system on the simulated machine, it is the operating system
which will figure out if there is some problem with the commands in the
rCS file. Take a look at the terminal for the simulated system, I would
expect it to show that the executable was not found.

--
Nilay

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to