Hi Zheng, You can run any benchmark on gem5 in full system mode. You need to build the benchmark for the proper architecture (x86, Alpha, etc.) and put the binaries into your gem5 image.
In order to create the run scripts, you need to create a .rcS file and put the commands that you want to run when the simulation boots up. A dummy example can be: *echo "HELLO WORLD"* *m5 exit* Here you can find some info: http://gem5.org/Running_gem5#Basic_Operation You need to use --script=example.rcS option to choose one script. Best, Cano. 2017-03-08 15:19 GMT+01:00 Yang Zheng <[email protected]>: > Hi all, > > Recently I am doing research about running benchmarks on gem5 in > full system mode with multi-core networks. By reading some papers and > browsing the gem5 website, I found that the Alpha ISA can support the > feature. But I don’t know how to write the configure script, and there > are seldom references related to this point. If anyone could help me solve > the problem? Thank you very much! > > > > *Best Regards, * > * ------------------------------------------------------------* > *Yang Zheng* > > * Email: [email protected] <[email protected]> Address: > Jiangsu,China* > > > > _______________________________________________ > 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
