Subject: Re: 'make build' takes very looong..
To: Mike Pumford <mpumford@black-star.demon.co.uk>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 03/05/2001 10:18:17
mpumford@black-star.demon.co.uk said:
> Entirely reasonable the SHARK has a memory bus that is much faster
> than the RiscPC. It is probably at least twice as fast a machine
> despite the similar  CPU clocks. 

Yep, the SHARK uses SDRAMS running at 66MHz (cas latency 2, according to 
the notes I have); the RPC uses FPRAMS (Fast Page mode, or whatever they 
are called) running at 32MHz, using 2 clks per S cycle and 5 per N cycle 
(RPC TRM).

So on any application that busts the cache (compiling being a pretty good 
example) a RPC+SA will tend towards just under half the speed of a SHARK.

R.