Reply by Hans Odeberg May 11, 20072007-05-11
On 10 Maj, 13:28, sekar <ssdhanaseka...@gmail.com> wrote:
> On May 10, 3:52 pm, Hans Odeberg <hans_odeb...@yahoo.com> wrote: > > > > > > > On 10 Maj, 07:35, sekar <ssdhanaseka...@gmail.com> wrote: > > > > Hi I am new to ARM. I have a aac decoder which i run in arm. It is > > > working fine and it is perfectly matching. But the performance numbers > > > between simulator and emulator differs widely. > > > > In Simulator it is around 20Mcycles. But when i run the same in > > > emulator it takes around 10 to 20 times higher with catch enable. > > > > As a test I tried a single load from same location for 100 times and > > > on average it takes around 10 cycles with catch enable and around 80 > > > to 90 cycles with catch disabled. > > > > If any one has come across such problems pls suggest me a solution to > > > this. > > > > thanks in advance. > > > With Regards, > > > Dhanasekaran > > > Have you configured the memory wait states in the simulator to match > > those of the emulator? If the simulator fetches data from external > > memory in a single cycle, it is not very surprising that it is faster > > than the emulator - an aac decoder is large enough to be hitting the > > external memory a bit. > > Hi pls note I have enabled cache. > also I have tested using single instruction repeated about 100 times. > Since it is catched it should have only one cycle (approx) atleast > for this portion of code. > But for me it takes around 10 cycle on average- D=F6lj citerad text - > > - Visa citerad text -
OK, now you have me stumped. Can you provide any further details that might help? The exact assembly instruction you are executing to fetch the data, for example. Can you get any trace printouts from the emulator? /Hans
Reply by sekar May 10, 20072007-05-10
On May 10, 3:52 pm, Hans Odeberg <hans_odeb...@yahoo.com> wrote:
> On 10 Maj, 07:35, sekar <ssdhanaseka...@gmail.com> wrote: > > > > > Hi I am new to ARM. I have a aac decoder which i run in arm. It is > > working fine and it is perfectly matching. But the performance numbers > > between simulator and emulator differs widely. > > > In Simulator it is around 20Mcycles. But when i run the same in > > emulator it takes around 10 to 20 times higher with catch enable. > > > As a test I tried a single load from same location for 100 times and > > on average it takes around 10 cycles with catch enable and around 80 > > to 90 cycles with catch disabled. > > > If any one has come across such problems pls suggest me a solution to > > this. > > > thanks in advance. > > With Regards, > > Dhanasekaran > > Have you configured the memory wait states in the simulator to match > those of the emulator? If the simulator fetches data from external > memory in a single cycle, it is not very surprising that it is faster > than the emulator - an aac decoder is large enough to be hitting the > external memory a bit.
Hi pls note I have enabled cache. also I have tested using single instruction repeated about 100 times. Since it is catched it should have only one cycle (approx) atleast for this portion of code. But for me it takes around 10 cycle on average
Reply by Hans Odeberg May 10, 20072007-05-10
On 10 Maj, 07:35, sekar <ssdhanaseka...@gmail.com> wrote:
> Hi I am new to ARM. I have a aac decoder which i run in arm. It is > working fine and it is perfectly matching. But the performance numbers > between simulator and emulator differs widely. > > In Simulator it is around 20Mcycles. But when i run the same in > emulator it takes around 10 to 20 times higher with catch enable. > > As a test I tried a single load from same location for 100 times and > on average it takes around 10 cycles with catch enable and around 80 > to 90 cycles with catch disabled. > > If any one has come across such problems pls suggest me a solution to > this. > > thanks in advance. > With Regards, > Dhanasekaran
Have you configured the memory wait states in the simulator to match those of the emulator? If the simulator fetches data from external memory in a single cycle, it is not very surprising that it is faster than the emulator - an aac decoder is large enough to be hitting the external memory a bit.
Reply by sekar May 10, 20072007-05-10
Hi I am new to ARM. I have a aac decoder which i run in arm. It is
working fine and it is perfectly matching. But the performance numbers
between simulator and emulator differs widely.

In Simulator it is around 20Mcycles. But when i run the same in
emulator it takes around 10 to 20 times higher with catch enable.

As a test I tried a single load from same location for 100 times and
on average it takes around 10 cycles with catch enable and around 80
to 90 cycles with catch disabled.

If any one has come across such problems pls suggest me a solution to
this.

thanks in advance.
With Regards,
Dhanasekaran