JPH0445862B2 - - Google Patents

Info

Publication number
JPH0445862B2
JPH0445862B2 JP58042175A JP4217583A JPH0445862B2 JP H0445862 B2 JPH0445862 B2 JP H0445862B2 JP 58042175 A JP58042175 A JP 58042175A JP 4217583 A JP4217583 A JP 4217583A JP H0445862 B2 JPH0445862 B2 JP H0445862B2
Authority
JP
Japan
Prior art keywords
microinstruction
main memory
clock
flip
register
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
JP58042175A
Other languages
Japanese (ja)
Other versions
JPS59168547A (en
Inventor
Takashi Tsunehiro
Junji Nakakoshi
Keiichi Ju
Koichi Nakai
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP4217583A priority Critical patent/JPS59168547A/en
Publication of JPS59168547A publication Critical patent/JPS59168547A/en
Publication of JPH0445862B2 publication Critical patent/JPH0445862B2/ja
Granted legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明はマイクロプログラム制御方式の情報処
理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to an information processing device using a microprogram control method.

〔従来技術〕[Prior art]

従来のマイクロプログラム制御方式の情報処理
装置においては、主記憶装置へデータを書込むと
き、その書込みを起動した直後または規定ステツ
プ後のマイクロ命令は主記憶装置への実際の書込
みが終了するまでマシンサイクルタイムを延長し
て待ち状態となつていた。
In conventional microprogram-controlled information processing devices, when data is written to the main memory, the microinstruction immediately after starting the write or after a specified step is executed by the machine until the actual write to the main memory is completed. The cycle time was extended and the machine was in a waiting state.

これは、異なる応答時間の記憶素子を混在して
使用し主記憶装置を構成したため番地により応答
時間が異なる場合や、キヤツシユメモリ装置など
によりアクセスのたびに応答時間が違う可能性の
ある場合に顕著であつた。
This is useful when the main memory is constructed using a mixture of memory elements with different response times, and the response time may vary depending on the address, or when the response time may vary each time the access is made due to a cache memory device, etc. It was noticeable.

〔発明の目的〕[Purpose of the invention]

本発明の目的は主記憶装置へデータを書込むと
き、主記憶装置動作終了をまたずマイクロ命令処
理を続行し、主記憶装置動作中に新たな主記憶装
置起動を行うマイクロ命令が出現したならばその
マシンサイクルタイムを延長し、主記憶装置競合
を回避する処理方式を提供することにある。
The purpose of the present invention is to continue microinstruction processing beyond the end of the main memory operation when writing data to the main memory, and if a microinstruction that starts a new main memory appears while the main memory is operating. For example, an object of the present invention is to provide a processing method that extends the machine cycle time and avoids main memory contention.

〔発明の概要〕[Summary of the invention]

本発明は、主記憶装置へ書込みを起動したマイ
クロ命令以後のマイクロ命令が、新たに主記憶装
置を参照しなければ、主記憶装置の動作状態に無
関係にマイクロ命令の実行を進行させることと、
新たに主記憶装置を参照するときはその起動しよ
うとしたマイクロ命令のマシンサイクルを主記憶
装置の動作終了まで延長し主記憶装置競合を回避
することを特徴とするものである。
The present invention allows the execution of microinstructions to proceed regardless of the operating state of the main memory if the microinstruction after the microinstruction that starts writing to the main memory does not newly refer to the main memory.
When a new reference is made to the main memory, the machine cycle of the microinstruction that is about to be activated is extended until the operation of the main memory ends, thereby avoiding main memory contention.

〔発明の実施例〕[Embodiments of the invention]

以下、本発明の一実施例を図により説明する。 Hereinafter, one embodiment of the present invention will be described with reference to the drawings.

第1図は従来の情報処理装置におけるマイクロ
命令実行制御回路を示している。
FIG. 1 shows a microinstruction execution control circuit in a conventional information processing device.

マイクロ命令はマイクロ命令記憶1に格納され
ている。マイクロ命令記憶1はマイクロアドレス
レジスタ2の指示する番地が読出されマイクロ命
令レジスタ3にセツトされる。マイクロアドレス
レジスタ2は加算器4により1番地先の値がセツ
トされる。マイクロアドレスレジスタ2、マイク
ロ命令レジスタ3はクロツク制御回路5で作られ
た同期信号6により更新される。
Microinstructions are stored in microinstruction memory 1. The address indicated by the micro-address register 2 is read from the micro-instruction memory 1 and set in the micro-instruction register 3. The micro address register 2 is set to the value of the next address by the adder 4. The microaddress register 2 and microinstruction register 3 are updated by a synchronization signal 6 generated by a clock control circuit 5.

クロツク制御回路5は制御入力7が論理〓1”
であれば一定周期で周期信号6を出力する。制御
入力7が論理〓0”になると同期信号6は出力さ
れず待ち状態となつている。ここで同期信号6の
立上りから立上りまでをマシンサイクルタイムと
いう。
The clock control circuit 5 has a control input 7 of logic = 1.
If so, the periodic signal 6 is output at a constant period. When the control input 7 becomes logic 0'', the synchronization signal 6 is not output and is in a waiting state.The period from rise to rise of the synchronization signal 6 is called machine cycle time.

マイクロ命令レジスタ3には読出起動ビツト8
と書込起動ビツト9がある。これらのビツトの出
力は、ORゲート10により論理和をとり、フリ
ツプフロツプ11へ入力される。フリツプフロツ
プ11は同期信号6をトリガとして信号線12に
主記憶装置13の起動信号を出力する。
Microinstruction register 3 has read start bit 8.
and write activation bit 9. The outputs of these bits are logically summed by an OR gate 10 and input to a flip-flop 11. Flip-flop 11 outputs an activation signal for main storage device 13 to signal line 12 using synchronization signal 6 as a trigger.

主記憶装置13は信号線12によりアクセスが
起動され、アクセスが終了すると信号線14に終
了信号を出力する。信号線14はフリツプフロツ
プ11のリセツト入力に接続されており、信号線
12の起動信号をリセツトする。
Access to the main memory device 13 is activated via the signal line 12, and when the access is completed, an end signal is output to the signal line 14. Signal line 14 is connected to the reset input of flip-flop 11 and resets the activation signal on signal line 12.

制御入力7は信号線12の反転であるため、主
記憶装置13をアクセス中は制御入力7は論理〓
0”となり、マシンサイクルタイムを延長してい
る。
Since the control input 7 is the inversion of the signal line 12, the control input 7 is logic while the main memory 13 is being accessed.
0”, extending the machine cycle time.

これらの信号の関係を第2図に示す。ここで、
図面に付した#1,#2,…は、対応するマイク
ロ命令の番号を示す。この図では、#1が書込み
又は読出しのために主記憶の起動を要求するマイ
クロ命令であり、#2〜#4は、主記憶13の起
動を要求しないで、たとえば、レジスタ(図示せ
ず)内のオぺランドに対する演算(演算器は簡単
化のために図示せず)を要求するマイクロ命令で
ある。またC1〜C4はマシーンサイクルの番地
である。この図から分かるように、マイクロ命令
#1が主記憶の書込み又は読出しのいずれを要求
する場合でも、その命令の実行フエーズに対する
マシーンサイクルC3が主記憶13の動作が終了
するまで後続のマイクロ命令#2以降は、実行が
またされる。
The relationship between these signals is shown in FIG. here,
#1, #2, . . . attached to the drawings indicate the numbers of corresponding microinstructions. In this figure, #1 is a microinstruction that requests activation of the main memory for writing or reading, and #2 to #4 are microinstructions that do not request activation of the main memory 13, such as registers (not shown). This is a microinstruction that requests an operation on the operands in (the arithmetic unit is not shown for simplicity). Further, C1 to C4 are machine cycle addresses. As can be seen from this figure, regardless of whether microinstruction #1 requests writing or reading from the main memory, the machine cycle C3 for the execution phase of that instruction continues until the operation of the main memory 13 is completed by subsequent microinstruction #1. 2 and subsequent steps are executed again.

このように従来の方式では主記憶装置を一度起
動すると、アクセスが終了するまで次のマイクロ
命令が主記憶装置を参照するか否かにかかわらず
マシンサイクルタイムを延長していた。
As described above, in the conventional system, once the main memory is activated, the machine cycle time is extended until the access is completed, regardless of whether the next microinstruction refers to the main memory.

第3図は本発明の一実施例を示す。フリツプフ
ロツプ15は読出起動であることのみを記憶し、
フリツプフロツプ16は書込起動であることのみ
を記憶する。それぞれのフリツプフロツプの出力
17,18とアクセス起動信号19はANDゲー
ト20、NORゲート21により制御入力7を作
る。出力17が論理〓1”のとき、すなわち読出
起動の場合はNORゲート21により制御入力7
が論理〓0”になり、同期信号6を延長する。し
かし、書込起動の場合は、書込起動中(出力18
が論理〓1”)でありかつ、書込を起動したマイ
クロ命令以後で主記憶装置起動の要求がある(ア
クセス起動信号19が論理〓1”)場合のみ制御
入力7は論理〓0”となり、同期信号6を延長す
る。
FIG. 3 shows an embodiment of the invention. The flip-flop 15 only remembers that it is a read activation,
Flip-flop 16 only remembers that it is write activated. The outputs 17 and 18 of each flip-flop and the access activation signal 19 form a control input 7 through an AND gate 20 and a NOR gate 21. When the output 17 is logic 〓1'', that is, in the case of read activation, the control input 7 is output by the NOR gate 21.
becomes logic = 0" and extends the synchronization signal 6. However, in the case of write activation, during write activation (output 18
is logic = 1") and there is a request to start the main memory after the microinstruction that started writing (the access activation signal 19 is logic = 1"), the control input 7 becomes logic = 0", Extend synchronization signal 6.

つまり書込起動であれば、それ以後のマイクロ
命令が主記憶装置を起動しようとしないかぎり、
マイクロ命令の処理を進行することができる。
In other words, if it is a write activation, unless a subsequent microinstruction attempts to activate the main memory,
Processing of microinstructions can proceed.

第4図は本実施例を用いたときのタイムチヤー
トの一例を示す。図において、#1は書き込みの
ために主記憶13の起動を要求するマイクロ命
令、#2,#3は、主記憶13の起動以外の処
理、たとえば、レジスタ(図示せず)内のオペラ
ンドに対する演算(そのための演算器は簡単化の
ために図示せず)を要求するマイクロ命令、#4
は主記憶13の起動を要求するマイクロ命令で、
ここでは読み出しのために主記憶13の起動を要
求するマイクロ命令であると仮定している。さら
に、#5はいずれの種類のマイクロ命令でもよ
い。なお、C1〜C6はマシンサイクルの番号で
ある。
FIG. 4 shows an example of a time chart when this embodiment is used. In the figure, #1 is a microinstruction that requests activation of the main memory 13 for writing, and #2 and #3 are processes other than activation of the main memory 13, such as operations on operands in registers (not shown). (The arithmetic unit for this is not shown for simplicity), #4
is a microinstruction that requests activation of main memory 13,
Here, it is assumed that this is a microinstruction that requests activation of the main memory 13 for reading. Further, #5 can be any type of microinstruction. Note that C1 to C6 are machine cycle numbers.

図から分かるように、書き込みのために主記憶
13の起動を要求するマイクロ命令#1がマシー
ンサイクルC2の立上がりでマイクロ命令レジス
タ2にセツトされたときに、この命令の書込み起
動ビツト8が1であるため、次のマシーンサイク
ルC3の立上りにおいて、フリツプフロツプ1
1,16がセツトされる。フリツプフロツプ11
の出力信号12が1となり、主記憶13が起動さ
れる。このとき書込み起動ビツト8は、主記憶1
3にも送られ、書き込みのため起動であることを
主記憶13に通知する。書き込むべきデータはた
とえばレジスタ30から供給される。出力18は
主記憶13が書き込みのために起動中であること
を示し、後続のマイクロ命令の実行時にクロツク
延長をするか否かを判定するのに用いられる。こ
の書き込み動作はマイーンサイクルC5の途中ま
で続く。書き込みが終了すると、主記憶13によ
り線14が“0”となり、フリツプフロツプ1
5,16をリセツトする(今の例では、フリツプ
フロツプ15はリセツトしたままである)。
As can be seen from the figure, when microinstruction #1, which requests activation of main memory 13 for writing, is set in microinstruction register 2 at the rising edge of machine cycle C2, write activation bit 8 of this instruction is set to 1. Therefore, at the rise of the next machine cycle C3, flip-flop 1
1 and 16 are set. flipflop 11
The output signal 12 of becomes 1, and the main memory 13 is activated. At this time, write start bit 8 is set to main memory 1.
3, and notifies the main memory 13 that it is activated for writing. The data to be written is supplied from register 30, for example. Output 18 indicates that main memory 13 is being activated for writing, and is used to determine whether to extend the clock when executing a subsequent microinstruction. This write operation continues until the middle of main cycle C5. When the writing is completed, the main memory 13 sets the line 14 to "0", and the flip-flop 1
5 and 16 (in the present example, flip-flop 15 remains reset).

一方、この書き込みの動作の実行中に、次のマ
シーンサイクルC3の立上がり、主記憶起動を用
しないマイクロ命令#2がマイクロ命令レジスタ
3にセツトされると、この命令の書き込み起動フ
ラグ8、読出し起動フラグ9はともに0と仮定し
ているので、アンドゲート20は閉じたままであ
り、ノアゲート21の出力7は1のままであり、
マシーンサイクルの延長はなされない。つまり、
本実施例では、先行するマイクロ命令#1が主記
憶13への書き込み起動命令で後続の命令#2が
主記憶起動をしないマイクロ命令であるときに
は、クロツクの延長をしないようになつている。
On the other hand, during execution of this write operation, when the next machine cycle C3 rises and microinstruction #2 that does not use main memory activation is set in the microinstruction register 3, the write activation flag 8 of this instruction is set to read activation. Since both flags 9 are assumed to be 0, the AND gate 20 remains closed and the output 7 of the NOR gate 21 remains 1.
No extension of the machine cycle will be made. In other words,
In this embodiment, when the preceding microinstruction #1 is an instruction to start writing to the main memory 13 and the following instruction #2 is a microinstruction that does not start the main memory, the clock is not extended.

こうして、次のマシーンサイクルC4の立上が
りで、このマイクロ命令#2の実行が開始され
る。同様に、次のマイクロ命令#3も、更に次の
マシーンサイクルC5の立上がりで実行開始され
る。
In this way, execution of this microinstruction #2 is started at the rising edge of the next machine cycle C4. Similarly, the next microinstruction #3 is also started to be executed at the rising edge of the next machine cycle C5.

このマシーンサイクルC5での立上がりにおい
て、次のマイクロ命令#4がマイクロ命令レジス
タにセツトされると、本実施例では、先行命令
#1のための、主記憶13の動作はマシーンサイ
クルC5の後半において終了すると仮定してい
る。
When the next microinstruction #4 is set in the microinstruction register at the rising edge of machine cycle C5, in this embodiment, the operation of the main memory 13 for the preceding instruction #1 is performed in the second half of machine cycle C5. Assuming it ends.

したがつて、マイクロ命令#4がマイクロ命令
レジスタ3にセツトされた時点では、フリツプフ
ロツプ16はセツトされたままである。マイクロ
命令#4の書き込みフラグ9によりオアゲート1
0の出力19は1となるので、アンドゲート20
の出力は1となり、ノアゲート21の出力7は0
となる。こうして、クロツク制御回路5は、マイ
クロ命令#1のための主記憶書き込みが終了しな
い間に後続のマイクロ命令#4が主記憶の起動を
要求したとき、クロツクの延長を行う。
Therefore, when microinstruction #4 is set in microinstruction register 3, flip-flop 16 remains set. OR gate 1 due to write flag 9 of microinstruction #4
Since the output 19 of 0 becomes 1, the AND gate 20
The output of is 1, and the output 7 of the NOR gate 21 is 0.
becomes. In this manner, the clock control circuit 5 extends the clock when the subsequent microinstruction #4 requests activation of the main memory while the writing to the main memory for the microinstruction #1 is not completed.

マイクロ命令#1のための主記憶書き込みが終
了したために終了信号14が主記憶13より延長
されたマシーンサイクル#5の後半で出力される
と、フリツプフロツプ16がリセツトされ、クロ
ツクの延長が中止される。
When the end signal 14 is output from the main memory 13 in the latter half of the extended machine cycle #5 because the main memory write for microinstruction #1 is completed, the flip-flop 16 is reset and the clock extension is stopped. .

こうして、次のマシーンサイクルC6がこの一
定時間後に立上がると、フリツプフロツプ11と
15が、マイクロ命令#4内の読み出しフラグR
8によりマシーンサイクルC6の立上がり時にセ
ツトされ、その後、このマイクロ命令の実行がな
される。
Thus, when the next machine cycle C6 rises after this predetermined time, flip-flops 11 and 15 open the read flag R in microinstruction #4.
8, it is set at the rise of machine cycle C6, and thereafter this microinstruction is executed.

以上のごとく、本実施例では、書き込みのため
に主記憶を起動するマイクロ命令#1の実行中で
も、マイクロ命令レジスタ3内に取り込まれた後
続のマイクロ命令がマイクロ命令#2,#3のよ
うに主記憶起動を要求しないときには、クロツク
の延長をしない。その後続のマイクロ命令がマイ
クロ命令#4のごとく主記憶起動を要求すると
き、マイクロ命令#1のための主記憶起動が終了
するまでクロツクを延長する。
As described above, in this embodiment, even during the execution of microinstruction #1 that activates the main memory for writing, subsequent microinstructions captured in microinstruction register 3 are processed as microinstructions #2 and #3. When main memory activation is not required, the clock is not extended. When a subsequent microinstruction requests main memory activation, such as microinstruction #4, the clock is extended until main memory activation for microinstruction #1 is completed.

なお、マイクロ命令#4が読み出しのための主
記憶起動命令であるため、第3図のフリツプフロ
ツプ15がマシーンサイクルC5の立上がり時に
セツトされ、その出力17によりオアゲート21
の出力7が0になり、クロツク制御回路5は、ク
ロツクの延長を行う。
Since microinstruction #4 is a main memory activation instruction for reading, flip-flop 15 in FIG. 3 is set at the rise of machine cycle C5, and its output 17 causes OR gate 21
The output 7 becomes 0, and the clock control circuit 5 extends the clock.

このように書込みによる主記憶装置の起動であ
れば、主記憶装置の起動に関係ないマイクロ命令
の処理は遅滞なく進行できる。
If the main memory is activated by writing in this manner, processing of microinstructions unrelated to the activation of the main memory can proceed without delay.

また、書込起動中に書込みを起動したマイクロ
命令以後で主記憶装置起動要求があると、主記憶
装置を起動しようとしたマイクロ命令のマシンサ
イクルタイムを現在実行中の主記憶装置動作が終
了するまで延長することにより、主記憶装置の競
合をさけることができる。
Additionally, if a main memory start request is made after the microinstruction that started the write during a write start, the main memory operation currently being executed will end within the machine cycle time of the microinstruction that attempted to start the main memory. By extending it to

〔発明の効果〕〔Effect of the invention〕

本発明によれば、マイクロ命令が主記憶装置か
らのデータの読み出しを起動し、主記憶装置がそ
の読み出しを終了するまでは、そのマイクロ命令
以降のマイクロ命令の実行をまたせるが、マイク
ロ命令が主記憶装置へのデータ書込みを起動する
命令である場合、主記憶装置がその書込みを終了
しなくても、起動したマイクロ命令以後のマイク
ロ命令は主記憶装置を起動しようとしない限りそ
の処理を続行できる。しかも、以上の制御をクロ
ツクの延長をするかしないかという簡単な制御で
実現できる。
According to the present invention, a microinstruction starts reading data from the main memory, and the execution of subsequent microinstructions is delayed until the main memory finishes reading data. If the instruction starts writing data to the main memory, even if the main memory does not finish writing, microinstructions after the started microinstruction will continue processing unless they try to start the main memory. can. Moreover, the above control can be realized by simple control of whether or not to extend the clock.

また、起動した書込みが終了しないうちにマイ
クロ命令が新たに主記憶装置を起動しようとして
も、起動しようとするマイクロ命令自体のマシン
サイクルタイムが延長され、現在実行中の書込み
が終了するまで待た状態となり主記憶アクセスが
競合することはない。
In addition, even if a microinstruction tries to newly start the main memory before the write that has started is completed, the machine cycle time of the microinstruction itself that is trying to start will be extended, and the system will wait until the write that is currently being executed ends. Therefore, there is no conflict in main memory access.

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

第1図は従来のマイクロ命令実行制御回路例、
第2図は従来例のタイミングチヤート、第3図は
本発明の実施例、第4図は実施例のタイミングチ
ヤートを示す。 15……フリツプフロツプ、16……フリツプ
フロツプ、20……ANDゲート、21……NOR
ゲート。
Figure 1 shows an example of a conventional microinstruction execution control circuit.
FIG. 2 shows a timing chart of a conventional example, FIG. 3 shows an embodiment of the present invention, and FIG. 4 shows a timing chart of an embodiment. 15...Flip-flop, 16...Flip-flop, 20...AND gate, 21...NOR
Gate.

Claims (1)

【特許請求の範囲】 1 主記憶装置、マイクロ命令記憶装置と、この
マイクロ命令記憶装置から読み出すべきマイクロ
命令のアドレスを、クロツクのそれぞれのサイク
ルに順次読み出す、該クロツクの応答するマイク
ロ命令読み出し回路と、このマイクロ命令記憶装
置から順次読み出されたマイクロ命令を、それぞ
れが読み出されたサイクルの次ぎのサイクルで順
次保持する、該クロツクに応答するマイクロ命令
レジスタと、このレジスタに順次保持されたマイ
クロ命令をそれぞれが保持されたサイクルの次ぎ
のサイクルで順次実行する、該クロツクに応答す
る実行回路と、該クロツクを発生し、上記マイク
ロ命令読み出し回路、マイクロ命令レジスタと、
実行回路に供給するクロツク発生回路とを有する
情報処理装置において、 該マイクロ命令レジスタにマイクロ命令が保持
されたサイクルの次ぎのサイクルで該クロツク信
号に応答し、その保持されたマイクロ命令が、該
主記憶装置をデータ読み出しのためにアクセスす
る第1のマイクロ命令であるとき第1の状態にセ
ツトされ、その後該主記憶装置から所定の信号線
を介して供給されるアクセス完了を示す信号に応
答して第2の状態にリセツトされる第1のフリツ
プフロツプと、 該マイクロ命令レジスタにマイクロ命令が保持
されたサイクルの次ぎのサイクルで該クロツク信
号に応答し、その保持されたマイクロ命令が、該
主記憶装置をデータ書き込みのためにアクセスす
る第2のマイクロ命令であるとき第1の状態にセ
ツトされ、その後該主記憶装置から該信号線を介
して供給されるアクセス完了を示す信号に応答し
て第2の状態にリセツトされる第2のフリツプフ
ロツプと、 該マイクロ命令レジスタにマイクロ命令が保持
されたサイクルの次ぎのサイクルで該クロツク信
号に応答し、その保持されたマイクロ命令が該第
1のマイクロ命令もしくは該第2のマイクロ命令
であるとき該主記憶装置をアクセスする手段と、 該第1のフリツプフロツプからの、それが第1
の状態にセツトされていることを示す出力に応答
して、その後クロツクを延長すべきことを該クロ
ツク発生回路に指示し、該第2のフリツプフロツ
プからの、それが第1の状態でセツトされている
ことを示す出力と該第2のマイクロ命令より後に
該マイクロ命令レジスタに保持された、該主記憶
装置を読み出しまたは書き込みのためにアクセス
する第3のマイクロ命令に応答して、その後クロ
ツクを延長すべきことを該クロツク発生回路に指
示し、該第2のフリツプフロツプから、それが第
1の状態にセツトされていることを示す出力が供
給されているときでも、該第2のマイクロ命令よ
り後に該マイクロ命令レジスタに保持されたマイ
クロ命令が、該主記憶装置を読み出しまたは書き
込みのためにアクセスするマイクロ命令でないと
きには、該クロツクの延長を指示しない論理回路
とを有する情報処理装置。
[Scope of Claims] 1. A main memory device, a microinstruction storage device, and a microinstruction reading circuit responsive to a clock that sequentially reads out the addresses of microinstructions to be read from the microinstruction storage device in each cycle of the clock. , a microinstruction register that responds to the clock and holds microinstructions sequentially read out from this microinstruction storage device in the cycle following the cycle in which they were each read out, and a microinstruction register that is sequentially held in this register. an execution circuit responsive to the clock for sequentially executing instructions in the cycle following the cycle in which each instruction is held; the microinstruction reading circuit for generating the clock; and the microinstruction register;
In an information processing device having a clock generation circuit for supplying an execution circuit, the microinstruction register responds to the clock signal in the cycle following the cycle in which the microinstruction is held in the microinstruction register, and the held microinstruction is It is set to the first state when it is the first microinstruction to access the storage device for data reading, and then responds to a signal indicating access completion supplied from the main storage device via a predetermined signal line. a first flip-flop that is reset to a second state by a first flip-flop; and a first flip-flop that responds to the clock signal in the cycle following the cycle in which the microinstruction is held in the microinstruction register, and that the held microinstruction is transferred to the main memory. It is set to the first state when it is a second microinstruction that accesses the device for writing data, and is then set to the first state in response to a signal indicating access completion provided from the main memory device via the signal line. a second flip-flop that is reset to state 2; and a second flip-flop that responds to the clock signal in the cycle following the cycle in which the microinstruction is held in the microinstruction register, and that the held microinstruction is transferred to the first microinstruction. or means for accessing the main memory when the second microinstruction is from the first flip-flop;
in response to an output from the second flip-flop indicating that it is set in the first state, instructing the clock generation circuit to then extend the clock; and a third microinstruction held in the microinstruction register after the second microinstruction that accesses the main memory for reading or writing, and then extending the clock. It tells the clock generation circuit what to do and after the second microinstruction even when an output is provided from the second flip-flop indicating that it is set to the first state. and a logic circuit that does not instruct extension of the clock when the microinstruction held in the microinstruction register is not a microinstruction that accesses the main memory for reading or writing.
JP4217583A 1983-03-16 1983-03-16 Information processor Granted JPS59168547A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4217583A JPS59168547A (en) 1983-03-16 1983-03-16 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4217583A JPS59168547A (en) 1983-03-16 1983-03-16 Information processor

Publications (2)

Publication Number Publication Date
JPS59168547A JPS59168547A (en) 1984-09-22
JPH0445862B2 true JPH0445862B2 (en) 1992-07-28

Family

ID=12628639

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4217583A Granted JPS59168547A (en) 1983-03-16 1983-03-16 Information processor

Country Status (1)

Country Link
JP (1) JPS59168547A (en)

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4992960A (en) * 1973-01-10 1974-09-04
JPS49113542A (en) * 1973-02-26 1974-10-30

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS4992960A (en) * 1973-01-10 1974-09-04
JPS49113542A (en) * 1973-02-26 1974-10-30

Also Published As

Publication number Publication date
JPS59168547A (en) 1984-09-22

Similar Documents

Publication Publication Date Title
US4747045A (en) Information processing apparatus having an instruction prefetch circuit
KR920007253B1 (en) Controlling apparatus for micro-program
JPH0445862B2 (en)
JP2556268B2 (en) Program download method
JP2694948B2 (en) Micro program processor
JPS6232812B2 (en)
JP2758624B2 (en) Speed control method of micro program
JP2583506B2 (en) Data processing device
JPH0561660B2 (en)
JPS62130427A (en) Memory read/write system
JP2883335B2 (en) Information processing device
US5123093A (en) Operational processor for performing a memory access and an operational process in parallel
JP2684663B2 (en) Micro program control circuit
JP2719227B2 (en) Processing equipment
JPH0317135B2 (en)
JPH0218746B2 (en)
JPS6221130B2 (en)
JPS6218937B2 (en)
JPS5938828A (en) Data processing system
JPS6218933B2 (en)
JPS6218934B2 (en)
JPS63279351A (en) Dma transfer controller
JPS62248043A (en) Memory switching circuit for fetching microcomputer instruction
JPH11282787A (en) Input/output control device
JPH0589057A (en) Register controller