Hello All,

I am trying to run axbench on gem5 SE mode. The benchmarks (Kmeans, jpeg)
require name of input / output files as command line arguments. The
executable opens the input files and produces output files.

In my configuration script, I don't know how to pass the arguements to my
executable when I set the process.cmd

 *process.cmd = ['tests/test-progs/MyProgs/kmean.o']*

I have tried various methods

* process.cmd = ['tests/test-progs/MyProgs/kmean.o' ' 4.rgb' ' 4_out.rgb']*

or

* process.cmd = ['tests/test-progs/MyProgs/kmean.o 4.rgb 4_out.rgb']*

but nothing seem to work

Can anyone help?

Muhammad Ali Akhtar
Principal Design Engineer
http://www.linkedin.com/in/muhammadakhtar
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to