Difference between revisions of "KD11-EA CPU"

From Computer History Wiki
Jump to: navigation, search
(list KY11-LB card)
m (External links: +FMPS, manual)
Line 1: Line 1:
 
[[Image:KD11-EA M8265.jpg|250px|right|thumb|M8265 Data Paths card]]
 
[[Image:KD11-EA M8265.jpg|250px|right|thumb|M8265 Data Paths card]]
  
The '''KD11-EA CPU''' was the [[Central Processing Unit|CPU]] for the [[PDP-11/34A]] version of the [[PDP-11/34]]; it consisted of two [[DEC card form factor|hex]] [[printed circuit board]]s, the M8265 Data Paths module and the M8266 Control module.
+
The '''KD11-EA CPU''' was the [[Central Processing Unit|CPU]] for the [[PDP-11/34A]] version of the [[PDP-11/34]]; it consisted of two [[DEC card form factor|hex]] [[printed circuit board]]s, the '''M8265''' Data Paths module and the '''M8266''' Control module.
  
 
The KD11-EA also supported the optional [[FP11-A Floating-Point Processor|FP11-A]] [[floating point]] ([[FP11 floating point]] type) unit and/or the [[KK11-A Cache Memory|KK11-A]] [[cache]] (it could work with either, or both).
 
The KD11-EA also supported the optional [[FP11-A Floating-Point Processor|FP11-A]] [[floating point]] ([[FP11 floating point]] type) unit and/or the [[KK11-A Cache Memory|KK11-A]] [[cache]] (it could work with either, or both).
Line 49: Line 49:
 
* [[KY11-LA Operator's Console]]
 
* [[KY11-LA Operator's Console]]
  
{{PDP-11}}
+
==External links==
 +
 
 +
* [http://www.bitsavers.org/pdf/dec/pdp11/1134/KD11EA_CPU_Maint.pdf KD11-EA central processor maintenance manual] (EK-KD1EA-MM-001)
 +
* [http://www.bitsavers.org/pdf/dec/pdp11/1134/MP00190_1134A_KD11-EA.pdf 1134A Field Maintenance Print Set] (MP00190)
  
 
[[Category: PDP-11 Processors]]
 
[[Category: PDP-11 Processors]]
 
[[Category: UNIBUS Processors]]
 
[[Category: UNIBUS Processors]]

Revision as of 14:54, 12 January 2022

M8265 Data Paths card

The KD11-EA CPU was the CPU for the PDP-11/34A version of the PDP-11/34; it consisted of two hex printed circuit boards, the M8265 Data Paths module and the M8266 Control module.

The KD11-EA also supported the optional FP11-A floating point (FP11 floating point type) unit and/or the KK11-A cache (it could work with either, or both).

Apparently, the microcode address space was increased by one bit in the KD11-EA over the KD11-E CPU, probably to support the extra microcode needed for the floating point instructions.

M8266 Control card

FP11-A/KK11-A installation

Adding either the FP11-A or KK11-A is fairly simple (provided there is adequate power available); they are plugged into the CPU's DD11-P backplane in the slot next to the two CPU boards, and special over the top (OTT) connectors in the form of small PCB cards bearing Berg connectors plug into Berg headers on the two neighbouring cards to connect them up.

(It is not clear why DEC adopted a design which used the OTT cards, although avoiding them would have required the more-expensive upgrade path of a new backplane; there may also not have been enough spare pins on the edge connectors.)

The KK11-A needs only an H8821 two-connector OTT card (40-pin connectors, although the ones used in the H8821 also have 2 blank pins on each end, i.e. the physical form is that of a 44-pin), which goes from the KK11-A to the M8265 card of the CPU.

The FP11-A needs both an H8821, and also the smaller 54-12416 two-connector OTT card, which goes from the M8266 card of the CPU to the FP11-A (28-pin connectors, although 2 pins on each end, and 4 in the centre, are blocked off).

If both an FP11-A and a KK11-A are plugged in, things become slightly more complex. The FP11-A has to be mounted in the slot next to the CPU boards, and the KK11-A has to be mounted in the second slot up from that one.

(The M7859 card for the KY11-LB Programmer's Console is mounted in the slot in the middle; as far as is known, there is nothing special about that slot, and the KY11-LB card could just have been moved over one slot, but DEC must have decided that the documentation would be simpler if it were always in the same slot.)

Instead of the two-connector H8821 OTT card, the very similar H8822 OTT card, with three connectors, must be used instead.

KY11-LB Interface

Like the KD11-E, it also supported the KY11-LB Programmer's Console, including the diagnostic functionality which allowed the CPU's microcode to be single-stepped.

The interface to the KY11-LB was carried over two 10-wire flat cables connected to Berg connector headers (denominated J1 and J2) on the M8266 module. The pinout for P1 is the same as for the KD11-E; P2 has additional signals (other than μPC08) added in the KD11-EA, though:

J2:

  1. Micro-PC 08
  2. FP11-A Attached
  3. Unused
  4. Unused
  5. Unused
  6. Micro-PC 09
  7. Service Br Power Fail
  8. Load Instruction Register
  9. Power Fail Br Pending
  10. Unused

See also

External links