Difference between revisions of "PDP-5"

From Computer History Wiki
Jump to: navigation, search
(Make a bit less ridiculously stubby)
(+Infobox)
Line 1: Line 1:
The '''PDP-5''' was [[Digital Equipment Corporation|DEC]]'s first 12-bit computer, the predecessor to the [[PDP-8]]. Like the -8, it was a [[load-store architecture]]. A memory extension unit was added later, to support [[bank switching]], and thus allow the use of more than 4KW of [[main memory]].
+
{{Infobox Machine
 +
| name = PDP-5
 +
| manufacturer = [[Digital Equipment Corporation]]
 +
| year introduced = September, 1963
 +
| form factor = [[minicomputer]]
 +
| word size = 12 bits
 +
| physical address = 15 bits (with Memory Extension Control; 32K words)
 +
| virtual address = 12 bits (direct), 15 bits (extended)
 +
| logic type = [[transistor]] [[System Module]]s
 +
<!--| design type = -->
 +
| instruction speed = 18 μsec (addition)<br>30 μsec (subtraction)
 +
| memory speed = 6 μsec ([[cycle time]])
 +
| predecessor = none
 +
| successor = [[PDP-8]]
 +
| price = US$25.8K (CPU and 4KW of memory)
 +
<!--| image = .jpeg
 +
| caption = A PDP-5 -->
 +
}}
  
It was built out of the standard modules created for the [[PDP-4]]. It was built using the [[bit-slice]] concept, where one bit of all the [[register]]s and the [[data path]]s between them was implemented on a single [[printed circuit board|PCB]]; a number of these boards (equal to the [[word]] length of the machine) formed the [[Central Processing Unit|CPU]]. To minimize the initial cost, it had an [[input/output|I/O]] [[bus]], rather than the radial links from the CPU to individual [[peripheral]]s used in all earlier DEC machines, such as the 18-bit machines like the [[PDP-1]].
+
The '''PDP-5''' was [[Digital Equipment Corporation|DEC]]'s first 12-bit computer, the predecessor to the [[PDP-8]]; in some sense, it was DEC's first [[minicomputer]] (although the -5 pre-dated the creation of that term). Like the -8, it was a [[load-store architecture]]; its [[instruction set]] was very similar to that of the -8. A Type 154 Memory Extension Control unit was added later, to support [[bank switching]], and thus allow the use of more than 4KW of [[main memory]].
 +
 
 +
It was constructed out of the standard modules created for the [[PDP-4]]. It was built using the [[bit-slice]] concept, where one bit of all the [[register]]s and the [[data path]]s between them was implemented on a single [[printed circuit board|PCB]]; a number of these boards (equal to the [[word]] length of the machine) formed the [[Central Processing Unit|CPU]]. To minimize the initial basic cost, it had an [[input/output|I/O]] [[bus]], rather than the radial links from the CPU to individual [[peripheral]]s used in all earlier DEC machines, such as the 18-bit machines like the [[PDP-1]].
  
 
{{semi-stub}}
 
{{semi-stub}}
Line 7: Line 26:
 
==External links==
 
==External links==
  
* [http://www.bitsavers.org/pdf/dec/pdp5/ PDP-5] - ducumentation at [[Bitsavers]]
+
* [http://www.bitsavers.org/pdf/dec/pdp5/ PDP-5] - documentation at [[Bitsavers]]
 
* [https://gordonbell.azurewebsites.net/Digital/PDP%205%20Manual%201964.pdf PDP-5 Manual]
 
* [https://gordonbell.azurewebsites.net/Digital/PDP%205%20Manual%201964.pdf PDP-5 Manual]
 
* [[C. Gordon Bell]] and John E. McNamara, [http://gordonbell.azurewebsites.net/Computer_Engineering/00000200.htm The PDP-8 and Other 12-Bit Computers], in C. Gordon Bell, J. Craig Mudge, John. E. McNamara, ''Computer Engineering: A DEC View of Hardware Systems Design'', Digital Press, Bedford, 1978
 
* [[C. Gordon Bell]] and John E. McNamara, [http://gordonbell.azurewebsites.net/Computer_Engineering/00000200.htm The PDP-8 and Other 12-Bit Computers], in C. Gordon Bell, J. Craig Mudge, John. E. McNamara, ''Computer Engineering: A DEC View of Hardware Systems Design'', Digital Press, Bedford, 1978

Revision as of 14:42, 8 August 2022


PDP-5
Manufacturer: Digital Equipment Corporation
Year Introduced: September, 1963
Form Factor: minicomputer
Word Size: 12 bits
Logic Type: transistor System Modules
Instruction Speed: 18 μsec (addition)
30 μsec (subtraction)
Memory Speed: 6 μsec (cycle time)
Physical Address Size: 15 bits (with Memory Extension Control; 32K words)
Virtual Address Size: 12 bits (direct), 15 bits (extended)
Predecessor(s): none
Successor(s): PDP-8
Price: US$25.8K (CPU and 4KW of memory)


The PDP-5 was DEC's first 12-bit computer, the predecessor to the PDP-8; in some sense, it was DEC's first minicomputer (although the -5 pre-dated the creation of that term). Like the -8, it was a load-store architecture; its instruction set was very similar to that of the -8. A Type 154 Memory Extension Control unit was added later, to support bank switching, and thus allow the use of more than 4KW of main memory.

It was constructed out of the standard modules created for the PDP-4. It was built using the bit-slice concept, where one bit of all the registers and the data paths between them was implemented on a single PCB; a number of these boards (equal to the word length of the machine) formed the CPU. To minimize the initial basic cost, it had an I/O bus, rather than the radial links from the CPU to individual peripherals used in all earlier DEC machines, such as the 18-bit machines like the PDP-1.

External links