Hi, i am trying to run Splash2 benchmarks on FS Alpha on Gem5.
Just to try it out, i used fft benchmark only.

1) compiled and make
2) mounted the FFT binary file on linux-latest.img
3)  Changed the path in Syspath.py to users/atif/gem5soft/disks (gem5soft
contains binaries and disks folder)
4) No need to change name of image in Benchmarks.py as i am using
linux-latest.py
5) i copied the whole fft folder to root.so now FFT binary is also in
users/atif/fft/FFT

6) create a rcS script which says as following.

#!/bin/sh
#wait for system to calm down
echo "Running FFT"
/atif/fft/
echo "after command"
/sbin/m5 dumpstats
/sbin/m5 resetstats
#exit sim
/sbin/m5 exit


My script just exits after few seconds saying m5_exit called. I looked into
system.terminal

loading script...
Running FFT
/tmp/script: line 5: cd: /atif/fft/: No such file or directory
after command

I dont understand what i am doing wrong. Any help will be appreciated.
-- 

Best Regards
Atif Yasin
Graduate Student, Utah State University
Cellphone: +1-435-764-4860
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to