
434
Evaluating and Programming the 29K RISC Family
8.1.3 Selecting a Microprocessor
The highest performance systems are constructed around 2–bus 29K
processors. The following subsections present the performances obtained for a
complete range of 29K processors running the LAPD benchmark. Systems are
studied and grouped in subsections according to their memory system speed. All
values were obtained using 32–bit DRAM or SRAM memory systems. Processors
ran, as indicated, at the same speed as the system memory or at two–times using
Scalable Clocking technology. Comparing the fastest and slowest systems, there is a
performance difference of more than 6–to–1. There is also a range of inbetween
systems which offer a wide selection of performance configurations.
DRAM is frequently referred to as, say, 2/1. This assumes the often required
1–cycle of precharge (RAS precharge) is hidden. When DRAM–only systems are
constructed, the precharge encountered when accessing a new memory page can not
always be hidden, and the access is thus 3/1 rather than 2/1. This is explained in
section 1.14.1 under the
Am29200 and Am29205
subheading. The previous section
on selecting a microcontroller also referred to DRAM memory speeds without
including the necessary precharge time. The terminology is acceptable because the
precharge can frequently be hidden when the ROM region is used in conjunction with
the DRAM region. Consequently precharge has little effect on performance.
However, when DRAM–only systems are constructed, the effect precharge has on
system performance is more noticeable. Even if a 2/1 DRAM–only system suffers a
1–cycle precharge on all new page accesses, thus resulting in a 3/1 access, it shall still
be termed 2/1. Consistently maintaining the same notation for memory access
throughout this book helps with system comparisons. In summary, a 2/1 DRAM has
2–cycle initial access followed by 1–cycle for same–page accesses. With
DRAM–only systems a 2/1 system equates to a 3/1 system for all new page accesses.
With microcontrollers, the access times for the DRAM memory region
controller are built into the Architectural Simulator. Constructing an
event file
for
2–bus processors is a little more difficult. The event file shown below describes a 2/1
DRAM system used with a 2–bus processor. The required precharge and refresh
times are included. These parameters are also built into the simulation model for
microcontrollers. If a 2/1 SRAM system was being modeled, the precharge and
refresh parameters would be omitted. Note, in the example, Scalable Clocking is not
selected.
;Architectural Simulator event file
spacerambank
80000000 100000 ;memory location
ramwidth
32
ramread
2
ramwrite
2
ramburst
true
rambread
1
rambwrite
1
;32–bit DRAM
;2/1 access
;burst enable