Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Thread

How many MIPS can the lpc2106 do ?

How many MIPS can the lpc2106 do ?

2003-12-02 by bobi catorski

Hi all 
 
Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?
 
 
Best 
 
 
bobi 


---------------------------------
Do you Yahoo!?
Free Pop-Up Blocker - Get it now

Re: [lpc2100] How many MIPS can the lpc2106 do ?

2003-12-02 by Leon Heller

----- Original Message ----- 
Show quoted textHide quoted text
From: "bobi catorski" <bobi_cat2000@...>
To: <lpc2100@yahoogroups.com>
Sent: Tuesday, December 02, 2003 7:28 AM
Subject: [lpc2100] How many MIPS can the lpc2106 do ?


> Hi all 
>  
> Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?

Philips claims 54 Dhrystone MIPS at 60 MHz:

http://www.semiconductors.philips.com/acrobat/literature/9397/75011962.pdf

Leon

Re: How many MIPS can the lpc2106 do ?

2004-01-09 by kendwyer

--- In lpc2100@yahoogroups.com, "Leon Heller" <leon_heller@h...> 
wrote:
> > Hi all 
> >  
> > Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?
> 
> Philips claims 54 Dhrystone MIPS at 60 MHz:
> 
> 
http://www.semiconductors.philips.com/acrobat/literature/9397/75011962
.pdf
> 
> Leon

This is an ideal theoretical number using Dhrystone. Has any one done 
some real world benchmarking? How effective is the flash "cache" with 
real code?

Re: How many MIPS can the lpc2106 do ?

2004-01-13 by lpc2100_fan

Hi Ken,

we did some measurements of code ranging from mostly linear execution
(best case) to pretty much jump tables with very little linear code
(worst case). If the code is mostly linear (let's assume one branch
every 20 instructions or less), execution from RAM and execution from
Flash were virtually identical, 99+% performance from Flash. In
particular loops that are not nested do not cause wait states. This
might not be realistic for larger programs but it could be close to a
small DSP control loop.

Code with lots of branches and no loops was slower by approx. 10-15%
running from Flash compared to running from RAM. Unfortunately I can
not provide the programs used, they are part of a benchmark suite that
needs a license. This second program is designed to show performance
without cache (it is called cache-buster ;-). IMHO it is not very
close to realistic code and generates performance numbers worse than
average code. 

Realisticly, we see operation from Flash (@ 60 MHz) approx. 95% of the
performance compared to running from RAM. This looks extremely good to
us and the claimed "0-waitstate execution"  can pretty much be
confirmed. It is much closer to 0 waitstates than to 1 waitstates,
let's call it a rounding error.

Cheers, Bob

--- In lpc2100@yahoogroups.com, "kendwyer" <kendwyer@y...> wrote:
Show quoted textHide quoted text
> --- In lpc2100@yahoogroups.com, "Leon Heller" <leon_heller@h...> 
> wrote:
> > > Hi all 
> > >  
> > > Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?
> > 
> > Philips claims 54 Dhrystone MIPS at 60 MHz:
> > 
> > 
> http://www.semiconductors.philips.com/acrobat/literature/9397/75011962
> .pdf
> > 
> > Leon
> 
> This is an ideal theoretical number using Dhrystone. Has any one done 
> some real world benchmarking? How effective is the flash "cache" with 
> real code?

Re: How many MIPS can the lpc2106 do ?

2004-01-13 by kendwyer

Thanks Bob,

I assume you had the MAM fully enable and MAMTIM set to 0x3 for your 
60MHz tests?

Ken

--- In lpc2100@yahoogroups.com, "lpc2100_fan" <lpc2100_fan@y...> 
wrote:
> Hi Ken,
> 
> we did some measurements of code ranging from mostly linear 
execution
> (best case) to pretty much jump tables with very little linear code
> (worst case). If the code is mostly linear (let's assume one branch
> every 20 instructions or less), execution from RAM and execution 
from
> Flash were virtually identical, 99+% performance from Flash. In
> particular loops that are not nested do not cause wait states. This
> might not be realistic for larger programs but it could be close to 
a
> small DSP control loop.
> 
> Code with lots of branches and no loops was slower by approx. 10-15%
> running from Flash compared to running from RAM. Unfortunately I can
> not provide the programs used, they are part of a benchmark suite 
that
> needs a license. This second program is designed to show performance
> without cache (it is called cache-buster ;-). IMHO it is not very
> close to realistic code and generates performance numbers worse than
> average code. 
> 
> Realisticly, we see operation from Flash (@ 60 MHz) approx. 95% of 
the
> performance compared to running from RAM. This looks extremely good 
to
> us and the claimed "0-waitstate execution"  can pretty much be
> confirmed. It is much closer to 0 waitstates than to 1 waitstates,
> let's call it a rounding error.
> 
> Cheers, Bob
> 
> --- In lpc2100@yahoogroups.com, "kendwyer" <kendwyer@y...> wrote:
> > --- In lpc2100@yahoogroups.com, "Leon Heller" <leon_heller@h...> 
> > wrote:
> > > > Hi all 
> > > >  
> > > > Dose any one know how many MIPS can the lpc2106 do @ 60Mhz ?
> > > 
> > > Philips claims 54 Dhrystone MIPS at 60 MHz:
> > > 
> > > 
> > 
http://www.semiconductors.philips.com/acrobat/literature/9397/75011962
> > .pdf
> > > 
> > > Leon
> > 
> > This is an ideal theoretical number using Dhrystone. Has any one 
done 
> > some real world benchmarking? How effective is the flash "cache" 
with 
> > real code?

Re: How many MIPS can the lpc2106 do ?

2004-01-14 by lpc2100_fan

Ken,

MAM fully enabled but we altered the sourcecode several times and I
can not remember whether we had set MAMTIM to 3 or to 2 (which did
work). I got the information about MAMTIM later in the game. According
to the information I have MAMTIM needs to be set 3 or even 4 (in case
we would potentially exceed max. So, I honestly could not tell whether
it was 2 or 3. It does make a difference of a few (single digit)
percentage points, I know. Calculating for worst case please assume it
was done with MAMTIM=2. 
For us the performance is plenty and a lot higher compared to devices
that either work from external Flash, have a narrow internal bus or
like Atmel's 55800 devices execute from an internal/external Flash
(Multi-Chip-Module), sitting in the same package but executing like an
external memory.

Cheers, Bob

--- In lpc2100@yahoogroups.com, "kendwyer" <kendwyer@y...> wrote:
Show quoted textHide quoted text
> Thanks Bob,
> 
> I assume you had the MAM fully enable and MAMTIM set to 0x3 for your 
> 60MHz tests?
> 
> Ken
>

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.