Performance

Table

LEG V8 datapath stages and their instruction times:

Instruction IF (200ps) ID (100ps) EX (200ps) ME (200ps) WB (100ps) total
ADD ✓ ✓ ✓ x ✓ 600ps
LDR ✓ ✓ ✓ ✓ ✓ 800ps
STR ✓ ✓ ✓ ✓ x 700ps
CBZ ✓ ✓ ✓ x x 500ps

Benchmarking

Info

To compare performance of different processors, we compare execution times of standard programs (benchmarks)

Equation

or

where:

  • IC is the instruction count, determined by the ISA
  • CPI is the cycles per instruction

Speedup , is good (common sense??)