JPH0752395B2 - Information processing equipment - Google Patents

Information processing equipment

Info

Publication number
JPH0752395B2
JPH0752395B2 JP63265394A JP26539488A JPH0752395B2 JP H0752395 B2 JPH0752395 B2 JP H0752395B2 JP 63265394 A JP63265394 A JP 63265394A JP 26539488 A JP26539488 A JP 26539488A JP H0752395 B2 JPH0752395 B2 JP H0752395B2
Authority
JP
Japan
Prior art keywords
register
data
registers
output
comparison
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
JP63265394A
Other languages
Japanese (ja)
Other versions
JPH02110756A (en
Inventor
安徳 柊澤
英世 金山
幸男 前橋
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
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 Corp filed Critical NEC Corp
Priority to JP63265394A priority Critical patent/JPH0752395B2/en
Publication of JPH02110756A publication Critical patent/JPH02110756A/en
Publication of JPH0752395B2 publication Critical patent/JPH0752395B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

  • Bus Control (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は周辺機器の制御を行うためのパルス発生装置に
関する。
The present invention relates to a pulse generator for controlling peripheral equipment.

〔従来の技術〕 パルス出力装置は、エアコンその他の機器の3相交流モ
ータによる制御のため広く普及している。
[Prior Art] A pulse output device is widely used for controlling an air conditioner and other devices by a three-phase AC motor.

第3図にパルス出力U,V,Wから3相PWM(パルス幅変調)
信号を得るためのパルスタイミング図を示す。
Fig. 3 shows 3-phase PWM (pulse width modulation) from pulse output U, V, W
FIG. 6 shows a pulse timing diagram for obtaining a signal.

第5図および6図を用いて従来技術について説明する。
第5図は中央処理装置(以下、CPU)000A,割込み要求発
生回路(以下INTC)100A,周辺ハードウェア200A,メモリ
300A,データバス400Aから構成される。CPU000Aは、プロ
グラムカウンタ(以下PC)001A,プログラムステータス
・ワード(以下PSW)002A,汎用レジスタ003A,算術論理
演算ユニット(以下ALU)004A,命令レジスタ005A,実行
制御部006Aから構成される。周辺ハードウェア200AはIN
TC100Aに対し割込み信号201Aを出力し、INTC100Aはこれ
ら割り込み信号の優先順位判定など行って、CPU000Aの
実行制御部006Aへ割り込み要求信号を出力する。
The conventional technique will be described with reference to FIGS. 5 and 6.
Figure 5 shows the central processing unit (hereafter CPU) 000A, interrupt request generation circuit (hereafter INTC) 100A, peripheral hardware 200A, memory
It consists of 300A and data bus 400A. The CPU000A includes a program counter (hereinafter PC) 001A, a program status word (PSW) 002A, a general-purpose register 003A, an arithmetic logic unit (ALU) 004A, an instruction register 005A, and an execution control unit 006A. Peripheral hardware 200A is IN
The interrupt signal 201A is output to the TC100A, the INTC100A determines the priority of these interrupt signals, and outputs an interrupt request signal to the execution control unit 006A of the CPU000A.

第6図は周辺ハードウェア内部で、カウントクロックを
カウントするフリーランニングカウンタ(以下FRC)61
と,コンペアレジスタ62,出力ポートレジスタ65,出力ポ
ート66,コンペアレジスタ62からの一致信号63により出
力ポートレジスタ65にデータを転送するバッファレジス
タ64からなり、また、一致信号線63はそのままINTC100A
に対する割込み信号となる。
Figure 6 shows a free-running counter (FRC) 61 that counts the count clock inside the peripheral hardware.
And a compare register 62, an output port register 65, an output port 66, and a buffer register 64 that transfers data to the output port register 65 by a match signal 63 from the compare register 62. The match signal line 63 remains as it is in the INTC100A.
It becomes an interrupt signal to.

以下第6図を参照して動作を説明する。出力ポート66は
出力ポートレジスタ65に書き込まれたデータがそのまま
出力される。コンペアレジスタ62には出力ポート66より
出力される出力パルスのうち、最も先にデータの変化す
るポートの変化タイミングの時間を設定することとし、
コンペアレジスタ62からの一致信号が発生したところか
ら説明する。
The operation will be described below with reference to FIG. The data written in the output port register 65 is directly output to the output port 66. Of the output pulses output from the output port 66, the compare register 62 is set to the change timing time of the port in which the data changes first,
It will be explained from the point where the match signal from the compare register 62 is generated.

まず一致信号63により、バッファメモリ64のデータが出
力ポートレジスタ65に転送され、出力ポート66から転送
されたデータが出力される。
First, by the coincidence signal 63, the data in the buffer memory 64 is transferred to the output port register 65, and the transferred data is output from the output port 66.

他方一致信号63は、INTC100Aに対する割り込み信号にな
っており、INTC100Aはこの割り込みに基づき、CPU000A
の実行制御部006Aに割り込み要求信号を出力する。CPU0
00Aは割り込み要求信号に基づき通常の割り込み処理を
起動する。すなわち、CPU000Aが実行していたプログラ
ムを中断しPC001A,PSW002A,汎用レジスタ003Aの値をい
ったんデータメモリ302Aに退避した後、割り込み処理を
行う。
On the other hand, the match signal 63 is an interrupt signal for the INTC100A, and the INTC100A is based on this interrupt, and the CPU000A
The interrupt request signal is output to the execution control unit 006A. CPU0
00A activates normal interrupt processing based on the interrupt request signal. That is, the program executed by the CPU000A is interrupted, the values of the PC001A, PSW002A, and the general-purpose register 003A are temporarily saved in the data memory 302A, and then the interrupt process is performed.

割込み処理プログラムでは、出力ポート66から出力され
ている出力パルスの次の変化時間のデータをコンペアレ
ジスタ62にまた出力パルスの値をバッファレジスタ64に
書き込む。
In the interrupt processing program, the data of the next change time of the output pulse output from the output port 66 is written in the compare register 62, and the value of the output pulse is written in the buffer register 64.

以上のように一致信号63がアクティブ(“1")になる度
に割込み処理を起動し、タイミングデータと出力パルス
データを更新することによりパルス出力を得ることがで
きる。したがって、第3図のような3相のPWM信号を得
るためには、第4図を参照して説明すると、まず、初期
値としてコンペアレジスタ62にT1をバッファレジスタ64
に06Hを設定する。ここで、わかりやすく話をするため
に、バッファレジスタ64,出力ポートレジスタ65を8ビ
ットとし下位3ビットすなわち、第2,1,0ビットにU,V,W
を割りあてる。また、出力ポートレジスタ65には初期値
として07Hを確認する。さて、カウント動作開始後、t1
時間後に最初の一致信号が出て出力ポートレジスタ65に
06Hを書き込む。そして割り込み処理を起動し、コンペ
アレジスタ62にT2を、バッファレジスタ64に02Hを設定
する。すると最初の一致信号が出てからt2時間後に次の
一値信号が出て、出力ポートレジスタ65を書き換え、ま
た割り込み処理を起動し次の一致信号タイミングとバッ
ファレジスタ64の値を設定する。以下このような処理が
繰り返すことにより、第3図のような3相PWM信号を得
ることが出来る。
As described above, a pulse output can be obtained by activating the interrupt process each time the coincidence signal 63 becomes active (“1”) and updating the timing data and the output pulse data. Therefore, in order to obtain a three-phase PWM signal as shown in FIG. 3, the description will be made with reference to FIG. 4. First, as an initial value, T 1 is set to the compare register 62 in the buffer register 64.
Set 06H to. Here, in order to make it easier to understand, the buffer register 64 and the output port register 65 are set to 8 bits, and the lower 3 bits, that is, U, V, W in the 2nd, 1st and 0th bits.
Allocate. Also, 07H is confirmed as the initial value in the output port register 65. Now, after the count operation starts, t 1
After the first time, the first match signal appears and the output port register 65
Write 06H. Then, the interrupt process is activated, and T 2 is set in the compare register 62 and 02H is set in the buffer register 64. Then, t 2 hours after the first match signal is output, the next one-value signal is output, the output port register 65 is rewritten, and interrupt processing is activated to set the next match signal timing and the value of the buffer register 64. By repeating the above process, a three-phase PWM signal as shown in FIG. 3 can be obtained.

〔発明が解決しようとする課題〕[Problems to be Solved by the Invention]

従来のパルス出力装置は、コンペアレジスタの一致がと
れるごとに割り込み処理により、次の変化タイミングと
出力パルスのデータ列を設定していたが、割り込み処理
を行うたびにPC,PSW,汎用レジスタの退避・復帰といっ
た処理がつきまとうため、本来必要とする処理以外の処
理のために、実行部の能率を低下させている。
In the conventional pulse output device, the next change timing and the data train of the output pulse are set by the interrupt process each time the compare register is matched, but the PC, PSW, and general-purpose register are saved each time the interrupt process is performed. -Since processing such as restoration is involved, the efficiency of the execution unit is reduced due to processing other than the processing originally required.

また、パルス出力の変化点と変化点の間には常に割り込
み処理を行う必要があるため、より高周波PWM信号を得
ることは原理的に難しい。
In addition, it is theoretically difficult to obtain a higher-frequency PWM signal because it is necessary to always perform interrupt processing between the changing points of the pulse output.

〔課題を解決するための手段〕[Means for Solving the Problems]

本発明は、CPUとプログラムメモリとデータメモリと、
前記CPUに非同期に処理要求を発生するINTCと、周辺回
路を有する処理装置において、前記周辺回路は、フリー
ランニングタイマと、複数のコンペアレジスタと、前記
複数のコンペアレジスタからのそれぞれの一致信号に応
答してデータを転送する複数のバッファレジスタと、前
記バッファレジスタから送出されたデータを受けとるポ
ートレジスタと、前記ポートレジスタの内容を出力する
出力ポートを有し、前記処理要求に応答して前記中央処
理装置は前記プログラムの実行を中断し、その時の状態
を示す情報を他の領域に退避することなく、あらかじめ
前記記憶手段に設定されたデータを前記コンペアレジス
タ及びバッファレジスタに転送後、中断していたプログ
ラム処理を実行するという特徴を有している。
The present invention includes a CPU, a program memory, a data memory,
In a processing device having an INTC for asynchronously generating a processing request to the CPU and a peripheral circuit, the peripheral circuit responds to a match signal from a free running timer, a plurality of compare registers, and the plurality of compare registers. And a plurality of buffer registers for transferring data, a port register for receiving the data sent from the buffer register, and an output port for outputting the contents of the port register, and the central processing in response to the processing request. The device interrupts the execution of the program, transfers the data set in advance in the storage means to the compare register and the buffer register without saving the information indicating the state at that time to another area, and then interrupts the execution. It has the feature of executing program processing.

〔実施例〕〔Example〕

以下、図面により本発明を詳述する。 Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図、第2図は本発明の一実施例し、第1図はCPU00
0,INTC100,周辺ハードウェア200,メモリ300,データバス
400から構成されている。CPU000は、PC001,PSW002,汎用
レジスタ003,ALU004,命令レジスタ005,実行制御部006か
ら構成される。周辺ハードウェア200はINTC100に対し複
数の割り込み信号201,…出力し、INTC100はこれら割り
込み信号の優先順位判定と、処理形態判定を行い、CPU0
00に割り込み要求信号101と、形態指示信号102を出力す
る。
1 and 2 show an embodiment of the present invention, and FIG. 1 shows CPU00.
0, INTC100, peripheral hardware 200, memory 300, data bus
It consists of 400. The CPU000 is composed of PC001, PSW002, general-purpose register 003, ALU004, instruction register 005, and execution control unit 006. The peripheral hardware 200 outputs a plurality of interrupt signals 201, ... To the INTC100, and the INTC100 judges the priority of these interrupt signals and the processing form, and the CPU0
The interrupt request signal 101 and the form instruction signal 102 are output to 00.

第2図は周辺ハードウェア200に含まれるパルス発生部
分のブロック図で、カウントクロックをカウントするFR
C21と、複数のコンペアレジスタ22a,22b,22c,22d…,出
力ポートレジスタ25,出力ポート26,コンペアレジスタ22
a,22b,22c,22d…からの一致信号23a,23b,23c,23d,…に
より出力ポートレジスタ25にデータを転送する。
Fig. 2 is a block diagram of the pulse generation part included in the peripheral hardware 200. FR that counts the count clock.
C21 and a plurality of compare registers 22a, 22b, 22c, 22d ..., Output port register 25, output port 26, compare register 22
Data is transferred to the output port register 25 by the coincidence signals 23a, 23b, 23c, 23d, ... From a, 22b, 22c, 22d.

バッファレジスタ24a,24b,24c,24d,…から成り、一致信
号23a,23b,23c,23d・・・はそのままINTC100に対する割
り込み信号になっている。
.., and the coincidence signals 23a, 23b, 23c, 23d ... Are directly interrupt signals to the INTC100.

以下第2図を参照しながら動作を説明する。出力ポート
26は、出力ポートレジスタ25に書き込まれたデータがそ
のまま出力される。コンペアレジスタ22a,22b,22c,22d,
…には、それぞれに対応するバッファレジスタ24a,24b,
24c,24dのデータを出力ポートレジスタ25に転送するタ
イミングを設定しておく。またバッファレジスタ24a,24
b,24c,24d…には、コンペアレジスタ22a,22b,22c,22d,
…の一致信号23a,23b,23c,23d,…により出力ポートレジ
スタ25に転送される出力パルスデータを設定しておく。
The operation will be described below with reference to FIG. Output port
At 26, the data written in the output port register 25 is output as it is. Compare registers 22a, 22b, 22c, 22d,
... include buffer registers 24a, 24b,
The timing for transferring the data of 24c and 24d to the output port register 25 is set in advance. Also, buffer registers 24a, 24
b, 24c, 24d ... include compare registers 22a, 22b, 22c, 22d,
The output pulse data transferred to the output port register 25 by the coincidence signals 23a, 23b, 23c, 23d, ...

いま、コンペアレジスタ22aからの一致信号23aによりバ
ッファレジスタ24aのデータが出力ポートレジスタ25に
書き込まれ、ポート26から出力される。このとき、一致
信号23aは、INTCに割り込み信号として行かないため、
割り込み処理は行わない。
Now, the data of the buffer register 24a is written in the output port register 25 by the match signal 23a from the compare register 22a, and is output from the port 26. At this time, since the match signal 23a does not go to the INTC as an interrupt signal,
No interrupt processing is performed.

次にコンペアレジスタ22bからの一致信号23bによりバッ
ファレジスタ24bのデータが出力ポートレジスタ25に転
送されポート26から出力される。このとき一致信号23b
はINTCに対して割り込み信号として送られている。
Then, the match signal 23b from the compare register 22b transfers the data in the buffer register 24b to the output port register 25 and outputs it from the port 26. At this time, the match signal 23b
Is sent as an interrupt signal to INTC.

INTC100には一致信号23bからの要求に対して、通常割り
込み処理とは異なる、データ処理要求の形態指示をCPU0
00に行うようにあらかじめ設定しておく。
In response to the request from the match signal 23b, the INTC100 sends a data processing request form instruction, which is different from the normal interrupt processing, to the CPU0.
Set in advance to set to 00.

CPU000はINTC100からの割り込み要求に対してデータ処
理形態指示信号102により2通りの形態で処理すること
ができる。1つはPC001,PSW002,汎用レジスタ003の値の
退避,復帰といった処理を伴う通常の割り込み処理で、
もう1つはPC001,PSW002,汎用レジスタ003の値の退避,
復帰といった処理を行うことなく、データメモリ302中
の特定アドレスに予め設定されている処理形態情報に基
づき実行する、所定のデータ処理である。以下、この所
定のデータ処理のことをマクロサービスと記す。
The CPU 000 can process the interrupt request from the INTC 100 in two forms by the data processing form instruction signal 102. One is normal interrupt processing that involves processing such as saving and restoring the values of PC001, PSW002, and general-purpose register 003.
The other is to save the values of PC001, PSW002, general register 003,
This is a predetermined data process that is executed based on the process form information preset in a specific address in the data memory 302 without performing a process such as a return. Hereinafter, this predetermined data processing will be referred to as a macro service.

マクロサービスの処理形態はデータメモリ302中の特定
アドレスに予め設定されている処理形態情報により決定
される。
The processing form of the macro service is determined by the processing form information preset in the specific address in the data memory 302.

いま、一致信号23bによる割り込み信号により、INTC100
がCPU000にマクロサービス割り込み要求信号101,102を
出力する。一致信号23bによるマクロサービス要求に対
応する処理形態情報に、コンペアレジスタ22a,22b,バッ
ファレジスタ24a,24bへ処理形態情報により設定された
データを転送するように、あらかじめ指定しておくこと
により、一致信号23bが出るごとにパルス出力データで
あるバッファレジスタ24a,24b及びバッファレジスタ24
a,24bを出力ポートレジスタ25に転送するタイミング設
定を行うコンペアレジスタ22a,22bのデータが更新され
る。
Now, by the interrupt signal by the match signal 23b, INTC100
Outputs macro service interrupt request signals 101 and 102 to CPU000. By specifying in advance to transfer the data set by the processing mode information to the compare registers 22a, 22b and the buffer registers 24a, 24b to the processing mode information corresponding to the macro service request by the match signal 23b, Buffer register 24a, 24b and buffer register 24 which are pulse output data each time signal 23b is output.
The data in the compare registers 22a, 22b for setting the timing of transferring a, 24b to the output port register 25 is updated.

残りのコンペアレジスタについても22cと22d,22eと22f
…というように2つ1組にペアを組み、一致信号23d,23
f,…が出るたびにマクロサービス処理により、ペアを組
んだコンペアレジスタ及び対応するバッファレジスタへ
処理形態情報により指定されたデータを転送する。
22c and 22d, 22e and 22f for the remaining compare registers
Pairs of two are paired with each other, and the match signals 23d, 23
Each time f, ... Is output, the macro service processing transfers the data designated by the processing mode information to the paired compare register and the corresponding buffer register.

以上、複数のコンペアレジスタ22a,22b,22c…の一致信
号23a,23b,23c…により、それぞれ対応するバッファレ
ジスタ24a,24b,24c,…のデータを出力ポートレジスタ25
に転送することにより、複数の出力ポート26からパルス
を出力し、かつ特定のコンペアレジスタの出す一致信号
によりマクロサービス処理を起動し、予め指定したコン
ペアレジスタ,バッファレジスタへ予め用意しておいた
データを転送することにより、タイミングデータ,出力
パルスデータを更新するパルス発生装置が得られる。
As described above, according to the match signals 23a, 23b, 23c ... Of the plurality of compare registers 22a, 22b, 22c ..., the data of the corresponding buffer registers 24a, 24b, 24c ,.
To output a pulse from multiple output ports 26, and activate the macro service process by the match signal output from a specific compare register, and prepare the data prepared in advance in the compare register and buffer register specified in advance. By transferring the data, a pulse generator for updating the timing data and the output pulse data can be obtained.

例えば第3図のようなPWM出力を得る場合を第2図、第
4図を使って説明する。いまコンペアレジスタ22a,22b,
22c,22dバッファレジスタ24a,24b,24c,24dと4組もつと
仮定し、またバッファレジスタ,出力ポートラッチの下
位3ビットがU,V,Wに対応しているとして考える。初期
値にコンペアレジスタ22a,22b,22c,22dにそれぞれT1,
T2,T3,T4を、またバッファレジスタ24a,24b,24c,24dに
は06H,02H,00H,02Hを設定する。t1時間後にまず出力ポ
ートレジスタ25に06Hが書き込まれる。このとき割り込
み処理などによってコンペアレジスタ22a,バッファレジ
スタ24aの更新は行わない。さらにt2時間後に今度はコ
ンペアレジスタ22bからの一致信号23bが出て、バッファ
レジスタ24bから、出力ポートレジスタ25に02Hが書き込
まれる。このとき、マクロサービス処理を起動し、コン
ペアレジスタ22a,22b,バッファレジスタ24a,24bの値を
それぞれT5,T6,06H,07Hに書き換える。この書き換えはt
3+t4+t5時間後までに行われればよく、この間に、コ
ンペアレジスタ22c,22dによりパルス出力を制御でき
る。以降このような動作を繰り返すことにより、希望の
パルス出力を得ることが出来る。
For example, the case of obtaining the PWM output as shown in FIG. 3 will be described with reference to FIGS. 2 and 4. Now compare registers 22a, 22b,
It is assumed that there are four sets of 22c, 22d buffer registers 24a, 24b, 24c, 24d, and the lower 3 bits of the buffer register and the output port latch correspond to U, V, W. To the initial value, compare registers 22a, 22b, 22c, 22d with T 1 ,
The T 2, T 3, T 4 , also buffer register 24a, 24b, 24c, the 24d sets 06H, 02H, 00H, and 02H. After 1 hour t, 06H is first written to the output port register 25. At this time, the compare register 22a and the buffer register 24a are not updated by interrupt processing or the like. Further, t 2 hours later, the match signal 23b is output from the compare register 22b, and 02H is written in the output port register 25 from the buffer register 24b. At this time, the macro service process is activated, and the values of the compare registers 22a, 22b and the buffer registers 24a, 24b are rewritten to T 5 , T 6 , 06H, 07H, respectively. This rewriting is t
It suffices that this is done by 3 + t 4 + t 5 hours later, during which the pulse output can be controlled by the compare registers 22c and 22d. The desired pulse output can be obtained by repeating such operations thereafter.

〔発明の効果〕〔The invention's effect〕

以上説明したように本発明は、コンペアレジスタの一致
信号によりバッファレジスタの値を出力ポートレジスタ
に転送することにより、1度に複数本の出力ポートを制
御し、かつこれらコンペアレジスタとバッファレジスタ
を複数組有することにより、コンペアレジスタの一致が
起こるたびに割り込み処理によりデータの更新をする必
要がなく、なおかつ、コンペアレジスタ,バッファレジ
スタのデータの更新をマクロサービス処理により行うこ
とにより、PC,PSW,汎用レジスタの退避,復帰といった
処理にCPU時間をさくことがない。
As described above, the present invention controls a plurality of output ports at a time by transferring the value of the buffer register to the output port register by the match signal of the compare register, and the number of the compare register and the buffer register is increased. By having a pair, it is not necessary to update the data by interrupt processing each time a compare register match occurs, and by updating the compare register and buffer register data by macro service processing, PC, PSW, general-purpose CPU time is not saved for processing such as register saving and restoring.

従って主たる処理に十分なCPU時間をさくことができな
がら、高周波のPWM出力を得ることが出来る。
Therefore, it is possible to obtain high-frequency PWM output while saving sufficient CPU time for main processing.

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

第1図は、本発明の一実施例における周辺ハードウェア
の構成図、第2図は、本発明におけるシステム構成例、
第3図は3相交流信号のタイミング図、第4図4は第3
図の部分拡大図、第5図は従来の周辺ハードウェア構成
図、第6図は従来のシステム構成図である。 11,31……フリーランニングタイマ、12a,12b,12c,…,32
……コンペアレジスタ、13a,13b,13c,…,33……一致信
号、14a,14b,14c,…,34……バッファレジスタ、15,35…
…出力ポートレジスタ、16,36……出力ポート、101,10
1′……割り込み要求信号、102……形態指定信号。
FIG. 1 is a configuration diagram of peripheral hardware in one embodiment of the present invention, FIG. 2 is a system configuration example in the present invention,
FIG. 3 is a timing diagram of a three-phase AC signal, and FIG.
FIG. 5 is a partially enlarged view of the figure, FIG. 5 is a conventional peripheral hardware configuration diagram, and FIG. 6 is a conventional system configuration diagram. 11,31 …… Free running timer, 12a, 12b, 12c, ..., 32
...... Compare register, 13a, 13b, 13c, ..., 33 …… Match signal, 14a, 14b, 14c, ..., 34 …… Buffer register, 15,35…
… Output port register, 16,36 …… Output port, 101,10
1 '... Interrupt request signal, 102 ... Form designation signal.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】中央処理装置と、プログラム及びデータを
記憶する記憶手段と、周辺回路と、前記周辺回路から出
力される複数の割り込み要求に応じて前記中央処理装置
に非同期に処理要求を発生する割り込み要求発生回路と
を有する情報処理装置において、前記周辺回路は、フリ
ーランニングカウンタと、複数の比較レジスタと、前記
複数の比較レジスタからのそれぞれの一致信号に応答し
てデータを送出する複数のバッファレジスタと、前記バ
ッファレジスタから送出されたデータを受けるポートレ
ジスタと、前記ポートレジスタの内容を出力する出力ポ
ートとを有し、さらに前記複数の比較レジスタは少なく
とも2以上の複数の比較レジスタからなる1以上の複数
のグループに分類され、前記各グループ内のある特定の
比較レジスタから出力される一致信号に応答して前記割
り込み要求回路を介して前記中央処理装置に処理要求を
発生する手段を有し、前記処理要求に応答して前記中央
処理装置は前記プログラムの実行を中断し、その時の状
態を示す情報を他の領域に退避することなく、あらかじ
め前記記憶手段に設定されたデータを前記処理要求発生
の要因となった前記比較レジスタの属するグループ内の
すべての前記比較レジスタ及び各々の比較レジスタに対
応するすべての前記バッファレジスタに転送後、中断し
ていたプログラム処理を実行する手段を具備することを
特徴とする情報処理装置。
1. A central processing unit, a storage means for storing programs and data, a peripheral circuit, and asynchronously generate a processing request to the central processing unit in response to a plurality of interrupt requests output from the peripheral circuit. In an information processing device having an interrupt request generation circuit, the peripheral circuit includes a free running counter, a plurality of comparison registers, and a plurality of buffers for transmitting data in response to respective match signals from the plurality of comparison registers. A register, a port register for receiving the data sent from the buffer register, and an output port for outputting the contents of the port register, and the plurality of comparison registers are composed of at least two or more comparison registers. It is classified into the above multiple groups, and from a certain comparison register in each group Has a means for generating a processing request to the central processing unit via the interrupt request circuit in response to a coincidence signal input thereto, and the central processing unit suspends execution of the program in response to the processing request. , All the comparison registers in the group to which the comparison register, which has caused the processing request, is stored in the storage unit without saving the information indicating the state at that time to another area, An information processing apparatus comprising means for executing a suspended program processing after transferring to all the buffer registers corresponding to each comparison register.
JP63265394A 1988-10-20 1988-10-20 Information processing equipment Expired - Lifetime JPH0752395B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63265394A JPH0752395B2 (en) 1988-10-20 1988-10-20 Information processing equipment

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63265394A JPH0752395B2 (en) 1988-10-20 1988-10-20 Information processing equipment

Publications (2)

Publication Number Publication Date
JPH02110756A JPH02110756A (en) 1990-04-23
JPH0752395B2 true JPH0752395B2 (en) 1995-06-05

Family

ID=17416563

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63265394A Expired - Lifetime JPH0752395B2 (en) 1988-10-20 1988-10-20 Information processing equipment

Country Status (1)

Country Link
JP (1) JPH0752395B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
NL8501202A (en) * 1985-04-26 1986-11-17 Philips Nv COUNTER-COMPARATOR SWITCH AND MICROPROCESSOR WITH SIMULTANEOUS CONTROLLED OUTPUTS.
JPH0632051B2 (en) * 1986-11-07 1994-04-27 日本電気株式会社 Information processing equipment

Also Published As

Publication number Publication date
JPH02110756A (en) 1990-04-23

Similar Documents

Publication Publication Date Title
JPH0268632A (en) Interruption controller
JPH0550022B2 (en)
JPH0760423B2 (en) Data transfer method
JPH01280843A (en) State machine checker
EP0523627A2 (en) Multi-CPU programmable controller
JP3144842B2 (en) Microprocessor
JPH0752395B2 (en) Information processing equipment
US4451882A (en) Data processing system
JPH0727507B2 (en) Channel selection arbitration
JPH02500692A (en) Integration of computational elements in multiprocessor computers
JPS60173483A (en) Logical circuit simulation system
JPH04323755A (en) Dma device
JPS6158861B2 (en)
JP2537815B2 (en) Data transfer device
JPH0340169A (en) Multiple processor system and method of controlling plurality of processor
JPS5818032B2 (en) Communication control device
SU590745A1 (en) Data multiprocessor
JPS63231668A (en) Interruption queue control system
JPS6028989Y2 (en) information processing equipment
JPS63233429A (en) Additional processor control system
JPH027099B2 (en)
JPH0378661B2 (en)
JPS6057603B2 (en) arithmetic processing unit
JPH05233525A (en) Input/otuput processor
JPH05241986A (en) Input/output instruction retrying system