On 12/17/18 1:11 PM, Yunxia Zhu wrote: > Hello everyone, > > I want to clarify my question in detail. > > Here it is my script: > build/X86/gem5.opt \ > configs/example/se.py \ > -c /home/borg39/test/test \ > > When I run it in gem5 SE mode, it can work well and load the binary file > "test". But I don't know the interface of the script and gem5. How does > gem5 know where to get these parameters? Does anyone have the same problem? >
To pass CLI parameters to the se.py program, use --option. Mentioned at: http://gem5.org/Running_gem5#Script_Options Always try to se.py --help | less to search for new options. > > with best regards > Yunxia Zhu > > _______________________________________________ > 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
