JPS62169245A - Data processing system - Google Patents
Data processing systemInfo
- Publication number
- JPS62169245A JPS62169245A JP61010926A JP1092686A JPS62169245A JP S62169245 A JPS62169245 A JP S62169245A JP 61010926 A JP61010926 A JP 61010926A JP 1092686 A JP1092686 A JP 1092686A JP S62169245 A JPS62169245 A JP S62169245A
- Authority
- JP
- Japan
- Prior art keywords
- data
- attribute
- processor
- address
- memory
- 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
- 238000001514 detection method Methods 0.000 claims description 17
- 238000000034 method Methods 0.000 claims description 5
- 238000003672 processing method Methods 0.000 claims description 5
- 230000008569 process Effects 0.000 claims description 3
- 238000010586 diagram Methods 0.000 description 3
- 238000007796 conventional method Methods 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000009471 action Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 230000006872 improvement Effects 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
Landscapes
- Techniques For Improving Reliability Of Storages (AREA)
Abstract
Description
【発明の詳細な説明】
〔概要〕
プロセッサによって使用されつつあるメモリデータの属
性が成る属性のものであることを識別してその旨の信号
をメモリのエラー検出手段に与え、エラー検出手段から
プロセッサに前記識別信号対応のエラー検出信号を供給
してそれに応じた処理をプロセッサに執らせる。かくし
て、エラーの発生したデータ属性に対応した適切な処置
をプロセッサに生ゼしめることが可能になり、システム
稼動率の向上が図れる。[Detailed Description of the Invention] [Summary] The attribute of memory data being used by a processor is identified as belonging to the following attributes, and a signal to that effect is given to an error detection means of the memory, and the error detection means sends a signal to the processor. An error detection signal corresponding to the identification signal is supplied to the processor to cause the processor to perform processing in accordance with the error detection signal. In this way, it becomes possible to cause the processor to take appropriate measures corresponding to the data attribute in which the error has occurred, and it is possible to improve the system operating rate.
本発明はデータ処理方式に関し、更に詳しく言えばメモ
リエラー発生時にそのエラーを発生せしめたデータの属
性をそのエラー処理態様に加味せしめたデータ処理方式
に関する。The present invention relates to a data processing method, and more specifically, to a data processing method that takes into account the attribute of data that causes the error when a memory error occurs in the error processing mode.
データ処理システムは、各種構成要素から成り立ってお
り、これら構成要素のいずれにエラーが出ようとも、デ
ータの正常処理を正規の手順で進め得なくなるものであ
る。A data processing system is made up of various components, and if an error occurs in any of these components, it will no longer be possible to properly process data according to the normal procedure.
そして、このような正規の手順の進行を妨げてしまうエ
ラーに対する対応策が執られるようにシステムが構成さ
れてはいるものの、なお改善をすべき余地は残されてい
る。Although the system is configured to take countermeasures against errors that impede normal procedures, there is still room for improvement.
例えば、プロセッサを用いてパリティチェック機能付メ
モリ内蔵の端末装置等を制御するシステムにおいて、そ
のメモリ空間で発生するパリティエラーの通知はプロセ
ッサに対する割込みで行なわれるように構成されている
。この通知はメモリ空間を所要数に論理分割して使用す
る場合であったとしても、そのいずれにエラーが発生し
た場合であっても、そこに格納され最悪の状態を惹起し
てしまうデータエラーに合わせた対応策をプロセッサに
執らせる如きフェイルセイフ的な対応策であるに過ぎな
かった。For example, in a system that uses a processor to control a terminal device or the like having a built-in memory with a parity check function, notification of a parity error occurring in the memory space is configured to be performed by an interrupt to the processor. This notification is used even if the memory space is logically divided into the required number of parts, and even if an error occurs in any of them, the data error will be stored there and cause the worst situation. It was just a fail-safe countermeasure that forced the processor to take appropriate countermeasures.
従って、論理分割されているプログラムのワーク領域で
パリティが発生した場合にそれ以降のプログラムの動き
が正規の論理から外れてしまう可能性があるので、シス
テムをストップさせることは上述従来技法の下で妥当な
ものではある。Therefore, if parity occurs in the work area of a logically divided program, the subsequent program movement may deviate from the normal logic, so stopping the system is not recommended under the conventional technique described above. It is reasonable.
しかしながら、“表示・印字データ”領域のデータにパ
リティエラーが発生したとしても、そのシステムホスト
からデータを再書込み可能である場合には、たとえ上述
エラー検出が行なわれたときであってもシステムをスト
ップさせる必要はないのであるが、従来技法の下ではデ
ータの属性とは無関係にメモリエラーが検出されるなら
ば一律にシステムをストップさせてしまっている。従っ
て、システムの可用性を減殺させてしまう結果となり、
それだけシステムの稼動率は低レベルなものとなってい
る。However, even if a parity error occurs in the data in the "display/print data" area, if the data can be rewritten from the system host, the system can be restarted even if the above error is detected. Although there is no need to stop the system, under conventional techniques, if a memory error is detected regardless of the data attributes, the system is uniformly stopped. Therefore, this results in a reduction in system availability.
As a result, the system's operating rate is at a low level.
本発明は斯かる問題点に鑑みて創作されたもので、メモ
リエラーに対する対応策を可能な限りフェイルソフト的
に為しシステムの稼動率を向上せしめ得るデータ処理方
式を提供することを目的とする。The present invention was created in view of such problems, and an object of the present invention is to provide a data processing method that can improve the system operating rate by taking countermeasures against memory errors as much as possible in a fail-soft manner. .
第1図は本発明の原理ブロック図を示す。 FIG. 1 shows a block diagram of the principle of the present invention.
図において、2はメモリで、ここには異なる属性を有す
るデータが格納される。In the figure, 2 is a memory, in which data having different attributes is stored.
■はメモリ2のデータを使用しつつデータ処理を行なう
プロセッサである。2 is a processor that processes data while using the data in the memory 2;
3は属性判別手段で、メモリへのアクセスを行なったと
きのデータがいかなる属性のものであるかを判別してそ
の判別結果を表す属性表示信号を出力するものである。Reference numeral 3 denotes attribute determining means, which determines what attribute the data when the memory is accessed is and outputs an attribute display signal representing the determination result.
4はメモリl及び属性判別手段3に接続され、メモリ1
データのエラー検出を為し前記属性表示信号対応のエラ
ー検出信号をプロセッサlに供給するエラー検出手段で
ある。4 is connected to the memory l and the attribute determination means 3, and the memory 1
This error detection means detects errors in data and supplies an error detection signal corresponding to the attribute display signal to the processor l.
メモリ2へのアクセス時のデータが属性判別手段3によ
ってその属性判別が為されてそこから発生される属性判
別信号がエラー検出手段4へ供給される。The attribute of data accessed to the memory 2 is determined by the attribute determining means 3, and an attribute determining signal generated therefrom is supplied to the error detecting means 4.
一方、前記データはエラー検出手段4にてエラーの有無
が検出され、エラーが検出されたときそのエラーが属性
判別信号対応のエラーであることを示すエラー検出信号
がプロセッサ1へ供給される。On the other hand, the error detection means 4 detects the presence or absence of an error in the data, and when an error is detected, an error detection signal indicating that the error corresponds to the attribute discrimination signal is supplied to the processor 1.
このようにして、データ属性対応でエラー検出信号がプ
ロセッサlへ供給されるから、きめ綱がなメモリエラ一
対応策をプロセッサ1において執ることができる。In this way, the error detection signal is supplied to the processor 1 in accordance with the data attributes, so that the processor 1 can take specific countermeasures against memory errors.
〔実施例〕
第2図は本発明の一実施例を示す。この図において、1
1はプロセッサ、12及び13はデータバス及びアドレ
スバスで、これらはメモリ装置14に接続されると共に
、データバス12は境界アドレスレジスタ15を介して
アドレス比較器16の一方の入力に接続され、又アドレ
スバス13はアドレス比較器16の他方の入力に接続さ
れている。[Embodiment] FIG. 2 shows an embodiment of the present invention. In this figure, 1
1 is a processor, 12 and 13 are a data bus and an address bus, which are connected to a memory device 14, and the data bus 12 is connected to one input of an address comparator 16 via a boundary address register 15; Address bus 13 is connected to the other input of address comparator 16.
17はメモリ装置14へ接続されたパリティチェッカで
、これはアドレス比較器16の比較結果信号を受け、こ
の比較結果信号対応のパリティエラー割込み信号18を
プロセッサ11へ供給する。A parity checker 17 is connected to the memory device 14, which receives a comparison result signal from the address comparator 16 and supplies a parity error interrupt signal 18 corresponding to this comparison result signal to the processor 11.
次に、この発明実施例の動作を説明する。Next, the operation of this embodiment of the invention will be explained.
説明の都合上、メモリ装置14のメモリ空間はプロセッ
サ11によって二分割されて、つまりメモリ装置に書き
込まれ読み出されるデータは2つの属性を有するものか
ら成っているものとする。For convenience of explanation, it will be assumed that the memory space of the memory device 14 is divided into two by the processor 11, that is, the data written to and read from the memory device consists of two attributes.
又、パリティチェッカ17はメモリ装置14から読み出
されるデータについてのパリティチェックを行なうもの
とする。そして、データのメモリ装置への書込み、そこ
からの読み出しに先立って、プロセッサ11からデータ
バス12を介して境界アドレス即ち2分割されたメモリ
空間の内の各メモリ空間部分を仕切るアドレスが境界ア
ドレスレジスタ15にセントされる。It is also assumed that the parity checker 17 performs a parity check on data read from the memory device 14. Before data is written to or read from a memory device, a boundary address is sent from the processor 11 via the data bus 12 to a boundary address register, that is, an address that partitions each memory space portion of the memory space divided into two. 15 cents.
このような前照の下において、プロセッサ11がデータ
処理で必要とするデータをメモリ装置14から読み出す
ため、プロセッサ11はそのデータのアドレスをアドレ
スバス13を介してメモリ装置14及びアドレス比較器
16へ送る。Under such a foreshadowing, in order to read data required by the processor 11 for data processing from the memory device 14, the processor 11 sends the address of the data to the memory device 14 and the address comparator 16 via the address bus 13. send.
これにより、データの読み出しがメモリ装置14で行な
われることと並行して、そのデータのアドレスと境界ア
ドレスレジスタ15に予めセットされている境界アドレ
スとの比較がアドレス比較器16で行なわれ、データの
読み出しに供されたアドレスが境界アドレスより小さい
か又は、大きいかを示す信号(属性判別信号)が線20
又は21上に出力される。As a result, while the data is read in the memory device 14, the address of the data is compared with the boundary address preset in the boundary address register 15 in the address comparator 16. A signal (attribute determination signal) indicating whether the address used for reading is smaller or larger than the boundary address is on the line 20.
or output on 21.
もしパリティチェッカ17が読み出されたデータについ
てのパリティエラーを出力するならば、パリティチェッ
カ17は線20又は21上の信号に応答して線22又は
23上に下位アドレスパリティエラー割込み信号又は上
位アドレスパリティ割込み信号を送出する。If parity checker 17 outputs a parity error for the read data, parity checker 17 outputs a low address parity error interrupt signal on line 22 or 23 in response to a signal on line 20 or 21 or a low address parity error interrupt signal on line 22 or 23. Sends a parity interrupt signal.
これら割込み信号のいずれか一方に応答するプロセッサ
はその割込み信号に応じた適切な処置を執る。例えば、
割込み信号の発生を生ぜしめたデータがプログラムワー
ク領域のものであったとするならば、システムストップ
を生せしめるが、割込み信号の発生を生ぜしめたデータ
がホスト装置からの再書込み可能とされるデータ例えば
表示・印字データであるならば、その割込み信号はプロ
セッサ11をして再書込み動作を生ぜしめるのに用いら
れ、直ちのシステムダウンは回避される。A processor responsive to one of these interrupt signals takes appropriate action in response to that interrupt signal. for example,
If the data that caused the interrupt signal to occur was in the program work area, it would cause the system to stop, but the data that caused the interrupt signal to occur is data that can be rewritten by the host device. For example, if it is display/print data, the interrupt signal is used to cause the processor 11 to perform a rewrite operation, thereby avoiding an immediate system down.
これにより、上述発生エラーが消滅するならば、システ
ムの通常の動作は続行される。As a result, the normal operation of the system continues if the above-mentioned error occurs.
なお、上記実施例においては、メモリ空間が2つに分割
される場合について説明したが、これに限られるもので
はないし、これらはメモリリフレシュにおけるパリティ
エラー検出への適用が排除されることを意味するもので
はない。又、エラー検出には、その他のエラー検出技法
が用いられ得るものである。Note that in the above embodiment, the case where the memory space is divided into two has been described, but the invention is not limited to this, and this means that the application to parity error detection in memory refresh is excluded. It's not a thing. Also, other error detection techniques may be used for error detection.
又、これらのことは書込み時への適用除外を意味する理
由と解釈されるべきではない。Furthermore, these should not be interpreted as reasons for excluding the application at the time of writing.
更には、プロセッサ11が従属的となる場合には、属性
設定はその上位装置で決定されるようにしてもよい。Furthermore, when the processor 11 is subordinate, attribute settings may be determined by its higher-level device.
要するに、本発明においてメモリ装置エラー検出手段に
対しそのエラーを生ぜしめたデータの属性を通知し得れ
ば本発明の意図するところは達成し得ることになる。In short, if the present invention can notify the memory device error detection means of the attribute of the data that caused the error, the purpose of the present invention can be achieved.
以上説明したように本発明によれば、データ属性に応じ
たきめ細かな対応策をシステムプロセッサに執らしめる
ことを可能にしてシステムの可用性能を顕在化させ、シ
ステムの稼動率を向上させることができる。As explained above, according to the present invention, it is possible to force the system processor to take detailed countermeasures according to data attributes, thereby realizing the availability capability of the system and improving the operating rate of the system. .
第1図は本発明の原理ブロック図、 第2図は本発明の一実施例を示す図である。 第1図において、 1はプロセッサ、 2はメモリ、 3は属性判別手段、 4はエラー検出手段である。 第2図において、 11はプロセッサ、 14はメモリ装置、 15は境界アドレスレジスタ、 16はアドレス比較器、 17はパリティチェッカである。 第1図 旧 本発明の一実施例 第2図 Figure 1 is a block diagram of the principle of the present invention. FIG. 2 is a diagram showing an embodiment of the present invention. In Figure 1, 1 is a processor, 2 is memory, 3 is an attribute discrimination means; 4 is an error detection means. In Figure 2, 11 is a processor; 14 is a memory device; 15 is a boundary address register; 16 is an address comparator; 17 is a parity checker. Figure 1 old An embodiment of the present invention Figure 2
Claims (2)
使用しつつデータ処理を行なうデータ処理システムにお
いて、 メモリ(2)へのアクセスを行なったときのデータがい
かなる属性のものであるかを判別してその判別結果を表
す属性表示信号を出力する属性判別手段(3)と、 メモリ(2)及び属性判別手段(3)に接続され、前記
属性判別が為されたデータのエラー検出を為し、前記属
性表示信号対応のエラー検出信号をプロセッサ(1)に
供給するエラー検出手段(4)とを備えて、プロセッサ
(1)に前記エラー検出信号対応の処理を執らしめるこ
とを特徴とするデータ処理方式。(1) In a data processing system in which a processor (1) processes data while using data in a memory (2), it is determined what attribute the data has when the memory (2) is accessed. an attribute discriminating means (3) for outputting an attribute display signal representing the discrimination result; and an attribute discriminating means (3) connected to the memory (2) and the attribute discriminating means (3) for detecting errors in the data on which the attribute discrimination has been performed. , an error detection means (4) for supplying an error detection signal corresponding to the attribute display signal to the processor (1), and causing the processor (1) to carry out processing corresponding to the error detection signal. Processing method.
らメモリ装置(14)に格納されるデータ属性情報の各
々を格納するデータ属性格納手段(15)と、プロセッ
サ(11)によって実際にアクセスされるデータの属性
情報とデータ属性格納手段(15)の各データ属性情報
とを比較して前記属性表示信号を出力する比較手段(1
6)とで構成されることを特徴とする特許請求の範囲第
1項記載のデータ処理方式。(2) The attribute determination means (3) is actually accessed by the processor (11) and the data attribute storage means (15) that stores each piece of data attribute information stored in the memory device (14). comparing means (1) for comparing the attribute information of the data to be displayed and each data attribute information of the data attribute storage means (15) and outputting the attribute display signal;
6) The data processing method according to claim 1, characterized by comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61010926A JPS62169245A (en) | 1986-01-21 | 1986-01-21 | Data processing system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP61010926A JPS62169245A (en) | 1986-01-21 | 1986-01-21 | Data processing system |
Publications (1)
Publication Number | Publication Date |
---|---|
JPS62169245A true JPS62169245A (en) | 1987-07-25 |
Family
ID=11763840
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP61010926A Pending JPS62169245A (en) | 1986-01-21 | 1986-01-21 | Data processing system |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPS62169245A (en) |
-
1986
- 1986-01-21 JP JP61010926A patent/JPS62169245A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JPH07271403A (en) | Inactive system memory updating system | |
US7246257B2 (en) | Computer system and memory control method thereof | |
JPS62169245A (en) | Data processing system | |
JPH0316655B2 (en) | ||
JP2006260393A (en) | Cpu system | |
JPH04239355A (en) | Electronic disk device | |
JPH0528056A (en) | Memory device | |
JP2000187621A (en) | Scsi controller | |
JP3013517B2 (en) | Write buffer error address detection circuit | |
JP2609768B2 (en) | Error detection method for control information read data | |
JP3019336B2 (en) | Microprocessor development support equipment | |
JPS60225941A (en) | Microprogram control device | |
JPH04153754A (en) | Storage control system | |
JPH04257044A (en) | Bus parity error generating position detecting system | |
JPH02133843A (en) | Memory error detecting system | |
JPH0481953A (en) | Memory device | |
JPH05113935A (en) | Parity error processing system for shared memory | |
JPH08202634A (en) | Dma controller | |
JPH038040A (en) | 1-bit error information storage device | |
JPH05165658A (en) | Information processing system | |
JPH0452742A (en) | Abnormality detecting circuit for storage | |
JPS6325380B2 (en) | ||
JPH04195351A (en) | Memory system | |
JPS6213703B2 (en) | ||
JPH01211054A (en) | Memory control circuit |