That's what -o is for. Note that you can use "m5 se.py -h" to get help on all the se.py options. Or you can just read the source.
On Tue, Dec 16, 2008 at 3:58 PM, Shervin Sharifi <[email protected]> wrote: > So how can I pass command line arguments to the binary? > > Thanks > Shervin > > > > ------------------------------ > Message: 2 > Date: Tue, 16 Dec 2008 17:53:14 -0500 > From: Ali Saidi <[email protected]> > Subject: Re: [m5-users] Passing input file to binary run in SE mode > To: M5 users mailing list <[email protected]> > Message-ID: <[email protected]> > Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes > > It's not supposed to pass it to the binary, it's supposed to pipe it > to the binary. > > E.g.: some_prog < input_file > > Ali > > On Dec 16, 2008, at 5:25 PM, Shervin Sharifi wrote: > >> Hi, >> >> I have a problem regarding giving an input file to the binary run >> in SE mode. >> The script se.py in configs/example is supposed to get the input >> file with "-i" option, but apparently it doesn't pass it to the >> binary. >> >> Thanks >> Shervin >> ______________________________ > _________________ >> m5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > > > > ------------------------------ > > _______________________________________________ > m5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/m5-users > _______________________________________________ m5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/m5-users
