[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-25 Thread hetal dave via gem5-users
Thank you so much for your help.

On Thu, Apr 25, 2024 at 8:53 AM Yibo Zhang via gem5-users <
gem5-users@gem5.org> wrote:

> 'configs/example/arm/starter_fs.py' and
> 'configs/example/riscv/fs_linux.py' might be what you want.
>
> Yibo Zhang
>
>
> -Original Messages-
> *From:*"hetal dave via gem5-users" 
> *Sent Time:*2024-04-25 10:54:06 (Thursday)
> *To:* "The gem5 Users mailing list" 
> *Cc:* "hetal dave" 
> *Subject:* [gem5-users] Re: About se.py in gem5 version 22.1
>
> Thank you so much.
>
> yes it really helps.
>
> As fs.py is also deprecated in new version.
>
> So inplace of fs.py which configuration script file should be used to run
> benchmark under full system mode?
>
>
>
> On Thu, Apr 25, 2024, 4:12 AM Yibo Zhang via gem5-users <
> gem5-users@gem5.org> wrote:
>
>> I haven't tried to run the benchmark in SE mode on gem5, but I think
>> 'configs/splash2/run.py' is a demonstration of writing a python script, but
>> I haven't run the program so I don't really know whether the program is
>> working properly.
>>
>> Hope this helps.
>>
>> Yibo Zhang
>>
>>
>> -----Original Messages-----
>> *From:*"hetal dave via gem5-users" 
>> *Sent Time:*2024-04-25 02:26:41 (Thursday)
>> *To:* "The gem5 Users mailing list" 
>> *Cc:* "hetal dave" 
>> *Subject:* [gem5-users] Re: About se.py in gem5 version 22.1
>>
>> Thank you so much for your reply.
>>
>> As I will continue to use gem5 version 22.1 as I'm working on it since
>> last 1 year so ,
>> 2=which script file should be used under config/example/learning_gen5 to
>> run benchmark workload in  systememulation (SE)mode and X86 ISA for cache
>> memory analysis?
>>
>> Please advise.
>>
>>
>> On Wed, Apr 24, 2024, 11:26 PM Yibo Zhang via gem5-users <
>> gem5-users@gem5.org> wrote:
>>
>>> Hello Hetal,
>>>
>>> se.py is outdated, a better alternative is the example under
>>> 'configs/learning_gem5', and also a good starter tutorial is gem5 2022
>>> bootcamp
>>> <https://www.youtube.com/playlist?list=PL_hVbFs_loVSaSDPr1RJXP5RRFWjBMqq3>
>>> .
>>>
>>> Hope this helps.
>>>
>>> Yibo Zhang
>>>
>>>
>>> -Original Messages-
>>> *From:*"hetal dave via gem5-users" 
>>> *Sent Time:*2024-04-25 01:10:59 (Thursday)
>>> *To:* gem5-users@gem5.org
>>> *Cc:* "hetal dave" 
>>> *Subject:* [gem5-users] About se.py in gem5 version 22.1
>>>
>>> Hello everyone,
>>>
>>> I have successfully installed gem5 version 22.1 on my Ubuntu version 20
>>> host.
>>>
>>> I could able to run some benchmark successfully using X86 ISA and se.py
>>> configuration file.
>>>
>>> But in version 23 of gem 5,se.py is deprecated.
>>>
>>> So my question is,I don't find any trouble to use se.py...so should I
>>> continue to use se.py for my research work?
>>>
>>> Kindly help.
>>>
>>> Thanks and regards
>>> Hetal Dave
>>>
>>>
>>>
>>>
>>> ___
>>> gem5-users mailing list -- gem5-users@gem5.org
>>> To unsubscribe send an email to gem5-users-le...@gem5.org
>>>
>>
>> --
>> 祝好!
>>
>> ___
>> gem5-users mailing list -- gem5-users@gem5.org
>> To unsubscribe send an email to gem5-users-le...@gem5.org
>>
>
> --
> 祝好!
>
> ___
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
>
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-24 Thread Yibo Zhang via gem5-users
'configs/example/arm/starter_fs.py' and 'configs/example/riscv/fs_linux.py' 
might be what you want.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 10:54:06 (Thursday)
To: "The gem5 Users mailing list" 
Cc: "hetal dave" 
Subject: [gem5-users] Re: About se.py in gem5 version 22.1


Thank you so much.


yes it really helps.


As fs.py is also deprecated in new version.


So inplace of fs.py which configuration script file should be used to run 
benchmark under full system mode?






On Thu, Apr 25, 2024, 4:12 AM Yibo Zhang via gem5-users  
wrote:

I haven't tried to run the benchmark in SE mode on gem5, but I think 
'configs/splash2/run.py' is a demonstration of writing a python script, but I 
haven't run the program so I don't really know whether the program is working 
properly.


Hope this helps.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 02:26:41 (Thursday)
To: "The gem5 Users mailing list" 
Cc: "hetal dave" 
Subject: [gem5-users] Re: About se.py in gem5 version 22.1


Thank you so much for your reply.


As I will continue to use gem5 version 22.1 as I'm working on it since last 1 
year so ,
2=which script file should be used under config/example/learning_gen5 to run 
benchmark workload in  systememulation (SE)mode and X86 ISA for cache memory 
analysis?


Please advise.




On Wed, Apr 24, 2024, 11:26 PM Yibo Zhang via gem5-users  
wrote:

Hello Hetal,


se.py is outdated, a better alternative is the example under 
'configs/learning_gem5', and also a good starter tutorial is gem5 2022 bootcamp.


Hope this helps.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 01:10:59 (Thursday)
To:gem5-users@gem5.org
Cc: "hetal dave" 
Subject: [gem5-users] About se.py in gem5 version 22.1


Hello everyone,


I have successfully installed gem5 version 22.1 on my Ubuntu version 20 host.


I could able to run some benchmark successfully using X86 ISA and se.py 
configuration file.


But in version 23 of gem 5,se.py is deprecated.


So my question is,I don't find any trouble to use se.py...so should I continue 
to use se.py for my research work?


Kindly help.


Thanks and regards 
Hetal Dave





___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


--
祝好!


___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


--
祝好!

___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-24 Thread hetal dave via gem5-users
Thank you so much.

yes it really helps.

As fs.py is also deprecated in new version.

So inplace of fs.py which configuration script file should be used to run
benchmark under full system mode?



On Thu, Apr 25, 2024, 4:12 AM Yibo Zhang via gem5-users 
wrote:

> I haven't tried to run the benchmark in SE mode on gem5, but I think
> 'configs/splash2/run.py' is a demonstration of writing a python script, but
> I haven't run the program so I don't really know whether the program is
> working properly.
>
> Hope this helps.
>
> Yibo Zhang
>
>
> -Original Messages-
> *From:*"hetal dave via gem5-users" 
> *Sent Time:*2024-04-25 02:26:41 (Thursday)
> *To:* "The gem5 Users mailing list" 
> *Cc:* "hetal dave" 
> *Subject:* [gem5-users] Re: About se.py in gem5 version 22.1
>
> Thank you so much for your reply.
>
> As I will continue to use gem5 version 22.1 as I'm working on it since
> last 1 year so ,
> 2=which script file should be used under config/example/learning_gen5 to
> run benchmark workload in  systememulation (SE)mode and X86 ISA for cache
> memory analysis?
>
> Please advise.
>
>
> On Wed, Apr 24, 2024, 11:26 PM Yibo Zhang via gem5-users <
> gem5-users@gem5.org> wrote:
>
>> Hello Hetal,
>>
>> se.py is outdated, a better alternative is the example under
>> 'configs/learning_gem5', and also a good starter tutorial is gem5 2022
>> bootcamp
>> <https://www.youtube.com/playlist?list=PL_hVbFs_loVSaSDPr1RJXP5RRFWjBMqq3>
>> .
>>
>> Hope this helps.
>>
>> Yibo Zhang
>>
>>
>> -Original Messages-
>> *From:*"hetal dave via gem5-users" 
>> *Sent Time:*2024-04-25 01:10:59 (Thursday)
>> *To:* gem5-users@gem5.org
>> *Cc:* "hetal dave" 
>> *Subject:* [gem5-users] About se.py in gem5 version 22.1
>>
>> Hello everyone,
>>
>> I have successfully installed gem5 version 22.1 on my Ubuntu version 20
>> host.
>>
>> I could able to run some benchmark successfully using X86 ISA and se.py
>> configuration file.
>>
>> But in version 23 of gem 5,se.py is deprecated.
>>
>> So my question is,I don't find any trouble to use se.py...so should I
>> continue to use se.py for my research work?
>>
>> Kindly help.
>>
>> Thanks and regards
>> Hetal Dave
>>
>>
>>
>>
>> ___
>> gem5-users mailing list -- gem5-users@gem5.org
>> To unsubscribe send an email to gem5-users-le...@gem5.org
>>
>
> --
> 祝好!
>
> ___
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
>
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-24 Thread Yibo Zhang via gem5-users
I haven't tried to run the benchmark in SE mode on gem5, but I think 
'configs/splash2/run.py' is a demonstration of writing a python script, but I 
haven't run the program so I don't really know whether the program is working 
properly.


Hope this helps.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 02:26:41 (Thursday)
To: "The gem5 Users mailing list" 
Cc: "hetal dave" 
Subject: [gem5-users] Re: About se.py in gem5 version 22.1


Thank you so much for your reply.


As I will continue to use gem5 version 22.1 as I'm working on it since last 1 
year so ,
2=which script file should be used under config/example/learning_gen5 to run 
benchmark workload in  systememulation (SE)mode and X86 ISA for cache memory 
analysis?


Please advise.




On Wed, Apr 24, 2024, 11:26 PM Yibo Zhang via gem5-users  
wrote:

Hello Hetal,


se.py is outdated, a better alternative is the example under 
'configs/learning_gem5', and also a good starter tutorial is gem5 2022 bootcamp.


Hope this helps.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 01:10:59 (Thursday)
To:gem5-users@gem5.org
Cc: "hetal dave" 
Subject: [gem5-users] About se.py in gem5 version 22.1


Hello everyone,


I have successfully installed gem5 version 22.1 on my Ubuntu version 20 host.


I could able to run some benchmark successfully using X86 ISA and se.py 
configuration file.


But in version 23 of gem 5,se.py is deprecated.


So my question is,I don't find any trouble to use se.py...so should I continue 
to use se.py for my research work?


Kindly help.


Thanks and regards 
Hetal Dave





___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


--
祝好!

___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-24 Thread hetal dave via gem5-users
Thank you so much for your reply.

As I will continue to use gem5 version 22.1 as I'm working on it since last
1 year so ,
2=which script file should be used under config/example/learning_gen5 to
run benchmark workload in  systememulation (SE)mode and X86 ISA for cache
memory analysis?

Please advise.


On Wed, Apr 24, 2024, 11:26 PM Yibo Zhang via gem5-users <
gem5-users@gem5.org> wrote:

> Hello Hetal,
>
> se.py is outdated, a better alternative is the example under
> 'configs/learning_gem5', and also a good starter tutorial is gem5 2022
> bootcamp
> 
> .
>
> Hope this helps.
>
> Yibo Zhang
>
>
> -Original Messages-
> *From:*"hetal dave via gem5-users" 
> *Sent Time:*2024-04-25 01:10:59 (Thursday)
> *To:* gem5-users@gem5.org
> *Cc:* "hetal dave" 
> *Subject:* [gem5-users] About se.py in gem5 version 22.1
>
> Hello everyone,
>
> I have successfully installed gem5 version 22.1 on my Ubuntu version 20
> host.
>
> I could able to run some benchmark successfully using X86 ISA and se.py
> configuration file.
>
> But in version 23 of gem 5,se.py is deprecated.
>
> So my question is,I don't find any trouble to use se.py...so should I
> continue to use se.py for my research work?
>
> Kindly help.
>
> Thanks and regards
> Hetal Dave
>
>
>
>
> ___
> gem5-users mailing list -- gem5-users@gem5.org
> To unsubscribe send an email to gem5-users-le...@gem5.org
>
___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org


[gem5-users] Re: About se.py in gem5 version 22.1

2024-04-24 Thread Yibo Zhang via gem5-users
Hello Hetal,


se.py is outdated, a better alternative is the example under 
'configs/learning_gem5', and also a good starter tutorial is gem5 2022 bootcamp.


Hope this helps.


Yibo Zhang


-Original Messages-
From:"hetal dave via gem5-users" 
Sent Time:2024-04-25 01:10:59 (Thursday)
To: gem5-users@gem5.org
Cc: "hetal dave" 
Subject: [gem5-users] About se.py in gem5 version 22.1


Hello everyone,


I have successfully installed gem5 version 22.1 on my Ubuntu version 20 host.


I could able to run some benchmark successfully using X86 ISA and se.py 
configuration file.


But in version 23 of gem 5,se.py is deprecated.


So my question is,I don't find any trouble to use se.py...so should I continue 
to use se.py for my research work?


Kindly help.


Thanks and regards 
Hetal Dave




___
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org