JPS6139143A - Data processor - Google Patents
Data processorInfo
- Publication number
- JPS6139143A JPS6139143A JP16047584A JP16047584A JPS6139143A JP S6139143 A JPS6139143 A JP S6139143A JP 16047584 A JP16047584 A JP 16047584A JP 16047584 A JP16047584 A JP 16047584A JP S6139143 A JPS6139143 A JP S6139143A
- Authority
- JP
- Japan
- Prior art keywords
- error
- processing device
- register
- signal
- storage 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.)
- Pending
Links
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
- Debugging And Monitoring (AREA)
Abstract
Description
【発明の詳細な説明】
〔技術分野〕
本発明は複数の処理装置およびこれらと接続された主記
憶装置を有するデータ処理装置に関する。DETAILED DESCRIPTION OF THE INVENTION [Technical Field] The present invention relates to a data processing device having a plurality of processing devices and a main storage device connected thereto.
通常、データ処理装置は、複数の処理装置(中央処理装
置や入出力処理装置)とこれらと接続された一つの主記
憶装置とで構成されることが多い。Generally, a data processing device is often composed of a plurality of processing devices (a central processing unit and an input/output processing unit) and one main storage device connected to these processing devices.
各処理装置からのメモリ要求に対し、主記憶装置は要求
指令に応じてその動作を実行し、動作実行中エラーを検
出すれ、ばエラーがあったことを処理装置に報告すると
ともにエラーの詳細情報をエラー格納レジスタに登録す
る。このエラー格納レジスタに一旦エラー情報が格納さ
れるとこの情報が刈り取られるまで新たに発生したエラ
ーに関する詳細情報は登録されない。主記憶装置から処
理装置にエラー報告がされると、処理装置はエラー格納
レジスタを読出すための指令を発行してエラーの詳細情
報を入手し、八−ドウエア又はファームウェアを介して
ソフトウェア書=通知する。詳細情報としてエラーが検
出された主記憶番地がソフトウェア1=通知され、ソフ
トウェアは報告された主記憶番地近辺の領域の主記憶番
地をスキャンし、固定故障の番地があるか否かを検査す
る。このスキャン動作は、例えば1ページ(ベージング
における1ページ)単位(:実行され、エラーが検出さ
れた場合には当該当主記憶番地をページ割付6すしない
ようなソフトウェア処理を行う。このようC二すること
により、ある主記憶番地で固定故障が発生してもソフト
ウェア的C二除去することが可能となる。In response to memory requests from each processing unit, the main memory executes the operation according to the request command, and if an error is detected during execution of the operation, it reports the error to the processing unit and provides detailed error information. is registered in the error storage register. Once error information is stored in this error storage register, detailed information regarding newly occurring errors will not be registered until this information is harvested. When an error is reported from the main memory to the processing unit, the processing unit issues a command to read the error storage register, obtains detailed error information, and sends a notification to the software via software or firmware. do. Software 1 is notified of the main memory address where the error has been detected as detailed information, and the software scans the main memory addresses in the area near the reported main memory address to check whether there is an address with a fixed failure. This scanning operation is executed, for example, in units of one page (one page in paging), and if an error is detected, software processing is performed such as not assigning the corresponding main memory address to page allocation. As a result, even if a fixed failure occurs at a certain main memory address, it is possible to remove it by software.
マルチプロセッサシステムの−ような複数のプロセスが
並列に動作するシステムにおいては、一つのプロセスが
通常の仕事を実行し、他の並列に動作しているプロセス
では主記憶障害を検出するためにメモリスキャン動作を
実行する場合が存在する。本発明はこのような通常の読
出/書込動作とメモリスキャン動作が重なった時のエラ
ー登録に関するものである。In a system where multiple processes run in parallel, such as a multiprocessor system, one process performs normal work while other parallel processes perform memory scans to detect main memory failures. There are cases in which an action is performed. The present invention relates to error registration when such normal read/write operations and memory scan operations overlap.
従来、主記憶装置にはエラー格納レジスタが“一つしか
ないという八−ドウニア条件?二より、メモリスキャン
動作で検出されたエラー情報がエラー格納レジスタ4二
登録されてしまい、通常の続出/書込動作実行中C二検
出されたエラーのエラー情報が登録されないという場合
が発生する。つまり、一つの処理装置からの指令により
メモリスキャン動作でエラーが検出され、その後エラー
格納レジスタが刈り取られるまでの間に発生した他の処
理装置からの指令)二よる読出/書込動作中のエラーの
エラー情報は入手不可能になる。Conventionally, due to the eight-double condition that there is only one error storage register in the main memory, error information detected in a memory scan operation is registered in the error storage register 42, and normal successive writes/writes occur. A case may occur in which the error information of an error detected during execution of a read operation is not registered.In other words, an error is detected in a memory scan operation by a command from one processing unit, and then the error information is not registered until the error storage register is harvested. Error information for errors during read/write operations (due to commands from other processing devices) that occur in between becomes unavailable.
上記の欠点を除去するためには処理装置毎にエラー格納
レジスタを主記憶装置内に持つという方式もあるが、こ
れで処理装置が増えた場合、ハードクエ7増加が比例し
て大きくなりコスト上問題となる。In order to eliminate the above disadvantages, there is a method of having an error storage register in the main memory for each processing unit, but if the number of processing units is increased by this method, the increase in number of hard quests becomes proportionally large, resulting in cost problems. becomes.
したがって、本発明の目的は、通常の続出/書込動作が
メモリスキャン動作と重なったときのエラー詳細情報を
八−ドクエアの増加を最少限に抑えて採取できるデータ
処理装置を提供することにある。Therefore, an object of the present invention is to provide a data processing device that can collect detailed error information when a normal successive/write operation overlaps with a memory scan operation while minimizing an increase in eight-domain squares. .
本発明は、特定の処理を実行している処理装置からの動
1作実行時におけるエラー情報を格納するエラー格納レ
ジスタとそれ以外の通常動作を実行している処理装置か
らの動作実行時におけるエラー情報を格納するエラー格
納レジスタとを分けたもので、主記憶装置で検出された
エラー奪登録する第1、第2のエラー格納レジスタと、
前記各処理装置に対応づけられた処理装置番号を格納す
る処理装置番号格納レジスタと、主記憶装置にアクセス
した処理装置番号と前記処理装置番号格納レジスタの出
力を比較する比較回路と、一つの状態の時主記憶装置の
エラーを第1のエラー格納レジスタに登録し、他の一つ
の状態の時処理装置番号格納レジスタの出力と一致する
主記憶装置にアクセスした処理装置番号を有する処理装
置に関するエラーを第2のエラー格納レジスタに登録し
、第1のレジスタの出力と一致しない処理装置番号を有
する処理装置に関するエラーを第1のエラー格納しジス
タ?二登録する制御回路を有する。The present invention provides an error storage register that stores error information when executing an operation from a processing device that is executing a specific process, and an error storage register that stores error information when executing an operation from a processing device that is executing other normal operations. An error storage register that stores information is divided into first and second error storage registers that register errors detected in the main memory;
a processing device number storage register that stores a processing device number associated with each of the processing devices; a comparison circuit that compares a processing device number that has accessed a main storage device with an output of the processing device number storage register; and one state. When an error in the main storage device is registered in the first error storage register, and when in one other state, an error related to the processing device having the processing device number that accessed the main storage device that matches the output of the processing device number storage register. is registered in the second error storage register, and an error related to a processing device having a processing device number that does not match the output of the first register is stored in the first error register. It has two registering control circuits.
以下、図面を参照しながら本発明の詳細な説明する。 Hereinafter, the present invention will be described in detail with reference to the drawings.
第1図は本発明の一実施例に係るデータ処理装置のブロ
ック図である。本データ処理装置は主記憶装置1と3台
の中央処理装置2〜4とから構成されている。主記憶装
置1と中央処理装置2は、リクエスト信号201、リク
エスト受付信号202、指令信号206、処理装置番号
選択信号204、アドレス情報205、書込データ20
6、読出データ207、その他の制御信号208で接続
されている。主記憶装置1と中央処理装置3、主記憶、
装置1と中央処理装置4もそれぞれ同様の信号、情報6
01〜608,401〜408で接続されている。FIG. 1 is a block diagram of a data processing device according to an embodiment of the present invention. This data processing device is composed of a main storage device 1 and three central processing units 2 to 4. The main storage device 1 and the central processing device 2 include a request signal 201, a request acceptance signal 202, a command signal 206, a processing device number selection signal 204, address information 205, and write data 20.
6, read data 207, and other control signals 208. Main memory 1 and central processing unit 3, main memory,
The device 1 and the central processing unit 4 also receive similar signals and information 6.
01-608, 401-408 are connected.
第2図は、主記憶装置1の詳細を示すブロック図である
。この主記憶装置1は、中央処理装置2〜4からのリク
エスト信号201..501,401の1つを定められ
た優先順位により受付け、その受付装置信号101(本
実施例では2ビツトで構成され、′00”、″ ”、
”io”のときそれぞれ制(ロ)中央処理装置2、m
中央処理装置6、葉中勿中央処理装置4が受付けられた
ことを示す)を出力するリクエスト受付回路5と、この
受付装置信号101により中央処理装置2〜4からの対
応する指令信号206,606,40.りの一つを選択
し受付指令信号102を出力する指令選択回路6と、中
央処理装置2〜4からの対応する処理装置番号204.
604.404の一つを選択し受付処理装置番号10
7を出力する処理装置番号選択回路7と、この受付処理
装置番号107を入力し、格納する処理装置番号格納レ
ジスタ9と、この処理装置番号格納レジスタ9の出力1
08と受付処理装置番号107とを比較し、一致した時
に“1″の信号109を出力する比較回路12と、主記
憶装置1内のハードウェアエラーを検出し、エラー検出
信号112とエラー情報116とを出力するエラー検出
回路11と、第1のセット信号114をセット入力、第
1のリセット信号105をリセット入力とし、エラー検
出回路11からのエラー検出信号112とエラー情報1
16を入力とする第1のエラー格納レジスタ16と、第
2のセット信号117をセット入力、第2のリセット信
号106をリセット入力とし、エラー検出回路11から
のエラー検出信号112とエラー情報116を入力とす
る第2のエラー格納レジスタ17と、制御信号104に
より制御される制御フリップフロップ10と、この制御
フリップフロップ10の出力110と比較回路12から
の一致信号109を入力信号とするアンド回路15と、
受付指令信号102を入力し、処理装置番号格納レジス
タ9への制御信号106、制御フリップフロップ10を
制御する制御信号104、第1のエラー格納レジスタ1
6をリセットする第1のリセット信号105および第2
のエラー格納レジスタ17をリセットする第2のリセッ
ト信号106を発生する主制御回路8と、第1のエラー
格納レジスタ16からの出力信号115、エラー検出信
号112およびアンド回路15の出力信号111とを入
力とし第1のセット信号114を出力とするアンド回路
16と、$2のエラー格納レジスタ17からの出力信号
116、エラー検出信号112およびアンド回路15の
出力信号111とを入力とし第2のセット信号117を
出力とするアンド回路14とからなる。FIG. 2 is a block diagram showing details of the main storage device 1. As shown in FIG. This main storage device 1 receives request signals 201 . .. 501, 401 according to a predetermined priority order, and the receiving device signal 101 (consisting of 2 bits in this embodiment, '00'', ``'',
When "io", control (b) central processing unit 2, m respectively
A request reception circuit 5 outputs a request (indicating that the central processing unit 6 and the central processing unit 4 have been accepted) and corresponding command signals 206 and 606 from the central processing units 2 to 4 based on this reception device signal 101. ,40. a command selection circuit 6 that selects one of the received command signals 102 and outputs a reception command signal 102, and a corresponding processing device number 204.
604. Select one of 404 and select reception processing device number 10.
7, a processing device number storage register 9 that inputs and stores this acceptance processing device number 107, and an output 1 of this processing device number storage register 9.
08 and reception processing device number 107, and outputs a signal 109 of "1" when they match, and a comparison circuit 12 that detects a hardware error in the main storage device 1 and outputs an error detection signal 112 and error information 116. An error detection circuit 11 that outputs a first set signal 114 as a set input, a first reset signal 105 as a reset input, and an error detection signal 112 from the error detection circuit 11 and error information 1.
16 as an input, a second set signal 117 as a set input, a second reset signal 106 as a reset input, and an error detection signal 112 from the error detection circuit 11 and error information 116 as inputs. A second error storage register 17 as an input, a control flip-flop 10 controlled by a control signal 104, and an AND circuit 15 that receives an output 110 of this control flip-flop 10 and a coincidence signal 109 from a comparison circuit 12 as input signals. and,
A reception command signal 102 is input, a control signal 106 is sent to the processing device number storage register 9, a control signal 104 for controlling the control flip-flop 10, and a first error storage register 1.
The first reset signal 105 and the second
The main control circuit 8 generates the second reset signal 106 that resets the error storage register 17 of An AND circuit 16 which receives the first set signal 114 as an input, and a second set which receives the output signal 116 from the $2 error storage register 17, the error detection signal 112, and the output signal 111 of the AND circuit 15 as input. and an AND circuit 14 which outputs a signal 117.
次に、本実施例のデータ処理装置の動作を説明する。こ
こで中央処理装置2を診断(メモリスキャン)動作実行
中の処理装置とし、中央処理装置6.4を通常動作実行
中の処理装置とする。中央処理装置2は指令信号203
I:処理装置番号格納レジスタ9へ処理装置番号20
4の登録を指示する指令を植えつけ、リクエスト信号2
01を“1″にする。主記憶装置1はリクエスト受付回
路5にて中央処理装置2からのリクエスト信号201を
認識し、このリクエスト信号201が受付可能な状態に
あれば受付け、受付装置信号101を“00″とする。Next, the operation of the data processing apparatus of this embodiment will be explained. Here, the central processing unit 2 is assumed to be a processing unit executing a diagnostic (memory scan) operation, and the central processing unit 6.4 is assumed to be a processing unit executing a normal operation. The central processing unit 2 receives a command signal 203
I: Processing device number 20 to processing device number storage register 9
4, and request signal 2.
Set 01 to “1”. The main storage device 1 recognizes the request signal 201 from the central processing unit 2 in the request reception circuit 5, and if the request signal 201 is in an acceptable state, it is accepted and the reception device signal 101 is set to "00".
受付装置信号101が“OO”により指令選択回路6、
処理装置番号選択回路7はそれぞれ中央処理装置2から
の指令信号206及び処理装置番号204を受付指令信
号102、受付処理装置番号107として出力する。主
制御回路8は受付指令信号102を解析し、処理装置番
号格納レジスタ9への処理装置番号の登録要求指令と解
釈し、制御信号106を“1”にする。この制御信号
106が1′になることにより処理装置番号格納レジス
タ9に処理装置番号選択回路7を経て中央処理装置2の
処理装置番号“00″が登録される。When the reception device signal 101 is “OO”, the command selection circuit 6,
The processing device number selection circuit 7 outputs a command signal 206 and a processing device number 204 from the central processing device 2 as an acceptance command signal 102 and an acceptance processing device number 107, respectively. The main control circuit 8 analyzes the acceptance command signal 102, interprets it as a command requesting registration of the processing device number in the processing device number storage register 9, and sets the control signal 106 to “1”. This control signal
When 106 becomes 1', the processing unit number "00" of the central processing unit 2 is registered in the processing unit number storage register 9 via the processing unit number selection circuit 7.
続いて中央処理装置2から制御フリップフロップ10を
セットする指令が発行され、主制御回路8から制御信号
104が発行され制御フリップフロップ10がセットさ
れる。Subsequently, the central processing unit 2 issues a command to set the control flip-flop 10, the main control circuit 8 issues a control signal 104, and the control flip-flop 10 is set.
以上の状態にて中央処理装置6からリクエスト信号60
1が発行され、これが主記憶装置1で受付けられ、該動
作実行中(ニエラーが検出された場合、エラー検出回路
11の出力であるエラー検出信号112が“1”(:な
り、このエラーに関するエラー情報116が生成される
。処理装置番号格納レジスタ9には“00”が格納され
てε1て、一方、受付処理装置番号107は中央処理装
置6を示す“01″であるので比較回路12の出力信号
109は“0”となりアンド回路15の出力信号111
も“Onとなる。第1、第2のエラー格納レジスタ16
゜17(=はまだエラーが登録されていないのでそれぞ
れの出力信号115,116は“0”であり、これらよ
りアンド回路16からの第1のセット信号114は“1
”、アンド回路14からの第2のセット信号117は0
”となり、$1のエラー格納レジスタ16(−はエラー
が登録され、第2のエラー格納レジスタ17にはエラー
が登録されない。In the above state, the request signal 60 is sent from the central processing unit 6.
1 is issued, this is accepted by the main memory 1, and during the execution of the operation (if a second error is detected, the error detection signal 112 which is the output of the error detection circuit 11 becomes "1" (:), and an error related to this error is detected. Information 116 is generated. Since "00" is stored in the processing device number storage register 9 and is ε1, and on the other hand, the reception processing device number 107 is "01" indicating the central processing device 6, the output of the comparison circuit 12 is The signal 109 becomes “0” and the output signal 111 of the AND circuit 15
also becomes “On.” The first and second error storage registers 16
゜17 (= Since no error has been registered yet, the respective output signals 115 and 116 are "0", and from these, the first set signal 114 from the AND circuit 16 is "1".
”, the second set signal 117 from the AND circuit 14 is 0.
”, the error storage register 16 of $1 (- means an error is registered, and no error is registered in the second error storage register 17.
次に、中央処理装置2からリクエスト信号201が発行
され、これが主記憶装置1で受付けられ、該動作実行中
にエラーが検出された場合、エラー検出回路11の出力
であるエラー検出信号112が“1”になり、このエラ
ーに関するエラー情報116が生成される。処理装置番
号格納レジスタ9には00”が格納されており、受付処
理装置番号107も中央処理装置2を示す“00#であ
るので比較回路12の出力信号109は“1”となり、
制御フリップフロップ10の出力信号110も“1”で
あるのでアンド回路15の出力信号111は“1″とな
る。第2のエラー格納レジスタ17の出力信号116は
40#で、エラー検出信号112は“1”であるのでア
ンド回路14の出力である第2のセット信号117は“
1″となり、第2のエラー格納レジスタ17にエラーが
登録される。Next, a request signal 201 is issued from the central processing unit 2, and this is accepted by the main storage device 1. If an error is detected during execution of the operation, the error detection signal 112, which is the output of the error detection circuit 11, is "1'' and error information 116 regarding this error is generated. 00" is stored in the processing unit number storage register 9, and the reception processing unit number 107 is also "00#, which indicates the central processing unit 2, so the output signal 109 of the comparison circuit 12 becomes "1".
Since the output signal 110 of the control flip-flop 10 is also "1", the output signal 111 of the AND circuit 15 is "1". Since the output signal 116 of the second error storage register 17 is 40# and the error detection signal 112 is "1", the second set signal 117 which is the output of the AND circuit 14 is "
1'', and the error is registered in the second error storage register 17.
本発明は以上説明したように、複数の処理装置からアク
セスされる主記憶装置のエラー格納レジスタを処理装置
毎に設Cすることなく、通常動作におけるエラーの登録
用と2診断時におけるエラー1′の登録用との2種にす
ることにより、主記憶装置にアクセスする処理装置が増
えてもエラー情報格納用のエラー格納レジスタ数を増や
す必要がなく、処理装置の増加に伴う八−ドクエアの増
加を少くするという効果がある。As described above, the present invention eliminates the need to provide error storage registers in the main memory that are accessed by a plurality of processing units for each processing unit. By using two types, one for registration and one for registering, there is no need to increase the number of error storage registers for storing error information even if the number of processing devices that access the main memory increases, and the number of 8-domain registers increases as the number of processing devices increases. It has the effect of reducing
第1図は本発明の一実施例に係るデータ処理装置のブロ
ック図、第2図は第1図の主記憶装置1の詳細を示すブ
ロック図である。
1:主記憶装置、 2.6.4 :処理装置、5:
要求受付回路、 6:指令選択回路、7:処理装置番
号選択回路、
8:主制御回路、
9:処理装置番号格納レジスタ、
10:制御フジツブフロップ、
11:エラー検出回路、12:比較回路、L6.14.
15 :アンド回路、
16:第1のエラー格納レジスタ、
17 :%2のエラー格納レジスタ。FIG. 1 is a block diagram of a data processing device according to an embodiment of the present invention, and FIG. 2 is a block diagram showing details of the main storage device 1 of FIG. 1. 1: Main storage device, 2.6.4: Processing device, 5:
Request reception circuit, 6: Command selection circuit, 7: Processing device number selection circuit, 8: Main control circuit, 9: Processing device number storage register, 10: Control flop, 11: Error detection circuit, 12: Comparison circuit, L6.14.
15: AND circuit, 16: First error storage register, 17: %2 error storage register.
Claims (1)
有するデータ処理装置において、 主記憶装置で検出されたエラーを登録する第1、第2の
エラー格納レジスタと、前記各処理装置に対応づけられ
た処理装置番号を格納する処理装置番号格納レジスタと
、主記憶装置にアクセスした処理装置番号と前記処理装
置番号格納レジスタの出力を比較する比較回路と、一つ
の状態の時主記憶装置のエラーを第1のエラー格納レジ
スタに登録し、他の一つの状態の時処理装置格納番号レ
ジスタの出力と一致する主記憶装置にアクセスした処理
装置番号を有する処理装置に関するエラーを第2のエラ
ー格納レジスタに登録し、第1のレジスタの出力と一致
しない処理装置番号を有する処理装置に関するエラーを
第1のエラー格納レジスタに登録する制御回路を有する
ことを特徴とするデータ処理装置。[Scope of Claims] A data processing device having a plurality of processing devices and a main memory device connected thereto, comprising first and second error storage registers for registering errors detected in the main memory device; A processing device number storage register that stores a processing device number associated with a processing device, and a comparison circuit that compares a processing device number that has accessed a main storage device with an output of the processing device number storage register, when in one state. Errors in the main storage device are registered in a first error storage register, and errors related to the processing device having the processing device number that accessed the main storage device that matches the output of the processing device storage number register in one of the other states are registered in the first error storage register. 2. A data processing device comprising: a control circuit that registers an error related to a processing device having a processing device number that does not match the output of the first register in the first error storage register.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16047584A JPS6139143A (en) | 1984-07-31 | 1984-07-31 | Data processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP16047584A JPS6139143A (en) | 1984-07-31 | 1984-07-31 | Data processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS6139143A true JPS6139143A (en) | 1986-02-25 |
Family
ID=15715754
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP16047584A Pending JPS6139143A (en) | 1984-07-31 | 1984-07-31 | Data processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS6139143A (en) |
-
1984
- 1984-07-31 JP JP16047584A patent/JPS6139143A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CA1176337A (en) | Distributed signal processing system | |
US5216672A (en) | Parallel diagnostic mode for testing computer memory | |
US6643734B2 (en) | Control device and control method for a disk array | |
JPH0227450A (en) | Collection method and system for erroneous interrupt data | |
JPS63184146A (en) | Information processor | |
JPS6139143A (en) | Data processor | |
JP2570466B2 (en) | Information processing device | |
JPH02173848A (en) | Memory access controller | |
JP2688368B2 (en) | Error address collection method | |
JPS5935251A (en) | Registration and information system for error of data processor | |
JPH0981465A (en) | Main storage controller | |
JPH0816487A (en) | Data processor | |
JPH0662114A (en) | Inter-processor diagnostic processing system | |
JPH05265790A (en) | Microprocessor device | |
JPS6113266B2 (en) | ||
JP2876606B2 (en) | Information processing device | |
JPH01147751A (en) | Memory access controller | |
KR890002468B1 (en) | Main storage fallure address control system in a data processing system | |
JPH02297650A (en) | Receiver | |
JP3190694B2 (en) | Diagnostic method for local memory | |
JPH11232206A (en) | Input/output control circuit | |
JPH0250504B2 (en) | ||
JPH0448360A (en) | Diagnostic system for electrinic computer | |
JPH0610795B2 (en) | Shared memory diagnostic method | |
JPH022180B2 (en) |