JPH0553791A - Control information reader - Google Patents

Control information reader

Info

Publication number
JPH0553791A
JPH0553791A JP24265791A JP24265791A JPH0553791A JP H0553791 A JPH0553791 A JP H0553791A JP 24265791 A JP24265791 A JP 24265791A JP 24265791 A JP24265791 A JP 24265791A JP H0553791 A JPH0553791 A JP H0553791A
Authority
JP
Japan
Prior art keywords
address
registers
selecting
storage means
control
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.)
Pending
Application number
JP24265791A
Other languages
Japanese (ja)
Inventor
Koji Tomioka
耕治 富岡
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 Computertechno Ltd
Original Assignee
NEC Computertechno 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 NEC Computertechno Ltd filed Critical NEC Computertechno Ltd
Priority to JP24265791A priority Critical patent/JPH0553791A/en
Publication of JPH0553791A publication Critical patent/JPH0553791A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To read control information at high speed by the two hierarchical control storing system of high-order control storage and low-order control storage. CONSTITUTION:The succeeding address field of control information read from high-order control storage 4 is alternately stored in registers 7 and 8. Control information read from low-order control storage 9 and 10 respectively corresponding to the registers 7 and 8 is alternately switched by a selector 11 so as to be outputted. When control information is being read from one of low- order control storage, the reading of the other low-order control storage can be prepared so as to successively obtain control information.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【技術分野】本発明は制御情報読出し装置に関し、特に
マイクロプログラムにより演算制御を行う情報処理装置
における制御情報の読出しの高速化に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a control information reading device, and more particularly to speeding up reading of control information in an information processing device that performs arithmetic control by a microprogram.

【0002】[0002]

【従来技術】従来、この種の情報処理装置におけるマイ
クロプログラム方式では、マイクロ命令のビット幅を多
くし、多数の回路の制御信号をマイクロ命令の中に格納
しておくのが望ましいが、情報処理装置の複雑化によ
り、非常に長いマイクロ命令が必要となる。
2. Description of the Related Art Conventionally, in the microprogram system of this type of information processing apparatus, it is desirable to increase the bit width of the microinstruction and store the control signals of many circuits in the microinstruction. The complexity of the device requires very long microinstructions.

【0003】そこで多数の回路の制御信号のパターンを
記憶しておき、マイクロ命令の指示によりその制御情報
を出力する制御記憶というものを用い、マイクロ命令の
ビット幅を小さくする方法がある。これは2階層制御記
憶方式とと呼ばれており、この制御記憶はマイクロ命令
のあるフィールドをアドレスとするメモリ等によって実
現される。
Therefore, there is a method of reducing the bit width of a microinstruction by using a so-called control memory in which patterns of control signals of a large number of circuits are stored and the control information is output according to an instruction of the microinstruction. This is called a two-level control storage system, and this control storage is realized by a memory or the like having a field with a microinstruction as an address.

【0004】図8はこの2階層制御記憶方式の一例の構
成を示すブロック図であり、図11は図8の制御情報読
出し装置の動作を示すタイムチャートである。両図を参
照して以下この制御情報読出し装置の動作について説明
する。
FIG. 8 is a block diagram showing an example of the structure of the two-layer control storage system, and FIG. 11 is a time chart showing the operation of the control information reading device of FIG. The operation of the control information reading device will be described below with reference to FIGS.

【0005】マイクロプログラムはまずアドレスレジス
タ2にマイクロ命令のアドレスを格納することによって
起動される。アドレスレジスタ2内のマイクロ命令のア
ドレスにより、上位制御記憶4内に格納されているマイ
クロ命令が読出される。このマイクロ命令には、分岐す
る場合の次のマイクロ命令のアドレスを示すフィールド
や、下位制御記憶9内の制御情報のアドレスを示すフィ
ールド等が含まれている。
The microprogram is started by first storing the address of the microinstruction in the address register 2. The microinstruction stored in the upper control memory 4 is read by the address of the microinstruction in the address register 2. This microinstruction includes a field indicating the address of the next microinstruction when branching, a field indicating the address of control information in the lower control storage 9, and the like.

【0006】このとき一般的にメモリ素子は論理下位素
子よりも低速であるので、アドレスレジスタ2にマイク
ロ命令のアドレスが入ってからマイクロ命令が出力され
るまで長い時間を要する。そのためクロック周期の短い
情報処理装置では1クロックで下位制御記憶145 を制御
するのは困難なので、一時アドレスレジスタ7に保持す
る必要がある。その次のクロックサイクルで下位制御記
憶9内の制御情報が出力される。
At this time, since the memory device is generally slower than the logical lower device, it takes a long time from the input of the address of the micro instruction to the address register 2 until the output of the micro instruction. Therefore, it is difficult for an information processing device having a short clock cycle to control the lower control memory 145 in one clock, and therefore it is necessary to hold it in the temporary address register 7. The control information in the lower control memory 9 is output in the next clock cycle.

【0007】最近の情報処理装置は高速化が要求されて
おり、クロック周期が短くなってきている。そのため回
路の高速化が必要となってきているが、LSI間信号伝
達時間やメモリ素子は論理回路素子に比べてそれほど高
速化されておらず、これらがクロック周期の短期化を妨
げる要因となっている。
Recent information processing apparatuses are required to have a high speed, and the clock cycle is becoming shorter. Therefore, it is necessary to speed up the circuit, but the signal transfer time between LSIs and the memory element are not so fast as compared with the logic circuit element, and these are factors that prevent the shortening of the clock cycle. There is.

【0008】図8に示される制御情報読出し装置は上位
制御記憶4と下位制御記憶9との二つのメモリ素子を使
用しているため、これ等を1つのLSIに入れることは
難しい。また下位制御記憶9は制御対象の演算装置等の
近くに配置する必要もあるために、下位制御記憶9のア
ドレスは2つ以上のLSI間を渡ることが多い。そのた
めクロック周期をLSI間の遅延時間+メモリの読出し
時間以下にすることは出来ず、高速化を妨げる結果とな
っている。
Since the control information reading device shown in FIG. 8 uses two memory elements, the upper control memory 4 and the lower control memory 9, it is difficult to put them in one LSI. Further, since the lower control memory 9 needs to be arranged near a control target arithmetic unit or the like, the address of the lower control memory 9 often extends between two or more LSIs. Therefore, the clock cycle cannot be set to be equal to or less than the delay time between LSI + reading time of the memory, resulting in hindering the speedup.

【0009】尚、図8において、1は分岐判定フラグ、
3は+1加算器を夫々示しており、分岐命令でないとき
には、アドレスレジスタの値に+1が行われて次アドレ
スが生成され、分岐命令のときには、アドレスレジスタ
2にはマイクロ命令の分岐先アドレスが格納される。
In FIG. 8, 1 is a branch determination flag,
Reference numerals 3 respectively denote +1 adders. When it is not a branch instruction, the value of the address register is incremented by +1 to generate the next address, and when it is a branch instruction, the branch destination address of the micro instruction is stored in the address register 2. To be done.

【0010】上述した従来の制御情報読出し装置は、上
位制御記憶装置から下位制御記憶装置までの信号伝達時
間と下位制御記憶装置の読出し時間の和以下にクロック
周期を短くすることが出来ず、情報処理装置全体の高速
化を妨げている。
The above-mentioned conventional control information reading device cannot shorten the clock cycle below the sum of the signal transmission time from the upper control storage device to the lower control storage device and the reading time of the lower control storage device, and This hinders the speedup of the entire processing device.

【0011】[0011]

【発明の目的】本発明の目的は、制御記憶からの制御情
報の読出しをより高速化するようにした制御情報読出し
装置を提供することである。
OBJECT OF THE INVENTION It is an object of the present invention to provide a control information reading device which makes it possible to read control information from a control memory at a higher speed.

【0012】[0012]

【発明の構成】本発明による制御情報読出し装置は、上
位制御記憶手段と、前記上位制御記憶手段から順次読出
されるマイクロ命令のうちアドレスフィールドで示され
るアドレスを格納するN(Nは2以上の整数)個のアド
レスレジスタと、前記N個のアドレスレジスタを順番に
択一的にアクティブとしてこのアクティブとされたアド
レスレジスタへ前記アドレスを格納制御する手段と、前
記N個のアドレスレジスタに対応して設けられその格納
アドレスにより情報処理装置の制御情報が読出されるN
個の下位制御記憶手段と、前記N個の下位制御記憶手段
のうち現在読出されている情報を導出する手段とを含む
ことを特徴とする。
A control information reading device according to the present invention stores N (N is 2 or more) which stores an upper control storage means and an address indicated by an address field among micro instructions sequentially read from the upper control storage means. (Integer) number of address registers, means for selectively activating the N number of address registers in order and storing the address in the activated address register, and corresponding to the N number of address registers. N is provided and the control information of the information processing apparatus is read by the storage address.
It is characterized by including a plurality of lower control storage means and a means for deriving the currently read information from the N lower control storage means.

【0013】[0013]

【実施例】次に、本発明の実施例につてい図面を参照し
ながら説明する。
Embodiments of the present invention will now be described with reference to the drawings.

【0014】図1は本発明の1実施例の構成を示すブロ
ック図である。上位制御記憶4はマイクロ命令を格納し
ている記憶装置であり、マイクロ命令内のあるフィール
ドには、下位制御記憶9、10の読出しアドレスである
制御情報アドレスフィールドの他、マイクロ命令が分岐
するときの分岐先のアドレス等が含まれている。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The higher-order control memory 4 is a memory device that stores micro-instructions, and a field within the micro-instruction has a control information address field which is a read address of the lower-order control memories 9 and 10, and when a micro-instruction branches. The address of the branch destination of is included.

【0015】アドレスレジスタ2はマイクロ命令のアド
レスを保持しているレジスタであり、上位制御記憶4の
読出しアドレスとなる。
The address register 2 is a register that holds an address of a microinstruction and serves as a read address of the upper control memory 4.

【0016】分岐判定フラグ1はマイクロ命令が分岐す
るかしないかを示すフラグである。分岐判定フラグ1に
より、分岐が指定されればアドレスレジスタ2にはマイ
クロ命令内の分岐先アドレスが格納され、分岐しない場
合にはアドレスレジスタ2の値に1を加える1加算器3
の値が格納される。
The branch determination flag 1 is a flag indicating whether or not a micro instruction branches. If a branch is designated by the branch determination flag 1, the branch destination address in the microinstruction is stored in the address register 2, and if the branch is not taken, 1 is added to the value of the address register 2 by 1
The value of is stored.

【0017】カウンタフラグ5は、1クロックおきに状
態が反転するフラグであり、本例では、“0”と“1”
とが交互に繰返えされるものとする。このフラグ5及び
インバータ6の両出力によりアドレスレジスタ7,8及
び制御情報セレクタ11の制御が行われる。
The counter flag 5 is a flag whose state is inverted every other clock, and in this example, "0" and "1".
And shall be repeated alternately. The outputs of the flag 5 and the inverter 6 control the address registers 7 and 8 and the control information selector 11.

【0018】アドレスレジスタ7及び8は下位制御記憶
9及び10のアドレスを夫々保持するレジスタであり、
カウンタフラグ5の内容に従い交互に上位制御記憶4か
ら読出されたマイクロ命令内の制御情報アドレスフィー
ルドの値をセットする。
The address registers 7 and 8 are registers for holding the addresses of the lower control memories 9 and 10, respectively.
According to the contents of the counter flag 5, the value of the control information address field in the microinstruction read from the upper control memory 4 is set alternately.

【0019】下位制御記憶9及び10は情報処理装置内
の制御情報が格納されている記憶装置であり、アドレス
レジスタ7及び8の示すアドレスの制御情報を夫々出力
する。制御情報セレクタ11は下位制御記憶9及び10
の出力を切替えるセレクタであり、カウンタフラグ5に
より制御され、読出しの終った下位制御記憶9または1
0の出力を選択する。
The lower control memories 9 and 10 are storage devices in which the control information in the information processing device is stored, and output the control information of the addresses indicated by the address registers 7 and 8, respectively. The control information selector 11 is used for the lower control memories 9 and 10
Of the lower control memory 9 or 1 which is controlled by the counter flag 5 and which has been read.
Select 0 output.

【0020】次にこの情報処理装置の動作について図9
のタイムチャートを使って説明する。第1クロックサイ
クル(第1T)において、アドレスレジスタ2にマイク
ロ命令のアドレス(アドレス1)が入ると、上位制御記
憶4からマイクロ命令が出力される。マイクロ命令中に
は制御情報のアドレスを示すフィールド(制御アドレス
1)が含まれている。
Next, the operation of this information processing apparatus will be described with reference to FIG.
It will be explained using the time chart of. In the first clock cycle (1st T), when the address of the microinstruction (address 1) enters the address register 2, the microinstruction is output from the upper control memory 4. The microinstruction includes a field (control address 1) indicating the address of control information.

【0021】このときカウンタフラグは0となっている
ので、アドレスレジスタ7はストローブされ、アドレス
レジスタ8はホールドされる。従って第1Tの制御アド
レス1はアドレスレジスタ7にセットされる。このアド
レスレジスタ7は2T間制御アドレス1が保持されるの
で、その間に下位制御記憶9から制御アドレス1に対応
する制御情報(制御情報1)が出力される。
At this time, since the counter flag is 0, the address register 7 is strobed and the address register 8 is held. Therefore, the first T control address 1 is set in the address register 7. Since the address register 7 holds the control address 1 for 2T, the control information (control information 1) corresponding to the control address 1 is output from the lower control memory 9 during that period.

【0022】第2Tでは、カウンタフラグ5は反転し1
となるので、マイクロ命令のアドレス2に対応する制御
アドレス2は、アドレスレジスタ8にセットされる。第
1Tの時と同様にアドレスレジスタ8は2T間保持され
るので、下位制御記憶9から1T遅れて制御アドレス2
に対応する制御情報2が出力される。
At the second T, the counter flag 5 is inverted to 1
Therefore, the control address 2 corresponding to the address 2 of the micro instruction is set in the address register 8. Since the address register 8 is held for 2T as in the case of the first T, the control address 2 is delayed by 1T from the lower control memory 9.
The control information 2 corresponding to is output.

【0023】第3Tでは、第1Tで指定した制御情報1
が確定する頃なので、制御情報セレクタ11は下位制御
記憶9の出力を選択し、制御情報1を出力する。
In the third T, the control information 1 specified in the first T
Is about to be determined, the control information selector 11 selects the output of the lower control memory 9 and outputs the control information 1.

【0024】このような構成の制御情報読出し装置で
は、下位制御記憶9、10、制御情報セレクタ11以外
をひとつのLSIに格納しておけば、クロックサイクル
を決定するのは、上位制御記憶4の読出し時間とLSI
内の信号伝達時間との和となり、時間がかかるLSI間
の信号伝達時間は含まれずクロックサイクルを短縮する
ことが出来る。
In the control information reading apparatus having such a structure, if the lower control memories 9 and 10 and the control information selector 11 are stored in one LSI, the clock cycle is determined by the upper control memory 4. Read time and LSI
Since the sum of the signal transmission time and the signal transmission time in the LSI is included, the time required for signal transmission between LSIs is not included, and the clock cycle can be shortened.

【0025】しかしこのような構成では、マイクロ命令
のアドレスが決まってから制御情報が出力されるまで2
Tかかってしまうために、制御に時間がかかる。従って
制御を早く行うには以下のような構成が考えられる。
However, in such a configuration, it takes 2 steps from the determination of the address of the microinstruction to the output of the control information.
Since it takes T, it takes time to control. Therefore, the following configuration is conceivable for quick control.

【0026】図2は本発明の他の実施例の構成を示すブ
ロック図である。この実施例は先に述べた実施例と比べ
て以下のような相違点がある。すなわち図1では、下位
制御記憶9の他に同一の下位制御記憶10を設ける。そ
してマイクロ命令中の制御情報アドレスフィールドを直
接アドレスレジスタ7及び8にセットするだけだが、制
御情報アドレスフィールドに1を加えることによって次
の制御情報アドレスを予測する1加算器15を加えアド
レスレジスタ7、8には制御情報アドレスフィールドと
1加算器15の出力を切替えてセットすることにする。
FIG. 2 is a block diagram showing the configuration of another embodiment of the present invention. This embodiment differs from the above-mentioned embodiment in the following differences. That is, in FIG. 1, the same lower control storage 10 is provided in addition to the lower control storage 9. Then, the control information address field in the microinstruction is only set directly in the address registers 7 and 8, but a 1 adder 15 for predicting the next control information address by adding 1 to the control information address field is added to the address register 7, In 8, the control information address field and the output of the 1 adder 15 are switched and set.

【0027】更に次のサイクルで制御情報セレクタ11
から出力される制御情報のアドレス、すなわち次のサイ
クルでストローブされるアドレスレジスタ7か8かを選
択するアドレスセレクタ12を設ける。
In the next cycle, the control information selector 11
An address selector 12 is provided for selecting the address of the control information output from, that is, the address register 7 or 8 strobed in the next cycle.

【0028】このアドレスセレクタ12はカウンタフラ
グ5の値に従い、アドレスレジスタ7のストローブが指
示されているときはアドレスレジスタ8の値を選択し、
アドレスレジスタ8のストローブが指示されているとき
はアドレスレジスタ7の値を選択する。このアドレスセ
レクタ12は次のサイクルで出力される予定の制御情報
アドレスを示している。
The address selector 12 selects the value of the address register 8 according to the value of the counter flag 5 when the strobe of the address register 7 is instructed,
When the strobe of the address register 8 is instructed, the value of the address register 7 is selected. The address selector 12 indicates the control information address which is scheduled to be output in the next cycle.

【0029】このアドレスセレクタ12の値と、マイク
ロ命令中の制御情報アドレスフィールドとを比較する比
較器13も設ける。もし両者が一致していれば、次のサ
イクルではマイクロ命令中の制御情報アドレスフィール
ドで指示された制御情報が出力されるので、マイクロ命
令のアドレスが決まった次のサイクルで制御情報が出力
されることになる。
A comparator 13 for comparing the value of the address selector 12 with the control information address field in the microinstruction is also provided. If the two match, the control information designated by the control information address field in the microinstruction is output in the next cycle, so the control information is output in the next cycle in which the address of the microinstruction is determined. It will be.

【0030】このときはカウンタフラグ5によってスト
ローブを指示されているアドレスレジスタ7か8には、
次の制御情報アドレスの予測アドレスとして、1加算器
15の出力がセットされる。
At this time, the address register 7 or 8 instructed to strobe by the counter flag 5
The output of the 1 adder 15 is set as the predicted address of the next control information address.

【0031】もしマイクロ命令中の制御情報アドレスフ
ィールドとアドレスセレクタ12の値が違っていれば、
次のサイクルで出力される制御情報は間違っているの
で、次のサイクルの制御情報セレクタ11の出力を無効
とするために、比較器13の出力を1T受けるホールド
フラグ14を設け、このホールドフラグ14により制御
情報セレクタ11によって制御されている情報処理装置
内の回路をホールドする。
If the control information address field in the microinstruction and the value of the address selector 12 are different,
Since the control information output in the next cycle is incorrect, in order to invalidate the output of the control information selector 11 in the next cycle, the hold flag 14 for receiving 1T of the output of the comparator 13 is provided. Holds the circuit in the information processing device controlled by the control information selector 11.

【0032】またカウンタフラグ5によってストローブ
を指示されているアドレスレジスタ7か8には、マイク
ロ命令中の制御情報アドレスフィールドを選択セット
し、現マイクロ命令中の制御情報の読出しを開始する。
制御情報の読出しには2Tかかるので、マイクロ命令の
更新を抑止するために、比較器13によってアドレスレ
ジスタ2をホールドする。
Further, the control information address field in the microinstruction is selectively set in the address register 7 or 8 which is instructed to strobe by the counter flag 5, and the reading of the control information in the current microinstruction is started.
Since it takes 2T to read the control information, the comparator 13 holds the address register 2 in order to suppress the update of the micro instruction.

【0033】次に図2の実施例の動作について図10の
タイムチャートを用いて説明する。第1Tでマイクロ命
令のアドレス(アドレス1)がアドレスレジスタ2に入
力されると、それに対応したマイクロ命令が上位制御記
憶4から出力される。マイクロ命令中には下位制御記憶
9や10のアドレス(制御アドレス1)が含まれてい
る。
Next, the operation of the embodiment of FIG. 2 will be described with reference to the time chart of FIG. When the address (address 1) of the microinstruction is input to the address register 2 at the first T, the microinstruction corresponding to it is output from the upper control memory 4. The micro-instruction includes the addresses of the lower control memories 9 and 10 (control address 1).

【0034】このときカンウタフラグ5は“0”なの
で、アドレスセレクタ12はアドレスレジスタ8を選択
するが、アドレスレジスタ8は不定なので制御アドレス
1と違っている。そのため比較器13は“1”となり、
次のサイクルで出力される制御情報は間違っていること
を知らせる。
At this time, since the counter flag 5 is "0", the address selector 12 selects the address register 8, but the address register 8 is undefined, which is different from the control address 1. Therefore, the comparator 13 becomes "1",
The control information output in the next cycle informs that it is incorrect.

【0035】比較器13が“1”となるとアドレスレジ
スタ2はホールドされ、アドレスレジスタ7には制御ア
ドレス1がそのままセットされる。また比較器13の出
力を受けるホールドフラグ14もセットされる。
When the comparator 13 becomes "1", the address register 2 is held and the control address 1 is set in the address register 7 as it is. Further, the hold flag 14 that receives the output of the comparator 13 is also set.

【0036】第2Tではカウンタフラグ5は“1”なの
で制御情報セレクタ11は下位制御記憶10の出力を選
択するが、ホールドフラグ14が“1”となっているた
めその出力は無効となる。またアドレスセレクタ12は
アドレスレジスタ7を選択するが、このときアドレスレ
ジスタ7には制御アドレス1が格納されている。
In the second T, since the counter flag 5 is "1", the control information selector 11 selects the output of the lower control memory 10. However, since the hold flag 14 is "1", the output is invalid. The address selector 12 selects the address register 7, and the control address 1 is stored in the address register 7 at this time.

【0037】アドレスレジスタ2は第1Tでホールドさ
れているので、第1Tと同じアドレス1を保持してお
り、そのため上位制御記憶4から出力される下位制御記
憶用のアドレスは制御アドレス1のままとなっている。
Since the address register 2 is held at the first T, it holds the same address 1 as that of the first T. Therefore, the lower control storage address output from the upper control storage 4 remains the control address 1. Is becoming

【0038】したがって、マイクロ命令中の制御アドレ
ス1とアドレスセレクタ12の内容とが一致し、比較器
13は“0”となるため、アドレスレジスタ2のホール
ドは解除され、ホールドフラグ14もリセットされる。
Therefore, since the control address 1 in the microinstruction and the contents of the address selector 12 match and the comparator 13 becomes "0", the hold of the address register 2 is released and the hold flag 14 is also reset. ..

【0039】またカウンタフラグ25は“1”となるの
で、アドレスレジスタ8には1加算器15、すなわち制
御アドレス1に1を加えた値がセットされる。
Since the counter flag 25 becomes "1", the address register 8 is set to the 1 adder 15, that is, the value obtained by adding 1 to the control address 1.

【0040】第3Tでは、下位制御記憶9から制御アド
レス1に対応した制御情報が出力され、制御情報セレク
タ11で選択されて出力される。
In the 3rd T, the control information corresponding to the control address 1 is output from the lower control memory 9, selected by the control information selector 11 and output.

【0041】図12には図2の実施例におけるマイクロ
命令の例を掲げている。アドレスA〜A+3のように制
御情報のアドレスが連続していれば、マイクロ命令のア
ドレスが決まってから次のサイクルで制御情報が出力さ
れることにより,図1の実施例に比べて1T早く制御を
行うことが出来る。
FIG. 12 shows an example of the micro instruction in the embodiment of FIG. If the control information addresses are continuous, such as addresses A to A + 3, the control information is output in the next cycle after the microinstruction address is determined, so that control is performed 1T earlier than in the embodiment of FIG. Can be done.

【0042】図2の実施例では次の制御アドレスを予測
するのに、現在の制御アドレスに1を加えたものを使用
しているが、マイクロ命令の分岐等で制御アドレスが連
続していない場合、予測が外れてしまう。そのため分岐
等の多いマイクロ命令では、ホールド信号が頻繁に生じ
るため情報処理装置全体の速度が低下してしまう。従っ
て予測をより確実にするには以下のような構成が考えら
れる。
In the embodiment of FIG. 2, the current control address plus 1 is used for predicting the next control address, but when the control addresses are not continuous due to branching of microinstruction or the like. , The prediction is wrong. Therefore, in a microinstruction with many branches and the like, a hold signal is frequently generated, so that the speed of the entire information processing apparatus decreases. Therefore, in order to make the prediction more reliable, the following configuration can be considered.

【0043】図3はその構成を示すブロック図であり、
本実施例では、図2の実施例における1加算器15の代
わりに、マイクロ命令中の現下位制御情報アドレスフィ
ールドに、同じくマイクロ命令中の次下位制御記憶相対
アドレスフィールドを加算する加算器16を用いる。
FIG. 3 is a block diagram showing the structure thereof.
In the present embodiment, instead of the 1 adder 15 in the embodiment of FIG. 2, an adder 16 for adding the next lower control storage relative address field in the micro instruction to the current lower control information address field in the micro instruction is used. To use.

【0044】図13には図3の実施例におけるマイクロ
命令の例を掲げている。この構成では、マイクロ命令中
に次の制御アドレスを指定するので予測がより確実にな
り、また制御アドレスが連続していなくても、またマイ
クロ命令が分岐したとしても予測できるので、ホールド
信号の発生を抑えることができる。
FIG. 13 shows an example of the micro instruction in the embodiment of FIG. With this configuration, the next control address is specified in the microinstruction, so the prediction becomes more reliable, and even if the control address is not continuous or even if the microinstruction branches, it can be predicted. Can be suppressed.

【0045】図3の実施例では、マイクロ命令中の現下
位制御記憶アドレスフィールドに次下位制御記憶相対ア
ドレスフィールドを加えて次の制御情報アドレスとして
いるが、次下位制御記憶相対アドレスフィールドのビッ
ト数が少ない場合、次の制御情報アドレスが現制御情報
アドレスから非常に離れていると相対アドレスで示すこ
とができなくなる。これを改善するには以下の構成が考
えられる。
In the embodiment of FIG. 3, the next lower control memory relative address field is added to the current lower control memory address field in the micro instruction to make the next control information address. If there are few, the next control information address cannot be indicated by a relative address if it is very far from the current control information address. The following configurations are conceivable to improve this.

【0046】図4はこの構成を示すブロック図であり、
本実施例では、図3の実施例における加算器16の代り
にマイクロ命令中の次下位制御記憶アドレスフィールド
の値を使用する。
FIG. 4 is a block diagram showing this structure.
In the present embodiment, the value of the next lower control storage address field in the microinstruction is used instead of the adder 16 in the embodiment of FIG.

【0047】図14には図4の実施例におけるマイクロ
命令の例を掲げている。この構成では図2や図3のよう
に加算器を設ける必要もなく、また次の制御情報アドレ
スをマイクロ命令で指定するので、マイクロ命令の分岐
でも次の制御情報アドレスを正確に予測することが可能
となる。
FIG. 14 shows an example of the micro instruction in the embodiment of FIG. With this configuration, it is not necessary to provide an adder as in FIGS. 2 and 3, and since the next control information address is designated by the microinstruction, the next control information address can be accurately predicted even at the branch of the microinstruction. It will be possible.

【0048】図4の実施例では、マイクロ命令中で次の
制御情報アドレスを指定しているため単なる分岐命令な
らば次のアドレスを予想することができる。しかし情報
処理装置の演算等の結果により分岐するかしないかを決
める条件分岐命令の場合、予想が外れる可能性が高く、
情報処理装置の速度低下を招いてしまう。これを改善す
るには以下の構成が考えられる。
In the embodiment of FIG. 4, since the next control information address is designated in the microinstruction, the next address can be predicted if it is a simple branch instruction. However, in the case of a conditional branch instruction that decides whether or not to branch depending on the result of the operation of the information processing device, there is a high possibility that the prediction will go wrong,
This leads to a decrease in the speed of the information processing device. The following configurations are conceivable to improve this.

【0049】図5はその構成を示すブロック図であり、
本実施例では、分岐しない場合の次の制御情報アドレス
を予測するために、マイクロ命令中の現下位制御記憶ア
ドレスフィールドに1を加える1加算器15を備える。
FIG. 5 is a block diagram showing the structure thereof.
In the present embodiment, in order to predict the next control information address in the case of not branching, a 1 adder 15 for adding 1 to the current lower control storage address field in the microinstruction is provided.

【0050】また分岐判定フラグ1に従い、マイクロ命
令が分岐する場合はマイクロ命令中の条件分岐先下位制
御記憶アドレスフィールドを選択し、分岐しない場合は
1加算器15の値を選択する次アドレスセレクタ17を
備える。この次アドレスセレクタ17を図2の1加算器
15の代りに使用する。
In accordance with the branch determination flag 1, if the micro instruction branches, the conditional branch destination lower control storage address field in the micro instruction is selected, and if not branched, the next address selector 17 that selects the value of the 1 adder 15 is selected. Equipped with. This next address selector 17 is used instead of the 1 adder 15 of FIG.

【0051】図15には図5の実施例におけるマイクロ
命令の例を掲げている。この構成では、分岐しない場合
のマイクロ命令中の現下位制御記憶アドレスフィールド
の値が連続していれば、分岐しない場合の予測もでき、
分岐する場合もマイクロ命令で次の制御情報アドレスが
指定できるので条件分岐の時も予測が可能となる。
FIG. 15 shows an example of the micro instruction in the embodiment of FIG. With this configuration, if the values of the current lower control storage address field in the microinstruction when not branching are continuous, it is possible to predict when not branching,
When branching, the next control information address can be specified by a microinstruction, so that prediction can be performed even when a conditional branch occurs.

【0052】図15の場合、条件分岐命令で分岐しない
場合のマイクロ命令中の現制御記憶アドレスフィールド
の値は連続していないと予測が外れてしまう。一般的な
情報処理装置では違うマイクロ命令で同じ制御情報を指
定することによって下位制御記憶の容量を減らそうとす
るので、必ずしも現制御記憶アドレスフィールドの値は
連続していない。現制御記憶アドレスフィールドの値が
連続していなくても予測できるようにするには以下のよ
うな構成が考えられる。
In the case of FIG. 15, if the value of the current control storage address field in the microinstruction when the branch is not executed by the conditional branch instruction, the prediction will be missed if it is not continuous. Since a general information processing device tries to reduce the capacity of the lower control memory by designating the same control information with different micro instructions, the value of the current control memory address field is not always continuous. To enable prediction even if the values in the current control storage address field are not continuous, the following configuration is possible.

【0053】図6はその実施例の構成を示すブロック図
であり、本実施例では図5の実施例の1加算器15の代
りに、マイクロ命令中の現下位制御記憶アドレスフィー
ルドの値に同じくマイクロ命令中の非条件分岐先下位制
御記憶相対アドレスフィールドの値を加算する加算器1
6を備えている。
FIG. 6 is a block diagram showing the configuration of the embodiment. In this embodiment, instead of the 1 adder 15 of the embodiment of FIG. 5, the value of the current lower control storage address field in the microinstruction is the same. Adder 1 that adds the value of the relative address field of the uncontrolled branch destination lower control memory in the microinstruction
Equipped with 6.

【0054】図16に図6の実施例におけるマイクロ命
令の例を示す。ほとんど図5の実施例と同じであるが、
条件分岐命令の時、分岐しない場合の次の制御情報アド
レスをマイクロ命令で指定できるので、図5の場合に比
べて自由度が上がると同時に複数のマイクロ命令で同じ
制御情報を指定できるので、下位制御記憶の容量を少な
くできるという利点がある。
FIG. 16 shows an example of the micro instruction in the embodiment of FIG. Almost the same as the embodiment of FIG. 5, but
In the case of a conditional branch instruction, the next control information address in the case of not branching can be specified by a micro instruction, so that the degree of freedom is increased compared to the case of FIG. 5 and the same control information can be specified by a plurality of micro instructions. There is an advantage that the capacity of the control memory can be reduced.

【0055】図6の実施例において条件分岐命令の時、
分岐しない場合の次の制御情報アドレスを予測するのに
相対アドレスを使用しているので、現制御情報アドレス
と次制御情報アドレスとが非常に離れていれば予測がで
きなくなってしまう。これを改善するには以下のような
構成が考えられる。
In the embodiment of FIG. 6, when a conditional branch instruction is issued,
Since the relative address is used to predict the next control information address in the case of not branching, the prediction cannot be performed if the current control information address and the next control information address are very far apart. In order to improve this, the following configuration can be considered.

【0056】図7はその1実施例の構成を示すブロック
図であり、図17はこの実施例におけるマイクロ命令の
例を示す。この実施例ではマイクロ命令中に現下位制御
記憶アドレスフィールドと、非条件分岐先下位制御記憶
アドレスフィールド、条件分岐先下位制御記憶アドレス
フィールドを持ち、図6の実施例の加算器16の代り
に、マイクロ命令中の非条件分岐下位制御記憶アドレス
フィールドの値を使用する。
FIG. 7 is a block diagram showing the configuration of the first embodiment, and FIG. 17 shows an example of the microinstruction in this embodiment. In this embodiment, the micro instruction has a current lower control storage address field, a non-conditional branch destination lower control storage address field, and a conditional branch destination lower control storage address field. Instead of the adder 16 of the embodiment of FIG. Use the value of the unconditional branch lower control store address field in the microinstruction.

【0057】この構成では条件分岐命令において、分岐
してもしなくても、マイクロ命令において制御情報アド
レスが指定できるので、予測が外れるようなことがなく
なり情報処理装置全体の速度をあげることが可能とな
る。
With this configuration, the control information address can be specified in the microinstruction in the conditional branch instruction regardless of whether the branch is performed or not, so that the prediction is not lost and the speed of the entire information processing apparatus can be increased. Become.

【0058】尚、上記実施例では、下位制御記憶9,1
0を2つとしたが、一般には3以上とすることができ、
それに応じてカウンタフラグ5の状態、レジスタ7,8
の数等を増加すれば良いことは明らかである。
In the above embodiment, the lower control storages 9, 1
Although 0 is set to 2, it can be set to 3 or more in general,
In response to this, the state of the counter flag 5, the registers 7, 8
It is clear that it is sufficient to increase the number and so on.

【0059】[0059]

【発明の効果】以上説明したように本発明は、下位制御
記憶装置を複数持ち、個々の下位制御記憶装置からの読
出し数クロックサイクルかけて読出すが、これ等を順番
に読出していくことによって、全体としては連続して次
々に制御情報が得られるために、クロック周期を短くす
ることができ、情報処理装置全体の速度を上げることが
できる。
As described above, according to the present invention, a plurality of lower control storage devices are provided and read from each lower control storage device in several clock cycles. By reading these in sequence, Since the control information is continuously and successively obtained as a whole, the clock cycle can be shortened and the speed of the entire information processing apparatus can be increased.

【0060】また次の下位制御記憶装置のアドレスを予
測することによって、マイクロ命令が確定した次のサイ
クルで制御情報を読出すことができるため、制御を早く
できるという効果もある。
Further, by predicting the address of the next lower control storage device, the control information can be read in the next cycle in which the microinstruction is fixed, so that the control can be speeded up.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

【図2】本発明の他の実施例を示すブロック図である。FIG. 2 is a block diagram showing another embodiment of the present invention.

【図3】本発明の別の実施例を示すブロック図である。FIG. 3 is a block diagram showing another embodiment of the present invention.

【図4】本発明の更に別の実施例を示すブロック図であ
る。
FIG. 4 is a block diagram showing still another embodiment of the present invention.

【図5】本発明の更に他の実施例を示すブロック図であ
る。
FIG. 5 is a block diagram showing still another embodiment of the present invention.

【図6】本発明の更に他の実施例を示すブロック図であ
る。
FIG. 6 is a block diagram showing still another embodiment of the present invention.

【図7】本発明の他の実施例を示すブロック図である。FIG. 7 is a block diagram showing another embodiment of the present invention.

【図8】従来の制御情報読出し装置のブロック図であ
る。
FIG. 8 is a block diagram of a conventional control information reading device.

【図9】図1のブロックの動作を示すタイムチャートで
ある。
9 is a time chart showing the operation of the block of FIG. 1. FIG.

【図10】図2のブロックの動作を示すタイムチャート
である。
FIG. 10 is a time chart showing the operation of the blocks of FIG.

【図11】従来の装置の動作を示すタイムチャートであ
る。
FIG. 11 is a time chart showing the operation of the conventional device.

【図12】図2のブロックに用いるマイクロ命令の例を
示す図である。
FIG. 12 is a diagram showing an example of microinstructions used in the blocks of FIG.

【図13】図3のブロックに用いるマイクロ命令の例を
示す図である。
13 is a diagram showing an example of microinstructions used in the blocks of FIG.

【図14】図4のブロックに用いるマイクロ命令の例を
示す図である。
FIG. 14 is a diagram showing an example of microinstructions used in the blocks of FIG.

【図15】図5のブロックに用いるマイクロ命令の例を
示す図である。
15 is a diagram showing an example of microinstructions used in the blocks of FIG.

【図16】図6のブロックに用いるマイクロ命令の例を
示す図である。
16 is a diagram showing an example of microinstructions used in the block of FIG. 6;

【図17】図7のブロックに用いるマイクロ命令の例を
示す図である。
17 is a diagram showing an example of microinstructions used in the blocks of FIG. 7. FIG.

【符号の説明】[Explanation of symbols]

1 分岐判定フラグ 2,7,8 アドレスレジスタ 3,15 1加算器 4 上位制御記憶 5 カウンタフラグ 9,10 下位制御記憶 11,12,17 セレクタ 13 比較器 14 ホールドフラグ 16 加算器 1 Branch judgment flag 2, 7, 8 Address register 3, 15 1 Adder 4 Upper control memory 5 Counter flag 9, 10 Lower control memory 11, 12, 17 Selector 13 Comparator 14 Hold flag 16 Adder

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスを格納するN(Nは2以上
の整数)個のアドレスレジスタと、前記N個のアドレス
レジスタを順番に択一的にアクティブとしてこのアクテ
ィブとされたアドレスレジスタへ前記アドレスを格納制
御する手段と、前記N個のアドレスレジスタに対応して
設けられその格納アドレスにより情報処理装置の制御情
報が読出されるN個の下位制御記憶手段と、前記N個の
下位制御記憶手段のうち現在読出されている情報を導出
する手段とを含むことを特徴とする制御情報読出し装
置。
1. A high-order control storage means, N (N is an integer of 2 or more) address registers for storing an address indicated by an address field among micro-instructions sequentially read from the high-order control storage means, and Means for selectively activating the N address registers in order and storing the addresses in the activated address registers, and an information processing device provided corresponding to the N address registers Control information reading device including N pieces of lower control storage means for reading the control information of 1. and means for deriving the information currently read out of the N pieces of lower control storage means.
【請求項2】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスに所定定数を加算して次の
サイクルのアドレスを予測する手段と、前記アドレスと
前記次のサイクルのアドレスとを選択するアドレス選択
手段と、前記アドレス選択手段の選択アドレスを格納す
る2個のアドレスレジスタと、前記2個のアドレスレジ
スタを順番に択一的にアクティブとしてこのアクティブ
とされたアドレスレジスタへ前記アドレス選択手段の選
択アドレスを格納制御する手段と、前記2個のアドレス
レジスタに対応して設けられその格納アドレスにより情
報処理装置の制御情報が読出される2個の下位制御記憶
手段と、前記2個の下位制御記憶手段のうち現在読出さ
れている情報を導出する導出手段と、前記アドレスと前
記2個のアドレスレジスタのうち非アクティブ状態のア
ドレスレジスタのアドレスとを比較して、同一の場合は
前記アドレス選択手段に対して前記次のアドレスを選択
せしめ、異なる場合は前記アドレスを選択せしめるよう
制御する手段とを含むことを特徴とする制御情報読出し
装置。
2. A high-order control storage means, means for predicting an address of a next cycle by adding a predetermined constant to an address indicated by an address field among micro-instructions sequentially read from the high-order control storage means, An address selecting means for selecting an address and an address for the next cycle, two address registers for storing the selected address of the address selecting means, and the two address registers are activated alternately in order. Means for storing and controlling the selected address of the address selecting means in the activated address register, and two means for providing control information of the information processing device by the stored addresses provided corresponding to the two address registers. Derivation of information currently read out from the lower control storage means and the two lower control storage means Comparing the address with the address of the address register in the inactive state of the two address registers, and if they are the same, the address selecting means is caused to select the next address, which is different. And a control means for controlling the address to be selected.
【請求項3】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスに前記マイクロ命令内の次
期制御情報相対アドレスフィールドで示される相対アド
レスを加算して次のサイクルのアドレスを予測する手段
と、前記アドレスと前記次のサイクルのアドレスとを選
択するアドレス選択手段と、前記アドレス選択手段の選
択アドレスを格納する2個のアドレスレジスタと、前記
2個のアドレスレジスタを順番に択一的にアクティブと
してこのアクティブとされたアドレスレジスタへ前記ア
ドレス選択手段の選択アドレスを格納制御する手段と、
前記2個のアドレスレジスタに対応して設けられその格
納アドレスにより情報処理装置の制御情報が読出される
2個の下位制御記憶手段と、前記2個の下位制御記憶手
段のうち現在読出されている情報を導出する導出手段
と、前記アドレスと前記2個のアドレスレジスタのうち
非アクティブ状態のアドレスレジスタのアドレスとを比
較して、同一の場合は前記アドレス選択手段に対して前
記次のアドレスを選択せしめ、異なる場合は前記アドレ
スを選択せしめるよう制御する手段とを含むことを特徴
とする制御情報読出し装置。
3. The upper control storage means and the relative address indicated by the next control information relative address field in the microinstruction is added to the address indicated by the address field of the microinstructions sequentially read from the upper control storage means. Means for predicting the address of the next cycle, address selecting means for selecting the address and the address for the next cycle, two address registers for storing the selected address of the address selecting means, and Means for selectively activating one of the address registers in turn and storing the selected address of the address selecting means in the activated address register,
Two lower control storage means provided corresponding to the two address registers to read the control information of the information processing device by the storage address, and the lower control storage means currently read out of the two lower control storage means. Derivation means for deriving information is compared with the address and the address of the address register in the inactive state of the two address registers, and if they are the same, the next address is selected by the address selection means. And a control means for controlling the address to be selected if different.
【請求項4】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスと、前記マイクロ命令内の
次期制御情報アドレスフィールドで示される次期アドレ
スとを選択するアドレス選択手段と、前記アドレス選択
手段の選択アドレスを格納する2個のアドレスレジスタ
と、前記2個のアドレスレジスタを順番に択一的にアク
ティブとしてこのアクティブとされたアドレスレジスタ
へ前記アドレス選択手段の選択アドレスを格納制御する
手段と、前記2個のアドレスレジスタに対応して設けら
れその格納アドレスにより情報処理装置の制御情報が読
出される2個の下位制御記憶手段と、前記2個の下位制
御記憶手段のうち現在読出されている情報を導出する導
出手段と、前記アドレスと前記2個のアドレスレジスタ
のうち非アクティブ状態のアドレスレジスタのアドレス
とを比較して、同一の場合は前記アドレス選択手段に対
して前記次期アドレスを選択せしめ、異なる場合は前記
アドレスを選択せしめるよう制御する手段とを含むこと
を特徴とする制御情報読出し装置。
4. An upper control storage means, an address indicated by an address field of micro instructions sequentially read from the upper control storage means, and a next address indicated by a next control information address field in the micro instruction. Address selection means for selecting, two address registers for storing the selection addresses of the address selection means, and the two address registers are selectively activated in order, and the address selection is performed to the activated address register. Means for storing and controlling the selected address of the means, two lower control storage means provided corresponding to the two address registers and for reading the control information of the information processing device at the stored addresses, and the two lower control memories. Derivation means for deriving the information currently read out from the lower control storage means; Address and the address of the address register in the inactive state of the two address registers are compared, and if they are the same, the next address is selected by the address selecting means, and if they are different, the address is selected. And a control information reading device.
【請求項5】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスに所定定数を加算して前記
マイクロ命令が分岐しない場合の次にサイクルのアドレ
スを予測する手段と、前記マイクロ命令の分岐条件に従
って、分岐しない場合は前記アドレスを、分岐する場合
は、前記マイクロ命令内の分岐先アドレスフィールドで
示されるアドレスを夫々選択するアドレス予測選択手段
と、前記アドレスと前記アドレス予測選択手段の出力と
を選択するアドレス選択手段と、前記アドレス選択手段
の選択アドレスを格納する2個のアドレスレジスタと、
前記2個のアドレスレジスタを順番に択一的にアクティ
ブとしてこのアクティブとされたアドレスレジスタへ前
記アドレス選択手段の選択アドレスを格納制御する手段
と、前記2個のアドレスレジスタに対応して設けられそ
の格納アドレスにより情報処理装置の制御情報が読出さ
れる2個の下位制御記憶手段と、前記2個の下位制御記
憶手段のうち現在読出されている情報を導出する導出手
段と、前記アドレスと前記2個のアドレスレジスタのう
ち非アクティブ状態のアドレスレジスタのアドレスとを
比較して、同一の場合は前記アドレス選択手段に対して
前記アドレス予測選択手段の出力を選択せしめ、異なる
場合は前記アドレスを選択せしめるよう制御する手段と
を含むことを特徴とする制御情報読出し装置。
5. The upper control storage means and a cycle next to a cycle when the micro instruction does not branch by adding a predetermined constant to an address indicated by an address field among the micro instructions sequentially read from the upper control storage means. Means for predicting an address, and address prediction selecting means for selecting the address when not branching and selecting the address indicated by the branch destination address field in the microinstruction when branching according to the branch condition of the microinstruction. , Address selecting means for selecting the address and the output of the address prediction selecting means, and two address registers for storing the selected address of the address selecting means,
Means for controlling the storage of the selected address of the address selecting means in the activated address register by selectively activating the two address registers in turn, and the means provided corresponding to the two address registers. Two lower control storage means for reading the control information of the information processing apparatus by the storage address, a derivation means for deriving the currently read information from the two lower control storage means, the address and the two. The address of the address register in the inactive state among the address registers is compared with each other, and if the addresses are the same, the output of the address prediction selecting means is selected by the address selecting means, and if they are different, the address is selected. And a control information reading device.
【請求項6】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスに、前記マイクロ命令内の
次期制御情報相対アドレスフィールドで示される相対ア
ドレスを加算することによって、前記マイクロ命令が分
岐しない場合の次のサイクルのアドレスを予測する手段
と、前記マイクロ命令の分岐条件に従って、分岐しない
場合は前記次のサイクルのアドレスを、分岐する場合
は、前記マイクロ命令内の分岐先制御情報アドレスフィ
ールドで示されるアドレスを夫々選択するアドレス予測
選択手段と、前記アドレスと前記アドレス予測選択手段
の出力とを選択するアドレス選択手段と、前記アドレス
選択手段の選択アドレスを格納する2個のアドレスレジ
スタと、前記2個のアドレスレジスタを順番に択一的に
アクティブとしてこのアクティブとされたアドレスレジ
スタへ前記アドレス選択手段の選択アドレスを格納制御
する手段と、前記2個のアドレスレジスタに対応して設
けられその格納アドレスにより情報処理装置の制御情報
が読出される2個の下位制御記憶手段と、前記2個の下
位制御記憶手段のうち現在読出されている情報を導出す
る導出手段と、前記アドレスと前記2個のアドレスレジ
スタのうち非アクティブ状態のアドレスレジスタのアド
レスとを比較して、同一の場合は前記アドレス選択手段
に対して前記次のアドレスを選択せしめ、異なる場合は
前記アドレスを選択せしめるよう制御する手段とを含む
ことを特徴とする制御情報読出し装置。
6. The upper control storage means and the relative address shown in the next control information relative address field in the micro instruction to the address shown in the address field of the micro instructions sequentially read from the upper control storage means. Means for predicting the address of the next cycle when the microinstruction does not branch by adding, and the address of the next cycle if the branch does not branch, or the address of the next cycle if the branch does not branch, according to the branch condition of the microinstruction. Address prediction selection means for selecting the address indicated by the branch destination control information address field in the microinstruction, address selection means for selecting the address and output of the address prediction selection means, and selection address of the address selection means For storing two address registers and the two address registers Means for controlling the storage of the selected address of the address selection means in the activated address register by selectively activating the address registers alternately and information provided by the storage addresses provided corresponding to the two address registers Two lower control storage means for reading the control information of the processing device, a derivation means for deriving the currently read information out of the two lower control storage means, the address and the two address registers The address of the address register in the inactive state among them, and means for controlling the address selecting means to select the next address if they are the same, and to select the address if they are different. A control information reading device characterized by the above.
【請求項7】 上位制御記憶手段と、前記上位制御記憶
手段から順次読出されるマイクロ命令のうちアドレスフ
ィールドで示されるアドレスと、前記上位制御記憶手段
から順次読出されるマイクロ命令のうち分岐先制御情報
アドレスフィールドで示されるアドレスとを選択するア
ドレス選択手段と、前記アドレス選択手段の選択アドレ
スを格納する2個のアドレスレジスタと、前記2個のア
ドレスレジスタを順番に択一的にアクティブとしてこの
アクティブとされたアドレスレジスタへ前記アドレス選
択手段の選択アドレスを格納制御する手段と、前記2個
のアドレスレジスタに対応して設けられその格納アドレ
スにより情報処理装置の制御情報が読出される2個の下
位制御記憶手段と、前記2個の下位制御記憶手段のうち
現在読出されている情報を導出する導出手段と、前記ア
ドレスと前記2個のアドレスレジスタのうち非アクティ
ブ状態のアドレスレジスタのアドレスとを比較して、同
一の場合は前記アドレス選択手段に対して前記分岐先制
御情報アドレスフィールドで示されるアドレスを選択せ
しめ、異なる場合は前記アドレスを選択せしめるよう制
御する手段とを含むことを特徴とする制御情報読出し装
置。
7. A high-order control storage means, an address indicated by an address field among micro-instructions sequentially read from the high-order control storage means, and a branch destination control of micro-instructions read sequentially from the high-order control storage means. Address selection means for selecting an address indicated by the information address field, two address registers for storing the selection address of the address selection means, and the two address registers are sequentially made active alternatively and active. Means for controlling the storage of the selected address of the address selection means in the address register, and two lower layers for the control information of the information processing device, which are provided corresponding to the two address registers and read the stored information. The control storage means and the currently read out of the two lower control storage means Derivation means for deriving information and the address and the address of the inactive address register of the two address registers are compared, and if they are the same, the branch destination control information address is sent to the address selection means. A control information reading device, comprising means for selecting an address indicated by a field, and controlling so as to select the address if different.
JP24265791A 1991-08-28 1991-08-28 Control information reader Pending JPH0553791A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP24265791A JPH0553791A (en) 1991-08-28 1991-08-28 Control information reader

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP24265791A JPH0553791A (en) 1991-08-28 1991-08-28 Control information reader

Publications (1)

Publication Number Publication Date
JPH0553791A true JPH0553791A (en) 1993-03-05

Family

ID=17092303

Family Applications (1)

Application Number Title Priority Date Filing Date
JP24265791A Pending JPH0553791A (en) 1991-08-28 1991-08-28 Control information reader

Country Status (1)

Country Link
JP (1) JPH0553791A (en)

Similar Documents

Publication Publication Date Title
JP2539199B2 (en) Digital processor controller
US5299320A (en) Program control type vector processor for executing a vector pipeline operation for a series of vector data which is in accordance with a vector pipeline
US4310880A (en) High-speed synchronous computer using pipelined registers and a two-level fixed priority circuit
JPS61267871A (en) Imformation processor
JPS6254359A (en) Computer apparatus
US4259718A (en) Processor for a data processing system
US4253142A (en) Method and apparatus for speeding up the determination of a microinstruction address in a data processing system
US5526500A (en) System for operand bypassing to allow a one and one-half cycle cache memory access time for sequential load and branch instructions
US5142630A (en) System for calculating branch destination address based upon address mode bit in operand before executing an instruction which changes the address mode and branching
EP0164418B1 (en) Microprogram control system
JPH0553791A (en) Control information reader
US11138011B2 (en) Device, data-processing chain and context-switching method
JPS59184943A (en) Information processor
JPH05143447A (en) Digital processor and control method for the processor
JPS6113607B2 (en)
JPH0559450B2 (en)
JPS63141131A (en) Pipeline control system
JPH034326A (en) System for decoding instruction
JPS62278637A (en) Microprogram controller
JPH0467661B2 (en)
JPH01128133A (en) Microprogram controller
JPS6229813B2 (en)
JPH0412850B2 (en)
JPH04117526A (en) Microprogram controller
JPH06187148A (en) Order control circuit for information processor