Hello, Charitha

The gem5 supports the alpha ISA format, as can be seen in the web page 
http://gem5.org/Main_Page

So, in theory, if your binary it's okay, you just need to pass the binary to 
the gem5 simulator.

The gem5 provides some scripts to new user run simulations without need to 
setup the whole system in a script file, such as se.py.

This script you can pass a binary, choose the cpu model that you want to use 
(in-order, superscalar, minorCPU) and many others architectural parameters.

So, in order to run the SPEC, you must type a command something like that:

build/ALPHA/gem5.opt configs/example/se.py -c "path_to_binary" -o "parameters 
of the application"


----------------------------------------------------------------------------------------------------------------------------------------------
Francisco Carlos Silva Junior
Ph.D. Student


________________________________
De: gem5-users <[email protected]> em nome de Charitha Saumya 
<[email protected]>
Enviado: quarta-feira, 27 de novembro de 2019 15:51
Para: gem5 users mailing list <[email protected]>
Assunto: Re: [gem5-users] Running spec2000 benchmarks on se.py

Thanks. Can someone provide me any reference to do this.



On Wed, Nov 27, 2019 at 1:49 PM Abhishek Singh 
<[email protected]<mailto:[email protected]>> wrote:

There’s is no standard script provided by gem5
But u can search online or make your own

On Wed, Nov 27, 2019 at 1:48 PM Charitha Saumya 
<[email protected]<mailto:[email protected]>> wrote:
Hi,

How can I run the SPEC 2000 benchmarks with latest gem5? I can not find any 
config script to do this.
I have SPEC 2000 binaries in alpha ISA format

Thanks,
Charitha
_______________________________________________
gem5-users mailing list
[email protected]<mailto:[email protected]>
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
[email protected]<mailto:[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