US5046040A - Microprogram control apparatus using don't care bits as part of address bits for common instructions and generating variable control bits - Google Patents
Microprogram control apparatus using don't care bits as part of address bits for common instructions and generating variable control bits Download PDFInfo
- Publication number
- US5046040A US5046040A US07/947,642 US94764286A US5046040A US 5046040 A US5046040 A US 5046040A US 94764286 A US94764286 A US 94764286A US 5046040 A US5046040 A US 5046040A
- Authority
- US
- United States
- Prior art keywords
- microcode
- address
- decoding
- microcodes
- counter
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/30—Arrangements for executing machine instructions, e.g. instruction decode
- G06F9/30145—Instruction analysis, e.g. decoding, instruction word fields
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/22—Microcontrol or microprogram arrangements
- G06F9/223—Execution 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements 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/22—Microcontrol or microprogram arrangements
- G06F9/26—Address formation of the next micro-instruction ; Microprogram storage or retrieval arrangements
- G06F9/262—Arrangements for next microinstruction selection
- G06F9/268—Microinstruction selection not based on processing results, e.g. interrupt, patch, first cycle store, diagnostic programs
Definitions
- the present invention relates generally to a microprogram control device, and more particularly, to a microprogram control device used in a computer, for example, a microcomputer or microprocessor.
- FIG. 5 An example of a conventional microprogram control device is shown in FIG. 5.
- a machine instruction code from a program memory (not shown) or the like is directly input to an address register 101.
- This address register 101 produces an output of 8 bits, which are high-order bits of a microcode address.
- a counter 102 reset in synchronism with the fetch of the machine instruction code sent to the register 101, produces an output of 4 bits, which are low-order bits of the microcode address.
- microcode address decoding area 103a which is part of a microcode storage unit 103, and can be in the form of, for example, a PLA (programmable logic array).
- the address decoding area 103a of microcode storage unit 103 decodes the input microcode address, causing a microcode stored in the addressed segment of a microcode memory area 103b to be output to a microinstruction register 104.
- the contents of the counter 102 are incremented without altering the contents of the address register 101, thus causing sequential microcode addresses to be designated.
- the conventional microcode storage unit 103 is configured as shown in FIG. 6.
- the address decoding area 103a has a series of microcode addresses. Each microcode address has, for example, 12 bits. Associated with each microcode address is a microcode of; for example, 21 bits, which microcode is stored within the microcode memory area 103b.
- the microprogram having three microcodes of "aa . . . a", “bb . . . b", and “cc . . . c” is stored.
- the microprogram having two microcodes of "dd . . . d” and "ee . . . e” is stored.
- the microprogram having three microcodes of "aa . . . a", bb . . . b", and "cc . . . c" identical to the three microcodes of the INC instruction is stored.
- the microprogram having three microcodes of "xx . . . x", "yy . . . y”, and "zz . . . z" is stored. Note that areas represented by "** . . . *" are unnecessary memory areas since no microcodes for the given machine instruction microprogram need to be stored in these unused memory areas.
- the above-mentioned conventional microprogram control device is required to produce a microprogram for each machine instruction.
- counter 102 is used to create the low-order bits of the microcode address.
- Counter 102 is reset for each fetch of a machine instruction being called.
- microcodes corresponding to each instruction are accessed in sequence from the start address of the microprogram being outputted.
- the microstep is fixed to a preselected number of steps, for example, four steps.
- FIG. 7 Another example of a conventional microprogram control device will be described with reference to FIG. 7.
- a machine instruction is decoded by machine instruction decoding circuit 110.
- Circuit 110 is typically comprised of PLA, such that microinstruction addresses from circuit 110 are input to a next microinstruction address determination circuit ill.
- a next microinstruction address output by circuit 111 is input to a control memory or store 112 and to an address converter 114.
- Control memory 112 then outputs a microinstruction address to a microinstruction register 113.
- This microinstruction register 113 comprises a conditional branch instruction 113b, and another instruction 113a.
- a control memory address (that is, the next microinstruction address of the concerned microinstruction) is first converted into a nanoinstruction address by address converter 114.
- the nanoinstruction is then stored in nanoinstruction register 115.
- Microinstruction 113a has an NMA (next microinstruction address) field that represents an address of the next microinstruction.
- NMA next microinstruction address
- the NMA field is output to the microinstruction address bus 120.
- the TY field represents a value other than "00”
- the microinstruction address is determined by the output of the machine instruction decoding circuit 110.
- status information of 2 bits selected by a CBC field is coupled to a NMAB (next microinstruction address branch) field by status selection circuit 119.
- a nanoinstruction of an address stored in nanoinstruction address register 115 is output from nanomemory 116, which nanoinstruction is then stored in nanoinstruction register 117.
- Computing unit 118 performs predetermined computations in accordance with this nanoinstruction.
- Status information for example, at carry flag, etc., produced by this computation is input to the status selection circuit 119.
- Status selection circuit 119 selects the status information from the computing unit 118 based on the content of the CBC field of the microinstruction 113b, and then outputs to the next microinstruction address determination circuit 111.
- an object of the current invention is to provide a microprogram control device which improves operating speed and decreases semiconductor chip area.
- Another object of the present invention is to realize a microprogram control device that has both a variable microstep function and simplified circuit construction.
- a microprogram control device adapted for use with a microcomputer which comprises: a decoding circuit for decoding machine instruction codes input from a program memory to the decoding circuit to create microcode start addresses for each of said machine instruction codes; a counter connected to said decoding circuit operative to count in response to the receipt of each of the microcode start addresses to produce a required number of microcode addresses; and a microcode storage unit connected to the counter comprising an address decoding area responsive to the receipt of each of said microcode addresses from the counter to produce microcodes corresponding to the microcode addresses, and a microcode memory area in which the microcodes of the microprograms defining the machine instruction codes are stored whereby when each microcode start address is input from the decoding circuit to the counter.
- the address decoding area sequentially designates microcodes in accordance with each microcode start address and provides an access to the microcode memory area.
- a predetermined microcode is read on the basis of the microcode designation of the address decoding area, and is provided for controlling circuit means.
- the microprogram control device of the present invention provides a "don't care" function for a certain bit or bits of common microcode addresses of the common microcodes with a view to realizing access of the common microcodes by the different machine instructions.
- a "don't care" function for a certain bit or bits of common microcode addresses of the common microcodes with a view to realizing access of the common microcodes by the different machine instructions.
- a next microinstruction address determination circuit is disposed between the machine instruction decoder and the counter.
- the determination circuit selects either a microcode start address from the machine instruction decoder or a microcode start address of the next microinstruction contained in the microcode output from the register, depending upon a control bit(s) in the microcodes provided to the counter. In this manner, the determination circuit enables designation of a branch operation as a microcode to generate various kinds of machine instructions.
- the counter may be provided with an area of a high-order bit assigned to a register and a remaining area assigned to the counter itself.
- FIG. 1 is a block diagram illustrating an embodiment of a microprogram control device according to the present invention
- FIG. 2 is a schematic view diagrammatically showing the operation of the device of the present invention shown in FIG. 1;
- FIG. 3A to 3C are explanatory views showing microcode storage conditions when microcode defining different machine instructions are partially common to each other, wherein FIGS. 3A and 3B are examples with conventional microprogram control devices, and FIG. 3C is an example with a microprogram control device according to the present invention;
- FIG. 4 is a block diagram illustrating another embodiment of a microprogram control device according to the present invention.
- FIG. 5 is a block diagram illustrating a conventional microprogram control device
- FIG. 6 is a explanatory view diagrammatically showing the operation of the conventional device shown in FIG. 5;
- FIG. 7 is at block diagram illustrating another conventional microprogram control device.
- FIG. 1 there is shown in a block form an embodiment of a microprogram control device according to the present invention.
- the microprogram control device of this embodiment comprises a machine instruction decoder 11, preferably in the form of a PLA or read only memory (ROM), that sequentially decodes machine instructions of, for example, 8 bits that are fetched from external memory (not shown) of a computer (not shown).
- a machine instruction decoder 11 preferably in the form of a PLA or read only memory (ROM)
- Microcode start addresses of 10 bits per each machine instruction are generated, and a counter 12 counts up to generate the required number of microcode addresses. Incremental operation of counter 12 is synchronized by clock signal CLK.
- a control signal or control bit(s) Sc (to be referred to later) is input to counter 12 at this point for rendering variable microstep functions in the microprogram control device.
- the microprogram control device further includes a microcode storage unit 13 of two areas 13a and 13b and is made up of, for example, PLA or ROM.
- Decoding area 13a of microcode storage unit 13 responds to microcode addresses from counter 12, and generates microcode addresses.
- Memory area 13b of microcode storage unit 33 stores the plurality of microcodes defining machine instructions in accordance with respective start addresses. When each start address is input from counter 12 to address decoding area 13a, address decoding area 13a sequentially designates to memory area 13b a microcode address per each microstep, thus predetermined microcodes of n bits are stored in microcode memory area 13b based on the address provided by address decoding area 13a.
- microcode read from microcode memory area 13b is output to a microcode register 14.
- Microcodes latched in the microcode register 14 are output in order to control the operation of subsequent circuits to be controlled 25.
- Part of the output microcode from the microcode register 14 becomes control output bit(s) Sc, and is input back to counter 12.
- the control output Sc controls the counter 12.
- counter 12 either counts up to create microcode addresses per each machine instruction, or shifts to loading the next machine instruction depending upon the logic state of the control signal Sc.
- Machine instruction decoding circuit 11 and the microcode storage unit 13 will now be described in detail with reference to FIG. 2.
- Machine instruction decoding circuit 11 is a matrix circuit that decodes machine instruction codes and creates start addresses of microcodes correspondingly stored in microcode storage unit 13. Decoding circuit 11 effects said decoding operation in connection with the example shown in FIG. 2 as follows.
- a start address "0000000000” is read.
- a start address "0000000011” is read.
- a start address "00001101” of the SHIFT instruction a start address "0000000000” is read.
- a start address "0000000101” is read.
- microcode memory area 13b of microcodes storage unit 13 a plurality of microcodes are stored in correspondence with respective microcode addresses designated by the address decoding area 13a. Namely, a microcode represented by "aa . . . a” is stored at address 0000000000, a microcode represented by "bb . . . b” is stored at address 0000000001, a microcode represented by “cc . . . c” is stored at address 0000000010, a microcode represented by "dd . . . d” is stored at address 0000000011, a microcode represented by "ee . . . e” is stored at address 0000000100, a microcode represented by "xx . . . x" is stored at address 0000000101, a microcode represented by "yy . . . y” is stored at address 0000000110, and a microcode represented by "zz . . . z is stored at address 0000000111.
- the address "0000000000” is input to microcode storage unit 13, and microcode represented by "aa . . . a” is output. Subsequently, when counter 12 counts up in synchronism with the clock signal CLK, the microcode of "bb . . . b” corresponding to the next address "00000000011", is output. Likewise, when the counter 12 further counts up, the microcode of "cc . . . c" corresponding to the next address "0000000010" is output. Thus, a microprogram having an output of three steps in respect to the INC instruction is generated.
- the address "0000000011” is input to microcode storage unit 13, and microcode represented by “dd . . . d” is output. Subsequently, when counter 12 counts up by one in synchronism with clock signal CLE, the microcode "ee . . . e” corresponding to the next address "0000000100” is output. Thus, a microprogram having an output of two steps in respect of the MOV instruction is generated.
- the SHIFT instruction is generated identically to the INC instruction. Accordingly, when the SHIFT instruction is input to the machine instruction decoding Circuit 11, the same address "0000000000" as the INC instruction is input to microcode storage unit 13. As previously described, a microprogram output having three steps represented by "aa . . . a", "bb . . . b” and "cc . . . c" is sequentially generated.
- microcode storage unit 13 When the ADD instruction is input to the machine instruction decoding circuit ii, the address "00000000101" is input to microcode storage unit 13, and microcode represented by "xx . . . x" is output. Subsequently, when the counter 12 counts up by one in synchronism with the clock signal CLK, the microcode “yy . . . y” corresponding to the next address "000000011011” is output. When counter 12 further counts up by one in synchronism with the clock signal CLK, microcode "zz . . . z” corresponding to the next address "0000000111" is output. Thus, a microprogram output having three steps in respect to the ADD instruction is generated.
- microcodes defining the machine instruction are partially common to each other, the present invention makes possible the generation of microprograms with less memory capacity requirements than conventional devices, and without reducing operating speed, by configuring microcode storage unit 13 in a manner now described.
- machine instruction INSTR1 has a microprogram having eight microcode steps shown as "aa . . . a”, "bb . . . b", “cc . . . c", “dd . . . d”, "ee . . . e”, “ff . . . f", “gg . . . g” and "hh . . . h", respectively
- machine instruction INSTR2 has a microprogram having eight microcode steps shown as "xx . . .
- this embodiment according to the present invention can provide a function of "don't care" for a certain number of addresses for microcodes common to microprograms of successive machine instructions INSTR1 and INSTR2.
- the present invention permits microprogramming to be done with reduced memory capacity and without lowering operating speed of the microcomputer.
- the microcode "aa . . . a" of the microprogram is stored at an address 0010010000
- the microcode "bb . . . b” is stored at an address 001001000
- the microcode "cc . . . c” is stored at an address 0010010010.
- the microcode "xx . . . x" of the microprogram is stored at address 0010011000
- microcode "yy . . . y” is stored at address 0010011001
- microcode "zz . . . z" is stored at address 0010011010.
- microcodes of the two microprograms are stored in microcode storage unit 13, with the fourth bit from the lowest or rightmost bit of each address for the common microcodes being a "don't care" bit, which can be arbitrarily defined in its logical state.
- microcode "dd . . . d” is stored at an address 001001x011 (x represents a bit which undergoes the "don't care” operation), the microcode "ee . . . e” at an address 001001x100, microcode "ff . . . f” at an address 001001x101, microcode "gg . . . g” at an address 001001x110, and microcode "hh . . . h” at an address 001001x111.
- this embodiment of the present invention operates with microcodes, thus making it possible to reduce memory requirements of the microcode storage unit 13. Further, since branch operations, for example, jumps, etc., are not needed, execution time of the microcomputer remains constant. In addition, unlike conventional devices, the present invention does not require control memory for the next address of the microprogram.
- next microinstruction address determination circuit 15 is a multiplexer to select either a start address of the microinstruction address from machine instruction decoder 11 or signal Ad (i.e., or a start address of the next microinstruction contained in the microcode), depending upon control signal Br from microcode decoding circuit 20.
- Control signal Br is output from microcode decoding circuit 20.
- Control signal Sc also output from microcode decoding circuit 20, is input to counter 12.
- the control signals Br and Sc are provided by decoding microcode signals, computing unit status signals and timing control signals which include the machine instruction fetch status.
- the control signal Sc is used to set the counter with the value from next microinstruction address determination circuit when a new machine instruction is started or a jump microinstruction is executed.
- this embodiment designates branch operations used to generate microprograms of various kinds of machine instructions.
- the present invention can easily be modified to perform similar functions without being limited to the above-mentioned embodiments.
- the counter may be provided with an area of high-order bits assigned to a register and a remaining area assigned to the counter itself.
- a plurality of "don't care" bits are provided, it is possible to cope with microcode common to the microprograms of three or more machine instructions.
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)
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP61-6672 | 1986-01-16 | ||
| JP61006672A JPS62164133A (ja) | 1986-01-16 | 1986-01-16 | マイクロプログラム制御装置 |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| US5046040A true US5046040A (en) | 1991-09-03 |
Family
ID=11644860
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US07/947,642 Expired - Fee Related US5046040A (en) | 1986-01-16 | 1986-12-30 | Microprogram control apparatus using don't care bits as part of address bits for common instructions and generating variable control bits |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US5046040A (de) |
| EP (1) | EP0229734A3 (de) |
| JP (1) | JPS62164133A (de) |
Cited By (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5276824A (en) * | 1990-01-08 | 1994-01-04 | Motorola, Inc. | Data processor having a multi-stage instruction pipe and selection logic responsive to an instruction decoder for selecting one stage of the instruction pipe |
| US5313600A (en) * | 1988-12-02 | 1994-05-17 | Mitsubishi Denki Kabushiki Kaisha | System for controlling the number of data pieces in a queue memory |
| US5333287A (en) * | 1988-12-21 | 1994-07-26 | International Business Machines Corporation | System for executing microinstruction routines by using hardware to calculate initialization parameters required therefore based upon processor status and control parameters |
| US5410725A (en) * | 1990-01-02 | 1995-04-25 | Motorola, Inc. | Data processor with microcode memory compression |
| US5452428A (en) * | 1988-01-18 | 1995-09-19 | Kabushiki Kaisha Toshiba | Processor having different operand source information temporarily stored in plural holding registers to avoid using microprogram ROM capacity for such information |
| US5500930A (en) * | 1988-11-04 | 1996-03-19 | Fujitsu Limited | System to decode instructions indicating the addresses of control codes and providing patterns to direct an electron beam exposure apparatus |
| US5636374A (en) * | 1994-01-04 | 1997-06-03 | Intel Corporation | Method and apparatus for performing operations based upon the addresses of microinstructions |
| US5651122A (en) * | 1991-05-13 | 1997-07-22 | Motorola, Inc. | Pipelined data processor that detects an illegal instruction by detecting legal instruction operation codes |
| US5958046A (en) * | 1996-11-26 | 1999-09-28 | Texas Instruments Incorporated | Microprocessor with reduced microcode space requirements due to improved branch target microaddress circuits, systems, and methods |
| US5983344A (en) * | 1997-03-19 | 1999-11-09 | Integrated Device Technology, Inc. | Combining ALU and memory storage micro instructions by using an address latch to maintain an address calculated by a first micro instruction |
| US20010008017A1 (en) * | 1998-08-03 | 2001-07-12 | Moore William P. | Microprocessor including controller for reduced power consumption and method therefor |
| WO2003029960A1 (en) * | 2001-10-01 | 2003-04-10 | Benjamin Cooper | General purpose fixed instruction set (fis) bit-slice feedback processor unit/computer system |
| US6611909B1 (en) * | 1997-12-02 | 2003-08-26 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for dynamically translating program instructions to microcode instructions |
| US6957322B1 (en) * | 2002-07-25 | 2005-10-18 | Advanced Micro Devices, Inc. | Efficient microcode entry access from sequentially addressed portion via non-sequentially addressed portion |
Citations (22)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US3646522A (en) * | 1969-08-15 | 1972-02-29 | Interdata Inc | General purpose optimized microprogrammed miniprocessor |
| US3949370A (en) * | 1974-06-06 | 1976-04-06 | National Semiconductor Corporation | Programmable logic array control section for data processing system |
| US3990054A (en) * | 1974-11-05 | 1976-11-02 | Honeywell Inc. | Microprogram organization techniques |
| US4027291A (en) * | 1974-09-12 | 1977-05-31 | Fujitsu Ltd. | Access control unit |
| US4073006A (en) * | 1976-07-19 | 1978-02-07 | Texas Instruments Incorporated | Digital processor system with simultaneous branch and OP code function |
| US4075687A (en) * | 1976-03-01 | 1978-02-21 | Raytheon Company | Microprogram controlled digital computer |
| US4173041A (en) * | 1976-05-24 | 1979-10-30 | International Business Machines Corporation | Auxiliary microcontrol mechanism for increasing the number of different control actions in a microprogrammed digital data processor having microwords of fixed length |
| GB2074776A (en) * | 1980-03-17 | 1981-11-04 | Victor Company Of Japan | Disc-shaped recording medium reproducing apparatus |
| EP0039227A2 (de) * | 1980-04-25 | 1981-11-04 | Data General Corporation | Datenverarbeitungsanlage |
| GB2077010A (en) * | 1980-06-02 | 1981-12-09 | Hitachi Ltd | Microprogramme control method and apparatus therefor |
| US4323964A (en) * | 1976-11-01 | 1982-04-06 | Data General Corporation | CPU Employing micro programmable control for use in a data processing system |
| US4374417A (en) * | 1981-02-05 | 1983-02-15 | International Business Machines Corp. | Method for using page addressing mechanism |
| US4388682A (en) * | 1979-09-04 | 1983-06-14 | Raytheon Company | Microprogrammable instruction translator |
| US4403284A (en) * | 1980-11-24 | 1983-09-06 | Texas Instruments Incorporated | Microprocessor which detects leading 1 bit of instruction to obtain microcode entry point address |
| US4415969A (en) * | 1980-02-07 | 1983-11-15 | Intel Corporation | Macroinstruction translator unit for use in a microprocessor |
| US4432052A (en) * | 1981-04-13 | 1984-02-14 | Texas Instruments Incorporated | Microcomputer device using dispatch addressing of control ROM |
| US4438493A (en) * | 1981-07-06 | 1984-03-20 | Honeywell Information Systems Inc. | Multiwork memory data storage and addressing technique and apparatus |
| US4482953A (en) * | 1980-05-30 | 1984-11-13 | Fairchild Camera & Instrument Corporation | Computer with console addressable PLA storing control microcode and microinstructions for self-test of internal registers and ALU |
| US4509114A (en) * | 1982-02-22 | 1985-04-02 | International Business Machines Corporation | Microword control mechanism utilizing a programmable logic array and a sequence counter |
| US4556938A (en) * | 1982-02-22 | 1985-12-03 | International Business Machines Corp. | Microcode control mechanism utilizing programmable microcode repeat counter |
| US4812972A (en) * | 1984-06-20 | 1989-03-14 | Convex Computer Corporation | Microcode computer having dispatch and main control stores for storing the first and the remaining microinstructions of machine instructions |
| US4835679A (en) * | 1985-01-24 | 1989-05-30 | Hitachi, Ltd. | Microprogram control system |
Family Cites Families (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPS56152049A (en) * | 1980-04-25 | 1981-11-25 | Toshiba Corp | Microprogram control system |
-
1986
- 1986-01-16 JP JP61006672A patent/JPS62164133A/ja active Pending
- 1986-12-30 US US07/947,642 patent/US5046040A/en not_active Expired - Fee Related
-
1987
- 1987-01-16 EP EP19870300388 patent/EP0229734A3/de not_active Withdrawn
Patent Citations (22)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US3646522A (en) * | 1969-08-15 | 1972-02-29 | Interdata Inc | General purpose optimized microprogrammed miniprocessor |
| US3949370A (en) * | 1974-06-06 | 1976-04-06 | National Semiconductor Corporation | Programmable logic array control section for data processing system |
| US4027291A (en) * | 1974-09-12 | 1977-05-31 | Fujitsu Ltd. | Access control unit |
| US3990054A (en) * | 1974-11-05 | 1976-11-02 | Honeywell Inc. | Microprogram organization techniques |
| US4075687A (en) * | 1976-03-01 | 1978-02-21 | Raytheon Company | Microprogram controlled digital computer |
| US4173041A (en) * | 1976-05-24 | 1979-10-30 | International Business Machines Corporation | Auxiliary microcontrol mechanism for increasing the number of different control actions in a microprogrammed digital data processor having microwords of fixed length |
| US4073006A (en) * | 1976-07-19 | 1978-02-07 | Texas Instruments Incorporated | Digital processor system with simultaneous branch and OP code function |
| US4323964A (en) * | 1976-11-01 | 1982-04-06 | Data General Corporation | CPU Employing micro programmable control for use in a data processing system |
| US4388682A (en) * | 1979-09-04 | 1983-06-14 | Raytheon Company | Microprogrammable instruction translator |
| US4415969A (en) * | 1980-02-07 | 1983-11-15 | Intel Corporation | Macroinstruction translator unit for use in a microprocessor |
| GB2074776A (en) * | 1980-03-17 | 1981-11-04 | Victor Company Of Japan | Disc-shaped recording medium reproducing apparatus |
| EP0039227A2 (de) * | 1980-04-25 | 1981-11-04 | Data General Corporation | Datenverarbeitungsanlage |
| US4482953A (en) * | 1980-05-30 | 1984-11-13 | Fairchild Camera & Instrument Corporation | Computer with console addressable PLA storing control microcode and microinstructions for self-test of internal registers and ALU |
| GB2077010A (en) * | 1980-06-02 | 1981-12-09 | Hitachi Ltd | Microprogramme control method and apparatus therefor |
| US4403284A (en) * | 1980-11-24 | 1983-09-06 | Texas Instruments Incorporated | Microprocessor which detects leading 1 bit of instruction to obtain microcode entry point address |
| US4374417A (en) * | 1981-02-05 | 1983-02-15 | International Business Machines Corp. | Method for using page addressing mechanism |
| US4432052A (en) * | 1981-04-13 | 1984-02-14 | Texas Instruments Incorporated | Microcomputer device using dispatch addressing of control ROM |
| US4438493A (en) * | 1981-07-06 | 1984-03-20 | Honeywell Information Systems Inc. | Multiwork memory data storage and addressing technique and apparatus |
| US4509114A (en) * | 1982-02-22 | 1985-04-02 | International Business Machines Corporation | Microword control mechanism utilizing a programmable logic array and a sequence counter |
| US4556938A (en) * | 1982-02-22 | 1985-12-03 | International Business Machines Corp. | Microcode control mechanism utilizing programmable microcode repeat counter |
| US4812972A (en) * | 1984-06-20 | 1989-03-14 | Convex Computer Corporation | Microcode computer having dispatch and main control stores for storing the first and the remaining microinstructions of machine instructions |
| US4835679A (en) * | 1985-01-24 | 1989-05-30 | Hitachi, Ltd. | Microprogram control system |
Non-Patent Citations (11)
| Title |
|---|
| "Microprogramming Techniques Using the AM 2910 Sequencer", J. R. Mick, COMPCON '78, Feb. 1978. |
| Microprogramming Techniques Using the AM 2910 Sequencer , J. R. Mick, COMPCON 78, Feb. 1978. * |
| Motorola 68000 microprocessor program by Zolinowsky and Tredennick, "Design and Implementation of System Features for the MC68000", IEEE, Apr. 1979, pp. 2-9. |
| Motorola 68000 microprocessor program by Zolinowsky and Tredennick, Design and Implementation of System Features for the MC68000 , IEEE, Apr. 1979, pp. 2 9. * |
| Parallelism in Hardware and Software, by H. Lorin, pp. 139 142, Prentice Hall Inc., 1972. * |
| Parallelism in Hardware and Software, by H. Lorin, pp. 139-142, Prentice-Hall Inc., 1972. |
| Starnes, "Microcoded Microprocessor Simplifies Virtual Memory Management", Electronics, Dec. 1, 1983, pp. 147-149. |
| Starnes, Microcoded Microprocessor Simplifies Virtual Memory Management , Electronics, Dec. 1, 1983, pp. 147 149. * |
| Stritter et al., "Microprogrammed Implemention of a Single Chip Microprocessor", IEEE, Aug. 1978, pp. 8-16. |
| Stritter et al., Microprogrammed Implemention of a Single Chip Microprocessor , IEEE, Aug. 1978, pp. 8 16. * |
| The Mead & Conway etxt, Introduction of VLSI Systems, 1980, p. 81. * |
Cited By (17)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5452428A (en) * | 1988-01-18 | 1995-09-19 | Kabushiki Kaisha Toshiba | Processor having different operand source information temporarily stored in plural holding registers to avoid using microprogram ROM capacity for such information |
| US5500930A (en) * | 1988-11-04 | 1996-03-19 | Fujitsu Limited | System to decode instructions indicating the addresses of control codes and providing patterns to direct an electron beam exposure apparatus |
| US5313600A (en) * | 1988-12-02 | 1994-05-17 | Mitsubishi Denki Kabushiki Kaisha | System for controlling the number of data pieces in a queue memory |
| US5333287A (en) * | 1988-12-21 | 1994-07-26 | International Business Machines Corporation | System for executing microinstruction routines by using hardware to calculate initialization parameters required therefore based upon processor status and control parameters |
| US5410725A (en) * | 1990-01-02 | 1995-04-25 | Motorola, Inc. | Data processor with microcode memory compression |
| US5276824A (en) * | 1990-01-08 | 1994-01-04 | Motorola, Inc. | Data processor having a multi-stage instruction pipe and selection logic responsive to an instruction decoder for selecting one stage of the instruction pipe |
| US5651122A (en) * | 1991-05-13 | 1997-07-22 | Motorola, Inc. | Pipelined data processor that detects an illegal instruction by detecting legal instruction operation codes |
| US5636374A (en) * | 1994-01-04 | 1997-06-03 | Intel Corporation | Method and apparatus for performing operations based upon the addresses of microinstructions |
| US5958046A (en) * | 1996-11-26 | 1999-09-28 | Texas Instruments Incorporated | Microprocessor with reduced microcode space requirements due to improved branch target microaddress circuits, systems, and methods |
| US5983344A (en) * | 1997-03-19 | 1999-11-09 | Integrated Device Technology, Inc. | Combining ALU and memory storage micro instructions by using an address latch to maintain an address calculated by a first micro instruction |
| US6611909B1 (en) * | 1997-12-02 | 2003-08-26 | Telefonaktiebolaget Lm Ericsson (Publ) | Method and apparatus for dynamically translating program instructions to microcode instructions |
| US20010008017A1 (en) * | 1998-08-03 | 2001-07-12 | Moore William P. | Microprocessor including controller for reduced power consumption and method therefor |
| US20010010082A1 (en) * | 1998-08-03 | 2001-07-26 | Moore William P. | 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 |
| 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 |
| WO2003029960A1 (en) * | 2001-10-01 | 2003-04-10 | Benjamin Cooper | General purpose fixed instruction set (fis) bit-slice feedback processor unit/computer system |
| US6957322B1 (en) * | 2002-07-25 | 2005-10-18 | Advanced Micro Devices, Inc. | Efficient microcode entry access from sequentially addressed portion via non-sequentially addressed portion |
Also Published As
| Publication number | Publication date |
|---|---|
| EP0229734A2 (de) | 1987-07-22 |
| EP0229734A3 (de) | 1990-10-10 |
| JPS62164133A (ja) | 1987-07-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US3949370A (en) | Programmable logic array control section for data processing system | |
| JP2651218B2 (ja) | フレキシブルasicマイクロコンピュータ | |
| US4118773A (en) | Microprogram memory bank addressing system | |
| US4984151A (en) | Flexible, next-address generation microprogram sequencer | |
| US4155120A (en) | Apparatus and method for controlling microinstruction sequencing by selectively inhibiting microinstruction execution | |
| US3983539A (en) | Polymorphic programmable units employing plural levels of sub-instruction sets | |
| US5046040A (en) | Microprogram control apparatus using don't care bits as part of address bits for common instructions and generating variable control bits | |
| US4631663A (en) | Macroinstruction execution in a microprogram-controlled processor | |
| US3991404A (en) | Apparatus for carrying out macroinstructions in a microprogrammed computer | |
| US3983541A (en) | Polymorphic programmable units employing plural levels of phased sub-instruction sets | |
| US4558411A (en) | Polymorphic programmable units employing plural levels of sub-instruction sets | |
| US4467415A (en) | High-speed microprogram control apparatus with decreased control storage requirements | |
| US4446517A (en) | Microprogram memory with page addressing and address decode in memory | |
| US4370729A (en) | Microprogram sequencer | |
| US4251862A (en) | Control store organization in a microprogrammed data processing system | |
| US4087857A (en) | ROM-initializing apparatus | |
| US5032983A (en) | Entry point mapping and skipping method and apparatus | |
| US4481581A (en) | Sequence control circuit for a computer | |
| US4394735A (en) | Data processor controlled by microprograms | |
| KR920007253B1 (ko) | 마이크로 프로그램 제어 장치 | |
| US4661925A (en) | Computer control memory apparatus providing variable microinstruction length | |
| US4126896A (en) | Microprogrammed large-scale integration (LSI) microprocessor | |
| US5345570A (en) | Microprogram control circuit | |
| JP2826309B2 (ja) | 情報処理装置 | |
| US4404629A (en) | Data processing system with latch for sharing instruction fields |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| AS | Assignment |
Owner name: KABUSHIKI KAISHA TOSHIBA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST.;ASSIGNOR:MIYOSHI, AKIO;REEL/FRAME:004689/0958 Effective date: 19861204 |
|
| 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 |
|
| FPAY | Fee payment |
Year of fee payment: 8 |
|
| REMI | Maintenance fee reminder mailed | ||
| LAPS | Lapse for failure to pay maintenance fees | ||
| STCH | Information on status: patent discontinuation |
Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362 |
|
| FP | Lapsed due to failure to pay maintenance fee |
Effective date: 20030903 |