Check out the -i option to se.py.  Running "gem5 configs/example/se.py
--help" lists all the options to se.py.

On Fri, Feb 3, 2012 at 6:40 AM, Mahmood Naderan <[email protected]>wrote:

> Hi,
> A binary file need an input file through '<' in command line. How can
> I pass that to a LiveProcess?
>
> The command is ./TIGR_Assembler -s ../../output/sitchensis.scratch  <
> ../../input/sitchensis.fa
>
> tiger_dir = bio_dir + '002.tiger/'
> tiger_bin = tiger_dir + 'src/bin/TIGR_Assembler'
> tiger_inp1 = tiger_dir + 'input/sitchensis.fa'
> tiger_out1 = tiger_dir + 'output/sitchensis.scratch'
>
> tiger = LiveProcess()
> tiger.executable = tiger_bin
> tiger.cwd = tiger_dir
> tiger.cmd = [tiger.executable] + ['-s', tiger_out1, ???????????????????]
>
> apprecitate any idea.
> --
> // Naderan *Mahmood;
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to