Difference between revisions of "KY11-L to CPU interface"

From Computer History Wiki
Jump to: navigation, search
m (Jnc moved page KY11 to CPU interface to KY11-L to CPU interface: better name; many KY11s, but only the -LA and -LB use this)
(+KD11-EA)
Line 35: Line 35:
 
* 4.9 "Processor Clock"
 
* 4.9 "Processor Clock"
 
** "The clock is turned off ... 9. After a Halt instruction is executed"
 
** "The clock is turned off ... 9. After a Halt instruction is executed"
* 4.10.3 "Halt Grant Request"
+
* 4.10.3 "Halt Grant Requests"
 +
 
 +
===KD11-EA===
 +
 
 +
In EK-KD1EA-MM, see:
 +
 
 +
* 4.5.3.5 "Operate Instructions"
 +
** "HALT - Enable HLT RQST L"
 +
* 4.9 "Processor Clock"
 +
** "The clock is turned off ... 9. After a Halt instruction is executed"
 +
* 4.10.3 "Halt Grant Requests"
  
 
==External links==
 
==External links==
Line 42: Line 52:
 
* [http://www.bitsavers.org/www.computer.museum.uq.edu.au/pdf/EK-KD11D-TM-PRE%20KD11-D%20Processor%20Manual%20(PDP-11-04).pdf KD11-D Processor Manual (PDP-11/04)] (EK-KD11D-TM-PRE)
 
* [http://www.bitsavers.org/www.computer.museum.uq.edu.au/pdf/EK-KD11D-TM-PRE%20KD11-D%20Processor%20Manual%20(PDP-11-04).pdf KD11-D Processor Manual (PDP-11/04)] (EK-KD11D-TM-PRE)
 
* [http://www.bitsavers.org/pdf/dec/pdp11/1134/EK-KD11E-TM-001_KD11-E_Central_Processor_Maintenance_Manual_Dec76.pdf KD11-E central processor maintenance manual] (EK-KD11E-TM-001)
 
* [http://www.bitsavers.org/pdf/dec/pdp11/1134/EK-KD11E-TM-001_KD11-E_Central_Processor_Maintenance_Manual_Dec76.pdf KD11-E central processor maintenance manual] (EK-KD11E-TM-001)
 +
* [http://www.bitsavers.org/pdf/dec/pdp11/1134/KD11EA_CPU_Maint.pdf KD11-EA central processor maintenance manual] (EK-KD1EA-MM-001)
  
 
[[Category: PDP-11 Processors]]
 
[[Category: PDP-11 Processors]]
 
[[Category: UNIBUS Processors]]
 
[[Category: UNIBUS Processors]]

Revision as of 12:18, 1 March 2022

The KY11-LA Operator's Console and the KY11-LB Programmer's Console use the same KY11 to CPU interface with all the PDP-11 CPUs which use them: the KD11-D CPU of the PDP-11/04, the KD11-E CPU of the PDP-11/34, and the KD11-EA CPU of the PDP-11/34A.

The common interface of both KY11's to the CPU allows the console to request that the CPU halt; this is done with the standard UNIBUS signal, SACK, and a pair of additional signals, Halt Request and Grant. As the names indicate, the latter two request that the main CPU halt, and allow the CPU to acknowledge that it has honoured that request. SACK is used by the console to indicate to the CPU (if asserted) that it should remain halted (with the CPU's clock inhibited), and when it should resume normal execution of instructions.

Parenthetically, a HALT instruction also uses this mechanism; decoding of one (by the instruction decoding PROMs) asserts Halt Request directly - there is no microcode to implement the HALT instruction. When the console ceases to assert SACK, that allows the clock to resume operation, and thus the execution of instructions.

The physical connection from the KY11 to the CPU differs slightly between the KY11-LA and the KY11-LB (all 3 CPUs are identical in how they connect). For the LY11-LA, a flat cable runs directly from the console to the CPU. For the KY11-LB, a flat cable runs from the console to the M7859 board, which plugs into the MUD backplane holding the CPU (the special DD11-P backplane for the two -11/34's, and either a DD11-P or either the DD11-C or DD11-D backplanes for the -11/04). The M7859 communicates with the CPU over that backplane.

Documentation

The KY11 to CPU interface is documented in a number of diverse locations.

KY11-LB

In EK-KY1LB-MM, see:

  • 5.3.15 "Halt Logic"

KD11-D

In EK-KD11D-TM, see:

  • 5.5.3.5 "Operate Instructions"
    • "Halt Instructions - Enable HLT RQST L"
  • 5.9 "Processor Clock"
    • "It is turned off ... 7. While BUS SACK is asserted"
  • 5.10.3 "Halt Grant Request"

KD11-E

In EK-KD11E-TM, see:

  • 4.5.3.5 "Operate Instructions"
    • "HALT - Enable HLT RQST L"
  • 4.9 "Processor Clock"
    • "The clock is turned off ... 9. After a Halt instruction is executed"
  • 4.10.3 "Halt Grant Requests"

KD11-EA

In EK-KD1EA-MM, see:

  • 4.5.3.5 "Operate Instructions"
    • "HALT - Enable HLT RQST L"
  • 4.9 "Processor Clock"
    • "The clock is turned off ... 9. After a Halt instruction is executed"
  • 4.10.3 "Halt Grant Requests"

External links