US4763246A - Microprogram control - Google Patents

Microprogram control Download PDF

Info

Publication number
US4763246A
US4763246A US06/765,379 US76537985A US4763246A US 4763246 A US4763246 A US 4763246A US 76537985 A US76537985 A US 76537985A US 4763246 A US4763246 A US 4763246A
Authority
US
United States
Prior art keywords
phase
microprogram
parameters
instruction
machine
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
US06/765,379
Inventor
Nicholas P. Holt
Brian J. Procter
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Services Ltd
Original Assignee
Fujitsu Services Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fujitsu Services Ltd filed Critical Fujitsu Services Ltd
Assigned to INTERNATIONAL COMPUTERS LIMITED, ICL HOUSE, PUTNEY, LONDN, SW15 1SW, ENGLAND reassignment INTERNATIONAL COMPUTERS LIMITED, ICL HOUSE, PUTNEY, LONDN, SW15 1SW, ENGLAND ASSIGNMENT OF ASSIGNORS INTEREST. Assignors: PROCTER, BRIAN J., HOLT, NICHOLAS P.
Application granted granted Critical
Publication of US4763246A publication Critical patent/US4763246A/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/28Enhancement of operational speed, e.g. by using several microcontrol devices operating in parallel
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/223Execution means for microinstructions irrespective of the microinstruction function, e.g. decoding of microinstructions and nanoinstructions; timing of microinstructions; programmable logic arrays; delays and fan-out problems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30181Instruction operation extension or modification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/30Arrangements for executing machine instructions, e.g. instruction decode
    • G06F9/30181Instruction operation extension or modification
    • G06F9/30196Instruction operation extension or modification using decoder, e.g. decoder per instruction set, adaptable or programmable decoders

Definitions

  • This invention relates to microprogram control and, more specifically, is concerned with microprogram controlled data processing apparatus.
  • U.S. Pat. No. 3,979,729 describes a data processing apparatus in which each machine-level instruction is divided into a number of phases, such as operand address formation, operand fetch, and execute, and each of these phases is implemented by means of a suitable microprogram sequence.
  • An advantage of dividing the instruction into phases is that, in many cases, the same microprogram sequence can be used for corresponding phases of two or more different instructions; this reduces the number of different microprogram sequences required and hence reduces the overall size of the microprogram.
  • a number of different machine instructions may require the address of the operand to be generated in the same way, e.g. by adding a value to a particular base register, and hence these instructions can all share the same microprogram sequence for the address generation phase.
  • British patent specification No. 1433076 shows a microprogrammed data processing system in which machine-level instructions (macroinstructions) are executed by sequences of microinstructions, and in which each microinstruction is modified by data derived from the machine-level instruction. In this way, the same sequence of microinstructions can be shared between a number of different machine-level instructions. This also reduces the total number of different microprogram sequences required.
  • the object of the present invention is therefore to provide a way of reducing the size of a microprogram still further, without loss of flexibility in the system.
  • the invention provides a microprogram controlled data processing apparatus in which machine-level instructions are divided into a plurality of phases, each phase being executed by a sequence of microinstructions, the apparatus comprising: means for producing a plurality of microprogram parameters, means for selecting a predetermined subset of the parameters for each phase, and means for combining the selected parameters with the microinstructions to generate control signals for the apparatus.
  • the parameters qualify the effects of the microinstructions, so that the same microprogram sequence can perform different actions in different instructions.
  • the operand address generation phases of two instructions may be the same except that one instruction uses one base register whereas the other uses a different base register.
  • both these instructions can be handled by means of a single microprogram sequence, which receives the identity of the required base register as a parameter.
  • the invention also allows the microinstruction width (i.e. the number of bits in each microinstruction) to be reduced, since some of the necessary control information is provided by the parameters instead of by microinstructions.
  • the parameters may, for example, be derived from the current machine-level instruction.
  • the apparatus comprises a plurality of separate functional units, each unit having a separate microprogram store and decoder associated with it, and the parameters are fed to all the decoders in parallel over a parameter bus.
  • FIG. 1 is a block diagram of the apparatus.
  • FIG. 2 shows a phase control unit in detail.
  • FIG. 3 shows a parameter selection circuit in detail.
  • the processing apparatus to be described is a microprogrammed processor designed to obey the ICL 2900 order code (i.e. machine-level instructions) and is constructed as a single VLSI chip. Details of the 2900 order code are described in "The ICL 2900 series" by J. K. Buckle, published by the Macmillan Press Ltd, 1978.
  • the processor comprises a number of functional units, constituting the main data flow 10 of the unit.
  • These functional units include a register file 11, working store 12, shifter 13 and arithmetic and logic unit (ALU) 14.
  • the working store 11 contains certain registers used by the order code, including a local name base register (LNB), extra name base register (XNB), program counter (PC), linkage table base (LTB), top-of-stack register (TOS), accumulator (ACC), and descriptor register (DR).
  • LNB local name base register
  • XNB extra name base register
  • PC program counter
  • LTB linkage table base
  • TOS top-of-stack register
  • ACC accumulator
  • DR descriptor register
  • Each of the functional units has a separate microprogram read-only memory (ROM) 15 and local decoder 16 associated with it, in close physical proximity on the chip.
  • ROM read-only memory
  • This layout facilitates an orderly design of the chip, avoiding unnecessary crossovers of signal lines. All the ROMs 15 are addressed in parallel by a microprogram address from a microprogram sequencer circuit 17, so as to read out a microinstruction from each of the ROMs 15 in parallel.
  • the functional units 11-14, the ROMs 15, the decoders 16 and the microprogram sequencer 17 may all be conventional in construction and operation and so need not be described further herein.
  • the processor has an instruction register 18 which holds the machine-level instruction currently being executed. The execution of each instruction is broken down into a number of phases, and each of these phases is executed by a particular sequence of microinstructions held in the ROMs 15.
  • phase control unit 19 As will be described in detail below with reference to FIG. 2, this unit is a finite-state machine having a discrete state for each instruction phase. In each state, the unit 19 produces a set of PHASE signals, which indicate the current phase to be executed. These signals are applied to a look-up table 20, to read out the microprogram start address for this phase. The start address is fed to the microprogram sequencer 17, so as to initiate the corresponding sequence of microinstructions.
  • the sequencer 17 When the last microinstruction in a sequence is executed, the sequencer 17 produces a STEP signal. This is applied to the phase control unit 19 and causes it to step on to its next state, thereby initiating the next phase of execution.
  • the contents of the instruction register 18 are decoded by a decoder 21, to produce a set of steering signals for the phase control unit 19.
  • these signals indicate the type of instruction (read, write, jump etc.) and type of operand (literal, register, virtual etc.) associated with the instruction. These signals are used to steer the phase control unit to its next state at each STEP signal.
  • the phase control unit will be steered through a predetermined succession of states, corresponding to the sequence of phases required to execute the instruction.
  • the contents of the instruction register 18 are also decoded by another decoder 22 to produce a set of microprogram parameters. These parameters are applied to a parameter selection circuit 23.
  • the parameter selection circuit 23 is controlled by the PHASE signals from the phase control unit 19, so as to select a predetermined combination of the parameters in each phase. In general, a different sub-set of parameters is selected in each phase although in some cases different phases may share the same parameters.
  • the selected parameters are applied to a bus 24 which broadcasts them to all the decoders 16 in parallel.
  • Each decoder 16 decodes the microinstruction received from the corresponding ROM 15, in combination with the parameters on the bus 24, to produce a set of control signals for the corresponding functional unit 11-14. It can be seen that the parameters modify the effects of the microinstructions, thereby enabling a single microprogram sequence to be used for different phases.
  • FIG. 2 this shows the phase control unit 19 in detail.
  • the unit comprises flip-flops (bistable circuits) FF1-FF13. At any given instant, only one of these flip-flops is set, the others all being unset. Each flip-flop, when set, signifies a particular instruction execution phase, as follows:
  • the outputs of the flip-flops represent the PHASE signals mentioned above which define the current phase of execution. As described above, these PHASE signals are used to select the appropriate microprogram sequence for executing the phase in question. They also control the parameter selection circuit 23 to select the appropriate microprogram parameters for this phase. Details of the microprogram sequences form no part of the present invention and so need not be described herein.
  • the flip-flops FF1-FF13 are interconnected by AND gates A1-A15 and OR gates 01-05 as shown, to form a finite state machine.
  • the AND gates also receive the steering signals from the decoder 21.
  • an instruction that performs a direct write to an operand specified by a virtual address will be decoded to produce signals W and VA; all the other steering signals will be false.
  • the phase control unit also receives a further steering signal SUCC which indicates a successful jump, i.e. that the jump condition specified in the case of a conditional jump instruction is satisfied. This is derived from a conventional condition testing circuit, not shown.
  • Each of the flip-flops FF1-FF13 is clocked by the STEP signal from the microprogram sequencer 17. It can be seen that, at each STEP signal, the output of the currently set flip-flop, in combination with the steering signals, causes another one of the flip-flops to be set; at the same time, the first flip-flop is reset. This steps the phase control unit to a new state, so as to indicate the next phase of execution. For any given instruction, the unit is stepped through a succession of states, indicating the successive phases of that instruction.
  • the flip-flop FF3 is set. This initiates the PRIMARY ADDRESS phase.
  • the microprogram adds a displacement value N, derived from a predetermined field of the instruction register 18, to a specified base register LNB, XNB, PC or LTB, to form the operand address.
  • the gate A8 Since W is false, the gate A8 is now enabled. Hence, at the next STEP signal, the flip-flop FF4 is set. This initiates the PRIMARY READ phase, in which the operand is read, using the address calculated in the previous phase.
  • the flip-flop FF11 is set. This initiates the READ EXECUTE phase, in which a specified computational operation (e.g. add, subtract, compare, shift etc.) is performed on the operand and the result placed in a specified register.
  • a specified computational operation e.g. add, subtract, compare, shift etc.
  • flip-flop FF13 is set again. This initiates the END INSTRUCTION phase, in which the next machine-level instruction, at the address indicated by the program counter PC, is fetched and placed in the instruction register 18.
  • FIG. 3 shows the parameter selection circuit 23 in more detail.
  • the circuit receives a set of microprogram parameters, derived from the current machine-level instruction, from the decoder 22. These parameters include the following:
  • OP SIZE this is a two-bit parameter, derived both from the current machine-level instruction and also from an accumulator size register ACS, not shown. It indicates the size of the operand (1, 2 or 4 words).
  • I SIZE this is a one-bit parameter, indicating the size of the current machine-level instruction (16-bit or 32-bit).
  • ALU OP this is a four-bit parameter, specifying the arithmetic operation (add, subtract etc.) which is to be performed by the ALU14.
  • REG this is a five-bit parameter, specifying which of the machine registers is to be used as the source of a second operand and/or as the destination of a result.
  • the parameter selection circuit consists of a number of sets of AND gates A31-A35, controlled by the PHASE signals from the phase control unit 19. Whenever one of these sets of AND gates is enabled, the corresponding parameter is applied to predetermined lines of the parameter bus 24.
  • the AND gates A31 are enabled, causing the parameter BASE to be applied to the parameter bus. This is used by the microprogram to select the appropriate base register for calculating the operand address.
  • the AND gates A32 are enabled, causing OP SIZE to be applied to the bus. This is used to check for address range violations.
  • OP SIZE is again applied to the parameter bus, and is used by the microprogram to determine the number of words to be read from the main store.
  • gate A33 is enabled, which causes I SIZE to be applied to the bus. This is used to control the amount by which the program counter is incremented to give the next instruction address.
  • the parameters ALU OP and REG are applied to the parameter bus to control the ALU operation in this phase.
  • the number of lines making up the parameter bus is determined by the maximum number of bits required to specify the parameters for any one phase. For example, if no phase requires more than sixteen parameter bits, then the parameter bus can comprise just sixteen wires.
  • the parameters for one phase can be placed on the same lines as those for another phase if required. For example, in this case, the four bits indicating the arithmetic operation in the READ EXECUTE phase occupy the same bus lines as those used to specify the base register in the PRIMARY ADDRESS phase.
  • each phase of the machine-level instruction is executed by a sequence of microinstructions held in the ROMs 15.
  • a separate microprogram sequence for each variant of a particular phase; for example, there would be a number of different microprogram sequences for the PRIMARY ADDRESS phase, one for each possible base register.
  • a single microprogram sequence is able to handle all variations of a particular phase. For example, a single sequence deals with all the variants of the PRIMARY ADDRESS phase; the sequence merely specifies that some base register is to be used, the choice of the base register being determined by the parameter which appears on the parameter bus during this phase.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Executing Machine-Instructions (AREA)

Abstract

A microprogram controlled data processing apparatus is described, in which each machine-level instruction is divided into a number of phases, and each phase is executed by a sequence of microinstructions. The machine-level instruction is decoded to produce a set of microprogram parameters, and in each phase of the instruction a sub-set of these parameters is selected, and broadcast over a parameter bus to individual decoders which decode the microinstructions, so as to qualify the effects of the microinstructions. The use of parameters in this way allows the same microprogram sequence to be used for several different instruction variants, and hence reduces the total size of the microprogram.

Description

BACKGROUND TO THE INVENTION
This invention relates to microprogram control and, more specifically, is concerned with microprogram controlled data processing apparatus.
U.S. Pat. No. 3,979,729 describes a data processing apparatus in which each machine-level instruction is divided into a number of phases, such as operand address formation, operand fetch, and execute, and each of these phases is implemented by means of a suitable microprogram sequence. An advantage of dividing the instruction into phases is that, in many cases, the same microprogram sequence can be used for corresponding phases of two or more different instructions; this reduces the number of different microprogram sequences required and hence reduces the overall size of the microprogram. For example, a number of different machine instructions may require the address of the operand to be generated in the same way, e.g. by adding a value to a particular base register, and hence these instructions can all share the same microprogram sequence for the address generation phase.
British patent specification No. 1433076 shows a microprogrammed data processing system in which machine-level instructions (macroinstructions) are executed by sequences of microinstructions, and in which each microinstruction is modified by data derived from the machine-level instruction. In this way, the same sequence of microinstructions can be shared between a number of different machine-level instructions. This also reduces the total number of different microprogram sequences required.
However, in spite of the reductions achieved by these techniques, it is still desirable to achieve even greater reductions in the size of the microprogram. This is particularly important where it is desired to implement a complete processor on a single very-large scale integrated circuit (VLSI) chip. The object of the present invention is therefore to provide a way of reducing the size of a microprogram still further, without loss of flexibility in the system.
SUMMARY OF THE INVENTION
The invention provides a microprogram controlled data processing apparatus in which machine-level instructions are divided into a plurality of phases, each phase being executed by a sequence of microinstructions, the apparatus comprising: means for producing a plurality of microprogram parameters, means for selecting a predetermined subset of the parameters for each phase, and means for combining the selected parameters with the microinstructions to generate control signals for the apparatus.
It can be seen that the parameters qualify the effects of the microinstructions, so that the same microprogram sequence can perform different actions in different instructions. This leads to further possibilities for sharing microprogram sequences between different instructions, and hence leads to a further reduction in the number of microprogram sequences required. For example, the operand address generation phases of two instructions may be the same except that one instruction uses one base register whereas the other uses a different base register. With the present invention, both these instructions can be handled by means of a single microprogram sequence, which receives the identity of the required base register as a parameter.
The invention also allows the microinstruction width (i.e. the number of bits in each microinstruction) to be reduced, since some of the necessary control information is provided by the parameters instead of by microinstructions.
The parameters may, for example, be derived from the current machine-level instruction.
In a preferred form of the invention, the apparatus comprises a plurality of separate functional units, each unit having a separate microprogram store and decoder associated with it, and the parameters are fed to all the decoders in parallel over a parameter bus.
BRIEF DESCRIPTION OF THE DRAWINGS
One data processing apparatus in accordance with the invention will now be described by way of example with reference to the accompanying drawings.
FIG. 1 is a block diagram of the apparatus.
FIG. 2 shows a phase control unit in detail.
FIG. 3 shows a parameter selection circuit in detail.
DESCRIPTION OF AN EMBODIMENT OF THE INVENTION
The processing apparatus to be described is a microprogrammed processor designed to obey the ICL 2900 order code (i.e. machine-level instructions) and is constructed as a single VLSI chip. Details of the 2900 order code are described in "The ICL 2900 series" by J. K. Buckle, published by the Macmillan Press Ltd, 1978.
Referring to FIG. 1, the processor comprises a number of functional units, constituting the main data flow 10 of the unit. These functional units include a register file 11, working store 12, shifter 13 and arithmetic and logic unit (ALU) 14. The working store 11 contains certain registers used by the order code, including a local name base register (LNB), extra name base register (XNB), program counter (PC), linkage table base (LTB), top-of-stack register (TOS), accumulator (ACC), and descriptor register (DR).
Each of the functional units has a separate microprogram read-only memory (ROM) 15 and local decoder 16 associated with it, in close physical proximity on the chip. This layout facilitates an orderly design of the chip, avoiding unnecessary crossovers of signal lines. All the ROMs 15 are addressed in parallel by a microprogram address from a microprogram sequencer circuit 17, so as to read out a microinstruction from each of the ROMs 15 in parallel.
The functional units 11-14, the ROMs 15, the decoders 16 and the microprogram sequencer 17 may all be conventional in construction and operation and so need not be described further herein.
The processor has an instruction register 18 which holds the machine-level instruction currently being executed. The execution of each instruction is broken down into a number of phases, and each of these phases is executed by a particular sequence of microinstructions held in the ROMs 15.
The phases are controlled by a phase control unit 19. As will be described in detail below with reference to FIG. 2, this unit is a finite-state machine having a discrete state for each instruction phase. In each state, the unit 19 produces a set of PHASE signals, which indicate the current phase to be executed. These signals are applied to a look-up table 20, to read out the microprogram start address for this phase. The start address is fed to the microprogram sequencer 17, so as to initiate the corresponding sequence of microinstructions.
When the last microinstruction in a sequence is executed, the sequencer 17 produces a STEP signal. This is applied to the phase control unit 19 and causes it to step on to its next state, thereby initiating the next phase of execution.
The contents of the instruction register 18 are decoded by a decoder 21, to produce a set of steering signals for the phase control unit 19. As will be described in more detail below, these signals indicate the type of instruction (read, write, jump etc.) and type of operand (literal, register, virtual etc.) associated with the instruction. These signals are used to steer the phase control unit to its next state at each STEP signal. Thus, it can be seen that for each machine instruction, the phase control unit will be steered through a predetermined succession of states, corresponding to the sequence of phases required to execute the instruction.
The contents of the instruction register 18 are also decoded by another decoder 22 to produce a set of microprogram parameters. These parameters are applied to a parameter selection circuit 23. The parameter selection circuit 23 is controlled by the PHASE signals from the phase control unit 19, so as to select a predetermined combination of the parameters in each phase. In general, a different sub-set of parameters is selected in each phase although in some cases different phases may share the same parameters. The selected parameters are applied to a bus 24 which broadcasts them to all the decoders 16 in parallel.
Each decoder 16 decodes the microinstruction received from the corresponding ROM 15, in combination with the parameters on the bus 24, to produce a set of control signals for the corresponding functional unit 11-14. It can be seen that the parameters modify the effects of the microinstructions, thereby enabling a single microprogram sequence to be used for different phases.
Referring now to FIG. 2, this shows the phase control unit 19 in detail.
The unit comprises flip-flops (bistable circuits) FF1-FF13. At any given instant, only one of these flip-flops is set, the others all being unset. Each flip-flop, when set, signifies a particular instruction execution phase, as follows:
______________________________________                                    
Flip-flop       PHASE                                                     
______________________________________                                    
1               CONDITIONAL JUMP                                          
2               REGISTER READ                                             
3               PRIMARY ADDRESS                                           
4               PRIMARY READ                                              
5               INDIRECT ADDRESS                                          
6               INDIRECT READ                                             
7               WRITE EXECUTE                                             
8               UPDATE 1                                                  
9               STORE WRITE                                               
10              REGISTER WRITE                                            
11              READ EXECUTE                                              
12              UPDATE 2                                                  
13              END INSTRUCTION                                           
______________________________________                                    
The outputs of the flip-flops represent the PHASE signals mentioned above which define the current phase of execution. As described above, these PHASE signals are used to select the appropriate microprogram sequence for executing the phase in question. They also control the parameter selection circuit 23 to select the appropriate microprogram parameters for this phase. Details of the microprogram sequences form no part of the present invention and so need not be described herein.
The flip-flops FF1-FF13 are interconnected by AND gates A1-A15 and OR gates 01-05 as shown, to form a finite state machine. The AND gates also receive the steering signals from the decoder 21.
These steering signals are as follows:
______________________________________                                    
R                 read                                                    
W                 write                                                   
CJ                conditional jump                                        
J                 jump                                                    
REG               register                                                
LIT               literal                                                 
VA                virtual address                                         
INDOP             indirect operand                                        
______________________________________                                    
For example, an instruction that performs a direct write to an operand specified by a virtual address will be decoded to produce signals W and VA; all the other steering signals will be false.
The phase control unit also receives a further steering signal SUCC which indicates a successful jump, i.e. that the jump condition specified in the case of a conditional jump instruction is satisfied. This is derived from a conventional condition testing circuit, not shown.
Each of the flip-flops FF1-FF13 is clocked by the STEP signal from the microprogram sequencer 17. It can be seen that, at each STEP signal, the output of the currently set flip-flop, in combination with the steering signals, causes another one of the flip-flops to be set; at the same time, the first flip-flop is reset. This steps the phase control unit to a new state, so as to indicate the next phase of execution. For any given instruction, the unit is stepped through a succession of states, indicating the successive phases of that instruction.
For example, consider the case of an instruction that performs a direct read of an operand specified by a virtual address. In this case, the steering signals R and VA are true, and the other steering signals are all false. Assume that initially the phase control unit is in the END INSTRUCTION state i.e. the flip-flop FF13 is set and all the other flip-flops are unset.
The AND gates A1 and A6 are therefore enabled. Hence, at the first STEP signal, the flip-flop FF3 is set. This initiates the PRIMARY ADDRESS phase. In this phase, the microprogram adds a displacement value N, derived from a predetermined field of the instruction register 18, to a specified base register LNB, XNB, PC or LTB, to form the operand address.
Since W is false, the gate A8 is now enabled. Hence, at the next STEP signal, the flip-flop FF4 is set. This initiates the PRIMARY READ phase, in which the operand is read, using the address calculated in the previous phase.
Since INDOP is false, the AND gate A10 is now enabled. Hence, at the next STEP signal, the flip-flop FF8 is set. This initiates the UPDATE 1 phase, in which the program counter PC is updated to point to the next machine-level instruction.
At the next STEP signal, the flip-flop FF11 is set. This initiates the READ EXECUTE phase, in which a specified computational operation (e.g. add, subtract, compare, shift etc.) is performed on the operand and the result placed in a specified register.
Finally, at the next STEP signal, flip-flop FF13 is set again. This initiates the END INSTRUCTION phase, in which the next machine-level instruction, at the address indicated by the program counter PC, is fetched and placed in the instruction register 18.
Referring now to FIG. 3, this shows the parameter selection circuit 23 in more detail.
As described above, the circuit receives a set of microprogram parameters, derived from the current machine-level instruction, from the decoder 22. These parameters include the following:
BASE: this is a four-bit parameter specifying which of the registers LNB, XNB etc. is to be used as the base register for calculating the operand address.
OP SIZE: this is a two-bit parameter, derived both from the current machine-level instruction and also from an accumulator size register ACS, not shown. It indicates the size of the operand (1, 2 or 4 words).
I SIZE: this is a one-bit parameter, indicating the size of the current machine-level instruction (16-bit or 32-bit).
ALU OP: this is a four-bit parameter, specifying the arithmetic operation (add, subtract etc.) which is to be performed by the ALU14.
REG: this is a five-bit parameter, specifying which of the machine registers is to be used as the source of a second operand and/or as the destination of a result.
The parameter selection circuit consists of a number of sets of AND gates A31-A35, controlled by the PHASE signals from the phase control unit 19. Whenever one of these sets of AND gates is enabled, the corresponding parameter is applied to predetermined lines of the parameter bus 24.
For example, in the PRIMARY ADDRESS phase, the AND gates A31 are enabled, causing the parameter BASE to be applied to the parameter bus. This is used by the microprogram to select the appropriate base register for calculating the operand address. At the same time, the AND gates A32 are enabled, causing OP SIZE to be applied to the bus. This is used to check for address range violations.
In the PRIMARY READ phase, OP SIZE is again applied to the parameter bus, and is used by the microprogram to determine the number of words to be read from the main store.
In the UPDATE phase, gate A33 is enabled, which causes I SIZE to be applied to the bus. This is used to control the amount by which the program counter is incremented to give the next instruction address.
In the READ EXECUTE phase, the parameters ALU OP and REG are applied to the parameter bus to control the ALU operation in this phase.
The selection of parameters for the other phases is similar, and need not be described in detail.
It can be seen that a different sub-set of parameters is selected and placed on the parameter bus in each of these phases. The number of lines making up the parameter bus is determined by the maximum number of bits required to specify the parameters for any one phase. For example, if no phase requires more than sixteen parameter bits, then the parameter bus can comprise just sixteen wires. The parameters for one phase can be placed on the same lines as those for another phase if required. For example, in this case, the four bits indicating the arithmetic operation in the READ EXECUTE phase occupy the same bus lines as those used to specify the base register in the PRIMARY ADDRESS phase.
In conclusion, it can be seen that each phase of the machine-level instruction is executed by a sequence of microinstructions held in the ROMs 15. In previously known arrangements, there would have been a separate microprogram sequence for each variant of a particular phase; for example, there would be a number of different microprogram sequences for the PRIMARY ADDRESS phase, one for each possible base register. In contrast, in the present invention, a single microprogram sequence is able to handle all variations of a particular phase. For example, a single sequence deals with all the variants of the PRIMARY ADDRESS phase; the sequence merely specifies that some base register is to be used, the choice of the base register being determined by the parameter which appears on the parameter bus during this phase.
It should be noted that although in the example described above all the parameters are derived from the current machine-level instruction, in other forms of the invention some or all the parameters may come from other sources, such as from a status register.

Claims (4)

We claim:
1. Data processing apparatus comprising:
(a) an instruction register for holding a machine-level instruction,
(b) a plurality of separate functional units for performing data processing operations,
(c) a plurality of microprogram stores, one for each of said functional units, each store holding a plurality of sequences of microinstructions,
(d) a plurality of decoders connected respectively to said microprogram stores, for decoding said microinstructions to produce control signals for the respective functional units,
(e) phase control means, responsive to the machine-level instruction in said instruction register, for producing a succession of phase signals indicating a succession of phases required to execute that machine-level instruction,
(f) microprogram sequencing means responsive to each said phase signal to initiate one of said sequences of microinstructions in each said microprogram store,
(g) parameter generating means for generating a plurality of microprogram parameters, from the machine-level instruction in said instruction register,
(h) parameter selection means, controlled by said phase signals, for selecting a predetermined sub-set of said parameters during each said phase, and
(i) a multi-line bus for applying the selected parameters in parallel to all said decoders to qualify operation of said decoders.
2. Apparatus according to claim 1 wherein said parameter generating means comprises means for deriving said parameters from the machine-level instruction in said instruction register.
3. Apparatus according to claim 1 wherein said phase control means comprises a finite-state machine having a separate state for each said phase.
4. Apparatus according to claim 1 wherein said parameter selection means comprises means for applying different parameters to the same line of said bus during different phases.
US06/765,379 1984-08-18 1985-08-13 Microprogram control Expired - Fee Related US4763246A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
GB8421066 1984-08-18
GB848421066A GB8421066D0 (en) 1984-08-18 1984-08-18 Microprogram control

Publications (1)

Publication Number Publication Date
US4763246A true US4763246A (en) 1988-08-09

Family

ID=10565553

Family Applications (1)

Application Number Title Priority Date Filing Date
US06/765,379 Expired - Fee Related US4763246A (en) 1984-08-18 1985-08-13 Microprogram control

Country Status (4)

Country Link
US (1) US4763246A (en)
EP (1) EP0173466B1 (en)
DE (1) DE3585476D1 (en)
GB (1) GB8421066D0 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5220656A (en) * 1988-12-26 1993-06-15 Mitsubishi Denki Kabushiki Kaisha System for selecting control parameter for microinstruction execution unit using parameters and parameter selection signal decoded from instruction
US5291615A (en) * 1988-08-11 1994-03-01 Kabushiki Kaisha Toshiba Instruction pipeline microprocessor
US5410659A (en) * 1992-04-13 1995-04-25 Nec Corporation Digital processor with instruction memory of reduced storage size
US5500947A (en) * 1988-06-27 1996-03-19 Digital Equipment Corporation Operand specifier processing by grouping similar specifier types together and providing a general routine for each
US5559974A (en) * 1994-03-01 1996-09-24 Intel Corporation Decoder having independently loaded micro-alias and macro-alias registers accessible simultaneously by one micro-operation
US6237101B1 (en) 1998-08-03 2001-05-22 International Business Machines Corporation Microprocessor including controller for reduced power consumption and method therefor
US20050033942A1 (en) * 2003-08-08 2005-02-10 Simcha Gochman Distribution of architectural state information in a processor across multiple pipeline stages
US20070106889A1 (en) * 2001-02-21 2007-05-10 Mips Technologies, Inc. Configurable instruction sequence generation
US7698539B1 (en) 2003-07-16 2010-04-13 Banning John P System and method of instruction modification
US7860911B2 (en) 2001-02-21 2010-12-28 Mips Technologies, Inc. Extended precision accumulator

Families Citing this family (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2617305B1 (en) * 1987-06-26 1992-02-21 Thomson Csf DATA PROCESSING SYSTEM FOR EXECUTING SIMULTANEOUS INSTRUCTIONS ON MULTIPLE PROCESSORS
FR2620247A1 (en) * 1987-09-08 1989-03-10 Thomson Csf System for processing data by executing possibly different instructions simultaneously on several processors
EP0334621A3 (en) * 1988-03-23 1992-12-30 Du Pont Pixel Systems Limited System with improved instruction execution
GB2215879A (en) * 1988-03-23 1989-09-27 Benchmark Technologies Numerical processor using microcode
US5150468A (en) * 1989-06-30 1992-09-22 Bull Hn Information Systems Inc. State controlled instruction logic management apparatus included in a pipelined processing unit
US5163011A (en) * 1990-09-27 1992-11-10 Kaman Aerospace Corporation Real time load monitoring system with remote sensing

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3404378A (en) * 1965-10-29 1968-10-01 Automatic Telephone & Elect Computers
GB1433076A (en) * 1973-07-19 1976-04-22 Ibm Data processing systems
US3979729A (en) * 1973-07-18 1976-09-07 John Richard Eaton Microprogram unit for a data processor
US3990054A (en) * 1974-11-05 1976-11-02 Honeywell Inc. Microprogram organization techniques
US3991404A (en) * 1973-10-10 1976-11-09 Honeywell Information Systems Italia Apparatus for carrying out macroinstructions in a microprogrammed computer
US4021779A (en) * 1974-11-27 1977-05-03 International Business Machines Corporation Microprogram control units
US4131835A (en) * 1976-05-21 1978-12-26 Siemens Aktiengesellschaft Microprogrammable control unit
US4491908A (en) * 1981-12-01 1985-01-01 Honeywell Information Systems Inc. Microprogrammed control of extended integer and commercial instruction processor instructions through use of a data type field in a central processor unit
JPS6118041A (en) * 1984-07-05 1986-01-25 Oki Electric Ind Co Ltd Arithmetic processor
US4649470A (en) * 1980-02-11 1987-03-10 Data General Corporation Data processing system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE2717374C2 (en) * 1977-04-20 1985-06-20 Hughes Aircraft Co., Culver City, Calif. Data processing system
DE3003465C2 (en) * 1980-01-31 1981-10-01 Siemens AG, 1000 Berlin und 8000 München Device for generating condition codes in microprogram-controlled universal computers

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3404378A (en) * 1965-10-29 1968-10-01 Automatic Telephone & Elect Computers
US3979729A (en) * 1973-07-18 1976-09-07 John Richard Eaton Microprogram unit for a data processor
GB1433076A (en) * 1973-07-19 1976-04-22 Ibm Data processing systems
US3991404A (en) * 1973-10-10 1976-11-09 Honeywell Information Systems Italia Apparatus for carrying out macroinstructions in a microprogrammed computer
US3990054A (en) * 1974-11-05 1976-11-02 Honeywell Inc. Microprogram organization techniques
US4021779A (en) * 1974-11-27 1977-05-03 International Business Machines Corporation Microprogram control units
US4131835A (en) * 1976-05-21 1978-12-26 Siemens Aktiengesellschaft Microprogrammable control unit
US4649470A (en) * 1980-02-11 1987-03-10 Data General Corporation Data processing system
US4491908A (en) * 1981-12-01 1985-01-01 Honeywell Information Systems Inc. Microprogrammed control of extended integer and commercial instruction processor instructions through use of a data type field in a central processor unit
JPS6118041A (en) * 1984-07-05 1986-01-25 Oki Electric Ind Co Ltd Arithmetic processor

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5500947A (en) * 1988-06-27 1996-03-19 Digital Equipment Corporation Operand specifier processing by grouping similar specifier types together and providing a general routine for each
US5291615A (en) * 1988-08-11 1994-03-01 Kabushiki Kaisha Toshiba Instruction pipeline microprocessor
US5321821A (en) * 1988-12-26 1994-06-14 Mitsubishi Denki Kabushiki Kaisha System for processing parameters in instructions of different format to execute the instructions using same microinstructions
US5220656A (en) * 1988-12-26 1993-06-15 Mitsubishi Denki Kabushiki Kaisha System for selecting control parameter for microinstruction execution unit using parameters and parameter selection signal decoded from instruction
US5410659A (en) * 1992-04-13 1995-04-25 Nec Corporation Digital processor with instruction memory of reduced storage size
US5559974A (en) * 1994-03-01 1996-09-24 Intel Corporation Decoder having independently loaded micro-alias and macro-alias registers accessible simultaneously by one micro-operation
US7111151B2 (en) 1998-08-03 2006-09-19 International Business Machines Corporation Microprocessor including microcode unit that only changes the value of control signals required for the current cycle operation for reduced power consumption and method therefor
US6237101B1 (en) 1998-08-03 2001-05-22 International Business Machines Corporation Microprocessor including controller for reduced power consumption and method therefor
US6964026B2 (en) 1998-08-03 2005-11-08 International Business Machines Corporation Method of updating a semiconductor design
US20070106889A1 (en) * 2001-02-21 2007-05-10 Mips Technologies, Inc. Configurable instruction sequence generation
US20090198986A1 (en) * 2001-02-21 2009-08-06 Mips Technologies, Inc. Configurable Instruction Sequence Generation
US7617388B2 (en) * 2001-02-21 2009-11-10 Mips Technologies, Inc. Virtual instruction expansion using parameter selector defining logic operation on parameters for template opcode substitution
US7860911B2 (en) 2001-02-21 2010-12-28 Mips Technologies, Inc. Extended precision accumulator
US8447958B2 (en) 2001-02-21 2013-05-21 Bridge Crossing, Llc Substituting portion of template instruction parameter with selected virtual instruction parameter
US7698539B1 (en) 2003-07-16 2010-04-13 Banning John P System and method of instruction modification
US20100138638A1 (en) * 2003-07-16 2010-06-03 John Banning System and method of instruction modification
US7984277B2 (en) 2003-07-16 2011-07-19 John Banning System and method of instruction modification
US20110238961A1 (en) * 2003-07-16 2011-09-29 John Banning System and method of instruction modification
US8549266B2 (en) 2003-07-16 2013-10-01 John P. Banning System and method of instruction modification
US20050033942A1 (en) * 2003-08-08 2005-02-10 Simcha Gochman Distribution of architectural state information in a processor across multiple pipeline stages

Also Published As

Publication number Publication date
EP0173466A3 (en) 1989-03-08
EP0173466A2 (en) 1986-03-05
DE3585476D1 (en) 1992-04-09
GB8421066D0 (en) 1984-09-19
EP0173466B1 (en) 1992-03-04

Similar Documents

Publication Publication Date Title
US4763246A (en) Microprogram control
US4454578A (en) Data processing unit with pipelined operands
US4179731A (en) Microprogrammed control system
EP0996057B1 (en) Data processor with an instruction unit having a cache and a ROM
US4131943A (en) Microprogrammed computer employing a decode read only memory (DROM) and a microinstruction read only memory (ROM)
EP0220684B1 (en) Data processing system
US5922065A (en) Processor utilizing a template field for encoding instruction sequences in a wide-word format
EP0307166A2 (en) Data processor
US5091853A (en) Chained addressing mode pipelined processor which merges separately decoded parts of a multiple operation instruction
US4539635A (en) Pipelined digital processor arranged for conditional operation
EP0627681B1 (en) Apparatus and method for processing data with a plurality of flag groups
USRE32493E (en) Data processing unit with pipelined operands
JPS62197830A (en) Data processing system
JPH0812598B2 (en) Microprogram processor controller
JPH0810428B2 (en) Data processing device
US4945511A (en) Improved pipelined processor with two stage decoder for exchanging register values for similar operand instructions
KR0142334B1 (en) Extended Bit Slice Processor Arithmetic Logic Unit
JPS645330B2 (en)
US4598358A (en) Pipelined digital signal processor using a common data and control bus
US4674063A (en) Information processing apparatus having a sequence control function
US4991086A (en) Microprogram controlled microprocessor having a plurality of internal buses and including transfer register designation system
JP2538053B2 (en) Control device
JP2583506B2 (en) Data processing device
EP0177268A2 (en) Programmable data path width in a programmable unit having plural levels of subinstructions sets
JPS58200349A (en) Microprogram controller

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL COMPUTERS LIMITED, ICL HOUSE, PUTNEY

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNORS:HOLT, NICHOLAS P.;PROCTER, BRIAN J.;REEL/FRAME:004492/0589;SIGNING DATES FROM 19851018 TO 19851202

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

REMI Maintenance fee reminder mailed
LAPS Lapse for failure to pay maintenance fees
FP Lapsed due to failure to pay maintenance fee

Effective date: 19960814

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362