JPH0623952B2 - Micro program controller - Google Patents

Micro program controller

Info

Publication number
JPH0623952B2
JPH0623952B2 JP59048723A JP4872384A JPH0623952B2 JP H0623952 B2 JPH0623952 B2 JP H0623952B2 JP 59048723 A JP59048723 A JP 59048723A JP 4872384 A JP4872384 A JP 4872384A JP H0623952 B2 JPH0623952 B2 JP H0623952B2
Authority
JP
Japan
Prior art keywords
microinstruction
register
operand data
arithmetic processing
micro
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 - Lifetime
Application number
JP59048723A
Other languages
Japanese (ja)
Other versions
JPS60193050A (en
Inventor
友彦 遠藤
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.)
NEC Corp
Original Assignee
Nippon Electric Co 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 Nippon Electric Co Ltd filed Critical Nippon Electric Co Ltd
Priority to JP59048723A priority Critical patent/JPH0623952B2/en
Publication of JPS60193050A publication Critical patent/JPS60193050A/en
Publication of JPH0623952B2 publication Critical patent/JPH0623952B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 <技術分野> 本発明は、マイクロプログラム制御される演算処理装置
を有する情報処理装置におけるマイクロプログラム制御
装置に関する。
Description: TECHNICAL FIELD The present invention relates to a micro program control device in an information processing device having an arithmetic processing device which is micro program controlled.

<従来技術> 一般に、高性能を要求される情報処理装置においては、
主記憶装置からのデータの読出しを高速化するためにキ
ヤツシユメモリによる記憶装置の階層化が行なわれる一
方、演算処理の高速化のためにパイプライン方式の演算
処理装置が用いられている。
<Prior Art> Generally, in an information processing device that requires high performance,
While a storage device is hierarchized by a cache memory in order to speed up the reading of data from the main storage device, a pipeline type arithmetic processing device is used for speeding up the arithmetic processing.

前者のキヤツシユメモリは、主記憶装置上の比較的頻繁
に使用するデータのコピーを小容量高速のメモリに格納
しておき、演算に必要な主記憶装置上のデータがキヤツ
シユメモリ上に存在する場合これを高速に取出すことを
可能とするが、必要なデータがキヤツシユメモリ上にな
いときは低速の主記憶装置から直接、取出さなければな
らず、この時、該データをオペランドデータとして必要
とする演算命令の処理は該データを取出されるまでの間
開始できない。
In the former cache memory, a copy of the data that is used frequently in the main memory is stored in a small-capacity, high-speed memory, and the data in the main memory necessary for the calculation exists in the cache memory. When this is done, it is possible to fetch this at high speed, but if the required data is not on the cache memory, it must be fetched directly from the low-speed main memory, and at this time, this data is used as operand data. The processing of the required arithmetic instruction cannot be started until the data is fetched.

後者のパイプライン方式の演算処理装置は、1つの命令
に対する演算処理過程を複数の演算ステージに分割し、
演算処理装置中の命令の演算ステージが進むごとに次々
と新しい命令を空いた演算ステージに供給することによ
つて演算処理の高速化を図るものであるが、演算処理装
置に次に供給される命令が現在演算処理装置中で処理中
の命令の演算結果をオペランドデータとして参照する場
合、処理中の命令の処理終了を待たなければ次の命令の
処理を開始できない。
The latter pipeline type arithmetic processing unit divides an arithmetic processing process for one instruction into a plurality of arithmetic stages,
Each time an operation stage of an instruction in the arithmetic processing unit advances, new instructions are sequentially supplied to the empty arithmetic stage to speed up the arithmetic processing. When an instruction refers to the operation result of an instruction currently being processed in the arithmetic processing unit as operand data, the processing of the next instruction cannot be started until the processing of the instruction being processed is completed.

このように、情報処理装置の高速化の手法として用いら
れているキヤツシユ・メモリやパイプライン方式の演算
処理装置では、命令処理に必要なオペランドデータが一
定時間で得られるとは限らない上に一般にこれらのオペ
ランドデータの待合せの事象が発生するか否かは該命令
の処理開始直前までわからない。
As described above, in a cache memory or a pipeline type arithmetic processing device used as a method for increasing the speed of an information processing device, operand data required for instruction processing is not always obtained in a fixed time, and in general, Whether or not an event of waiting for these operand data occurs cannot be known until immediately before the start of the processing of the instruction.

第1図は、マイクロプログラム制御される溝算処理装置
を有する従来の情報処理装置の1例を示すブロツク図で
ある。複数語のマイクロ命令を格納した制御記憶装置1
0から取出されたマイクロ命令aは先ずマイクロ命令レ
ジスタ20に保持される。マイクロ命令レジスタ20に
保持されたマイクロ命令(b)は演算処理回路40を制御
するとともにオペランドデータ供給部30に送られ演算
処理回路40にオペランドデータを供給するように指示
する。オペランドデータ供給部30は演算処理回路40
にオペランドデータを遅れなく供給できる場合はそのま
まオペランドデータ(d)を供給するがオペランドデータ
の待ち合せがある場合はこの旨cを制御記憶装置10,
マイクロ命令レジスタ20に通知し、オペランドデータ
dを演算処理回路40に供給可能となるまで該命令およ
び後続の命令群の実行を待合させる。
FIG. 1 is a block diagram showing an example of a conventional information processing apparatus having a microprogram-controlled groove calculation processing apparatus. Control memory device 1 storing microinstructions of multiple words
The microinstruction a fetched from 0 is first held in the microinstruction register 20. The microinstruction (b) held in the microinstruction register 20 controls the arithmetic processing circuit 40 and is sent to the operand data supply unit 30 to instruct the arithmetic processing circuit 40 to supply the operand data. The operand data supply unit 30 includes an arithmetic processing circuit 40.
If the operand data can be supplied without delay, the operand data (d) is supplied as it is, but if there is a wait for the operand data, this effect c is sent to the control storage device 10,
The micro instruction register 20 is notified, and the execution of the instruction and the subsequent instruction group is waited until the operand data d can be supplied to the arithmetic processing circuit 40.

第2図にこのときのタイムチヤートを示す。マイクロ命
令Aによつてオペランドデータ待合せが生じ、オペラン
ドデータ供給部30はその旨cを制御記憶装置10およ
びマイクロ命令レジスタ20に通知する。そして、2マ
シンサイクル経過後のマシンサイクル3においてオペラ
ンドデータdが演算処理回路40に供給される。すなわ
ち、オペランドデータdの供給について2マシンサイク
ルの待合せが生じている。このオペランドデータdの供
給が完了したマシンサイクル4において、マイクロ命令
Aに後続する命令B,Cが順次オペランドデータ供給部
30および演算処理回路40に供給され、実行される。
FIG. 2 shows the time chart at this time. The operand data waiting occurs due to the microinstruction A, and the operand data supply unit 30 notifies the control memory device 10 and the microinstruction register 20 of that fact. Then, in the machine cycle 3 after the lapse of 2 machine cycles, the operand data d is supplied to the arithmetic processing circuit 40. That is, waiting for two machine cycles has occurred for the supply of the operand data d. In the machine cycle 4 in which the supply of the operand data d is completed, the instructions B and C following the microinstruction A are sequentially supplied to the operand data supply unit 30 and the arithmetic processing circuit 40 and executed.

このように、第1図の情報処理装置においては、マイク
ロ命令レジスタ20からマイクロ命令を受け取ったオペ
ランドデータ供給部30は、オペランドデータdが供給
可能か否かを判断して、その結果供給不可能と判断した
場合には制御記憶装置10およびマイクロ命令レジスタ
20の更新を抑止しなければならず、しかもこれらの処
理を1マシンサイクル以内に完了しなければならない。
従って、1マシンサイクルあたりの時間を短縮して情報
処理装置の高速化を図る場合、マイクロ命令レスタ20
からオペランドデータ供給部30を経て制御記憶装置1
0およびマイクロ命令レジスタ20への情報の伝達の遅
延時間のため、マイクロ命令レジスタ20の更新を抑止
することができなくなり、それ以上の高速化は不可能で
あった。
As described above, in the information processing apparatus of FIG. 1, the operand data supply unit 30 which receives the micro instruction from the micro instruction register 20 determines whether or not the operand data d can be supplied, and as a result, cannot supply. If it is determined that the update of the control memory device 10 and the micro instruction register 20 is to be suppressed, these processes must be completed within one machine cycle.
Therefore, in order to reduce the time per machine cycle to increase the speed of the information processing device, the micro instruction restorer 20
To the control storage device 1 via the operand data supply unit 30
Due to the delay time of 0 and the transmission of information to the micro instruction register 20, the update of the micro instruction register 20 cannot be suppressed, and further speeding up is impossible.

<発明の目的> したがつて、本発明の目的は、情報処理装置のマシンサ
イクルあたりの時間を短縮して高速化を図つたマイクロ
プログラム制御装置を供給することにある。
<Object of the Invention> Therefore, it is an object of the present invention to provide a microprogram controller which shortens the time per machine cycle of an information processing apparatus to increase the speed.

<発明の構成> 本発明のマイクロプログラム制御装置は、演算処理装置
を制御するためのマイクロ命令を複数語格納する制御記
憶装置と、前記制御記憶装置から読出されたマイクロ命
令を保持する記憶手段と、前記制御記憶装置から読出さ
れている第1のマイクロ命令あるいは前記記憶手段に保
持されている第2のマイクロ命令の一方を実行マイクロ
命令として選択しこれを前記演算処理装置に供給する選
択手段と、前記実行マイクロ命令が前記演算処理装置に
おいて正常に実行されたことを検出する手段とから構成
され、前記演算処理装置に供給された前記実行マイクロ
命令が正常に実行されなかつた時、前記検出手段に応答
して前記選択手段は前記第2のマイクロ命令を実行マイ
クロ命令として選択するように動作し、前記記憶手段は
その現在の内容とする第2のマイクロ命令を保持し続け
るよう動作する。
<Structure of Invention> A microprogram control device of the present invention includes a control storage device for storing a plurality of microinstructions for controlling an arithmetic processing device, and a storage unit for holding the microinstructions read from the control storage device. Selecting means for selecting one of the first microinstruction read out from the control storage device or the second microinstruction held in the storage means as an execution microinstruction and supplying it to the arithmetic processing unit. And a means for detecting that the execution microinstruction is normally executed in the arithmetic processing unit, and the detecting means when the execution microinstruction supplied to the arithmetic processing unit is not normally executed. In response to, the selecting means operates to select the second microinstruction as an execution microinstruction, and the storage means operates. To keep the second microinstruction with the current contents of

<実施例> 以下、本発明の実施例を図面を参照しながら説明する。
第3図は本発明の一実施例に係るマイクロプログラム制
御装置を備えた情報処理装置のブロツク図である。
<Example> Hereinafter, an example of the present invention will be described with reference to the drawings.
FIG. 3 is a block diagram of an information processing apparatus equipped with a micro program controller according to an embodiment of the present invention.

本実施例のマイクロプログラム制御装置は、演算処理装
置(演算処理回路40,オペランドデータ供給部30)
を制御するためマイクロ命令を複数語格納する制御記憶
装置10′と、制御記憶装置10′から取出された1語
のマイクロ命令を保持するためのマイクロ命令レジスタ
21と、マイクロ命令レジスタ21に保持されていたマ
イクロ命令であり、かつマイクロ命令レジスタ21に保
持されている現マイクロ命令の直前に制御記憶装置1
0′から取出されたマイクロ命令を保持するためのマイ
クロ命令バツフアレジスタ22と、マイクロ命令レジス
タ21のマイクロ命令とマイクロ命令バツフアレジスタ
22のマイクロ命令の一方を実行命令マイクロ命令とし
て選択し、これを演算処理回路40およびオペランドデ
ータ供給部30へ供給するマイクロ命令セレクタ50
と、オペランドデータ供給部30からのオペランドデー
タ待ち合わせ信号が1マシンサイクル内では制御記憶装
置10、マイクロ命令レジスタ21、マイクロ命令バッ
ファレジスタ22を制御できないため、1マシンサイク
ル内で保持することが可能な待ち制御レジスタ60より
構成されている。
The micro program controller of the present embodiment is an arithmetic processing unit (arithmetic processing circuit 40, operand data supply unit 30).
Control memory device 10 'for storing a plurality of microinstructions for controlling the memory, a microinstruction register 21 for holding a microinstruction of one word fetched from the control memory device 10', and a microinstruction register 21. The micro-instruction that was stored in the micro-instruction register 21 immediately before the current micro-instruction stored in the micro-instruction register 21.
The microinstruction buffer register 22 for holding the microinstruction fetched from 0 ', and one of the microinstruction in the microinstruction register 21 and the microinstruction in the microinstruction buffer register 22 are selected as the execution instruction microinstruction, and To the arithmetic processing circuit 40 and the operand data supply unit 30
And the operand data wait signal from the operand data supply unit 30 cannot control the control storage device 10, the micro instruction register 21, and the micro instruction buffer register 22 within one machine cycle, and thus can be held within one machine cycle. It comprises a wait control register 60.

第4図は本実施例の動作例を示すタイムチヤートであ
る。マシンサイクル0において制御記憶装置10′から
取出されたマイクロ命令Aは、マシンサイクル1でマイ
クロ命令レジスタ21に保持されるとともに次のマイク
ロ命令Bが制御記憶装置10′から取出される。このと
き、マシンサイクル0においてオペランドデータの待合
せは発生していなかつたので、マシンサイクル1におい
て待ち制御レジスタ60にはオペランド待合せ信号C
は保持されていない。それでマイクロ命令セレクタ50
はマイクロ命令レジスタ21を選択しマイクロ命令Aを
実行マイクロ命令bとして演算処理回路40およびオペ
ランドデータ供給部30へ供給する。オペランドデータ
供給部30では、マイクロ命令セレクタ50より供給さ
れたマイクロ命令Aを解読し、演算処理回路40へオペ
ランドデータdを供給すべきことを知ると同時に、該オ
ペランドデータの待合せが発生していることを検出する
とその信号Cを待ち制御レジスタ60に送る。
FIG. 4 is a time chart showing an operation example of this embodiment. The microinstruction A fetched from the control memory device 10 'in the machine cycle 0 is held in the microinstruction register 21 in the machine cycle 1 and the next microinstruction B is fetched from the control memory device 10'. At this time, no waiting for operand data has occurred in the machine cycle 0. Therefore, in the machine cycle 1, the operand waiting signal C 1 is sent to the wait control register 60.
Is not retained. So microinstruction selector 50
Selects the microinstruction register 21 and supplies the microinstruction A as the execution microinstruction b to the arithmetic processing circuit 40 and the operand data supply unit 30. The operand data supply unit 30 decodes the microinstruction A supplied from the microinstruction selector 50, knows that the operand data d should be supplied to the arithmetic processing circuit 40, and at the same time, the waiting of the operand data occurs. When this is detected, the signal C 0 is sent to the wait control register 60.

本願発明ではオペランドデータ待ち合わせ信号Cは、
待ち制御レジスタ60に格納できるだけのタイミングで
生成されていればよく、従来技術のように更に同一サイ
クル内にマイクロ命令レジスタ21等の更新を抑止する
ことは要求されない。マシンサイクル2では制御記憶装
置10′から取出されたマイクロ命令Bがマイクロ命令
レジスタ21に保持されるとともに次のマイクロ命令C
が制御記憶装置10′から取出される。一方、マシンサ
イクル1でオペランドデータの待合せのため演算処理回
路40で実行されなかつたマイクロ命令Aはマシンサイ
クル2でマイクロ命令レジスタ21からマイクロ命令バ
ツフアレジスタ22へ移る。このとき待ち制御レジスタ
60にはマシンサイクル1で発生したオペランドデータ
の待合せ信号Cが保持されているため、マイクロ命令
セレクタ50は、マイクロ命令バツフアレジスタ22に
切替るとともに、マイクロ命令レジスタ21およびマイ
クロ命令バツフアレジスタ22は新しいマイクロ命令に
変ることなく現在の内容を保持し続け、演算処理回路4
0およびオペランドデータ供給部30にはマシンサイク
ル1で実行されなかつたマイクロ命令Aが供給され続け
る。従って、オペランドデータの待ち合わせが発生する
マイクロ命令レジスタ21に保持されたマイクロ命令A
の実行は、マシンタイムの高速化によりマシンサイクル
1内で発生する待ち合わせ信号Cにより制御記憶装置
10、マイクロ命令レジスタ21の更新を抑止できない
ため、1T後のマシンサイクル2において発行される待
ち合わせ信号Cによりマイクロ命令レジスタ21と共
にマイクロ命令バツフアレジスタ22にセットされたマ
イクロ命令Aをオペランドデータが確定するまで保持し
ておくように制御する。これにより、マイクロ命令セレ
クタ50は待ち合わせ信号Cが発行されている間は、
マイクロ命令バッファレジスタ22の出力をセレクトし
続ける。マシンサイクル1で発生し、検出されたオペラ
ンドデータの待合せがマシンサイクル3で解除されると
ともに演算処理回路40へオペランドデータdが供給さ
れると、マイクロ命令Aはマシンサイクル3で実行され
たことになるが、待ち制御レジスタ60には未だオペラ
ンドデータ待合せ信号Cが保持されたままであり、制
御記憶装置10′,マイクロ命令レジスタ21,マイク
ロ命令バツフアレジスタ22は、マシンサイクル4でも
それ以前のマシンサイクルの内容のままである。一方、
マイクロ命令セレクタ50はマシンサイクル4において
待ち制御レジスタ60の内容がオペランドデータ待合せ
を指示しなくなつたためにマイクロ命令レジスタ21を
選択し、マイクロ命令Bを出力するようになる。マシン
サイクル4では、マシンサイクル1の時と同様に、待ち
制御レジスタ60にオペランド待ち合わせ信号Cが保
持されていないため、マイクロ命令セレクタ50はマイ
クロ命令レジスタ21の出力bを選択してマイクロ命
令Bを出力する。これによりマイクロ命令Bは、このマ
シンサイクル4で実行される。また、このオペランド待
ち合わせ信号Cが解除されていることにより、次のマ
シンサイクル5に切り替わる際には、制御記憶装置1
0、マイクロ命令レジスタ21およびマイクロ命令バツ
フアレジスタ22の出力が変化する。
In the present invention, the operand data waiting signal C 0 is
It need only be generated at such a timing that it can be stored in the wait control register 60, and it is not required to further suppress the update of the micro instruction register 21 and the like within the same cycle as in the conventional technique. In machine cycle 2, the microinstruction B fetched from the control storage device 10 'is held in the microinstruction register 21 and the next microinstruction C is stored.
Are retrieved from the control storage device 10 '. On the other hand, the microinstruction A which has not been executed by the arithmetic processing circuit 40 for waiting for operand data in the machine cycle 1 moves from the microinstruction register 21 to the microinstruction buffer register 22 in the machine cycle 2. At this time, since the wait control register 60 holds the wait signal C 1 of the operand data generated in the machine cycle 1, the microinstruction selector 50 switches to the microinstruction buffer register 22 and the microinstruction register 21 and The microinstruction buffer register 22 continues to hold the current contents without changing to a new microinstruction, and the arithmetic processing circuit 4
The microinstruction A which has not been executed in the machine cycle 1 is continuously supplied to the 0 and the operand data supply unit 30. Therefore, the microinstruction A held in the microinstruction register 21 in which a wait for operand data occurs
The execution of the wait signal issued in the machine cycle 2 after 1T because the update of the control storage device 10 and the micro instruction register 21 cannot be suppressed by the wait signal C 0 generated in the machine cycle 1 due to the faster machine time. It is controlled by C 1 to hold the microinstruction A set in the microinstruction buffer register 22 together with the microinstruction register 21 until the operand data is determined. As a result, the microinstruction selector 50 is provided with the waiting signal C 1 while being issued.
The output of the micro instruction buffer register 22 is continuously selected. When the waiting of the operand data detected in the machine cycle 1 is canceled in the machine cycle 3 and the operand data d is supplied to the arithmetic processing circuit 40, the microinstruction A is executed in the machine cycle 3. However, the wait control register 60 still holds the operand data waiting signal C 1 , and the control storage device 10 ′, the micro instruction register 21, and the micro instruction buffer register 22 are used in the machine cycle 4 and the previous machine. It remains the content of the cycle. on the other hand,
The microinstruction selector 50 selects the microinstruction register 21 and outputs the microinstruction B because the contents of the wait control register 60 in the machine cycle 4 do not instruct to wait for operand data. In the machine cycle 4, as in the case of the machine cycle 1, since the operand waiting signal C 1 is not held in the wait control register 60, the micro instruction selector 50 selects the output b 0 of the micro instruction register 21 to select the micro instruction. Output B. As a result, the microinstruction B is executed in this machine cycle 4. Further, since the operand wait signal C 1 is released, the control storage device 1 is not activated when switching to the next machine cycle 5.
0, the outputs of the micro instruction register 21 and the micro instruction buffer register 22 change.

マシンサイクル5では、前マシンサイクルと同様に待ち
制御レジスタ60にオペランド待ち合わせ信号Cが保
持されていないため、マイクロ命令セレクタ50はマイ
クロ命令レジスタ21の出力bを選択してマイクロ命
令Cを出力する。これによりマイクロ命令Cは、このマ
シンサイクル5で実行される。また、このオペランド待
ち合わせ信号Cが解除されていることにより、次のマ
シンサイクル5に切り替わる際には、制御記憶装置1
0、マイクロ命令レジスタ21およびマイクロ命令バツ
フアレジスタ22の出力が変化する。
In the machine cycle 5, since the wait control register 60 does not hold the operand wait signal C 1 as in the previous machine cycle, the microinstruction selector 50 selects the output b 0 of the microinstruction register 21 and outputs the microinstruction C. To do. As a result, the micro instruction C is executed in this machine cycle 5. Further, since the operand wait signal C 1 is released, the control storage device 1 is not activated when switching to the next machine cycle 5.
0, the outputs of the micro instruction register 21 and the micro instruction buffer register 22 change.

マシンサイクル6も、前マシンサイクルと同様に待ち制
御レジスタ60にオペランド待ち合わせ信号Cが保持
されていないため、マイクロ命令セレクタ50はマイク
ロ命令レジスタ21の出力bを選択してマイクロ命令
Dを出力する。これによりマイクロ命令Dは、このマシ
ンサイクル6で実行される。また、このオペランド待ち
合わせ信号Cが解除されていることにより、次のマシ
ンサイクル7に切り替わる際には、制御記憶装置10、
マイクロ命令レジスタ21およびマイクロ命令バッファ
レジスタ22の出力が変化する。
In the machine cycle 6 as well, as in the previous machine cycle, since the operand wait signal C 1 is not held in the wait control register 60, the microinstruction selector 50 selects the output b 0 of the microinstruction register 21 and outputs the microinstruction D. To do. As a result, the micro instruction D is executed in this machine cycle 6. Further, since the operand waiting signal C 1 is released, the control storage device 10, when switching to the next machine cycle 7,
The outputs of the micro instruction register 21 and the micro instruction buffer register 22 change.

以上の説明から、マシンサイクル1で実行されるはずの
マイクロ命令Aはマシンサイクル1と2におけるオペラ
ンドデータの待合せによつてその実行が2マシンサイク
ル後のマシンサイクル2まで引伸ばされたことと、また
それによつて自動的にマイクロ命令Bを含めてそれ以後
のマイクロ命令も実行が先に伸ばされたことがわかる。
From the above description, the microinstruction A, which is supposed to be executed in the machine cycle 1, has been extended until the machine cycle 2 which is two machine cycles later due to the waiting of the operand data in the machine cycles 1 and 2. It is also understood that the execution of the subsequent microinstructions including the microinstruction B is automatically extended accordingly.

<発明の効果> 以上説明したように、本願発明によれば、マイクロ命令
の記憶手段にバッファメモリを設けオペランドデータ待
合せが発生した後にマイクロ命令の記憶手段をバッファ
メモリに切替えるように構成したことにより、オペラン
ドの待合せが発生したマシンサイクル中に直ちにマイク
ロ命令レジスタ等の更新を抑止することが不要になり、
マイクロプログラム制御装置の遅延時間が情報処理装置
の高速化の妨げとなることを防ぐことができる。
<Effects of the Invention> As described above, according to the present invention, a buffer memory is provided in the microinstruction storage means and the microinstruction storage means is switched to the buffer memory after operand data waiting occurs. , It becomes unnecessary to immediately suppress the update of the micro instruction register etc. during the machine cycle in which the waiting of the operand occurs.
It is possible to prevent the delay time of the micro program control device from hindering the speeding up of the information processing device.

【図面の簡単な説明】[Brief description of drawings]

第1図は従来のマイクロプログラム制御装置を備えた情
報処理装置のブロツク図、第2図はその動作例を示すタ
イムチヤート、第3図は本発明の一実施例を係るマイク
ロプログラム制御装置を備えた情報処理装置のブロツク
図、第4図はその動作例を示すタイムチヤートである。 10′:制御記憶装置,21:マイクロ命令レジスタ、
22:マイクロ命令バツフアレジスタ、 30:オペランドデータ供給部、40:演算処理回路、
50:マイクロ命令セレクタ、60:待ち制御レジス
タ。
FIG. 1 is a block diagram of an information processing apparatus having a conventional micro program control device, FIG. 2 is a time chart showing an example of its operation, and FIG. 3 is a micro program control device according to an embodiment of the present invention. A block diagram of the information processing apparatus and FIG. 4 are time charts showing an example of its operation. 10 ': control storage device, 21: micro instruction register,
22: Micro instruction buffer register, 30: Operand data supply unit, 40: Arithmetic processing circuit,
50: Microinstruction selector, 60: Wait control register.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】マイクロプログラム制御される演算処理装
置を有する情報処理装置において、 前記演算処理装置を制御するためのマイクロ命令を複数
語格納する制御記憶装置と、 この制御記憶装置から読出されたマイクロ命令を保持す
る記憶手段と、 前記演算処理装置にオペランドデータを供給するオペラ
ンドデータ供給手段と、 前記制御記憶装置から現在読出されている第1のマイク
ロ命令あるいは前記制御記憶装置から読出され現在前記
記憶手段に保持されている第2のマイクロ命令の一方を
実行マイクロ命令として選択しこれを前記演算処理装置
および前記オペランドデータ供給手段に供給する選択手
段と、 前記オペランドデータ供給手段におけるオペランドの待
合せの発生を検出する検出手段とを有し、 前記検出手段がオペランドの待合せの発生を検出した
時、前記選択手段は前記第2のマイクロ命令を実行マイ
クロ命令として選択するように動作し、前記記憶手段は
その現在の内容とする第2のマイクロ命令を保持し続け
るよう動作することを特徴とするマイクロプログラム制
御装置。
1. An information processing apparatus having an arithmetic processing unit controlled by a micro program, comprising: a control storage unit for storing a plurality of micro instructions for controlling the arithmetic processing unit; and a micro processor read from the control storage unit. Storage means for holding an instruction; operand data supply means for supplying operand data to the arithmetic processing unit; first microinstruction currently read from the control storage device or the storage unit currently read from the control storage device; Selection means for selecting one of the second microinstructions held in the means as an execution microinstruction and supplying it to the arithmetic processing unit and the operand data supply means; Detecting means for detecting When the occurrence of waiting is detected, the selecting means operates to select the second microinstruction as an execution microinstruction, and the storage means keeps holding the second microinstruction having its current content. A microprogram controller characterized in that it operates.
JP59048723A 1984-03-14 1984-03-14 Micro program controller Expired - Lifetime JPH0623952B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP59048723A JPH0623952B2 (en) 1984-03-14 1984-03-14 Micro program controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP59048723A JPH0623952B2 (en) 1984-03-14 1984-03-14 Micro program controller

Publications (2)

Publication Number Publication Date
JPS60193050A JPS60193050A (en) 1985-10-01
JPH0623952B2 true JPH0623952B2 (en) 1994-03-30

Family

ID=12811209

Family Applications (1)

Application Number Title Priority Date Filing Date
JP59048723A Expired - Lifetime JPH0623952B2 (en) 1984-03-14 1984-03-14 Micro program controller

Country Status (1)

Country Link
JP (1) JPH0623952B2 (en)

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS524741A (en) * 1975-06-30 1977-01-14 Hitachi Ltd Memory control system

Also Published As

Publication number Publication date
JPS60193050A (en) 1985-10-01

Similar Documents

Publication Publication Date Title
JPS6239780B2 (en)
US5504869A (en) High speed processing system capable of executing strings of instructions in order without waiting completion of previous memory access instruction
US5530881A (en) Vector processing apparatus for processing different instruction set architectures corresponding to mingled-type programs and separate-type programs
JPH0682320B2 (en) Data processing device
JPS63317828A (en) Reading control system for microcode
WO1982004148A1 (en) Digital computer for executing instructions in three time-multiplexed portions
JPH0623952B2 (en) Micro program controller
US4853889A (en) Arrangement and method for speeding the operation of branch instructions
JP2005038203A (en) Memory control method and device
JP2762441B2 (en) Coprocessor
JPS61217834A (en) Data processor
JP2583614B2 (en) Vector arithmetic unit
JP2819733B2 (en) Information processing device
JP2982129B2 (en) Micro program controller
JPS6218932B2 (en)
JPS6221130B2 (en)
JP3036754B2 (en) Micro program controller
JPH07210384A (en) Floating point arithmetic unit
JPH0423041A (en) Data processor
JPS58205258A (en) Data processor
JPH08212068A (en) Information processor
JPS6235694B2 (en)
JPH0317135B2 (en)
JPS62288974A (en) Vector processor
JPH04182831A (en) Information processor and processing method

Legal Events

Date Code Title Description
EXPY Cancellation because of completion of term