JPH11203174A - State supervisory information processor - Google Patents

State supervisory information processor

Info

Publication number
JPH11203174A
JPH11203174A JP10007411A JP741198A JPH11203174A JP H11203174 A JPH11203174 A JP H11203174A JP 10007411 A JP10007411 A JP 10007411A JP 741198 A JP741198 A JP 741198A JP H11203174 A JPH11203174 A JP H11203174A
Authority
JP
Japan
Prior art keywords
information
monitoring
area
storing
data
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
JP10007411A
Other languages
Japanese (ja)
Inventor
Yasuhiro Shimizu
靖浩 清水
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 JP10007411A priority Critical patent/JPH11203174A/en
Publication of JPH11203174A publication Critical patent/JPH11203174A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To surely and also accurately perform cause analysis after an abnormal operation during program execution by supervisory control in a device and to improve its maintainability. SOLUTION: This processor has a CPU 10, a memory 12, an I/O circuit 13, a ring buffer output I/F part 14, a ring buffer 15, a counter 17, a CPU bus supervising part 16, a map information storing part 18, a resetting circuit 19 and a data/control bus line 20. The processor stores an address in access to the memory or the I/O, data and information of a bus cycle in addition to an instruction fetch cycle. Also, it supervises write to an unwritable area and also supervises write to a dedicated read-out area in a write cycle to the memory. Further, it supervises read-out from an area other than a code area in the instruction fetch cycle, also supervises the access of read and write from/to non-definition areas of the memory 12 or the circuit 13 and starts write to the buffer 15 only one time by the control from the CPU 10 after a power supply or a system reset.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、中央演算処理装置
がマップ情報及びCPUバス監視制御を行って情報を処
理するマイクロプロセッサなどの状態監視情報処理装置
に関し、特に、静的なメモリマップを備えてプログラム
の実行の異常を監視する状態監視情報処理装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a state monitoring information processing apparatus such as a microprocessor in which a central processing unit performs map information and CPU bus monitoring control to process information, and more particularly to a state monitoring information processing apparatus having a static memory map. The present invention relates to a state monitoring information processing apparatus that monitors abnormalities in the execution of a program.

【0002】[0002]

【従来の技術】従来、中央演算処理装置(CPU)がマ
ップ情報及びCPUバス監視制御を行って情報を処理す
るマイクロプロセッサなどの状態監視情報処理装置とし
て、例えば、特開昭63ー21545号公報例などが知
られている。この従来例は、CPUのプログラムカウン
タから実行アドレス及びデータを抽出してリングバッフ
ァに記憶している。
2. Description of the Related Art Conventionally, as a state monitoring information processing apparatus such as a microprocessor in which a central processing unit (CPU) performs map information and CPU bus monitoring control to process information, for example, JP-A-63-21545. Examples are known. In this conventional example, an execution address and data are extracted from a program counter of a CPU and stored in a ring buffer.

【0003】図7は従来の状態監視情報処理装置の構成
を示すブロック図である。この例はCPU1のプログラ
ムカウンタ1aによって、次に実行するアドレスが生成
されると、カウンタ2をカウントアップする信号が出力
される。これによってリングバッファ3におけるアドレ
スが確定し、メモリ5からの命令フェッチタイミングで
アドレス及びデータのそれぞれをリングバッファ3に記
憶している。
FIG. 7 is a block diagram showing a configuration of a conventional state monitoring information processing apparatus. In this example, when an address to be executed next is generated by the program counter 1a of the CPU 1, a signal for counting up the counter 2 is output. Thus, the address in the ring buffer 3 is determined, and the address and the data are stored in the ring buffer 3 at the instruction fetch timing from the memory 5.

【0004】このリングバッファ3に記憶したデータを
読み出すためには、カウンタ2の出力を無効に設定し
て、CPU1からアドレスを指定するか、又は、カウン
タ2を順次カウンタアップしてアドレスを指定すると共
に、データバス6を通じてCPU1へ出力し、更に、入
出力(I/O)回路7を通じて外部装置に送出する。
In order to read the data stored in the ring buffer 3, the output of the counter 2 is invalidated and the address is specified from the CPU 1, or the address is specified by sequentially incrementing the counter 2 At the same time, the data is output to the CPU 1 through the data bus 6 and further transmitted to an external device through the input / output (I / O) circuit 7.

【0005】このような状態監視情報処理装置では、命
令フェッチサイクルにおけるアドレス情報のみを格納し
ているため、図示しないバスマスタが直接メモリアクセ
ス(DMA)転送を行う場合のデータが得られない。ま
た、コード領域への書き込みを監視していないため、コ
ード領域への不用意な書き込みによってプログラムが書
き変わってCPU1がデータ処理不能状態(暴走)にな
る場合があった。更に、メモリ書き込みサイクルで読み
出し専用領域への書き込み監視を行っていないため、読
み出し専用領域へ不用意に書き込みを行ってしまい、そ
のCPU1の異常動作を判断できなかった。
In such a state monitoring information processing apparatus, since only address information in an instruction fetch cycle is stored, data cannot be obtained when a bus master (not shown) performs direct memory access (DMA) transfer. Also, since writing to the code area is not monitored, the program may be rewritten due to careless writing to the code area, and the CPU 1 may become incapable of data processing (runaway). In addition, since monitoring of writing to the read-only area is not performed in the memory write cycle, writing to the read-only area is performed carelessly, and the abnormal operation of the CPU 1 cannot be determined.

【0006】また、メモリ4,I/O回路7の非定義領
域への読み出し及び書き込みを監視していないため、非
定義領域への不用意な書き込みによって、CPU1の暴
走が判別しない。更に、これらの動作不良に対する監視
情報の格納を停止する手段を有しておらず、CPU1の
暴走の監視情報が上書きされてしまい、その後における
原因追求が出来ない。
Further, since reading and writing to the non-defined area of the memory 4 and the I / O circuit 7 are not monitored, runaway of the CPU 1 is not determined by careless writing to the non-defined area. Further, there is no means for stopping the storage of the monitoring information for these malfunctions, so that the monitoring information of the runaway of the CPU 1 is overwritten, and the cause cannot be found thereafter.

【0007】[0007]

【発明が解決しようとする課題】このように上記従来例
では、図示しないバスマスタがDMA転送を行う場合の
データが得られず、コード領域への不用意な書き込みに
よってプログラムが書き変わってCPUが暴走すること
があった。更に、読み出し専用領域へ不用意に書き込み
を行ってしまい、そのCPUの異常動作を判断できず、
また、非定義領域への不用意な書き込みによって、CP
Uの暴走が判別しないという欠点があった。更に、CP
Uの暴走の監視情報が上書きされてしまい、以降での原
因追求が出来ないという欠点があった。
As described above, in the above conventional example, data cannot be obtained when a bus master (not shown) performs DMA transfer, and a program is rewritten due to careless writing in the code area, causing the CPU to run away. There was something to do. In addition, careless writing to the read-only area makes it impossible to determine the abnormal operation of the CPU.
Also, careless writing to the non-defined area causes the CP
There is a disadvantage that U's runaway cannot be determined. Furthermore, CP
There is a drawback that the monitoring information of U's runaway is overwritten, and the cause cannot be searched for later.

【0008】本発明は、このような従来の技術における
課題を解決するものであり、装置内の監視制御によって
プログラム実行中の異常動作後に、その原因解析が確実
かつ正確に可能になり、保守性が向上する状態監視情報
処理装置の提供を目的とする。
SUMMARY OF THE INVENTION The present invention solves the above-mentioned problems in the prior art. By monitoring and controlling the inside of the apparatus, the cause of the abnormal operation can be reliably and accurately analyzed after an abnormal operation during program execution. It is an object of the present invention to provide a state monitoring information processing apparatus in which the information is improved.

【0009】[0009]

【課題を解決するための手段】上記課題を達成するため
に、本発明の状態監視情報処理装置は、命令フェッチサ
イクルと共に、メモリ又はI/O回路へのアクセスにお
けるアドレス、データ及びバスサイクルの情報を格納
し、書き込み不可の領域への書き込みを監視し、メモリ
への書き込みサイクルで読み出し専用領域への書き込み
を監視し、命令フェッチサイクルにおいてコード領域以
外からの読み出しを監視し、メモリ、I/Oの非定義領
域への読み出し及び書き込みのアクセスを監視し、電源
投入後又はシステムリセット後に一度のみCPUからの
制御によってリングバッファへの書き込みを開始する制
御を行うマップ情報部及びCPUバス監視制御部を備え
る構成としてある。
In order to achieve the above object, a state monitoring information processing apparatus according to the present invention comprises an instruction fetch cycle and information on an address, data and a bus cycle in accessing a memory or an I / O circuit. Is monitored, a write to a non-writable area is monitored, a write to a read-only area is monitored in a write cycle to the memory, a read from an area other than the code area is monitored in an instruction fetch cycle, and memory, I / O A map information unit and a CPU bus monitoring control unit that monitor read and write access to the non-defined area of the CPU and control to start writing to the ring buffer under control of the CPU only once after power-on or system reset. It is provided as a configuration.

【0010】更に、本発明の状態監視情報処理装置は、
マップ情報格納部として、プログラム処理におけるマッ
プ情報を監視するための、コード領域の設定情報を格納
する設定情報格納手段と、指定領域への書き込み許可情
報を格納する書込許可情報格納手段と、データ領域の設
定情報を格納するデータ領域設定情報格納手段と、I/
O領域の設定情報を格納するI/O領域設定情報格納手
段とを備える構成としてある。CPUバス監視部とし
て、マップ情報格納部での設定情報に基づいてCPUバ
ス監視を行うための、指定領域が書き込み許可情報でな
い場合に異常を検出する異常検出手段と、非定義領域へ
の書き込み又は読み出しで異常を監視する異常監視手段
と、命令フェッチサイクルでコード領域以外からの読み
出し異常を検出する異常検出手段とを備える構成として
ある。
Further, the state monitoring information processing apparatus of the present invention
Setting information storing means for storing setting information of a code area for monitoring map information in a program process as a map information storing section; writing permission information storing means for storing writing permission information for a specified area; Data area setting information storage means for storing area setting information;
An I / O area setting information storage unit for storing O area setting information is provided. A CPU bus monitoring unit configured to perform CPU bus monitoring based on the setting information in the map information storage unit; an abnormality detection unit configured to detect an abnormality when the designated area is not the write permission information; An abnormality monitoring means for monitoring an abnormality in reading and an abnormality detecting means for detecting an abnormality in reading from outside the code area in an instruction fetch cycle are provided.

【0011】また、本発明の状態監視情報処理装置は、
CPUバス監視部での監視で検出した異常の要因情報と
バスラインの書き込み及び読み出しに同期して、アドレ
ス、データ及びバスサイクルの状態をリングバッファに
格納する格納手段と、電源投入又はシステムリセット後
に一度のみCPUの制御によってリングバッファへの書
き込みを開始する書込開始手段と、異常検出時にリング
バッファへの書き込みを禁止する書込禁止手段と、リン
グバッファの情報を外部へ送出する情報送出手段とを更
に備える構成としてある。
[0011] Further, the state monitoring information processing apparatus of the present invention comprises:
Storage means for storing address, data, and bus cycle status in a ring buffer in synchronization with the cause information of the abnormality detected by monitoring by the CPU bus monitoring unit and writing and reading of the bus line; and after power-on or system reset. Writing start means for starting writing to the ring buffer only once under the control of the CPU, write inhibiting means for inhibiting writing to the ring buffer when an abnormality is detected, and information sending means for sending ring buffer information to the outside. Is further provided.

【0012】更に、本発明の状態監視情報処理装置は、
CPUと、メモリと、アドレス、データ、バスサイクル
の状態及び検出した異常の要因情報を格納するリングバ
ッファと、入出力回路と、リングバッファ出力インタフ
ェース部と、リングバッファのアドレスを指定するカウ
ンタと、CPUバス監視部と、マップ情報格納部と、リ
セット回路とを備える構成としてある。また、CPUが
バスサイクル情報を示すバスサイクル情報を処理する構
成であり、リングバッファとして、不揮発性メモリ又は
FIFOメモリを用いる構成としてある。
Further, the state monitoring information processing apparatus of the present invention
A CPU, a memory, a ring buffer for storing address, data, state of bus cycle and cause information of detected abnormality, an input / output circuit, a ring buffer output interface unit, and a counter for specifying an address of the ring buffer; The configuration includes a CPU bus monitoring unit, a map information storage unit, and a reset circuit. Further, the configuration is such that the CPU processes bus cycle information indicating the bus cycle information, and the nonvolatile buffer or the FIFO memory is used as the ring buffer.

【0013】また、本発明の状態監視情報処理装置は、
CPUバス監視部が、データ/制御バスラインでの監視
の開始を示す情報を格納する監視開始情報、データ/制
御バスラインでの監視の停止を示す情報を格納する監視
停止情報、データ/制御バスラインでの監視の結果を示
す情報を格納する監視結果情報、データ/制御バスライ
ンでの書き込みの監視情報を格納する書込監視情報、コ
ード領域の読み出しの監視の情報を格納するコード領域
読出監視情報、非定義領域のアクセスの監視情報を格納
する非定義領域アクセス監視情報の処理を行う構成とし
てある。
Further, the state monitoring information processing apparatus of the present invention
A monitoring start information storing information indicating a start of monitoring on the data / control bus line, a monitoring stop information storing information indicating a stop of monitoring on the data / control bus line, a data / control bus; Monitoring result information that stores information indicating the result of monitoring on the line, write monitoring information that stores monitoring information for writing on the data / control bus line, and code area reading monitoring that stores monitoring information for reading the code area. It is configured to perform processing of non-defined area access monitoring information that stores information and monitoring information of access to the non-defined area.

【0014】更に、本発明の状態監視情報処理装置は、
マップ情報格納部が、指定領域のアドレスを記憶したア
ドレス上限情報及びアドレス下限情報、指定領域が書き
込み可能か否かの情報を格納する書込許可情報、コード
領域の設定情報であり指定領域が書き込み可能か否かの
情報を格納するコード情報、データ領域の設定情報は、
指定領域がデータを格納するか否かの情報を記憶するデ
ータ情報、I/O領域の設定情報であり指定領域がI/
O領域であるか否かの情報を格納するI/O情報の処理
を行う構成としてある。
Further, the status monitoring information processing apparatus of the present invention
The map information storage unit includes address upper limit information and address lower limit information storing the address of the designated area, write permission information for storing information as to whether the designated area is writable, and setting information of the code area, and the designated area is written. Code information for storing information on whether or not possible, setting information of the data area,
Data information for storing information as to whether or not the designated area stores data, setting information of the I / O area, and the designated area is
The configuration is such that processing of I / O information for storing information as to whether or not the area is an O area is performed.

【0015】このような構成の本発明の状態監視情報処
理装置は、命令フェッチサイクル以外にメモリ/I/O
回路へのアクセスにおけるアドレス、データ、バスサイ
クルの情報を格納しているので、バスマスタがDMA転
送を行う場合のデータが得られる。また、書き込み不可
の領域への書き込みを監視しているので、コード領域へ
の不用意な書き込みによってプログラムが書き変わった
際のCPUの暴走を阻止できるようになる。
The state monitoring information processing apparatus of the present invention having the above-described configuration can store the memory / I / O in addition to the instruction fetch cycle.
Since the information of the address, data, and bus cycle in the access to the circuit is stored, data when the bus master performs the DMA transfer can be obtained. Further, since the writing to the non-writable area is monitored, the runaway of the CPU when the program is rewritten due to the careless writing to the code area can be prevented.

【0016】更に、本発明の状態監視情報処理装置は、
メモリへの書き込みサイクルで読み出し専用領域への書
き込みを監視しているので、読み出し専用領域への不用
意に書き込みによるCPUの異常動作を判断できるよう
になる。また、命令フェッチサイクルにおいてコード領
域以外からの読み出しを監視するようにしたので、コー
ド領域以外からの不用意な読み出しでのCPUの異常動
作を判別できるようになる。
Further, the status monitoring information processing apparatus of the present invention
Since the writing to the read-only area is monitored in the write cycle to the memory, an abnormal operation of the CPU due to the careless writing to the read-only area can be determined. In addition, since reading from outside the code area is monitored in the instruction fetch cycle, abnormal operation of the CPU due to careless reading from outside the code area can be determined.

【0017】また、本発明の状態監視情報処理装置は、
メモリ又はI/O回路の非定義領域への読み出し及び書
き込みのアクセスを監視するようにしたので、メモリ又
はI/O回路の非定義領域への不用意な書き込みによる
CPUの異常動作を判別できるようになる。更に、電源
投入後又はシステムリセット後に一度のみCPUからの
制御によってリングバッファへの書き込みを開始してい
るので、CPUの異常動作時に監視情報が上書きされ
ず、その後における原因解析が容易に出来るようにな
る。
Further, the state monitoring information processing apparatus of the present invention
Since the reading and writing accesses to the non-defined area of the memory or the I / O circuit are monitored, the abnormal operation of the CPU due to the careless writing to the non-defined area of the memory or the I / O circuit can be determined. become. Furthermore, since writing to the ring buffer is started only once after power-on or system reset under the control of the CPU, the monitoring information is not overwritten during abnormal operation of the CPU, and the cause analysis can be easily performed thereafter. Become.

【0018】更に、本発明の状態監視情報処理装置は、
リングバッファを不揮発性メモリに置き換えることによ
って、その記憶情報を外部装置で読み出すことが可能に
なり、検出した異常の要因情報が後日に利用きるように
なり、保守性が向上する。また、リングバッファに代え
てFIFOメモリを用いることによって、カウンタが不
要になり、かつ、リングバッファ出力インタフェース部
の構成を簡素化できるようになる。
Further, the state monitoring information processing apparatus of the present invention
By replacing the ring buffer with a non-volatile memory, the stored information can be read by an external device, and the cause information of the detected abnormality can be used at a later date, thereby improving maintainability. Further, by using a FIFO memory instead of the ring buffer, a counter becomes unnecessary and the configuration of the ring buffer output interface can be simplified.

【0019】[0019]

【発明の実施の形態】次に、本発明の状態監視情報処理
装置の実施の形態を図面を参照して詳細に説明する。図
1は本発明の状態監視情報処理装置の実施形態における
構成を示すブロック図である。この状態監視情報処理装
置は、ここでのデータ処理の制御を実行するCPU10
と、データを記憶するメモリ12と、外部装置との情報
の入出力を行う入出力(I/O)回路13と、検出した
異常の要因(情報)を格納したリングバッファ15の情
報を外部に送出するリングバッファ出力インタフェース
(I/F)部14とを有している。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, an embodiment of a state monitoring information processing apparatus according to the present invention will be described in detail with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a state monitoring information processing apparatus according to an embodiment of the present invention. This state monitoring information processing apparatus is provided with a CPU 10 for controlling the data processing here.
And a memory 12 for storing data, an input / output (I / O) circuit 13 for inputting and outputting information to and from an external device, and information of a ring buffer 15 storing factors (information) of detected abnormalities to the outside. And a ring buffer output interface (I / F) unit 14 for transmitting.

【0020】また、この状態監視情報処理装置は、アド
レス、データ、バスサイクルの状態及び検出した異常の
要因情報を格納するリングバッファ15と、このリング
バッファ15のアドレスを指定するカウンタ17と、C
PU10の動作のデータ/制御バスライン20における
監視を行うCPUバス監視部16と、プログラム処理に
おけるマップ情報を格納するマップ情報格納部18と、
電源投入時又はシステムリセット時のリセット処理を行
うするリセット回路19と、これらの各部を接続するデ
ータ/制御データ/制御バスライン20を有している。
The state monitoring information processing apparatus includes a ring buffer 15 for storing an address, data, a state of a bus cycle and cause information of a detected abnormality, a counter 17 for specifying an address of the ring buffer 15,
A CPU bus monitoring unit 16 for monitoring the operation of the PU 10 on the data / control bus line 20, a map information storage unit 18 for storing map information in the program processing,
It has a reset circuit 19 for performing a reset process at the time of power-on or system reset, and a data / control data / control bus line 20 for connecting these components.

【0021】CPU10は、データ/制御バスライン2
0でのバスサイクル情報を示すバスサイクル情報111
を処理する。
The CPU 10 has a data / control bus line 2
Bus cycle information 111 indicating bus cycle information at 0
Process.

【0022】図2はCPUバス監視部16での処理内容
を示すブロック図である。この例では、データ/制御バ
スライン20での監視の開始を示す情報を格納する監視
開始情報161と、データ/制御バスライン20での監
視の停止を示す情報を格納する監視停止情報162と、
データ/制御バスライン20での監視の結果を示す情報
を格納する監視結果情報163を処理し、更に、データ
/制御バスライン20での書き込みの監視情報を格納す
る書込監視情報164と、コード領域の読み出しの監視
の情報を格納するコード領域読出監視情報165と、非
定義領域のアクセスの監視情報を格納する非定義領域ア
クセス監視情報166をそれぞれ処理している。
FIG. 2 is a block diagram showing the processing contents of the CPU bus monitoring unit 16. In this example, monitoring start information 161 storing information indicating the start of monitoring on the data / control bus line 20, monitoring stop information 162 storing information indicating stopping of monitoring on the data / control bus line 20,
Processes monitoring result information 163 that stores information indicating the result of monitoring on the data / control bus line 20, further writes write monitoring information 164 that stores monitoring information for writing on the data / control bus line 20, and code It processes code area read monitoring information 165 that stores information on monitoring of area reading, and non-defined area access monitoring information 166 that stores monitoring information on access of non-defined areas.

【0023】図3はマップ情報格納部18の処理内容を
示すブロック図である。この例では指定領域のアドレス
を記憶したアドレス上限情報181及びアドレス下限情
報182と、指定領域が書き込み可能か否かの情報を格
納する書込許可情報183と、コード領域の設定情報で
あり指定領域が書き込み可能か否かの情報を格納するコ
ード情報184をそれぞれ処理する。更に、データ領域
の設定情報は、指定領域がデータを格納するか否かの情
報を記憶するデータ情報185と、I/O領域の設定情
報であり指定領域がI/O領域であるか否かの情報を格
納するI/O情報186をそれぞれ処理している。
FIG. 3 is a block diagram showing the processing contents of the map information storage unit 18. In this example, address upper limit information 181 and address lower limit information 182 storing the address of the designated area, write permission information 183 storing information as to whether the designated area is writable, and setting information of the code area, Respectively process the code information 184 that stores information as to whether or not it is writable. Further, the setting information of the data area includes data information 185 storing information as to whether or not the designated area stores data, and setting information of the I / O area, and whether or not the designated area is an I / O area. , Respectively.

【0024】次に、この実施形態の動作について説明す
る。図1において、CPUバス監視部16は、CPU1
0でのバスサイクル情報111を参照してデータ/制御
バスライン20での書き込み、読み出しに同期して、カ
ウンタ17のカウント値を更新する。カウンタ17は、
リングバッファ15へのアドレスを指定する。リングバ
ッファ15がアドレス、データ、バスサイクル情報11
1及びCPUバス監視部16での監視結果情報163を
格納する。また、CPUバス監視部16は、電源投入後
又はシステムリセット時にリセット回路19がリセット
を実行する。この後に、一度のみCPU10の制御でリ
ングバッファ15への書き込みを開始し、異常検出によ
ってリングバッファ15への書き込みを禁止する。
Next, the operation of this embodiment will be described. In FIG. 1, the CPU bus monitoring unit 16
The count value of the counter 17 is updated in synchronization with writing and reading on the data / control bus line 20 with reference to the bus cycle information 111 at 0. The counter 17
The address to the ring buffer 15 is specified. The ring buffer 15 stores address, data, and bus cycle information 11.
1 and the monitoring result information 163 in the CPU bus monitoring unit 16 are stored. The reset circuit 19 of the CPU bus monitoring unit 16 performs resetting after power-on or system reset. Thereafter, writing to the ring buffer 15 is started only once under the control of the CPU 10, and writing to the ring buffer 15 is prohibited by detecting an abnormality.

【0025】図1乃至図3において、CPUバス監視部
16は、設定されたマップ情報中の領域のアドレス上限
情報181、アドレス下限情報182、書込許可情報1
83、アドレスバス、データバス、バスサイクル情報1
11を参照して、指定領域が書き込み許可情報でない場
合、かつ、書き込んだ際に異常を検出する。また、これ
らの動作で設定したマップ情報中のアドレス上限情報1
81、アドレス下限情報182、アドレスバス、バスサ
イクル情報111の状態を参照して、定義されていない
領域への書き込み、又は、読み出しで異常を検出する。
また、CPUバス監視部16は、前記で設定したマップ
情報中のアドレス上限情報181、アドレス下限情報1
82、アドレスバス、バスサイクル情報111の状態を
参照して命令フェッチサイクルでコーデック領域以外か
らの読み出しによって異常を検出する。
In FIGS. 1 to 3, the CPU bus monitor 16 includes an address upper limit information 181, an address lower limit information 182, and a write permission information 1 of an area in the set map information.
83, address bus, data bus, bus cycle information 1
Referring to FIG. 11, if the designated area is not the write permission information and an error is detected when writing is performed. Also, the address upper limit information 1 in the map information set by these operations
81, the address lower limit information 182, the address bus, and the state of the bus cycle information 111 are referred to, and an abnormality is detected by writing to or reading from an undefined area.
Further, the CPU bus monitoring unit 16 stores the address upper limit information 181 and the address lower limit information 1 in the map information set as described above.
82, the state of the address bus and the bus cycle information 111 is referred to, and an abnormality is detected by reading from outside the codec area in the instruction fetch cycle.

【0026】以下、この動作を詳細に説明する。図4
は、CPU10でのプログラムの起動時の初期化動作の
処理手順を示すフローチャートである。図1及び図4に
おいて、CPU10はプログラムの起動時に初期化動作
として、図4示すようにマップ情報格納部18に、領域
のアドレス上限情報181、アドレス下限情報182、
コード領域のコード情報184、指定領域への書込許可
情報183、データ領域のデータ情報185及びI/O
領域のI/O情報186を設定する。次に、監視開始情
報161に対してCPU10から開始トリガを送出する
(ステップS1)。
Hereinafter, this operation will be described in detail. FIG.
9 is a flowchart showing a processing procedure of an initialization operation at the time of starting a program in the CPU 10. 1 and 4, the CPU 10 performs an initialization operation at the time of starting the program, as shown in FIG. 4, in the map information storage unit 18, the address upper limit information 181, the address lower limit information 182,
Code information 184 of the code area, write permission information 183 for the specified area, data information 185 of the data area, and I / O
The area I / O information 186 is set. Next, a start trigger is sent from the CPU 10 to the monitoring start information 161 (step S1).

【0027】命令フェッチサイクルでは、CPUバス監
視部16がマップ情報格納部18中の領域のアドレス上
限情報181、アドレス下限情報182、アドレスバス
及びコード領域のコード情報184を参照して、コード
領域からの読み出しか否かをチェックし、この結果を監
視結果情報163に格納する。メモリライトサイクルで
は、CPUバス監視部16がマップ情報格納部18中の
領域のアドレス上限情報181、アドレス下限情報18
2、アドレスバス及び書込許可情報183を参照して、
書き込み可能な領域か否かをチェックし、この結果を監
視結果情報163に格納する(ステップS1)。
In the instruction fetch cycle, the CPU bus monitoring unit 16 refers to the address upper limit information 181 and the address lower limit information 182 of the area in the map information storage unit 18 and the code information 184 of the address bus and the code area, and reads out the code area. Is checked, and the result is stored in the monitoring result information 163. In the memory write cycle, the CPU bus monitoring unit 16 stores the address upper limit information 181 and the address lower limit information 18 of the area in the map information storage unit 18.
2. Referring to the address bus and the write permission information 183,
It is checked whether the area is a writable area, and the result is stored in the monitoring result information 163 (step S1).

【0028】図5は監視結果情報163の一例を示す図
である。この例では、カウンタ17のカウント値「1,
2,3,4」にそれぞれ対応するアドレス「1234,
8FFF,1236,9000」、データ「1234,
55FF,1234,55FF」、バスサイクル「命令
フェッチ、メモリ読み出し、命令フェッチ、メモリ読み
出し」、監視結果「なし、なし、なし、非定義領域読み
出し」の監視結果情報が格納されている。
FIG. 5 is a diagram showing an example of the monitoring result information 163. In this example, the count value of the counter 17 is “1,
Addresses “1234,” respectively corresponding to “2, 3, 4”
8FFF, 1236, 9000 ”and data“ 1234,
55FF, 1234, 55FF ", bus cycle" instruction fetch, memory read, instruction fetch, memory read ", and monitoring result" none, none, none, undefined area read "are stored.

【0029】図6は、書き込み許可でない領域に書き込
むの処理手順を示すフローチャートである。図1乃至図
6において、書き込み許可でない領域に書き込む必要が
ある場合、当該領域の書込許可情報183を一度、オフ
に設定する。すなわち、許可状態に変更した上で任意の
データを書き込む。そして、最終的に当該領域の書込許
可情報183を再度オンにして不可状態に戻す。なお、
非定義領域への書き込みも異常であると判定する(ステ
ップS10,S11,S12)。
FIG. 6 is a flowchart showing a processing procedure for writing in an area where writing is not permitted. In FIG. 1 to FIG. 6, when it is necessary to write in an area where writing is not permitted, the writing permission information 183 of the area is set to off once. That is, arbitrary data is written after changing to the permission state. Then, finally, the write permission information 183 of the area is turned on again to return to the unusable state. In addition,
It is determined that the writing to the non-defined area is also abnormal (steps S10, S11, S12).

【0030】メモリリードサイクルでは、CPUバス監
視部16がマップ情報格納部18中の領域のアドレス上
限情報181、アドレス下限情報182及びアドレスバ
スを参照して、定義されている領域への読み出しが可能
な領域か否かをチェックし、この結果を図5に示す監視
結果情報163として格納する。I/Oライトサイクル
では、CPUバス監視部16がマップ情報格納部18中
の領域のアドレス上限情報181、アドレス下限情報1
82、アドレスバス及び書込許可情報183を参照し
て、書き込み可能な領域か否かをチェックする。このチ
ェック結果を図5に示す監視結果情報163として格納
する。
In the memory read cycle, the CPU bus monitoring unit 16 can read the defined area by referring to the address upper limit information 181, the address lower limit information 182, and the address bus of the area in the map information storage unit 18. It is checked whether the area is an appropriate area, and the result is stored as monitoring result information 163 shown in FIG. In the I / O write cycle, the CPU bus monitoring unit 16 sets the address upper limit information 181 and the address lower limit information 1 of the area in the map information storage unit 18.
82, it is checked whether or not the area is a writable area with reference to the address bus and the write permission information 183. This check result is stored as monitoring result information 163 shown in FIG.

【0031】ここで書き込み許可でない領域に書き込む
必要がある場合、図6に示すように該当領域の書込許可
情報183を一度、オフにする。すなわち、許可状態に
変更した上で任意のデータを書き込む。そして、最終的
に該当領域の書込許可情報183を再度オンに設定して
不可状態に戻す。なお、非定義領域への書き込みも異常
とみなす。I/Oリードサイクルでは、CPUバス監視
部16がマップ情報格納部18中の領域のアドレス上限
情報181、アドレス下限情報182及びアドレスバス
を参照して、定義されている領域への読み出しが可能な
領域か否かをチェックする。このチェック結果を図5に
示す監視結果情報163として格納する。
Here, when it is necessary to write in an area where writing is not permitted, the writing permission information 183 of the corresponding area is turned off once as shown in FIG. That is, arbitrary data is written after changing to the permission state. Then, finally, the write permission information 183 of the corresponding area is set to ON again to return to the disabled state. Note that writing to a non-defined area is also regarded as abnormal. In the I / O read cycle, the CPU bus monitoring unit 16 can read the defined area by referring to the address upper limit information 181, the address lower limit information 182, and the address bus of the area in the map information storage unit 18. Check whether it is an area. This check result is stored as monitoring result information 163 shown in FIG.

【0032】リングバッファ15はカウンタ17に接続
され、このカウンタ17で生成されるカウント値をアド
レスとして取り込む。このカウント値がCPUバス監視
部16で生成されるタイミングで順次増加し、又は、順
次低減(逓減)し、カウント値が一定値になると、初期
値にリセットする。このCPUバス監視部16で生成す
るタイミングは、データ/制御バスライン20を通じた
メモリ12にデータが書き込まれ、又は、I/O回路1
3を通じた読み出しが行われる直後の時点である。
The ring buffer 15 is connected to a counter 17 and takes in the count value generated by the counter 17 as an address. The count value is sequentially increased or reduced (gradually reduced) at the timing generated by the CPU bus monitoring unit 16, and is reset to an initial value when the count value becomes a constant value. The timing generated by the CPU bus monitoring unit 16 is determined by writing data to the memory 12 via the data / control bus line 20 or setting the I / O circuit 1
This is a time immediately after the reading through No. 3 is performed.

【0033】リングバッファ15はデータ/制御バスラ
イン20でCPU10と接続され、ここでのバスサイク
ル情報111と、CPUバス監視部16における監視結
果情報163とが処理されて、それぞれの状態を格納す
る。CPUバス監視部16の書込監視情報164、コー
ド領域読出監視情報165又は非定義領域アクセス監視
情報166の処理のいずれかで異常を検出すると監視停
止情報162の処理によって、リングバッファ15への
書き込みを停止する。
The ring buffer 15 is connected to the CPU 10 via a data / control bus line 20. The bus cycle information 111 and the monitoring result information 163 in the CPU bus monitor 16 are processed and the respective states are stored. . When an abnormality is detected in any of the processing of the write monitoring information 164 of the CPU bus monitoring unit 16, the code area read monitoring information 165, or the undefined area access monitoring information 166, the writing to the ring buffer 15 is performed by the processing of the monitoring stop information 162. To stop.

【0034】リングバッファ出力I/F部14は、バス
マスタとなってCPUバス監視部16を通じてカウンタ
17でのカウント値を変化させて、リングバッファ15
で格納している全てのデータ、特に、検出した異常の要
因情報を図示しない外部装置に送出する。
The ring buffer output I / F unit 14 serves as a bus master and changes the count value of the counter 17 through the CPU bus monitoring unit 16 to change the ring buffer 15.
And sends out all the data stored therein, in particular, the cause information of the detected abnormality to an external device (not shown).

【0035】なお、この実施形態では、リングバッファ
出力I/F部14が、パラレルデータ又はシリアルデー
タによってリングバッファ15に格納している異常情報
を外部装置に送出するが、リングバッファ15を不揮発
性メモリに置き換えることによって、その記憶情報を外
部装置で読み出すことも可能である。この場合、特に、
検出した異常の要因情報を後日利用できるようになり、
その保守性が向上する。
In this embodiment, the ring buffer output I / F unit 14 sends out the abnormality information stored in the ring buffer 15 to the external device by parallel data or serial data. By replacing it with a memory, the stored information can be read by an external device. In this case, in particular,
Information on the cause of the detected anomaly will be available at a later date,
Its maintainability is improved.

【0036】また、この実施形態ではCPUバス監視部
16及びカウンタ17の動作で異常の要因情報を格納
し、リングバッファ出力I/F部14で読み出すリング
バッファ15を用いているがFIFOメモリに置き換え
ても良い。この場合、カウンタ17が不要になり、か
つ、リングバッファ出力I/F部14の構成を簡素化で
きる。更に、この実施形態ではI/O回路に対するマッ
プ処理を行っているが、メモリ12に対するマップ処理
にもそのまま適用できる。
In this embodiment, the ring buffer 15 which stores the cause information of the abnormality by the operation of the CPU bus monitoring unit 16 and the counter 17 and reads it out by the ring buffer output I / F unit 14 is used. May be. In this case, the counter 17 becomes unnecessary, and the configuration of the ring buffer output I / F unit 14 can be simplified. Further, although the map processing for the I / O circuit is performed in this embodiment, the map processing for the memory 12 can be applied as it is.

【0037】[0037]

【発明の効果】以上の説明から明らかなように、本発明
の状態監視情報処理装置によれば、命令フェッチサイク
ル以外にメモリ/I/O回路へのアクセスにおけるアド
レス、データ、バスサイクルの情報を格納し、また、書
き込み不可の領域への書き込みを監視しているため、バ
スマスタがDMA転送を行う場合のデータを得ることが
出来ると共に、コード領域への不用意な書き込みによっ
てプログラムが書き変わった際のCPUの暴走を阻止で
きるようになる。
As is apparent from the above description, according to the state monitoring information processing apparatus of the present invention, the information of the address, data and bus cycle in accessing the memory / I / O circuit besides the instruction fetch cycle is stored. Since the data is stored and monitored for writing to a non-writable area, data can be obtained when the bus master performs a DMA transfer. CPU runaway can be prevented.

【0038】更に、本発明の状態監視情報処理装置によ
れば、メモリへの書き込みサイクルで読み出し専用領域
への書き込みを監視し、また、命令フェッチサイクルに
おいてコード領域以外からの読み出しを監視しているた
め、読み出し専用領域への不用意な書き込みによるCP
Uの異常動作を判断できるようになり、かつ、コード領
域以外からの不用意な読み出しでのCPUの異常動作を
判別できるようになる。
Further, according to the state monitoring information processing apparatus of the present invention, the writing to the read-only area is monitored in the writing cycle to the memory, and the reading from the area other than the code area is monitored in the instruction fetch cycle. For this reason, the CP caused by careless writing to the read-only area
The abnormal operation of the U can be determined, and the abnormal operation of the CPU due to careless reading from outside the code area can be determined.

【0039】また、本発明の状態監視情報処理装置によ
れば、メモリ又はI/O回路の非定義領域への読み出し
及び書き込みのアクセスを監視し、また、電源投入後又
はシステムリセット後に一度のみCPUからの制御によ
ってリングバッファへの書き込みを開始しているため、
メモリ又はI/O回路の非定義領域への不用意な書き込
みによるCPUの異常動作を判別できると共に、CPU
の異常動作時に監視情報が上書きされず、その後におけ
る原因解析が容易に出来るようになる。
According to the status monitoring information processing apparatus of the present invention, the read and write accesses to the undefined area of the memory or the I / O circuit are monitored, and the CPU is provided only once after the power is turned on or after the system is reset. Since writing to the ring buffer has been started under the control of
An abnormal operation of the CPU due to careless writing to a non-defined area of the memory or the I / O circuit can be determined, and
The monitoring information is not overwritten at the time of the abnormal operation, and the cause analysis can be easily performed thereafter.

【0040】更に、本発明の状態監視情報処理装置によ
れば、リングバッファを不揮発性メモリに置き換えるこ
とによって、その記憶情報を外部装置で読み出すことが
可能になり、検出した異常の要因情報が後日利用できる
ようになり、保守性が向上する。また、リングバッファ
に代えてFIFOメモリを用いることによって、カウン
タが不要になり、かつ、リングバッファ出力インタフェ
ース部の構成を簡素化できるようになる。
Further, according to the status monitoring information processing apparatus of the present invention, by replacing the ring buffer with a non-volatile memory, the stored information can be read by an external device, and the detected cause information of the abnormality can be obtained at a later date. It can be used, and maintainability is improved. Further, by using a FIFO memory instead of the ring buffer, a counter becomes unnecessary and the configuration of the ring buffer output interface can be simplified.

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

【図1】本発明の状態監視情報処理装置の実施形態にお
ける構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a state monitoring information processing apparatus according to an embodiment of the present invention.

【図2】図1に示すCPUバス監視部の処理内容を示す
ブロック図である。
FIG. 2 is a block diagram showing processing contents of a CPU bus monitoring unit shown in FIG. 1;

【図3】図1に示すマップ情報格納部の処理内容を示す
ブロック図である。
FIG. 3 is a block diagram showing processing contents of a map information storage unit shown in FIG. 1;

【図4】実施形態にあって起動時の初期化動作における
処理手順を示すフローチャートである。
FIG. 4 is a flowchart showing a processing procedure in an initialization operation at the time of startup in the embodiment.

【図5】実施形態にあって監視結果の一例を示す図であ
る。
FIG. 5 is a diagram illustrating an example of a monitoring result in the embodiment.

【図6】実施形態にあって書込禁止領域への書き込みの
処理手順を示すフローチャートである。
FIG. 6 is a flowchart showing a processing procedure for writing to a write-protected area in the embodiment.

【図7】従来の状態監視情報処理装置の構成を示すブロ
ック図である。
FIG. 7 is a block diagram illustrating a configuration of a conventional state monitoring information processing apparatus.

【符号の説明】[Explanation of symbols]

10 CPU 12 メモリ 13 入出力(I/O)回路 14 リングバッファ出力I/F部 15 リングバッファ 16 CPUバス監視部 17 カウンタ 18 マップ情報格納部 19 リセット回路 20 データ/制御バスライン Reference Signs List 10 CPU 12 Memory 13 Input / output (I / O) circuit 14 Ring buffer output I / F unit 15 Ring buffer 16 CPU bus monitoring unit 17 Counter 18 Map information storage unit 19 Reset circuit 20 Data / control bus line

Claims (9)

【特許請求の範囲】[Claims] 【請求項1】 中央演算処理装置がマップ情報及びCP
Uバス監視制御を行って情報を処理する状態監視情報処
理装置にあって、 命令フェッチサイクルと共に、メモリ又はI/O回路へ
のアクセスにおけるアドレス、データ及びバスサイクル
の情報を格納し、書き込み不可の領域への書き込みを監
視し、メモリへの書き込みサイクルで読み出し専用領域
への書き込みを監視し、命令フェッチサイクルにおいて
コード領域以外からの読み出しを監視し、メモリ、I/
Oの非定義領域への読み出し及び書き込みのアクセスを
監視し、電源投入後又はシステムリセット後に一度のみ
CPUからの制御によってリングバッファへの書き込み
を開始する制御を行うマップ情報部及びCPUバス監視
制御部を備えることを特徴とする状態監視情報処理装
置。
1. A central processing unit comprising: map information;
In a state monitoring information processing apparatus that processes information by performing U bus monitoring control, information on an address, data, and a bus cycle in accessing a memory or an I / O circuit is stored together with an instruction fetch cycle. Monitor writing to the area, monitor writing to the read-only area in a write cycle to the memory, monitor reading from outside the code area in the instruction fetch cycle,
A map information unit and a CPU bus monitoring control unit that monitor read and write access to the undefined area of O, and control to start writing to the ring buffer under control of the CPU only once after power-on or system reset. A condition monitoring information processing apparatus comprising:
【請求項2】 前記マップ情報格納部として、プログラ
ム処理におけるマップ情報を監視するための、 コード領域の設定情報を格納する設定情報格納手段と、 指定領域への書き込み許可情報を格納する書込許可情報
格納手段と、 データ領域の設定情報を格納するデータ領域設定情報格
納手段と、 I/O領域の設定情報を格納するI/O領域設定情報格
納手段と、 を備えることを特徴とする請求項1記載の状態監視情報
処理装置。
2. A setting information storing means for storing setting information of a code area for monitoring map information in a program process as the map information storing section, and a write permission for storing write permission information for a specified area. An information storage means, a data area setting information storage means for storing data area setting information, and an I / O area setting information storage means for storing I / O area setting information. 2. The state monitoring information processing apparatus according to 1.
【請求項3】 前記CPUバス監視部として、マップ情
報格納部での設定情報に基づいてCPUバス監視を行う
ための、 指定領域が書き込み許可情報でない場合に異常を検出す
る異常検出手段と、 非定義領域への書き込み又は読み出しで異常を監視する
異常監視手段と、 命令フェッチサイクルでコード領域以外からの読み出し
異常を検出する異常検出手段と、 を備えることを特徴とする請求項1記載の状態監視情報
処理装置。
3. An abnormality detecting means for monitoring the CPU bus based on the setting information in the map information storage unit and detecting an abnormality when the designated area is not the write permission information. 2. The state monitor according to claim 1, further comprising: abnormality monitoring means for monitoring an abnormality in writing or reading to the definition area; and abnormality detection means for detecting an abnormality in reading from outside the code area in an instruction fetch cycle. Information processing device.
【請求項4】 前記CPUバス監視部での監視で検出し
た異常の要因情報とバスラインの書き込み及び読み出し
に同期して、アドレス、データ及びバスサイクルの状態
をリングバッファに格納する格納手段と、 電源投入又はシステムリセット後に一度のみCPUの制
御によって前記リングバッファへの書き込みを開始する
書込開始手段と、 異常検出時に前記リングバッファへの書き込みを禁止す
る書込禁止手段と、 前記リングバッファの情報を外部へ送出する情報送出手
段と、 を更に備えることを特徴とする請求項1記載の状態監視
情報処理装置。
4. A storage means for storing address, data, and bus cycle states in a ring buffer in synchronization with information on a cause of an abnormality detected by monitoring by the CPU bus monitoring unit and writing and reading of a bus line. Writing start means for starting writing to the ring buffer under the control of the CPU only once after power-on or system reset; write inhibiting means for inhibiting writing to the ring buffer when an abnormality is detected; information on the ring buffer 2. The state monitoring information processing apparatus according to claim 1, further comprising: an information sending unit that sends the information to the outside.
【請求項5】 データ処理の制御を実行するCPUと、 データを記憶するメモリと、 アドレス、データ、バスサイクルの状態及び検出した異
常の要因情報を格納するリングバッファと、 外部装置との間での情報の入出力処理を行う入出力回路
と、 前記リングバッファで格納している異常の要因情報を外
部に送出するリングバッファ出力インタフェース部と、 前記リングバッファのアドレスを指定するカウンタと、 前記CPUの動作におけるバス監視を行うCPUバス監
視部と、 前記CPUにおけるプログラム実行でのマップ情報を格
納するマップ情報格納部と、 電源投入時又はシステムリセット時のリセットを処理す
るリセット回路と、 を備えることを特徴とする状態監視情報処理装置。
5. A CPU for executing control of data processing, a memory for storing data, a ring buffer for storing address, data, a state of a bus cycle and cause information of a detected abnormality, and an external device. An input / output circuit for performing input / output processing of the information of the above, a ring buffer output interface unit for sending out the cause information of the abnormality stored in the ring buffer to the outside, a counter for specifying an address of the ring buffer, and the CPU A CPU bus monitoring unit that performs bus monitoring in the operation of (1), a map information storage unit that stores map information in executing a program in the CPU, and a reset circuit that processes a reset at power-on or system reset. A condition monitoring information processing apparatus characterized by the following.
【請求項6】 前記CPUが、 バスサイクル情報を示すバスサイクル情報を処理するこ
とを特徴とする請求項5記載の状態監視情報処理装置。
6. The state monitoring information processing apparatus according to claim 5, wherein said CPU processes bus cycle information indicating bus cycle information.
【請求項7】 CPUバス監視部が、 データ/制御バスラインでの監視の開始を示す情報を格
納する監視開始情報、データ/制御バスラインでの監視
の停止を示す情報を格納する監視停止情報、データ/制
御バスラインでの監視の結果を示す情報を格納する監視
結果情報、データ/制御バスラインでの書き込みの監視
情報を格納する書込監視情報、コード領域の読み出しの
監視の情報を格納するコード領域読出監視情報、非定義
領域のアクセスの監視情報を格納する非定義領域アクセ
ス監視情報の処理を行うことを特徴とする請求項5記載
の状態監視情報処理装置。
7. A monitoring start information storing information indicating a start of monitoring on a data / control bus line and a monitoring stop information storing information indicating a stop of monitoring on a data / control bus line. , Monitoring result information for storing information indicating the result of monitoring on the data / control bus line, write monitoring information for storing writing monitoring information for the data / control bus line, and reading monitoring information for the code area. 6. The status monitoring information processing apparatus according to claim 5, wherein the status monitoring information processing apparatus performs processing of non-defined area access monitoring information for storing code area read monitoring information and non-defined area access monitoring information.
【請求項8】 マップ情報格納部が、 指定領域のアドレスを記憶したアドレス上限情報及びア
ドレス下限情報、指定領域が書き込み可能か否かの情報
を格納する書込許可情報、コード領域の設定情報であり
指定領域が書き込み可能か否かの情報を格納するコード
情報、データ領域の設定情報は、指定領域がデータを格
納するか否かの情報を記憶するデータ情報、I/O領域
の設定情報であり指定領域がI/O領域であるか否かの
情報を格納するI/O情報の処理を行うことを特徴とす
る請求項5記載の状態監視情報処理装置。
8. A map information storage unit comprising: address upper limit information and address lower limit information storing an address of a designated area; write permission information for storing information as to whether the designated area is writable; and code area setting information. The code information for storing information on whether or not the designated area is writable, and the data area setting information are data information for storing information on whether or not the designated area stores data, and I / O area setting information. 6. The state monitoring information processing apparatus according to claim 5, wherein processing of I / O information for storing information as to whether or not the designated area is an I / O area is performed.
【請求項9】 前記リングバッファとして、 不揮発性メモリ又はFIFOメモリを用いることを特徴
とする請求項1記載の状態監視情報処理装置。
9. The state monitoring information processing apparatus according to claim 1, wherein a nonvolatile memory or a FIFO memory is used as the ring buffer.
JP10007411A 1998-01-19 1998-01-19 State supervisory information processor Pending JPH11203174A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10007411A JPH11203174A (en) 1998-01-19 1998-01-19 State supervisory information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10007411A JPH11203174A (en) 1998-01-19 1998-01-19 State supervisory information processor

Publications (1)

Publication Number Publication Date
JPH11203174A true JPH11203174A (en) 1999-07-30

Family

ID=11665132

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10007411A Pending JPH11203174A (en) 1998-01-19 1998-01-19 State supervisory information processor

Country Status (1)

Country Link
JP (1) JPH11203174A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020525944A (en) * 2017-09-12 2020-08-27 中興通訊股▲ふん▼有限公司Zte Corporation Bus monitoring system, method and apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020525944A (en) * 2017-09-12 2020-08-27 中興通訊股▲ふん▼有限公司Zte Corporation Bus monitoring system, method and apparatus
US11093361B2 (en) 2017-09-12 2021-08-17 Zte Corporation Bus monitoring system, method and apparatus

Similar Documents

Publication Publication Date Title
US5594890A (en) Emulation system for emulating CPU core, CPU core with provision for emulation and ASIC having the CPU core
TWI470420B (en) Dubugging method and computer system using the smae
US6697971B1 (en) System and method for detecting attempts to access data residing outside of allocated memory
CN114721493B (en) Chip starting method, computer equipment and readable storage medium
US7558990B2 (en) Semiconductor circuit device and method of detecting runaway
US20050060690A1 (en) Microprocessor system with software emulation processed by auxiliary hardware
CN115576734B (en) Multi-core heterogeneous log storage method and system
JP2009223714A (en) Arithmetic circuit and failure analysis method of arithmetic circuit
JPH11203174A (en) State supervisory information processor
JP2006221606A (en) Data processor
JPH0320832A (en) Information processing system
JPS60159951A (en) Tracing system in information processing device
WO2019169615A1 (en) Method for accessing code sram, and electronic device
US20010049794A1 (en) Write protection software for programmable chip
JPS58181160A (en) Controlling system of emergency operation
JP2005018650A (en) Nonvolatile semiconductor storage device and data processor
JPH10228395A (en) Abnormality diagnostic device for controller
JP4892406B2 (en) Transaction management method for information processing apparatus and information processing apparatus
JP3590289B2 (en) Event detection circuit
JP2002116926A (en) Program processor and program processing method
JP2684966B2 (en) I / O processor debug device
JP2000259453A (en) Debugging method
JP2007041887A (en) Debugging apparatus, its memory access method and program for realizing memory access method
JPH04338842A (en) Information processor with error detecting function
JPH07281924A (en) Trace device and emulator using the trace device