From WikiChip
Difference between revisions of "acorn/microarchitectures/arm1"
< acorn

(Process Technology)
(Core)
Line 56: Line 56:
  
 
== Core ==
 
== Core ==
 +
The ARM1 is an extremely simple 32-bit single-chip RISC microprocessor implementation.
 
=== Pipeline ===
 
=== Pipeline ===
{{empty section}}
+
The ARM1 utilizes a [[pipelining]] technique in order to improve performance and efficiency. The ARM1's pipeline consists of 3 states:
 +
 
 +
 
 +
: [[File:arm1 pipeline.svg|800px]]
 +
 
 +
 
 +
The ARM1 operates on a guaranteed non-overlapping [[two-phase clock]] which allowed for [[level-triggered]] transfer instead of [[edge-triggering]]. The two clock phases are not generated on-die but come from an external [[oscillator]]. A complete cycle on the ARM1 is therefore Φ1 + Φ2.
 +
 
 +
==== Fetch ====
 +
[[File:arm1 pc.svg|right|200px]]
 +
The Instruction Pipe is a functional block that holds awaiting instructions until execution, it therefore holds a number of instruction sufficient to ensure instructions are always executing at all cycles on all stages.
 +
 
 +
The [[program counter]] on the ARM1 always points to the instruction being fetched.  That is, with every instruction being exactly 4 [[bytes]], the currently executing instruction is always <code>PC - 8</code>. During the fetch stage, the address specified by the address register gets sent through the address pins and is fetched from memory.
 +
 
 +
In conjunction with the address register is a dedicated incrementer which calculates the next address. The actual address for the next instruction will usually come from that incrementer. However, occasionally, the next instruction may also come from the [[ALU]] instead. On very rare occasions, the next instruction value can be forced to an exception. When the instruction is coming from the incrementer, the ARM1 will also assert this on the <code>SEQ</code> pin, allowing the external memory controller to know that the next instruction will in fact be +4 the current instruction, allowing it to determine if an address translation is necessary and prepare ahead. This is done to improve performance because it can make use of [[Page-Mode DRAM]], allowing for more efficient consecutive memory reads.
  
 
== Die Shot ==
 
== Die Shot ==

Revision as of 19:49, 24 June 2017

Edit Values
ARM1 µarch
General Info
Arch TypeCPU
DesignerARM Holdings
ManufacturerVLSI Technology
Introduction1985
Process3 µm
Core Configs1
Pipeline
TypeScalar, Pipelined
Stages3
Decode1-way
Instructions
ISAARMv1
Cache
L1I Cache0 KiB/Core
L1D Cache0 KiB/Core
Succession

ARM1 was the first ARM microarchitecture implemented by ARM Holdings (then Acorn Computers) as a research and development project for the BBC Computer Literacy Project. ARM1 was introduced in 1985 and was extended to be used as a coprocessor in the Acorn's BBC Micro microcomputers. ARM1 was distributed as an evaluation system and was never commercialized.

History

Main article: ARM's History

The ARM1 (Acorn RISC Machine 1) is Acorn Computers' first microprocessor design. The ARM1 was the initial result of the Advanced Research and Development division Acorn Computers formed in order to advance the development of their own RISC processor. The ARM instruction set design started in 1983. A reference model was written in BBC BASIC by Sophie Wilson and Steve Furber in just 808 lines of code. On April 26 1985, after 6 man-years of design effort, the first ARM processor prototype was delivered. The first batch of prototypes were functional and were shipped to customers in the form of evaluation systems. At that time the ARM1 was the simplest RISC processor produced.

The first prototype tested worked on the first try, this was despite the ammeter reading no power. The prototype test board designed was faulty with a short. The chip was entirely running off the leakage from the I/Os. Designed to run at 1 W, the chip averaged under 100 mW typical power.

Process Technology

See also: 3 µm process

ARM1 chips were manufactured by VLSI Technology on a 3 µm double-level metal CMOS process.

Architecture

Overview

  • Goal 1.5x performance of the VAX 11/780
  • 3 µm process
  • 26-bit address space
  • Pipeline
    • Very simple
    • 3-stage
    • No hardware multiplication
    • 25 32-bit registers
      • 16 For user
      • 9 For supervisor
    • 4 Modes
      • User, Supervisor, IRQ, FIQ

Block Diagram

New text document.svg This section is empty; you can help add the missing info by editing this page.

Core

The ARM1 is an extremely simple 32-bit single-chip RISC microprocessor implementation.

Pipeline

The ARM1 utilizes a pipelining technique in order to improve performance and efficiency. The ARM1's pipeline consists of 3 states:


arm1 pipeline.svg


The ARM1 operates on a guaranteed non-overlapping two-phase clock which allowed for level-triggered transfer instead of edge-triggering. The two clock phases are not generated on-die but come from an external oscillator. A complete cycle on the ARM1 is therefore Φ1 + Φ2.

Fetch

arm1 pc.svg

The Instruction Pipe is a functional block that holds awaiting instructions until execution, it therefore holds a number of instruction sufficient to ensure instructions are always executing at all cycles on all stages.

The program counter on the ARM1 always points to the instruction being fetched. That is, with every instruction being exactly 4 bytes, the currently executing instruction is always PC - 8. During the fetch stage, the address specified by the address register gets sent through the address pins and is fetched from memory.

In conjunction with the address register is a dedicated incrementer which calculates the next address. The actual address for the next instruction will usually come from that incrementer. However, occasionally, the next instruction may also come from the ALU instead. On very rare occasions, the next instruction value can be forced to an exception. When the instruction is coming from the incrementer, the ARM1 will also assert this on the SEQ pin, allowing the external memory controller to know that the next instruction will in fact be +4 the current instruction, allowing it to determine if an address translation is necessary and prepare ahead. This is done to improve performance because it can make use of Page-Mode DRAM, allowing for more efficient consecutive memory reads.

Die Shot

  • 3 µm process
  • 24,800 transistors
  • ~6,000 gates
  • ~7 mm x 7mm
  • 50 mm² die size
  • PLCC-82 (Plastic leaded chip carrier)
    • 74 signal pins
    • 8 power/ground pins


arm1 die shot.png


arm1 die shot (annotated).png

All ARM1 Chips

New text document.svg This section is empty; you can help add the missing info by editing this page.

References

  • ARM hardware reference manual, ARM Evaluation System, Acorn OEM Products, August 1986

Documents

New text document.svg This section is empty; you can help add the missing info by editing this page.
codenameARM1 +
core count1 +
designerARM Holdings +
first launched1985 +
full page nameacorn/microarchitectures/arm1 +
instance ofmicroarchitecture +
instruction set architectureARMv1 +
manufacturerVLSI Technology +
microarchitecture typeCPU +
nameARM1 +
pipeline stages3 +
process3,000 nm (3 μm, 0.003 mm) +