Re: [gem5-users] Running spec2000 benchmarks on se.py

2019-11-27 Thread Francisco Carlos
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  em nome de Charitha Saumya 

Enviado: quarta-feira, 27 de novembro de 2019 15:51
Para: gem5 users mailing list 
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 
mailto:abhishek.singh199...@gmail.com>> 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 
mailto:saumyachari...@gmail.com>> 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
gem5-users@gem5.org<mailto:gem5-users@gem5.org>
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org<mailto:gem5-users@gem5.org>
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Running spec2000 benchmarks on se.py

2019-11-27 Thread Charitha Saumya
Thanks. Can someone provide me any reference to do this.



On Wed, Nov 27, 2019 at 1:49 PM Abhishek Singh <
abhishek.singh199...@gmail.com> 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 
> 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
>> gem5-users@gem5.org
>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Running spec2000 benchmarks on se.py

2019-11-27 Thread Abhishek Singh
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 
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
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Running spec2000 benchmarks on se.py

2019-11-27 Thread Charitha Saumya
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
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users