JPS5860362A - Interruption signal generating system - Google Patents

Interruption signal generating system

Info

Publication number
JPS5860362A
JPS5860362A JP56159017A JP15901781A JPS5860362A JP S5860362 A JPS5860362 A JP S5860362A JP 56159017 A JP56159017 A JP 56159017A JP 15901781 A JP15901781 A JP 15901781A JP S5860362 A JPS5860362 A JP S5860362A
Authority
JP
Japan
Prior art keywords
parity
address
interruption signal
data
storage 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
Application number
JP56159017A
Other languages
Japanese (ja)
Inventor
Torayuki Okuhara
奥原 寅行
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP56159017A priority Critical patent/JPS5860362A/en
Publication of JPS5860362A publication Critical patent/JPS5860362A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/08Error detection or correction by redundancy in data representation, e.g. by using checking codes
    • G06F11/10Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's

Abstract

PURPOSE:To enable an interruption signal to be outputted at the access time of a prescribed address by providing a CPU with a parity inversion circuit and mismatching the parity code of a data in an address corresponding to a break point. CONSTITUTION:In respect of data to be stored in a storage device 1, a parity is added to the contents of a data register 5 in a parity generating circuit 4. Ordinally a break point setting processing part 7 outputs ''1'' to a parity inversion circuit 8 to add a normal parity. In case of break point setting, the processing part 7 accesses the device 1 at an address where an interruption signal is to be generated and reads out data from the device 1. When the processing part 7 outputs ''0'' to the cirlcuit 8 and the contents of the register 5 is written in the device 1, a value having an inverted parity code is stored in the device 1. If a CPU2 accesses to said address in the device 1, a parity error checking circuit 3 detects an error and outputs an interruption signal to an interruption processing part 6. Consequently the interruption signal is outputted at the break point.

Description

【発明の詳細な説明】 本発明は、情報処理装置における割込信号発生方式、特
に簡単な構成でブレイクポイントにて割込信号を発生し
得る方式に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to an interrupt signal generation method in an information processing device, and particularly to a method capable of generating an interrupt signal at a breakpoint with a simple configuration.

情報処理装置においては、テスト等の目的で。For information processing equipment, for purposes such as testing.

メモリの所定アドレスにアクヤスが生じた時点を検出す
る機能が付与されている。これは、所定アドレスで情報
処理装置を止め、所定アドレスのアクセス時点の各種レ
ジスタ情報を収集し解析したり、または回路状態を試験
したりするのに用いられる。
A function is provided to detect the point in time when an Akyas occurs at a predetermined address in the memory. This is used to stop the information processing device at a predetermined address, collect and analyze various register information at the time of access to the predetermined address, or test the circuit state.

従来、メモリの所定アドレスにアクセスがあったことを
検出する方式として、アドレスマツチ方式や、ソフトウ
ェア割込命令書き変え方式等がある。前者の方式は、所
定アドレスを格納しておくレジスタ、メモリをアクセス
するアドレス信号と該レジスタの内容と“を比較する比
較器等の余分なハード必要とし9価格が高いくなってし
まう。また、後者の方式は、所定アドレスの内容をソフ
トウェア割込命令に書き変えておき、実行されると割込
みが生じることで目的を達成するものであるが、プログ
ラムの実行が該アドレスに来ス、該命令が実行されない
と該ソフトウェア割込命令はそのままメモリに残ってし
まい、テスト等に関係ない時に該命令が実行されると逆
に異常割込みとなり、一種の障害原因となってしまう。
Conventionally, methods for detecting that a predetermined address of a memory has been accessed include an address match method, a software interrupt instruction rewriting method, and the like. The former method requires extra hardware such as a register to store a predetermined address and a comparator to compare the address signal for accessing the memory with the contents of the register, resulting in a high price. The latter method achieves its purpose by rewriting the contents of a predetermined address into a software interrupt instruction and generating an interrupt when it is executed. If it is not executed, the software interrupt instruction will remain in the memory as it is, and if the instruction is executed when it is not related to a test or the like, it will instead become an abnormal interrupt, causing a kind of failure.

本発明の目的は、上記欠点を無くすことであり。The aim of the invention is to eliminate the above-mentioned drawbacks.

この目的は、記憶装置より続出した情報1εつきパリテ
ィチェックを行ない、誤りがあった時割込み信号を発生
ずるパリティチェック部、及び、実行された時に割込信
号を発生すべき処理が格納されている記憶装置の格納領
域の内容に誤ったパリティ符号を付すパリティ変更処理
部とを備えることによっ゛ζ達成される。以下に図面を
用いて本発明の詳細な説明する。
The purpose of this is to perform a parity check with 1ε of information successively received from the storage device, and store a parity check section that generates an interrupt signal when an error occurs, and a process that should generate an interrupt signal when executed. This is accomplished by including a parity change processing unit that assigns an incorrect parity code to the contents of the storage area of the storage device. The present invention will be described in detail below using the drawings.

図は3本発明の実施例であり1図においてlは記憶装置
、2は中央処理装置、3はパリティチェック部であるパ
リティチェック回路、4はパリティ生成回路、5はデー
タレジスタ、6は割込処理部、7はパリティ変更処理部
であるブレイクポイント設定処理部、8はパリティ変更
を行うパリティ反転回路、9はデータバス、10は記憶
装置内のデータ格納場所の1つを示す。
The figure shows three embodiments of the present invention. In figure 1, l is a storage device, 2 is a central processing unit, 3 is a parity check circuit which is a parity check section, 4 is a parity generation circuit, 5 is a data register, and 6 is an interrupt A processing section, 7 is a breakpoint setting processing section which is a parity change processing section, 8 is a parity inversion circuit for changing parity, 9 is a data bus, and 10 is one of the data storage locations in the storage device.

次に勤務を説明する。記憶装置lに格納されるデータは
パリティ生成回路4にてパリティがデータレジスタ5の
内容に付与される。通常時、ブレイクポイント設定処理
部7は、パリティ反転回路3+、:対し、rlJを出力
しており9通常のパリティ力付与される。記憶装置1が
ら続出されたデータはパリティチェック回路3でチェ・
ツクが行われ。
Next, I will explain my work. A parity generation circuit 4 assigns parity to the data stored in the storage device 1 to the contents of the data register 5. Normally, the breakpoint setting processing section 7 outputs rlJ to the parity inverting circuits 3+, 9, and is given a normal parity power. The data successively output from the storage device 1 is checked by the parity check circuit 3.
Tsuku was done.

誤りが検出されると割込処理部6へ通知される。If an error is detected, the interrupt processing unit 6 is notified.

次に、ブレイクポイントの設定4を説明する。ブレイク
ポイント設定処理部7は、ブレイクポイント即ち割込信
号り発生すべきアドレスで記憶装置lをアクセスしデー
タを続出す。ブレイクポイント設定処理部7はパリティ
反転回路8に対し、今度は「0」を出力しており、デー
タレジスタ5の内容を記憶装置1に書込むと本来のパリ
ティ符号とは逆の値が格納されることとなる。
Next, breakpoint setting 4 will be explained. The breakpoint setting processing section 7 accesses the storage device 1 at an address at which a breakpoint, that is, an interrupt signal should be generated, and outputs data one after another. The breakpoint setting processing unit 7 now outputs "0" to the parity inversion circuit 8, and when the contents of the data register 5 are written to the storage device 1, a value opposite to the original parity code is stored. The Rukoto.

次に、中央処理装置2が記憶装置1を順次アクセスして
処理を進行して行き、当該アドレスにアクセスが行われ
ると、当該アドレスには誤ったパリティ符号が付与され
ているから、パリティチェック回路3は誤りを検出し1
割込み処理部6へ割込信号を発生する。従って、ブレイ
クポイントで割込信号が生ずる゛こととなる。
Next, the central processing unit 2 sequentially accesses the storage device 1 to proceed with the processing, and when the address is accessed, the parity check circuit detects that the address has been assigned an incorrect parity code. 3 detects an error and 1
Generates an interrupt signal to the interrupt processing section 6. Therefore, an interrupt signal will be generated at the breakpoint.

以上述べた如く1本発明にれぼ、単にパリティ反転回路
8を設け、ブレイクポイントに対応するアドレスのデー
タのパリティ符号を不整合とするだけで、所定アドレス
のアクセス時点で割込み信号を発生することが出来る。
As described above, one aspect of the present invention is to generate an interrupt signal at the time of accessing a predetermined address by simply providing the parity inverting circuit 8 and making the parity codes of data at the address corresponding to the breakpoint mismatched. I can do it.

【図面の簡単な説明】[Brief explanation of the drawing]

図は本発明の実施例である。 図において21は記憶装置、2は中央処理装置。 3はパリティチェック回路、4はパリティ生成回路、5
はデータレジスタ、6は割込処理部、7はブレイクポイ
ント設定処理部、8はパリティ反転回路、9はデータバ
ス、10は記憶装置内のデータ格納場所を示す。
The figure shows an embodiment of the invention. In the figure, 21 is a storage device, and 2 is a central processing unit. 3 is a parity check circuit, 4 is a parity generation circuit, 5
1 is a data register, 6 is an interrupt processing section, 7 is a breakpoint setting processing section, 8 is a parity inverting circuit, 9 is a data bus, and 10 is a data storage location in the storage device.

Claims (1)

【特許請求の範囲】[Claims] パリティ符号を付して情報の記憶を行う記憶装置から、
順次命令を続出すことにより処理を進める処理装置のブ
レイクポイントでの割込信号発生方式において、記憶装
置より続出した情報につきバリティチ纂ツクを行ない、
誤りがあった時割込信号を発生するパリティチェック部
、及び5実行された時に割込信号を発生すべき処理が格
納されている記憶装置の格納領域の内容に誤ったパリテ
ィ符号を付すパリティ変更処理部とを備えたことを特徴
とする割込信号発生方式。
From a storage device that stores information with a parity code,
In a system for generating interrupt signals at breakpoints in a processing device that advances processing by sequentially issuing commands, the information successively received from the storage device is checked on a parity basis.
A parity check unit that generates an interrupt signal when an error occurs, and a parity change that adds an incorrect parity code to the contents of the storage area of the storage device that stores the process that should generate an interrupt signal when executed. An interrupt signal generation method characterized by comprising a processing section.
JP56159017A 1981-10-06 1981-10-06 Interruption signal generating system Pending JPS5860362A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP56159017A JPS5860362A (en) 1981-10-06 1981-10-06 Interruption signal generating system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP56159017A JPS5860362A (en) 1981-10-06 1981-10-06 Interruption signal generating system

Publications (1)

Publication Number Publication Date
JPS5860362A true JPS5860362A (en) 1983-04-09

Family

ID=15684425

Family Applications (1)

Application Number Title Priority Date Filing Date
JP56159017A Pending JPS5860362A (en) 1981-10-06 1981-10-06 Interruption signal generating system

Country Status (1)

Country Link
JP (1) JPS5860362A (en)

Similar Documents

Publication Publication Date Title
US4535455A (en) Correction and monitoring of transient errors in a memory system
JPS5860362A (en) Interruption signal generating system
JPS6146864B2 (en)
JPS5911452A (en) Test system of parity check circuit
JPS60233743A (en) Fault detecting circuit of computer system
JPS61846A (en) Test method for normalness of memory contents
JPS60147849A (en) System for debugging microprogram
JPS59183443A (en) Debug device
JPS61210441A (en) Bug detecting method for program
JP2658342B2 (en) Data processing device
JPH01282658A (en) Common bus error detecting system
JPS62290951A (en) Memory check device
JPS61292756A (en) Program debug auxiliary circuit
JPS63201858A (en) Memory test system
JPS6073763A (en) Detecting system of memory address error
JPH02113648A (en) Error information storing device
JPH05289946A (en) Memory control system
JPS6236578B2 (en)
JPH0486932A (en) Memory fault detecting system
JPS62293582A (en) Memory device
JPH01166144A (en) Debugging system for firmware program
Namjoo Concurrent testing at the computer system level.
JPS60193059A (en) Checking system for program action
JPS60252971A (en) Memory access control system
JPS5699553A (en) Program runaway detection circuit of computer system