Re: [gem5-users] ARM cortex A-15 configuration

2015-11-05 Thread Fernando Endo
Hello,

Accordingly to "Power struggles: Revisiting the RISC vs. CISC debate on
contemporary ARM and x86 architectures", Blem, E., the A15 has a ROB with
60 entries (footnote p. 8).

The configurations in [1], both for the A7 and A15, were not compared to
real HW. They were based on the authors knowledge at the time.

Regards,

--
Fernando A. Endo, Post-doc

INRIA Rennes-Bretagne Atlantique
France


2015-11-02 10:13 GMT+01:00 Pierre-Yves Péneau :

> Hi,
>
> Thank you for your fine grained tests, I will change my configuration
> right now.
>
> Best regards.
>
> On 01/11/2015 20:37, Prathap Kolakkampadath wrote:
> > Hello Pierre/Fernando,
> >
> >
> > Thanks for your replies.
> > Based on [1] the ROB entries for cortex-A15 is 60. However, as per this
> > article
> >
> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2
> ,
> > the
> > number of ROB entries are 128. I did run some tests changing the ROB size
> > to 128 and proportionally increasing the size of LSQ and IQ((3 times the
> > defaults values of gem5 O3V7a).
> > Now the results look similar to the real platform. So i am not sure how
> far
> > the cortex-A15 settings mentioned in [1] is correct.
> >
> > Thanks,
> > Prathap
> >
> >
> > On Sun, Nov 1, 2015 at 5:49 AM, Fernando Endo 
> > wrote:
> >
> >> Hello,
> >>
> >> Regarding [1], the instruction latencies of a A15 can be set as those of
> >> the A9 in [2], or as those of an A72 (
> >>
> http://infocenter.arm.com/help/topic/com.arm.doc.uan0016a/cortex_a72_software_optimization_guide_external.pdf
> >> )
> >>
> >> Best regards,
> >>
> >> --
> >> Fernando A. Endo, Post-doc
> >>
> >> INRIA Rennes-Bretagne Atlantique
> >> France
> >>
> >>
> >> 2015-10-20 9:36 GMT+02:00 Pierre-Yves Péneau <
> pierre-yves.pen...@lirmm.fr>
> >> :
> >>
> >>> Hi,
> >>>
> >>> You can find some informations on [1] for Cortex A7 and A15. See [2]
> for
> >>> Cortex A8 and A9.
> >>>
> >>> [1] http://damien.courousse.fr/pdf/2015-Endo-HiPEAC-RAPIDO.pdf
> >>> [2] http://damien.courousse.fr/pdf/Endo2014-gem5-SAMOS.pdf
> >>>
> >>>
> >>> On 19/10/2015 17:17, Prathap Kolakkampadath wrote:
>  Hello Users,
> 
>  What is the exact configuration for cortex A15?
>  The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
>  replicate cortex A15 correctly. For example based on the below
> document,
>  cortex A15 should have ROB of size 128, which 3 times more than the
> >>> size of
>  ROB(40) specified in the gem5 configuration file.
>  How to find the exact information regarding ROB/LQ/SQ etc..?
> 
> 
> >>>
> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2
> 
>  Thanks,
>  Prathap
> 
> 
> 
>  ___
>  gem5-users mailing list
>  gem5-users@gem5.org
>  http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 
> >>>
> >>> --
> >>> +--+
> >>> | Pierre-Yves Péneau|  first.last at lirmm.fr  |
> >>> | PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
> >>> | Bâtiment 4 Bureau H2.2|http://walafc0.org|
> >>> +--+
> >>>
> >>>
> >>> ___
> >>> 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
> >
>
> --
> +--+
> | Pierre-Yves Péneau|  first.last at lirmm.fr  |
> | PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
> | Bâtiment 4 Bureau H2.2|http://walafc0.org|
> +--+
>
>
> ___
> 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] ARM cortex A-15 configuration

2015-11-02 Thread Pierre-Yves Péneau
Hi,

Thank you for your fine grained tests, I will change my configuration
right now.

Best regards.

On 01/11/2015 20:37, Prathap Kolakkampadath wrote:
> Hello Pierre/Fernando,
> 
> 
> Thanks for your replies.
> Based on [1] the ROB entries for cortex-A15 is 60. However, as per this
> article
> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2,
> the
> number of ROB entries are 128. I did run some tests changing the ROB size
> to 128 and proportionally increasing the size of LSQ and IQ((3 times the
> defaults values of gem5 O3V7a).
> Now the results look similar to the real platform. So i am not sure how far
> the cortex-A15 settings mentioned in [1] is correct.
> 
> Thanks,
> Prathap
> 
> 
> On Sun, Nov 1, 2015 at 5:49 AM, Fernando Endo 
> wrote:
> 
>> Hello,
>>
>> Regarding [1], the instruction latencies of a A15 can be set as those of
>> the A9 in [2], or as those of an A72 (
>> http://infocenter.arm.com/help/topic/com.arm.doc.uan0016a/cortex_a72_software_optimization_guide_external.pdf
>> )
>>
>> Best regards,
>>
>> --
>> Fernando A. Endo, Post-doc
>>
>> INRIA Rennes-Bretagne Atlantique
>> France
>>
>>
>> 2015-10-20 9:36 GMT+02:00 Pierre-Yves Péneau 
>> :
>>
>>> Hi,
>>>
>>> You can find some informations on [1] for Cortex A7 and A15. See [2] for
>>> Cortex A8 and A9.
>>>
>>> [1] http://damien.courousse.fr/pdf/2015-Endo-HiPEAC-RAPIDO.pdf
>>> [2] http://damien.courousse.fr/pdf/Endo2014-gem5-SAMOS.pdf
>>>
>>>
>>> On 19/10/2015 17:17, Prathap Kolakkampadath wrote:
 Hello Users,

 What is the exact configuration for cortex A15?
 The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
 replicate cortex A15 correctly. For example based on the below document,
 cortex A15 should have ROB of size 128, which 3 times more than the
>>> size of
 ROB(40) specified in the gem5 configuration file.
 How to find the exact information regarding ROB/LQ/SQ etc..?


>>> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2

 Thanks,
 Prathap



 ___
 gem5-users mailing list
 gem5-users@gem5.org
 http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

>>>
>>> --
>>> +--+
>>> | Pierre-Yves Péneau|  first.last at lirmm.fr  |
>>> | PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
>>> | Bâtiment 4 Bureau H2.2|http://walafc0.org|
>>> +--+
>>>
>>>
>>> ___
>>> 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
> 

-- 
+--+
| Pierre-Yves Péneau|  first.last at lirmm.fr  |
| PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
| Bâtiment 4 Bureau H2.2|http://walafc0.org|
+--+



signature.asc
Description: OpenPGP digital signature
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] ARM cortex A-15 configuration

2015-11-01 Thread Prathap Kolakkampadath
Hello Pierre/Fernando,


Thanks for your replies.
Based on [1] the ROB entries for cortex-A15 is 60. However, as per this
article
http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2,
the
number of ROB entries are 128. I did run some tests changing the ROB size
to 128 and proportionally increasing the size of LSQ and IQ((3 times the
defaults values of gem5 O3V7a).
Now the results look similar to the real platform. So i am not sure how far
the cortex-A15 settings mentioned in [1] is correct.

Thanks,
Prathap


On Sun, Nov 1, 2015 at 5:49 AM, Fernando Endo 
wrote:

> Hello,
>
> Regarding [1], the instruction latencies of a A15 can be set as those of
> the A9 in [2], or as those of an A72 (
> http://infocenter.arm.com/help/topic/com.arm.doc.uan0016a/cortex_a72_software_optimization_guide_external.pdf
> )
>
> Best regards,
>
> --
> Fernando A. Endo, Post-doc
>
> INRIA Rennes-Bretagne Atlantique
> France
>
>
> 2015-10-20 9:36 GMT+02:00 Pierre-Yves Péneau 
> :
>
>> Hi,
>>
>> You can find some informations on [1] for Cortex A7 and A15. See [2] for
>> Cortex A8 and A9.
>>
>> [1] http://damien.courousse.fr/pdf/2015-Endo-HiPEAC-RAPIDO.pdf
>> [2] http://damien.courousse.fr/pdf/Endo2014-gem5-SAMOS.pdf
>>
>>
>> On 19/10/2015 17:17, Prathap Kolakkampadath wrote:
>> > Hello Users,
>> >
>> > What is the exact configuration for cortex A15?
>> > The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
>> > replicate cortex A15 correctly. For example based on the below document,
>> > cortex A15 should have ROB of size 128, which 3 times more than the
>> size of
>> > ROB(40) specified in the gem5 configuration file.
>> > How to find the exact information regarding ROB/LQ/SQ etc..?
>> >
>> >
>> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2
>> >
>> > Thanks,
>> > Prathap
>> >
>> >
>> >
>> > ___
>> > gem5-users mailing list
>> > gem5-users@gem5.org
>> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>> >
>>
>> --
>> +--+
>> | Pierre-Yves Péneau|  first.last at lirmm.fr  |
>> | PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
>> | Bâtiment 4 Bureau H2.2|http://walafc0.org|
>> +--+
>>
>>
>> ___
>> 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] ARM cortex A-15 configuration

2015-11-01 Thread Fernando Endo
Hello,

Regarding [1], the instruction latencies of a A15 can be set as those of
the A9 in [2], or as those of an A72 (
http://infocenter.arm.com/help/topic/com.arm.doc.uan0016a/cortex_a72_software_optimization_guide_external.pdf
)

Best regards,

--
Fernando A. Endo, Post-doc

INRIA Rennes-Bretagne Atlantique
France


2015-10-20 9:36 GMT+02:00 Pierre-Yves Péneau :

> Hi,
>
> You can find some informations on [1] for Cortex A7 and A15. See [2] for
> Cortex A8 and A9.
>
> [1] http://damien.courousse.fr/pdf/2015-Endo-HiPEAC-RAPIDO.pdf
> [2] http://damien.courousse.fr/pdf/Endo2014-gem5-SAMOS.pdf
>
>
> On 19/10/2015 17:17, Prathap Kolakkampadath wrote:
> > Hello Users,
> >
> > What is the exact configuration for cortex A15?
> > The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
> > replicate cortex A15 correctly. For example based on the below document,
> > cortex A15 should have ROB of size 128, which 3 times more than the size
> of
> > ROB(40) specified in the gem5 configuration file.
> > How to find the exact information regarding ROB/LQ/SQ etc..?
> >
> >
> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2
> >
> > Thanks,
> > Prathap
> >
> >
> >
> > ___
> > gem5-users mailing list
> > gem5-users@gem5.org
> > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> >
>
> --
> +--+
> | Pierre-Yves Péneau|  first.last at lirmm.fr  |
> | PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
> | Bâtiment 4 Bureau H2.2|http://walafc0.org|
> +--+
>
>
> ___
> 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] ARM cortex A-15 configuration

2015-10-20 Thread Pierre-Yves Péneau
Hi,

You can find some informations on [1] for Cortex A7 and A15. See [2] for
Cortex A8 and A9.

[1] http://damien.courousse.fr/pdf/2015-Endo-HiPEAC-RAPIDO.pdf
[2] http://damien.courousse.fr/pdf/Endo2014-gem5-SAMOS.pdf


On 19/10/2015 17:17, Prathap Kolakkampadath wrote:
> Hello Users,
> 
> What is the exact configuration for cortex A15?
> The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
> replicate cortex A15 correctly. For example based on the below document,
> cortex A15 should have ROB of size 128, which 3 times more than the size of
> ROB(40) specified in the gem5 configuration file.
> How to find the exact information regarding ROB/LQ/SQ etc..?
> 
> http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2
> 
> Thanks,
> Prathap
> 
> 
> 
> ___
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 

-- 
+--+
| Pierre-Yves Péneau|  first.last at lirmm.fr  |
| PhD student - LIRMM - Sysmic  |+ 33 4 67 41 85 85|
| Bâtiment 4 Bureau H2.2|http://walafc0.org|
+--+



signature.asc
Description: OpenPGP digital signature
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] ARM cortex A-15 configuration

2015-10-19 Thread Prathap Kolakkampadath
Hello Users,

What is the exact configuration for cortex A15?
The configuration file "configs/common/O3_ARM_v7a.py" doesn't seems to
replicate cortex A15 correctly. For example based on the below document,
cortex A15 should have ROB of size 128, which 3 times more than the size of
ROB(40) specified in the gem5 configuration file.
How to find the exact information regarding ROB/LQ/SQ etc..?

http://www.anandtech.com/show/6787/nvidia-tegra-4-architecture-deep-dive-plus-tegra-4i-phoenix-hands-on/2

Thanks,
Prathap
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users