JPS62130427A - Memory read/write system - Google Patents
Memory read/write systemInfo
- Publication number
- JPS62130427A JPS62130427A JP27060885A JP27060885A JPS62130427A JP S62130427 A JPS62130427 A JP S62130427A JP 27060885 A JP27060885 A JP 27060885A JP 27060885 A JP27060885 A JP 27060885A JP S62130427 A JPS62130427 A JP S62130427A
- Authority
- JP
- Japan
- Prior art keywords
- memory
- flop
- flip
- cpu
- external device
- 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
Links
Abstract
Description
【発明の詳細な説明】
[発明の技術分野]
本発明はマイクロプログラム制御計算機のCPUに外部
バスを介して接続されているメモリのリード/ライト方
式に関する。DETAILED DESCRIPTION OF THE INVENTION [Technical Field of the Invention] The present invention relates to a read/write method for a memory connected to a CPU of a microprogram controlled computer via an external bus.
[発明の技術的背景]
従来、マイクロプログラム制御計算機の演算制御方式に
おいて、外部バスを介してCPUに接続されているメモ
リにリード又はライトを実行する際に、プログラムの実
行効率をあげるため、メモリのリード/ライト実行中で
も特定のマイクロ命令を除いて命令の実行を一時停士さ
せる制御が行われでいる。この場合、演算制御部のクロ
ックをディスイネーブルとするクロックストップ制御を
とらない方式で、しかもプログラム実行中に複数の割込
みが同時に発生した場合、優先度の高い割込み処理から
実行を開始する方式を演算制御部がとっている計算機で
は、第3図のタイムチャートに示すような動作が行われ
る。なお、上記特定のマイクロ命令としては、例えばメ
モリリード実行中にメモリから読み出したデータがセッ
トされるCPU内のレジスタを読み出す命令、メモリラ
イト実行中に次のメモリライトを開始する命令等、実際
にメモリリード/ライトが終了しなければ実行できない
命令がある。[Technical Background of the Invention] Conventionally, in an arithmetic control method for a microprogram-controlled computer, when reading or writing to a memory connected to a CPU via an external bus, memory Control is performed to temporarily stop the execution of instructions, except for specific microinstructions, even during read/write execution. In this case, we will use a method that does not use clock stop control that disables the clock of the arithmetic control unit, and if multiple interrupts occur simultaneously during program execution, we will use a method that starts execution from the interrupt processing with the highest priority. The computer controlled by the control section performs operations as shown in the time chart of FIG. The specific microinstructions mentioned above include, for example, an instruction to read a register in the CPU where data read from memory is set during a memory read, an instruction to start the next memory write while a memory write is being executed, etc. There are instructions that cannot be executed until memory read/write is completed.
第3図において、(A)、 (B)、 (C)、(D)
、 (E)、 (F)はそれぞれ基本クロック、メモリ
アクセスを示すフリップフロップのセットタイミング、
割込み受け付はフリップフロップのセットタイミング、
エラー割込み発生を示すフリップフロップのセットタイ
ミング、′マイクロプログラム用ROMのアドレス、実
行マイクロプログラムのインストラクションをそれぞれ
示しており、また図中aはメモリリード/ライト命令、
bはマイクロエンド、dは外部装置からの割込み処理命
令の最初、eはエラー割込み発生を示すフリップフロッ
プのりセットマイクロ命令、fはエラー割込み処理の最
初のマイクロ命令を示しており、更に※※は割込み受け
付はフリップフロップがリセツ1へしているため何も起
こらないことを示し、81〜e1はマイクロ命令のマイ
クロアドレスを示している。先ず、CPUはマイクロ命
令のメモリリード/ライトに従ってメモリアクセスを開
始し、第3図(8)のイのタイミングでメモリリード/
ライトの実行を示すフリップフロップをセットする。な
お、このフリップフロップは前述のようにメモリリード
/ライト中に特別なマイクロ命令を実行しようとした時
クロックストップをイネーブルとするためのものである
。ついで、メモリリード/ライト実行中に外部装置から
割込み要求がおこり、CPUがこの割込み要求を受け付
けると第3図(C)の口のタイミングで割込み要求を受
【プ付けたことを示すフリップフロップをセットし、割
込み要求を出した外部装置に要求を受け付けたことを知
らせる。その後、マイクロ命令のマイクロエンド(以下
μ−ENDと記す)のタイミングで、第3図(E)に示
すようにマイクロプログラムがかかれているROMのア
ドレスa1を割込み処理するためのアドレスd1に代え
て上記割込み処理を開始する。CPUはこの処理中にマ
イクロ命令で割込み受け付けを示すフリップフロップを
第3図(C)の二のタイミングでリセットする。しかし
、CPUが開始した上記割込み処理の全てが終らないう
ちに、この間実行中で必るメモリリード/ライトにおい
てエラー割込みが発生すると、第3図(D)で示す如く
エラー割込みが発生したことを示すフリップフロップを
ホのタイミングでセットする。ここで、上記μmEND
とは、ソフトウェア命令の最後に実行され、命令先取り
制御を行なっている場合、すでに先取りされて命令バッ
フ1にあるソフトウェアを読み出す。又先取り制御を行
なってない場合は命令フェッチを開始する。エラー割り
込みを除く通常の割り込みはこのタイミングで処理を開
始するμ−命令のことである。In Figure 3, (A), (B), (C), (D)
, (E), and (F) are the basic clock and flip-flop set timing indicating memory access, respectively.
Interrupt reception is based on flip-flop set timing,
The set timing of the flip-flop indicating the occurrence of an error interrupt, the address of the ROM for the microprogram, and the instructions of the executed microprogram are shown respectively.
b is the micro-end, d is the first interrupt processing instruction from an external device, e is the flip-flop glue set micro-instruction that indicates the occurrence of an error interrupt, f is the first micro-instruction for error interrupt processing, and ※※ This shows that nothing happens in interrupt acceptance because the flip-flop is in reset 1, and 81 to e1 show the microaddress of the microinstruction. First, the CPU starts memory access according to the memory read/write of the microinstruction, and performs the memory read/write at timing A in Figure 3 (8).
Sets a flip-flop indicating execution of a write. Note that this flip-flop is used to enable the clock stop when a special microinstruction is to be executed during memory read/write, as described above. Next, an interrupt request is generated from an external device during memory read/write execution, and when the CPU accepts this interrupt request, the flip-flop indicating that the interrupt request has been received is activated at the timing shown at the beginning of FIG. 3(C). Set this to notify the external device that issued the interrupt request that the request has been accepted. After that, at the timing of the micro-end (hereinafter referred to as μ-END) of the micro-instruction, the address a1 of the ROM where the microprogram is written is replaced with the address d1 for interrupt processing, as shown in FIG. 3(E). The above interrupt processing is started. During this processing, the CPU uses a microinstruction to reset the flip-flop indicating interrupt acceptance at timing 2 in FIG. 3(C). However, if an error interrupt occurs during the necessary memory read/write during execution before all of the above interrupt processing started by the CPU is completed, the error interrupt will be detected as shown in Figure 3 (D). Set the flip-flop shown at the timing E. Here, the above μmEND
is executed at the end of a software instruction, and if instruction prefetch control is performed, the software that has already been prefetched and is in instruction buffer 1 is read. Also, if prefetch control is not performed, instruction fetching is started. Normal interrupts other than error interrupts are μ-instructions that start processing at this timing.
[背景技術の問題点コ
上記のような状況が生じると以下に述べるような不都合
が生じる。即ち、第3図(D)のホのタイミングでエラ
ー割込みが発生すると、速刻第3図(E)で示したマイ
クロ命令のアドレスb1をエラー割込み処理用アドレス
f1に変更してエラー処理を行う。このエラー割込み処
理が全て終了し、新たに命令フェッチを行いソフトウェ
ア命令を開始してμ−ENDを実行しても、上記エラー
割込みのために中断していた外部装置からの割込み処理
は、この割込み処理の要求を受け付けたことを示すフリ
ップフロップを第3図(C)の二のタイミングでリセッ
トしているため実行されない。しかし、割込み要求を出
した外部装置は、一度CPUが要求を受けつけた以上、
その後要求した割込み処理をずっと待つことになるとい
う不都合が生じる。[Problems with Background Art] When the above situation occurs, the following inconveniences occur. That is, when an error interrupt occurs at the timing E in FIG. 3(D), the microinstruction address b1 shown in FIG. 3(E) is changed to the error interrupt processing address f1 to perform error processing. . Even if this error interrupt processing is all completed, a new instruction is fetched, a software instruction is started, and μ-END is executed, the interrupt processing from the external device that was interrupted due to the above error interrupt will be interrupted by this interrupt. Since the flip-flop indicating that the processing request has been accepted is reset at timing 2 in FIG. 3(C), the processing is not executed. However, once the CPU accepts the request, the external device that issued the interrupt request will
Thereafter, the user has to wait for the requested interrupt processing for a long time, which is an inconvenience.
[発明の目的]
本発明の目的は、上記の欠点に鑑み、一度受け付けた割
り込み処理が中断したままとなることを防止したメモリ
リード/ライト方式を提供することにある。[Object of the Invention] In view of the above drawbacks, an object of the present invention is to provide a memory read/write method that prevents interrupt processing once accepted from remaining suspended.
[発明の概要]
本発明は、CPUが外部バスを介して接続されているメ
モリのリード又はライトを実行中に、外部装置からの割
込み要求を受(プ付けた場合、その後最初に現われるμ
mENDでCPUへ供給する同期クロックを停止し、前
記メモリのリード又はライトの実行終了後、前記同期ク
ロックを、再びCPUへ供給するようにし、前記メモリ
ーのリード又はライト実行中に起こり得るエラー処理を
終えた後も、前記外部装置からの割込み要求の受け付け
を示すフリップフロップをリセットしないようにし、そ
の後視われる最初のμmENDで前記外部装置からの割
込み要求を実行する制御を行うことにより、一度受け付
けた割り込み処理が中断したままとなることを防止する
目的を達成するものである。[Summary of the Invention] The present invention provides that when a CPU receives an interrupt request from an external device while reading or writing a memory connected via an external bus, the first μ
The synchronous clock supplied to the CPU is stopped at mEND, and after the execution of reading or writing of the memory is completed, the synchronous clock is supplied to the CPU again, and error processing that may occur during execution of reading or writing of the memory is prevented. Even after the interrupt request from the external device is completed, the flip-flop indicating acceptance of the interrupt request from the external device is not reset, and control is executed to execute the interrupt request from the external device at the first μm END that is seen thereafter. This achieves the purpose of preventing interrupt processing from remaining suspended.
[発明の実施例]
以下本発明の一実施例を図面を参照して説明する。第1
図は本発明のメモリリード/ライト方式を適用したマイ
クロプログラム制御計算機の一実施例を示したブロック
図である。1はCPU (図示せず)の動作を制御する
マイクロプログラムが書き込まれている複数のROM、
2はROM1に供給されるアドレスに従って出力内容を
セットするレジスタ、3はマイクロプログラムカウンタ
で、そのカウンタ値はROM1に供給される複数のアド
レスの中の1つである。4はCPU内に発生する各種割
込みの優先度に応じて、ROM1にアドレスを供給する
ゲート回路、5は復数種存在するROM1に供給できる
アドレスの中から1つを選択するセレクタ、6はCPU
の状態に応じてセレクタ5を制御するゲート回路である
。7はCPUがメモリをリード/ライトする際に生じる
エラー割込みによってセットされるフリップフロップで
、所定時間(1丁)の間セットされ、クロックストップ
(後述)が出ている場合はセットされるがリセットざ口
ない。8はCPUがメモリにリート/ライトを行ってい
る間レットされているフリップフロップで、リード/ラ
イトのマイクロ命令でセットされ、リード/ライトの実
行が終了するとクロックに同期して自動的にリセットさ
れる。9は外部装置からpJ込み要求がきてCPUがそ
れを受け付けるとセットされるノリツブフロップで、割
込み処理中のリセット用マイクロ命令でセットされる。[Embodiment of the Invention] An embodiment of the present invention will be described below with reference to the drawings. 1st
The figure is a block diagram showing an embodiment of a microprogram control computer to which the memory read/write method of the present invention is applied. 1 is a plurality of ROMs in which microprograms for controlling the operation of a CPU (not shown) are written;
2 is a register that sets output contents according to the address supplied to the ROM 1; 3 is a microprogram counter; the counter value is one of a plurality of addresses supplied to the ROM 1; 4 is a gate circuit that supplies an address to ROM 1 according to the priority of various interrupts generated in the CPU; 5 is a selector that selects one of the multiple types of addresses that can be supplied to ROM 1; 6 is a CPU
This is a gate circuit that controls the selector 5 according to the state of the selector 5. 7 is a flip-flop that is set by an error interrupt that occurs when the CPU reads/writes the memory, and is set for a predetermined period of time (1 block), and is set when a clock stop (described later) occurs, but is reset. I don't talk. 8 is a flip-flop that is left while the CPU is reading/writing the memory; it is set by the read/write microinstruction, and is automatically reset in synchronization with the clock when the read/write is finished. Ru. Reference numeral 9 denotes a Noritsubu flop that is set when the CPU accepts a pJ interrupt request from an external device, and is set by a reset microinstruction during interrupt processing.
10はフリップフロップ9の出力をμ−ENDのタイミ
ングでイネーブルとし、ゲート回路4とゲート12へそ
の出力を送出するグー1〜である。11はフリップフロ
ップ8がセットされている間CPUか特別なマイクロ命
令を実行した場合、複数おるクロックストップの原因の
1つを出力するゲートである。12はフリップフロップ
8がセットされている間ゲート10の出力がイネーブル
となった時、複数あるクロックストップの原因の1つを
出力するゲートでおる。13は複数あるクロッラス1〜
ツブの論理和をとり、その結果をゲート15に出力する
グー1〜である。14は基本クロック発生回路で、15
はゲート13の出力でおるクロックストップがフォルス
状態の時、基本クロック発生回路14がら出力される基
本クロックを通過させるゲートである。Reference numeral 10 indicates gates 1 to 1 which enable the output of the flip-flop 9 at the μ-END timing and send the output to the gate circuit 4 and gate 12. Reference numeral 11 denotes a gate that outputs one of the causes of clock stop when the CPU executes a special microinstruction while the flip-flop 8 is set. Reference numeral 12 denotes a gate that outputs one of the causes of clock stop when the output of the gate 10 is enabled while the flip-flop 8 is set. 13 is multiple Chlorus 1~
The gates 1 to 1 calculate the logical sum of the knobs and output the result to the gate 15. 14 is a basic clock generation circuit, 15
is a gate that allows the basic clock output from the basic clock generation circuit 14 to pass when the clock stop output from the gate 13 is in a false state.
なお符号50はマイクロプログラムカウンタ3、ゲート
回路4以外から入力されるマイクロアドレスを、符@6
0はフリップフロップ7、ゲート10以外から入力され
る割込み要求を、符号70はゲ゛−ト11.12以外か
ら入力されるクロックストップ原因信号を示している。Note that the reference numeral 50 indicates a microaddress input from a source other than the microprogram counter 3 and the gate circuit 4.
0 indicates an interrupt request input from a source other than the flip-flop 7 and gate 10, and 70 indicates a clock stop cause signal input from a source other than gates 11 and 12.
次に本実施例の動作について第2図を参照して説明する
。先ず、マイクロプログラムカウンタ3の内容a1がセ
レクタ5によってROM1の供給アドレスとして選択さ
れ、これがROM1に送られる。このため、ROM1か
ら対応するマイクロ命令aが読み出され、これがレジス
タ2にセットされる。なお、第2図の(G)にROM1
に対する読み出しアドレスa1の出力タイミングが、第
2図の(旧にレジスタ2にセットされた内容aのセット
タイミングが示されている。このマイクロ命令aはメモ
リリード/ライトを指示する内容であるため、第2図(
D)に示す口のタイミングでフリップフロップ8がセッ
トされ同時にメ−しり< cpuに外部バスを介して接
続されており図示はされていない)に対してリード又は
ライト処理が開始ざれる。その直後、外部装置(図示せ
ず)から割込み要求が発生し、CPUはこれを受け付は
第2図(E)のハで示すタイミングでフリップフロップ
9をセットする。その後、マイクロ命令の実行が進み、
次のソフトウェア命令を実行しようとする直前に現われ
るマイクロ命令であるμmENDのタイミングにて信号
100がハイレベルとなってゲート10に出力される。Next, the operation of this embodiment will be explained with reference to FIG. First, the contents a1 of the microprogram counter 3 are selected by the selector 5 as the supply address of the ROM1, and this is sent to the ROM1. Therefore, the corresponding microinstruction a is read from the ROM 1 and set in the register 2. In addition, ROM1 is shown in (G) in Figure 2.
The output timing of the read address a1 is shown in FIG. Figure 2 (
At the timing shown in D), the flip-flop 8 is set, and at the same time, a read or write process is started for the CPU (not shown, as it is connected to the CPU via an external bus). Immediately after that, an interrupt request is generated from an external device (not shown), and the CPU accepts this and sets the flip-flop 9 at the timing shown by C in FIG. 2(E). After that, execution of the microinstruction proceeds,
The signal 100 becomes high level and is output to the gate 10 at the timing of μmEND, which is a microinstruction that appears immediately before the next software instruction is to be executed.
この時、外部割込みフリップフロップ9がセットされて
いるため、信号100はゲート10を通過してゲート回
路4及びゲート12に入力される。更に、この時フリッ
プフロップ8もセットされているため、信号100はゲ
ート12を通過し、更にオアゲート13を通過してゲー
ト15に入力される。このため、このゲート15は第2
図(C)で示すイのタイミングで閉まり、このタイミン
グで基本クロック発生回路14からのクロック出力がゲ
ート15により遮断され第2図(8)に示す如くなる。At this time, since the external interrupt flip-flop 9 is set, the signal 100 passes through the gate 10 and is input to the gate circuit 4 and gate 12. Furthermore, since the flip-flop 8 is also set at this time, the signal 100 passes through the gate 12, further passes through the OR gate 13, and is input to the gate 15. Therefore, this gate 15 is
It closes at timing A shown in FIG. 2(C), and at this timing, the clock output from the basic clock generation circuit 14 is cut off by the gate 15, as shown in FIG. 2(8).
一方、ゲート回路4は、第2図(G)に示す如く信@1
00が入力されると、外部装置からの割込み要求の処理
に対応したアドレスd1をセレクタ5に出力すると共に
、ゲート回路6はゲート回路4から供給されるアドレス
をセレクタ5が選択してROM1に出力させるセレクト
信号を発生する。On the other hand, the gate circuit 4 receives the signal @1 as shown in FIG. 2(G).
When 00 is input, the address d1 corresponding to the processing of the interrupt request from the external device is output to the selector 5, and the gate circuit 6 selects the address supplied from the gate circuit 4 and outputs it to the ROM 1. Generates a select signal to
その後、クロックが停止したままメモリのリード/ライ
トの実行が進むが、その途中でエラーが第2図(F)の
へで示すタイミングで発生すると、このタイミングでフ
リップフロップ7がセットされる。このため、ゲート回
路4の出ノJは割込み優先度の高いエラー割込み処理を
開始するマイクロ命令のアドレスe1を第2図(G)に
示すタイミングで出力するが、この時ゲート回路が出力
するセレクト信号は変わらないため、アドレスe1はセ
レクタ5を通過してROM1に供給される。このような
状態で、メモリに対するリード/ライトの実行が終了す
ると、第2図(D)のホのタイミングで7リツプフロツ
プ8がリセットされるためゲート12が閉鎖される。こ
のためゲート13から出力されていたクロックストップ
信号が停止されるため、ゲート15が開き1.基本クロ
ック回路14から発生されるクロックが第2図(8)に
示す如くこのゲートを通過してCPUに出力される。こ
のため、第2図(G)、 01)に示す如<ROM1か
らレジスタ2にマイクロアドレスe1に従ったマイクロ
命令eがセットされ、CPUはこのマイクロ命令eに従
ったエラー割込み処理の実行を開始する。その後このエ
ラー割込み処理が全て終了し、新たに命令フェッチが行
われて最初のソフトウェア命令が実行され、最初のμm
ENDがレジスタ2にセットされたタイミングで、ゲー
ト10が開くためフリップフロップ9の出力をゲート回
路4に対して入力することができる。これによりゲート
回路4は、外部装置からの割込み要求の処理に対応した
ROM1のマイクロプログラムを読み出すためのアドレ
スd1をセレクタ5に出力する。今回は、他に割込み要
因がないため、ゲート回路4から出力されるアドレスd
1はROM1に出力され、ROM1からこのアドレスに
対応するマイクロ命令dが読み出されてレジスタ2にセ
ットされ、外部装置からの割込み要求処理が実行される
。その後この割込み要求処理が完了すると、第2図(E
)で示したチのタイミングでフリップフロップ9がリセ
ットされる。なお、第2図(A)は基本タロツク発生回
路14から発生される基本クロックの発生タイミングを
示している。Thereafter, the reading/writing of the memory proceeds while the clock is stopped, but if an error occurs at the timing shown in FIG. 2(F) during the process, the flip-flop 7 is set at this timing. Therefore, the output J of the gate circuit 4 outputs the address e1 of the microinstruction that starts error interrupt processing with a high interrupt priority at the timing shown in FIG. Since the signal does not change, address e1 passes through selector 5 and is supplied to ROM1. In this state, when reading/writing to the memory is completed, the 7 lip-flop 8 is reset at the timing shown in FIG. 2(D), and the gate 12 is closed. As a result, the clock stop signal output from the gate 13 is stopped, and the gate 15 opens. The clock generated from the basic clock circuit 14 passes through this gate and is output to the CPU as shown in FIG. 2 (8). Therefore, as shown in FIG. 2 (G), 01), microinstruction e according to microaddress e1 is set from ROM1 to register 2, and the CPU starts executing error interrupt processing according to this microinstruction e. do. After that, all error interrupt processing is completed, a new instruction is fetched, the first software instruction is executed, and the first μm
Since the gate 10 opens at the timing when END is set in the register 2, the output of the flip-flop 9 can be input to the gate circuit 4. Thereby, the gate circuit 4 outputs to the selector 5 the address d1 for reading the microprogram in the ROM 1 corresponding to the processing of the interrupt request from the external device. This time, since there are no other interrupt factors, the address d output from the gate circuit 4
1 is output to the ROM 1, a microinstruction d corresponding to this address is read from the ROM 1 and set in the register 2, and processing of an interrupt request from an external device is executed. After that, when this interrupt request processing is completed, Fig. 2 (E
) The flip-flop 9 is reset at the timing indicated by . Incidentally, FIG. 2(A) shows the generation timing of the basic clock generated from the basic tarlock generation circuit 14.
本実施例によればメモリリード/ライト実行中に外部装
置の割込み要求を受け付けた後、最初に現われるμ−E
NDでCPUへのクロックが停止されるため、メモリリ
ード/ライト実行途中でエラーが発生してこのエラー処
理を行っても、フリップフロップ9がリセットされるこ
となく、このエラー処理後の最初のμmENDで前記外
部装置の割込み要求を確実に実行することができるため
、割込み要求が受け付けられた外部装置がその処理を待
ったまま放置されるような状態が生じることがなくなる
。According to this embodiment, after accepting an interrupt request from an external device during memory read/write execution, the first μ-E
Since the clock to the CPU is stopped at ND, even if an error occurs during memory read/write execution and this error processing is performed, the flip-flop 9 is not reset and the first μm END after this error processing is performed. Since the interrupt request of the external device can be reliably executed in the above-described manner, a situation in which the external device that has accepted the interrupt request is left waiting for its processing will not occur.
[発明の効果]
以上記述した如く本発明のメモリリード/ライト方式に
よれば、CPUが外部バスを介して接続されているメモ
リのリード又はライトを実行中に、外部装置からの割込
み要求を受け付けた場合、その後最初に現われるμmE
NDでCPUへ供給する同期クロックを停止し、前記メ
モリのリード又はライトの実行終了後、前記同期クロッ
クを再びCPUへ供給するようにし、前記メモリのリー
ド又はライト実行中に起こり1qるエラー処理を終えた
後も、前記外部装置からの割込み要求の受【ブ付けを示
すフリップフロップをリセットしないようにし・、その
後説われる最初のμmENDで前記外部装置からの割込
み要求を実行する制御を行うことにより、一度受け付け
た割込み処理が中断したままとなることを防止し得る効
果かある。[Effects of the Invention] As described above, according to the memory read/write method of the present invention, an interrupt request from an external device can be accepted while the CPU is reading or writing a memory connected via an external bus. , then the first μmE
The ND stops the synchronous clock supplied to the CPU, and after the execution of the memory read or write is completed, the synchronous clock is supplied to the CPU again, and the error processing that occurs during the execution of the memory read or write is handled. Even after the interrupt request from the external device has been completed, the flip-flop indicating reception of the interrupt request from the external device is not reset, and control is executed to execute the interrupt request from the external device at the first μm END that is explained thereafter. This has the effect of preventing interrupt processing once accepted from remaining suspended.
第1図は本発明のメモリリード/ライト方式を適用した
訓算機システムの一実施例を示したブロック図、第2図
は第1図に示したシステムの動作タイミングチャート、
第3図は従来のメモリリード/ライト方式を説明する動
作タイミングチャート例である。
1・・・ROM 2・・・レジスタ3・・
・マイクロプログラムカウンタ
4.6・・・ゲート回路 5・・・セレクタ7.8.
9・・・フリップフロップ
10、11.12.13.15・・・ゲート14・・・
基本クロック発生回路
代理人 弁理士 則 近 憲 侑
同 山王 −FIG. 1 is a block diagram showing an embodiment of a computer system to which the memory read/write method of the present invention is applied, and FIG. 2 is an operation timing chart of the system shown in FIG.
FIG. 3 is an example of an operation timing chart explaining a conventional memory read/write method. 1...ROM 2...Register 3...
- Micro program counter 4.6... Gate circuit 5... Selector 7.8.
9...Flip-flop 10, 11.12.13.15...Gate 14...
Basic clock generation circuit agent Patent attorney Nori Chika Yudo Sanno −
Claims (1)
先度の高い割込み要求順にその処理を実行するマイクロ
プログラム制御方式の計算機システムにおいて、CPU
の前記メモリに対するリード/ライト実行中に、外部装
置からの割込み要求を受けるとセットされるフリップフ
ロップと、前記外部装置の割込みを受け付けた後、最初
のマイクロエンドのタイミングでCPUへ供給する同期
クロックを停止する同期クロック供給停止手段と、前記
メモリのリード/ライトの実行が終了すると前記周期ク
ロックのCPUへの供給を開始する同期クロック供給開
始手段と、前記メモリのリード/ライトの実行中に前記
外部装置の割込み要求に優先する割込み要求が生じてい
る場合はこの割込み要求の実行終了後、最初のマイクロ
エンドで前記フリップフロップのセット信号を用いて外
部装置の割込み要求の実行を開始する制御手段とを具備
し、前記メモリのリード/ライトの実行中は前記フリッ
プフロップがリセットされないことを特徴とするメモリ
リード/ライト方式。In a microprogram-controlled computer system that has a memory connected to the CPU via an external bus and executes interrupt requests in the order of their priority, the CPU
a flip-flop that is set when an interrupt request is received from an external device during execution of read/write to the memory; and a synchronous clock that is supplied to the CPU at the first microend timing after accepting the interrupt from the external device. synchronous clock supply stop means for stopping the periodic clock supply to the CPU when the execution of reading/writing of the memory is completed; control means for starting execution of the external device interrupt request using the set signal of the flip-flop in the first microend after the execution of this interrupt request is completed when an interrupt request that has priority over the external device interrupt request occurs; A memory read/write method, characterized in that the flip-flop is not reset while reading/writing the memory.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27060885A JPS62130427A (en) | 1985-12-03 | 1985-12-03 | Memory read/write system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP27060885A JPS62130427A (en) | 1985-12-03 | 1985-12-03 | Memory read/write system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS62130427A true JPS62130427A (en) | 1987-06-12 |
Family
ID=17488459
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP27060885A Pending JPS62130427A (en) | 1985-12-03 | 1985-12-03 | Memory read/write system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS62130427A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007105251A (en) * | 2005-10-13 | 2007-04-26 | Sankyo Kk | Game machine |
JP2007175437A (en) * | 2005-12-28 | 2007-07-12 | Sankyo Kk | Game machine |
JP2007175204A (en) * | 2005-12-27 | 2007-07-12 | Sankyo Kk | Game machine |
-
1985
- 1985-12-03 JP JP27060885A patent/JPS62130427A/en active Pending
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007105251A (en) * | 2005-10-13 | 2007-04-26 | Sankyo Kk | Game machine |
JP2007175204A (en) * | 2005-12-27 | 2007-07-12 | Sankyo Kk | Game machine |
JP2007175437A (en) * | 2005-12-28 | 2007-07-12 | Sankyo Kk | Game machine |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP0464615B1 (en) | Microcomputer equipped with DMA controller | |
US5619704A (en) | Asynchronous interrupt inhibit method and apparatus for avoiding interrupt of an inseparable operation | |
JP2982875B2 (en) | Slave controller | |
JPS6112586B2 (en) | ||
JPH02252008A (en) | Integrated circuit timer with multiple channel and dedicated service processor | |
JPH0810437B2 (en) | Guest execution control method for virtual machine system | |
JPS62130427A (en) | Memory read/write system | |
JP2005521937A (en) | Context switching method and apparatus in computer operating system | |
KR920001102B1 (en) | Data processing unit | |
JPH0736704A (en) | Program down-loading system | |
JPH06324861A (en) | System and method for controlling cpu | |
JPH01125633A (en) | System for debugging multi-processing system | |
JPS60124746A (en) | Data processing unit | |
JP2684663B2 (en) | Micro program control circuit | |
JPS60193046A (en) | Detecting system for instruction exception | |
JPH0567973B2 (en) | ||
JPH0445862B2 (en) | ||
JPH0452973B2 (en) | ||
JPS6221130B2 (en) | ||
JPH0317135B2 (en) | ||
JPH11282787A (en) | Input/output control device | |
JPS6152763A (en) | Data processing device | |
JPS60230238A (en) | Microprogram control device | |
JPS60126731A (en) | Program control method | |
JPH0589057A (en) | Register controller |