JPH0125095B2 - - Google Patents
Info
- Publication number
- JPH0125095B2 JPH0125095B2 JP10556284A JP10556284A JPH0125095B2 JP H0125095 B2 JPH0125095 B2 JP H0125095B2 JP 10556284 A JP10556284 A JP 10556284A JP 10556284 A JP10556284 A JP 10556284A JP H0125095 B2 JPH0125095 B2 JP H0125095B2
- Authority
- JP
- Japan
- Prior art keywords
- interrupt
- peripheral control
- vector
- processor
- control 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.)
- Expired
Links
- 239000013598 vector Substances 0.000 claims description 32
- 230000002093 peripheral effect Effects 0.000 claims description 31
- 238000000034 method Methods 0.000 claims description 8
- 230000004044 response Effects 0.000 claims description 4
- 238000003672 processing method Methods 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 6
- 230000006870 function Effects 0.000 description 5
- 230000000694 effects Effects 0.000 description 1
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
- G06F13/24—Handling requests for interconnection or transfer for access to input/output bus using interrupt
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Bus Control (AREA)
Description
【発明の詳細な説明】
〔産業上利用できる分野〕
本発明は、計算機システムにおける割り込み処
理方式に関するものであり、その中でも特にバ
ス・ベクター割り込みにおいて、プロセツサが周
辺制御装置から出力されるベクターを読み取るタ
イミングを任意に制御できるようにする手段をそ
なえた割り込み処理方式に関する。[Detailed Description of the Invention] [Field of Industrial Applicability] The present invention relates to an interrupt processing method in a computer system, and in particular, in bus vector interrupts, a processor reads a vector output from a peripheral control device. The present invention relates to an interrupt processing method that has a means for arbitrarily controlling timing.
計算機システムにおいて、利用されている割り
込み方式の1つに、バス・ベクター割り込み方式
がある。バス・ベクター割り込み方式では、外部
からプロセツサに割り込み要求があり、プロセツ
サによりその割り込み要求が受け付けられるとプ
ロセツサは割り込みアクノリツジサイクルを開始
し、割り込み側がデータバス上に出力したベクタ
ーを取り込み、対応する割り込み処理を実行す
る。ベクターは、割り込み処理プログラムの開始
アドレスを直接的あるいは間接的に指定するため
に使用される。次に具体例で説明する。
One of the interrupt methods used in computer systems is the bus vector interrupt method. In the bus vector interrupt method, an interrupt request is sent to the processor from the outside, and when the interrupt request is accepted by the processor, the processor starts an interrupt acknowledge cycle, takes in the vector output by the interrupt side onto the data bus, and responds to the interrupt request. Execute interrupt processing. A vector is used to directly or indirectly specify the start address of an interrupt handling program. Next, a specific example will be explained.
第2図は、1つの従来例を示したもので、1は
プロセツサ、2はメモリ、3乃至5は周辺制御装
置、6はデータバス、7はアドレスバス、8は割
り込み信号線、9は割り込みアクノリツジ信号線
を示す。なお簡単化のため周辺制御装置3乃至5
からの割り込みについてはデイジーチエーンによ
る優先制御が行われているものとする。したがつ
て、複数の周辺制御装置において同時に割り込み
原因が発生しても、周辺制御装置間のデイジーチ
エーン接続順序によつてきまる。上位の1つの周
辺制御装置からの割り込みが受け付けられる。 Figure 2 shows one conventional example, where 1 is a processor, 2 is a memory, 3 to 5 are peripheral control devices, 6 is a data bus, 7 is an address bus, 8 is an interrupt signal line, and 9 is an interrupt. The acknowledgment signal line is shown. For simplicity, peripheral control devices 3 to 5 are
It is assumed that priority control is performed using a daisy chain for interrupts from . Therefore, even if an interrupt cause occurs simultaneously in a plurality of peripheral control devices, it depends on the order in which the peripheral control devices are connected in a daisy chain. An interrupt from one higher-level peripheral control device is accepted.
プロセツサ1は、周辺制御装置からの割り込み
信号を検出すると、割り込み禁止のマスクがかけ
られているか否かを調べ、マスクがかけられてい
なければ割り込みアクノリツジサイクルを実行
し、割り込みアクノリツジ信号を出力する。 When processor 1 detects an interrupt signal from a peripheral control device, it checks whether or not interrupts are disabled, and if they are not masked, executes an interrupt acknowledge cycle and outputs an interrupt acknowledge signal. do.
第3図aはプロセツサから出力される割り込み
アクノリツジ信号を示し、bは割り込み側の周辺
制御装置が割り込みアクノリツジ信号に応答して
データバスに出力するベクターを示す。図示のよ
うに、割り込みアクノリツジサイクルの期間内に
ベクターが周辺制御装置から出力されると、プロ
セツサはベクターを読み取ることができる。 FIG. 3a shows an interrupt acknowledge signal output from the processor, and b shows a vector output by the peripheral control device on the interrupt side to the data bus in response to the interrupt acknowledge signal. As shown, the processor can read the vector when it is output from the peripheral controller during the interrupt acknowledge cycle.
一般に、プロセツサICと周辺制御装置ICとは
1つのフアミリイとしてインターフエースを合わ
せた設計が行われている。このようなICの組合
わせを使用する場合には問題がないが、使用する
周辺制御装置ICの応答がプロセツサと整合せず
第4図のbに示すベクターを出力するためには、
第4図のaに示すように、たとえば2回の割り込
みアクノリツジサイクルが必要とされるような場
合がある。従来はこのようにプロセツサICと周
辺制御装置ICとの間に不整合がある場合、その
周辺制御装置ICの使用をあきらめるか、タイミ
ング合わせのためのアダプタ回路などを特別に付
加する必要があつた。
Generally, a processor IC and a peripheral control device IC are designed to have a combined interface as one family. There is no problem when using such a combination of ICs, but the response of the peripheral control device IC used does not match the processor, and in order to output the vector shown in Figure 4b,
As shown in FIG. 4a, there are cases in which, for example, two interrupt acknowledge cycles are required. Previously, if there was a mismatch between the processor IC and the peripheral control device IC, it was necessary to abandon the use of the peripheral control device IC or to add a special adapter circuit for timing alignment. .
本発明は、周辺制御装置との整合性が悪く、プ
ロセツサの割り込みアクノリツジサイクル内にベ
クターを返すことができない場合に、プロセツサ
が通常そなえているバスサイクル再実行機能を利
用して、割り込みアクノリツジサイクルを実質的
に複数回発生させ、ベクターの読み取りを可能に
するものである。このプロセツサのバスサイクル
再実行機能は、一般にあるバスサイクルにおいて
データ転送障害が発生した時などに、周辺制御装
置がプロセツサへ送出するバスエラー信号により
起動されて、バスサイクルを再実行するために使
用されている。
The present invention utilizes the bus cycle re-execution function that the processor normally has when it is not possible to return a vector within the interrupt acknowledge cycle of the processor due to poor compatibility with the peripheral control device. This allows the Noritsu cycle to occur substantially multiple times, making it possible to read the vector. This processor's bus cycle re-execution function is generally activated by a bus error signal sent from a peripheral control device to the processor when a data transfer failure occurs during a certain bus cycle, and is used to re-execute the bus cycle. has been done.
本発明では、割り込みアクノリツジサイクルが
データバス上のベクターを読み取るためのバスサ
イクルであることに着目し、バスサイクルを再実
行させるバスエラー信号を、バスサイクル再実行
指令信号として必要回数、すなわちベクター読み
取りが可能となる回数だけ擬似的に発生させてや
ることにより、プロセツサと周辺制御装置とを簡
易に接続するものであつて、その手段は、バス・
ベクター割り込み機能およびバスサイクル再実行
機能をもつプロセツサと周辺制御装置とをそな
え、プロセツサは1度のバスサイクルでベクター
を読み出すことが可能であるが周辺制御装置は複
数回のバスサイクルを必要とする計算機システム
において、周辺制御装置からの割り込み信号に応
答してプロセツサがバスサイクルを開始し割り込
みアクノリツジ信号を発したとき、周辺制御装置
はバスサイクル再実行指令信号により応答し、プ
ロセツサにバスサイクルを再実行させる過程を上
記複数回だけ繰り返させることを特徴とする。 The present invention focuses on the fact that an interrupt acknowledge cycle is a bus cycle for reading a vector on a data bus, and uses a bus error signal to re-execute a bus cycle as a bus cycle re-execution command signal for the necessary number of times, i.e. The processor and the peripheral control device are easily connected by generating pseudo vectors as many times as possible to read the vector.
Equipped with a processor and a peripheral control device that have a vector interrupt function and a bus cycle re-execution function.The processor can read a vector in one bus cycle, but the peripheral control device requires multiple bus cycles. In a computer system, when a processor starts a bus cycle and issues an interrupt acknowledge signal in response to an interrupt signal from a peripheral control device, the peripheral control device responds with a bus cycle re-execution command signal and instructs the processor to restart the bus cycle. The method is characterized in that the process of execution is repeated a plurality of times.
以下に、本発明の詳細を実施例にしたがつて説
明する。
The details of the present invention will be explained below with reference to Examples.
第1図は本発明の1実施例の構成図であり、第
5図はその動作タイミング図である。 FIG. 1 is a block diagram of one embodiment of the present invention, and FIG. 5 is an operation timing chart thereof.
第1図において、1はプロセツサ、3は周辺制
御装置、10は割り込み制御回路、11はベクタ
ーアドレスレジスタ、12は割り込みアクノリツ
ジフラグ、13はタイマー、14はベクター発生
回路を表している。またaは割り込みアクノリツ
ジ信号、bはベクター、cはバスサイクル再実行
指令信号であり、これらの信号a,b,cは、そ
れぞれ第5図の信号波形a,b,cに対応してい
る。 In FIG. 1, 1 is a processor, 3 is a peripheral control device, 10 is an interrupt control circuit, 11 is a vector address register, 12 is an interrupt acknowledge flag, 13 is a timer, and 14 is a vector generation circuit. Further, a is an interrupt acknowledge signal, b is a vector, and c is a bus cycle re-execution command signal, and these signals a, b, and c correspond to signal waveforms a, b, and c in FIG. 5, respectively.
プロセツサ1内の割り込み制御回路10は、周
辺制御装置3からの割り込み信号を受け付けると
割り込みアクノリツジ信号aを“L”にする。こ
の結果、周辺制御装置3内の割り込みアクノリツ
ジフラグ12は“L”となる。このフラグ12が
“L”となることにより、タイマー13が起動さ
れ、所定時間後に出力を“L”にする。タイマー
13の出力はバスサイクル再実行指令信号cとし
て割り込み制御回路10へ通知される。 When the interrupt control circuit 10 in the processor 1 receives an interrupt signal from the peripheral control device 3, it sets the interrupt acknowledge signal a to "L". As a result, the interrupt acknowledge flag 12 in the peripheral control device 3 becomes "L". When this flag 12 becomes "L", the timer 13 is started and the output is set to "L" after a predetermined time. The output of the timer 13 is notified to the interrupt control circuit 10 as a bus cycle re-execution command signal c.
割り込み制御回路10は、バスサイクル再実行
指令信号cを識別すると、割り込みアクノリツジ
信号を“H”にし、直ぐに続いてバスサイクルを
再実行する。これによ、割り込みアクノリツジ信
号aは再び“L”となる。この時点では、ベクタ
ー発生回路14がベクターbを出力可能な状態に
なつており、出力されたベクターbは、プロセツ
サ1のベクターアドレスレジスタ11へ読み込ま
れ、対応する割り込み処理プログラムをアドレス
するために使用される。 When the interrupt control circuit 10 identifies the bus cycle re-execution command signal c, it sets the interrupt acknowledge signal to "H" and immediately re-executes the bus cycle. As a result, the interrupt acknowledge signal a becomes "L" again. At this point, the vector generation circuit 14 is ready to output vector b, and the output vector b is read into the vector address register 11 of the processor 1 and used to address the corresponding interrupt processing program. be done.
〔発明の効果〕
以上のように、本発明によればプロセツサIC
と周辺制御装置ICとの間のバス・ベクター割り
込み方式によるインターフエースがベクター読み
取りタイミングの点で不整合であつても、バスサ
イクル再実行機能を利用する極めて簡単な手段に
より、容易にタイミングの整合を図ることがで
き、システム構成上の柔軟性を増大させることが
できる。[Effects of the Invention] As described above, according to the present invention, the processor IC
Even if the interface using the bus vector interrupt method between the computer and the peripheral control device IC is inconsistent in terms of vector read timing, the timing can be easily aligned using an extremely simple method that uses the bus cycle re-execution function. This allows for increased flexibility in system configuration.
第1図は本発明の1実施例の構成図、第2図は
従来例の説明図、第3図はプロセツサと周辺制御
装置とが整合している場合のベクター読み取りの
動作タイミング図、第4図は周辺制御装置が複数
回の割り込みアクノリツジサイクルを必要とする
場合のベクター読み取りの動作タイミング図、第
5図は第1図の実施例の動作タイミング図であ
る。
図中、1はプロセツサ、3は周辺制御装置、1
0は割り込み制御回路、11はベクターアドレス
レジスタ、12は割り込みアクノリツジフラグ、
13はタイマー、14はベクター発生回路を示
す。
FIG. 1 is a configuration diagram of an embodiment of the present invention, FIG. 2 is an explanatory diagram of a conventional example, FIG. 3 is an operation timing diagram of vector reading when the processor and peripheral control device are matched, and FIG. The figure is an operation timing diagram of vector reading when the peripheral control device requires a plurality of interrupt acknowledge cycles, and FIG. 5 is an operation timing diagram of the embodiment of FIG. 1. In the figure, 1 is a processor, 3 is a peripheral control device, 1
0 is an interrupt control circuit, 11 is a vector address register, 12 is an interrupt acknowledge flag,
13 is a timer, and 14 is a vector generation circuit.
Claims (1)
クル再実行機能をもつプロセツサと周辺制御装置
とをそなえ、プロセツサは1度のバスサイクルで
ベクターを読み出すことが可能であるが周辺制御
装置は複数回のバスサイクルを必要とする計算機
システムにおいて、周辺制御装置からの割り込み
信号に応答してプロセツサがバスサイクルを開始
し割り込みアクノリツジ信号を発したとき、周辺
制御装置はバスサイクル再実行指令信号により応
答し、プロセツサにバスサイクルを再実行させる
過程を上記複数回だけ繰り返させることを特徴と
する割り込み処理方式。1 Equipped with a processor and a peripheral control device that have a bus vector interrupt function and a bus cycle re-execution function.The processor can read a vector in one bus cycle, but the peripheral control device can read a vector in multiple bus cycles. In the required computer system, when the processor starts a bus cycle and issues an interrupt acknowledge signal in response to an interrupt signal from a peripheral control device, the peripheral control device responds with a bus cycle re-execution command signal and An interrupt processing method characterized in that the process of re-executing a cycle is repeated a plurality of times.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10556284A JPS60250455A (en) | 1984-05-24 | 1984-05-24 | Interruption processing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP10556284A JPS60250455A (en) | 1984-05-24 | 1984-05-24 | Interruption processing system |
Publications (2)
Publication Number | Publication Date |
---|---|
JPS60250455A JPS60250455A (en) | 1985-12-11 |
JPH0125095B2 true JPH0125095B2 (en) | 1989-05-16 |
Family
ID=14410976
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP10556284A Granted JPS60250455A (en) | 1984-05-24 | 1984-05-24 | Interruption processing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS60250455A (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0789321B2 (en) * | 1986-02-10 | 1995-09-27 | 株式会社日立製作所 | Data processing device interrupt processing method |
JPH0528439Y2 (en) * | 1987-04-01 | 1993-07-21 |
-
1984
- 1984-05-24 JP JP10556284A patent/JPS60250455A/en active Granted
Also Published As
Publication number | Publication date |
---|---|
JPS60250455A (en) | 1985-12-11 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4602327A (en) | Bus master capable of relinquishing bus on request and retrying bus cycle | |
US4949241A (en) | Microcomputer system including a master processor and a slave processor synchronized by three control lines | |
US4317171A (en) | LSI Microprocessor having an error processing circuit | |
US5293384A (en) | Microprocessor bus interface protocol analyzer | |
US4580213A (en) | Microprocessor capable of automatically performing multiple bus cycles | |
JPH10260849A (en) | Information processor and interrupt controlling method | |
JPH0125095B2 (en) | ||
JPH0572634B2 (en) | ||
JPH0147818B2 (en) | ||
JP2584903B2 (en) | External device control method | |
JPH0644209B2 (en) | Bus converter | |
JP2539064B2 (en) | Microprocessor | |
JPH0423049A (en) | Bus cycle re-executing method | |
JP2667285B2 (en) | Interrupt control device | |
JP3087481B2 (en) | In-circuit emulator | |
JPH04156648A (en) | Ready signal monitoring device | |
JPS63257856A (en) | Serial communication system | |
JPH03158946A (en) | Processor system which permits retry control of data transfer | |
JPH03225458A (en) | Dma control system | |
JPH01292451A (en) | Information processor | |
JPH07182272A (en) | Dma controller circuit | |
JPH0782447B2 (en) | DMA data transfer control device | |
JPS60169962A (en) | Memory access control system | |
JPS59226541A (en) | Transmitting method | |
JPH05233471A (en) | Microprocessor and data processor using the same |