From WikiChip
Editing acorn/microarchitectures/arm1

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

This page supports semantic in-text annotations (e.g. "[[Is specified as::World Heritage Site]]") to build structured and queryable content provided by Semantic MediaWiki. For a comprehensive description on how to use annotations or the #ask parser function, please have a look at the getting started, in-text annotation, or inline queries help pages.

Latest revision Your text
Line 1: Line 1:
{{acorn title|ARM1|arch}}
+
{{armh title|ARM1|arch}}
 
{{microarchitecture
 
{{microarchitecture
 
|atype=CPU
 
|atype=CPU
 
|name=ARM1
 
|name=ARM1
|designer=Acorn Computers
+
|designer=ARM Holdings
 
|manufacturer=VLSI Technology
 
|manufacturer=VLSI Technology
 
|introduction=1985
 
|introduction=1985
Line 18: Line 18:
 
|l1d per=Core
 
|l1d per=Core
 
|successor=ARM2
 
|successor=ARM2
|successor link=acorn/microarchitectures/arm2
+
|successor link=arm holdings/microarchitectures/arm2
 +
|pipeline=<!-- yes for following options -->
 +
|OoOE=<!-- Yes or No only -->
 +
|inst=Yes
 +
|cache=Yes
 +
|succession=Yes
 
}}
 
}}
'''ARM1''' was the first [[ARM]] microarchitecture implemented by [[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.
+
'''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 ==
 
== History ==
Line 27: Line 32:
  
 
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.
 
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.
 
Originally intended to perform at roughly 1.5 times performance of the {{decc|VAX 11/780}}, the prototypes ended up achieveing between 2x to 4x the performance of the [[DEC]] {{decc|VAX 11/780}}; this is roughly equivalent to 10 times that of that original [[IBM]] {{ibm|PC AT}} or that of the [[Motorola]] {{motorola|68020}} operating at 16.67 MHz.
 
  
 
== Process Technology ==
 
== Process Technology ==
Line 40: Line 43:
 
* Implements {{armh|ARMv1}}
 
* Implements {{armh|ARMv1}}
 
* Goal 1.5x performance of the {{decc|VAX 11/780}}
 
* Goal 1.5x performance of the {{decc|VAX 11/780}}
* {{arm|26-bit|26-bit address space}}
+
* 26-bit address space
 
* Pipeline
 
* Pipeline
 
** ''Very simple''
 
** ''Very simple''
Line 53: Line 56:
 
=== Block Diagram ===
 
=== Block Diagram ===
 
==== Core ====
 
==== Core ====
[[File:arm1 block diagram.svg|700px]]
+
[[File:arm1 block diagram.svg]]
  
 
== Core ==
 
== Core ==
 
The ARM1 is an extremely simple 32-bit single-chip [[RISC]] microprocessor implementation with a number of [[CISC]] features.
 
The ARM1 is an extremely simple 32-bit single-chip [[RISC]] microprocessor implementation with a number of [[CISC]] features.
 
=== Pipeline ===
 
=== Pipeline ===
The ARM1 utilizes a [[pipelining]] technique in order to improve performance and efficiency. At peak performance the ARM1 can reach 8 [[million instructions per second]] with an average of 3 MIPS when using a 150 ns row access [[DRAM]]. The ARM1's pipeline consists of 3 stages (although some instructions may take as much as 5 cycles):  
+
The ARM1 utilizes a [[pipelining]] technique in order to improve performance and efficiency. The ARM1's pipeline consists of 3 states (although some instructions may take as much as 5 cycles):  
  
  
 
: [[File:arm1 pipeline.svg|800px]]
 
: [[File:arm1 pipeline.svg|800px]]
  
[[File:two-phase clock.svg|right|300px]]
+
 
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. To simplify system design, these clocks may be stretched to work in-sync with memory access times.
+
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 ====
 
==== Fetch ====
Line 83: Line 86:
  
 
The Register Decode handles the register selection for both read ports and the write port.
 
The Register Decode handles the register selection for both read ports and the write port.
 
The reason the decode is implemented in a number of separate units is because the ARM1 makes use of [[microcode]] [[ROM]]s ([[PLA]]). Each instruction is decoded into up to four [[µOP]] signal-wise. In other words, the [[ARM]] instructions are broken down into up to four sets of internal-µOP signals indicating things such as which registers to select or what value to shift by. For some complex operations such as [[block-transfer instructions|block-transfers]], the [[microsequencer]] also performs a looping operation for each register.
 
  
 
==== Execute ====
 
==== Execute ====
 
[[File:arm1 register file.svg|right|250px]]
 
[[File:arm1 register file.svg|right|250px]]
The ARM1 has a [[physical register file]] of 25 {{arch|32}} registers (same as the [[architectural register file]]). Register 15 ({{arm|R15}}) is the [[Program Counter]]. 16 of the registers are visible to the user with the remaining only being accessible while in supervisor mode. The register file has two read ports for the operands heading to the ALU and a single write port for the ALU write-back value. Additionally there is a dedicated {{arm|R15}} read and write port.
+
The ARM1 has a [[physical register file]] of 25 {{arch|32}} registers (same as the [[architectural register file]]). Register 15 ({{arm|R15}}) is the [[Program Counter]]. 16 of the registers are visible to the user with the reminder only being accessible while in supervisor mode. The register file has two read ports for the operands heading to the ALU and a single write port for the ALU write-back value. Additionally there is a dedicated {{arm|R15}} read and write port.
  
 
Each cycle two values are operated on. During clock phase 1 (''Φ1'') the values are fetched from the appropriate sources into the ALU for execution and during clock phase 2 (''Φ2''), the 32-bit ALU output is stored onto the Register File write port.
 
Each cycle two values are operated on. During clock phase 1 (''Φ1'') the values are fetched from the appropriate sources into the ALU for execution and during clock phase 2 (''Φ2''), the 32-bit ALU output is stored onto the Register File write port.
Line 97: Line 98:
 
<div style="float: left; margin: 10px;">'''Register-Register:'''<br>[[File:arm1 reg reg.svg|300px]]</div>
 
<div style="float: left; margin: 10px;">'''Register-Register:'''<br>[[File:arm1 reg reg.svg|300px]]</div>
 
<div style="float: left; margin: 10px;">'''Register-Immediate:'''<br>[[File:arm1 reg imm.svg|300px]]</div></div>
 
<div style="float: left; margin: 10px;">'''Register-Immediate:'''<br>[[File:arm1 reg imm.svg|300px]]</div></div>
 
It's worth noting that the ARM1 lacked hardware multiplication which meant software had to resort to a software-based solution (e.g., classic [[Shift-and-Add Multiplication]]). For example to perform <code>var = x * 5;</code> one could rewrite it as <code>var = x + (x << 2);</code> to achieve the same result without a multiplication operation. The downside for this is that unless it's done for very simple operations (such as this example), software multiplication is horrifically slow.
 
  
 
{{clear}}
 
{{clear}}
 
===== Interrupt =====
 
The ARM1 has fast interrupt capabilities for real-time responses. Exceptions can occur internally or externally to the chip. The average interrupt latency is sub-2 µs with a worst case of sub-6 µs. An interrupt must wait for the currently executing instruction to complete before the interrupt executes. The current instruction completes only when a new instruction starts fetching. When an exception takes place, the processor sets the [[PC]] to a specific memory address within the [[interrupt vector table]].
 
 
For example, in the case of <code>RESET</code> pin being asserted, the current pipeline gets flushed and the PC is forced to execute from address 0x0.
 
 
 
===== Multi-Cycle Instruction =====
 
===== Multi-Cycle Instruction =====
 
[[File:arm1 multi-cycle.svg|left|400px]]
 
[[File:arm1 multi-cycle.svg|left|400px]]
Line 115: Line 108:
  
 
<table style="border-spacing: 10px; border: 1px solid black; text-align: center;" class="wikitable">
 
<table style="border-spacing: 10px; border: 1px solid black; text-align: center;" class="wikitable">
<tr><td rowspan="6">{{arrow|down}}</td><th><code>ADD</code></th><td>''Fetch''</td><td>''Decode''</td><td>''Execute''</td></tr>
+
<tr><th><code>ADD</code></th><td>''Fetch''</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>STR</code></th><td>&nbsp;</td><td>''Fetch''</td><td>''Decode''</td><td>''Address<br>Calculate''</td><td>''Data<br>Store''</td></tr>
 
<tr><th><code>STR</code></th><td>&nbsp;</td><td>''Fetch''</td><td>''Decode''</td><td>''Address<br>Calculate''</td><td>''Data<br>Store''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>&nbsp;</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>&nbsp;</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>&nbsp;</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>&nbsp;</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>''Decode''</td><td>''Execute''</td></tr>
 
<tr><th><code>ADD</code></th><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>''Fetch''</td><td>''Decode''</td><td>''Execute''</td></tr>
<tr><td colspan="9">Time {{arrow|right}}</td></tr>
 
 
</table>
 
</table>
  
 
{{clear}}
 
{{clear}}
 
 
===== Block-transfer =====
 
{{see also|Block-Transfer Instructions}}
 
{{empty section}}
 
<!--
 
  Talk about the priority encoder ...
 
-->
 
  
 
== Die Shot ==
 
== Die Shot ==
Line 150: Line 134:
  
 
== All ARM1 Chips ==
 
== All ARM1 Chips ==
<!-- NOTE:
+
{{empty section}}
          This table is generated automatically from the data in the actual articles.
 
          If a microprocessor is missing from the list, an appropriate article for it needs to be
 
          created and tagged accordingly.
 
 
 
          Missing a chip? please dump its name here: http://en.wikichip.org/wiki/WikiChip:wanted_chips
 
-->
 
{{comp table start}}
 
<table class="comptable sortable tc11 tc12 tc13">
 
<tr class="comptable-header"><th>&nbsp;</th><th colspan="12">List of ARM1-based Processors</th></tr>
 
{{comp table header 1|cols=Process, Launched, Frequency, Power Dissipation, Max Memory}}
 
{{#ask: [[Category:all microprocessor models]] [[instance of::microprocessor]] [[microarchitecture::ARM1]]
 
|?full page name
 
|?model number
 
|?microarchitecture
 
|?first launched
 
|?base frequency#MHz
 
|?power dissipation
 
|?max memory#MiB
 
|format=template
 
|template=proc table 3
 
|userparam=7
 
|mainlabel=-
 
|valuesep=,
 
}}
 
{{comp table count|ask=[[Category:all microprocessor models]] [[instance of::microprocessor]] [[microarchitecture::ARM1]]}}
 
</table>
 
{{comp table end}}
 
  
 
== References ==
 
== References ==
Line 184: Line 141:
  
 
== Documents ==
 
== Documents ==
* [[:File:ARM hardware reference manual.pdf|ARM hardware Reference Manual, ARM Evaluation System]], Acorn OEM Products, August 4, 1986.
+
{{empty section}}

Please note that all contributions to WikiChip may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see WikiChip:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)

This page is a member of 1 hidden category:

codenameARM1 +
core count1 +
designerAcorn Computers +
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) +