JPH01106232A - Microprocessor analyzer - Google Patents
Microprocessor analyzerInfo
- Publication number
- JPH01106232A JPH01106232A JP62264919A JP26491987A JPH01106232A JP H01106232 A JPH01106232 A JP H01106232A JP 62264919 A JP62264919 A JP 62264919A JP 26491987 A JP26491987 A JP 26491987A JP H01106232 A JPH01106232 A JP H01106232A
- Authority
- JP
- Japan
- Prior art keywords
- address
- trace
- word
- memory
- bus
- 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.)
- Granted
Links
Landscapes
- Debugging And Monitoring (AREA)
- Test And Diagnosis Of Digital Computers (AREA)
Abstract
Description
【発明の詳細な説明】
[産業上の利用分野コ
本発明はマイクロプロセッサ・アナライザのトレース機
能の改善に関するものである。DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to improving the tracing capabilities of microprocessor analyzers.
[従来の技術]
従来より、マイクロプロセッサ(以下μPと略す)応用
機器の動作解析をする際に用いられるマイクロプロセッ
サ・アナライザがある。このμPアナライザは、検査対
象のμPおよびその周辺のロジック回路の動作解析のた
め、検査対重のμP(ターゲットμPという)が実行し
た命令やそのアドレス等を記録しておくためのトレース
・メモリを備えている。[Prior Art] Conventionally, there has been a microprocessor analyzer used to analyze the operation of microprocessor (hereinafter abbreviated as μP) applied equipment. This μP analyzer has a trace memory to record the instructions and their addresses executed by the μP to be tested (referred to as the target μP) in order to analyze the operation of the μP to be tested and its peripheral logic circuits. We are prepared.
このような構成のμPアナライザの一般的な動作は、次
の通りである。異常な動作をするターゲット・システム
を検査する場合、異常が生じるであろうと推定される条
件をトリガ・ワードとして設定しトレース動作をスター
トさせる。トレース動作とは、ターゲットμPのアドレ
ス・バスやデータ・バス等の情報をトレース・メモリー
に順次記録する動作のことをいう。トレース・メモリー
は、記録が一杯になると再び先頭アドレスから上書きす
るサイクリックな書き込みが行われるように構成されて
いる。The general operation of a μP analyzer having such a configuration is as follows. When inspecting a target system that behaves abnormally, a condition that is estimated to cause an abnormality is set as a trigger word and a trace operation is started. The trace operation refers to an operation in which information such as the address bus and data bus of the target μP is sequentially recorded in the trace memory. The trace memory is configured so that when the record becomes full, cyclic writing is performed to overwrite it again starting from the first address.
このトレース動作中にトリガ・ワードが検出されるとト
レース動作は停止する。その後、トリガ・ワード検出時
点以前のトレース・データをトレース・メモリより読み
出して解析することにより、異常現象の原因を突き止め
ることができるようになっている。If a trigger word is detected during this trace operation, the trace operation is stopped. Thereafter, the cause of the abnormal phenomenon can be ascertained by reading trace data from the trace memory and analyzing it before the trigger word detection time.
[発明が解決しようとする問題点コ
しかしながら、トレース・メモリの容量は無限長ではな
いため、異常の原因となった部分がトレース・メモリに
入り切れない場合も起こる。このような問題をなくすた
めに、異常の原因となりそうな条件(トレース・ワード
)のみをトレース・メモリにストアし、それ以外のデー
タはトレース・メモリへはストアしないようにして、ト
レース・メモリを有効に使用するようにしたトレース方
式がある。この方式をマルチ・トレースと呼ぶ。[Problems to be Solved by the Invention] However, since the capacity of the trace memory is not infinite, there may be cases where the part that caused the abnormality cannot be stored in the trace memory. In order to eliminate such problems, only the conditions (trace words) that are likely to cause an error are stored in the trace memory, and no other data is stored in the trace memory. There is a tracing method that can be used effectively. This method is called multi-trace.
トレース・ワードを検出するトレース・ワード検出回路
は、複数のトーレース・ワードや特定のアドレスの範囲
を設定できることが必要とされるため1通常第4図のよ
うにランダム・アクセス・メモリ(RAM)41で構成
される。RAM41のアドレス入力にはターゲットμP
のアドレス・バスからのアドレスが与えられ、RAMの
データ出力はトレース・ワード出力となる。予めRAM
の複数のアドレスや特定のアドレス範囲にデータ″1”
をセットし、他のアドレスはデータ鎮”でクリアしてお
くことにより、複数のトレース・ワードや特定のアドレ
スの範囲の設定が可能である。A trace word detection circuit that detects trace words is required to be able to set multiple trace words or a range of specific addresses.1 Usually, a random access memory (RAM) 41 is used as shown in FIG. Consists of. Target μP is used for address input of RAM41.
address from the address bus, and the data output of the RAM is the trace word output. RAM in advance
Data “1” to multiple addresses or a specific address range
By setting this and clearing other addresses with the data block, it is possible to set multiple trace words or a range of specific addresses.
8ビツトμPのようにアドレス・バスが16ビツトのも
のは、第4図のように64Kxlビツト構成のRAMを
使用すれば実現できるが、16ビツトμPのようにアド
レスバスが20ビツトや24ビツトもあるものでは、1
メガ×1ビツトや16メガ×1ビツトのRAMが必要と
なる。現在一般に市販されているRAMチップでこれを
実現しようとすると多数のRAMチップが必要となり高
価となってしまう。An 8-bit μP with a 16-bit address bus can be realized by using a RAM with a 64Kxl bit configuration as shown in Figure 4, but a 16-bit μP with a 20-bit or 24-bit address bus is also possible. In some cases, 1
A RAM of 1 megabyte x 1 bit or 16 megabytes x 1 bit is required. If this were to be achieved using RAM chips currently on the market, a large number of RAM chips would be required and would be expensive.
これを解決するには例えば第5図のよ゛うな方法がある
。ターゲットμPのアドレス・バスを上位と下位に分割
し、それぞれを2つのRAM51゜52のアドレスに入
力し、そして2つのRAMのデータ出力をANDゲート
53を通してトレース・ワード信号TRWを出力する。To solve this problem, there is a method as shown in FIG. 5, for example. The address bus of the target μP is divided into upper and lower parts, each of which is input to the addresses of two RAMs 51 and 52, and the data outputs of the two RAMs are passed through an AND gate 53 to output a trace word signal TRW.
この方゛法では特定のアドレス範囲を設定する場合、上
位アドレスが一定の領域でないと設定できない欠点があ
る。This method has the disadvantage that when setting a specific address range, it cannot be set unless the upper address is in a fixed area.
このため第5図の例ではターゲットμPのアドレス0C
OOOH(Hは16進数を表す記号)から13FFFH
の範囲設定は不可能となる。Therefore, in the example of FIG. 5, the target μP address 0C
OOOH (H is a hexadecimal symbol) to 13FFFH
Setting the range becomes impossible.
これを解決する手段として、例えば第6図のように、さ
らに第5図の回路を2倍しそれぞれの出力なオア(OR
)する方法が考えられる。第6図の例ではRAM61.
RAM62でOCO00Hから0FFFFHまでの範囲
を検出し、RAM63、RAM64で100OOHから
13FFFHの範囲を検出させることができる。このよ
うに制限のないアドレス範囲検出を実現すると、2倍の
検出回路を必要とし高価となるという問題があった・
本発明の目的は、このような問題を解決するもので、ア
ドレス範囲検出を制限なく実現できるマイクロプロセッ
サ・アナライザを安価に提供することにある。As a means to solve this problem, for example, as shown in FIG. 6, the circuit in FIG.
) can be considered. In the example of FIG. 6, RAM61.
The RAM 62 can detect the range from OCO00H to 0FFFFH, and the RAM 63 and RAM 64 can detect the range from 100OOH to 13FFFFH. If address range detection without restrictions is realized in this way, there is a problem in that it requires twice as many detection circuits and becomes expensive.The purpose of the present invention is to solve such problems, and to realize address range detection. The object of the present invention is to provide a microprocessor analyzer that can be implemented without any limitations at a low cost.
[問題点を解決するための手段]
このような目的を達成するために、本発明では、ターゲ
ット・マイクロプロセッサの指定されたバス・データを
サンプルして順次トレース・メモリに記憶し、トリガ・
ワードが検出されると設定されたサンプル数だけサンプ
ルした後メモリへの記憶を停止し、トリガ・ワード検出
の前後のトレース・データを参照してマイクロプロセッ
サの動作解析をすることのできるマイクロプロセッサ・
アナライザにおいて、
ターゲット・マイクロプロセッサのアドレス・バスの上
位アドレスがアドレス変換回路のアドレス入力に接続さ
れ、下位アドレスおよび前記アドレス変換回路の1ビッ
ト以上のデータ出力がトレース・ワード検出回路のアド
レス入力に接続され、トレース・ワード検出回路のデー
タ出力を前記アドレス変換回路の他のデータ出力でゲー
トすることによって、前記トレース・メモリへの記録動
作をコントロールするトレース・ワード信号を出力する
トレース・ワード検出手段と。[Means for Solving the Problems] In order to achieve such an object, the present invention samples designated bus data of a target microprocessor, sequentially stores it in a trace memory, and stores it in a trigger memory.
When a word is detected, the microprocessor stops storing it in memory after sampling the set number of samples, and analyzes the microprocessor's operation by referring to the trace data before and after detecting the trigger word.
In the analyzer, the upper address of the address bus of the target microprocessor is connected to the address input of an address translation circuit, and the lower address and one or more bits of data output of said address translation circuit are connected to the address input of a trace word detection circuit. trace word detection means for gating the data output of the trace word detection circuit with another data output of the address conversion circuit to output a trace word signal for controlling the recording operation in the trace memory; .
ターゲット・マイクロプロセッサのアドレス・バス、デ
ータ・バス、ステータス信号が予め設定されたトリガ・
ワード条件になったときトリガ信号を出力するトリガ検
出回路と。The target microprocessor's address bus, data bus, and status signals can be
and a trigger detection circuit that outputs a trigger signal when a word condition is met.
前記トレース・ワード信号により、前記トレース・メモ
リのアドレスを制御し、前記トリガ信号により予め設定
されたカウント動作の後カウントを停止するメモリ・ア
ドレス制御回路とを具備したことを特徴とする。The present invention is characterized by comprising a memory address control circuit that controls the address of the trace memory using the trace word signal and stops counting after a preset counting operation using the trigger signal.
[実施例]
第1図は本考案に係るμPアナライザの一実施例を示す
構成図である。第1図において、1はターゲットμP、
2はアドレス変換回路(RAM)、3はトレース・ワー
ド検出回路(RAM)、4はトリガ検出回路、5はトレ
ース・メモリが記憶するアドレスを発生するメモリ・ア
ドレス制御回路、6はターゲットμPのアドレスや命令
を記憶しておくトレース・メモリ、7はμPアナライザ
を制御するコンピュータ(以下コントロールCPUと略
す)、8はアンド(AND)ゲートである。[Embodiment] FIG. 1 is a block diagram showing an embodiment of a μP analyzer according to the present invention. In FIG. 1, 1 is the target μP,
2 is an address conversion circuit (RAM), 3 is a trace word detection circuit (RAM), 4 is a trigger detection circuit, 5 is a memory address control circuit that generates the address to be stored in the trace memory, and 6 is the address of the target μP. 7 is a computer (hereinafter abbreviated as control CPU) for controlling the μP analyzer, and 8 is an AND gate.
9はターゲットμPのアドレス・バス、10はターゲッ
トμPのデータおよびステータス信号が伝送されるデー
タ・バス、11はコントロールCPUバスである。9 is an address bus of the target μP, 10 is a data bus through which data and status signals of the target μP are transmitted, and 11 is a control CPU bus.
アドレス変換RAM2の入力にはターゲットμPのアド
レス・バス信号9の上位バスが接続され、1つの出力は
ANDゲート8の入力に接続され、他の出力はトレース
・ワード検出RAM2の入力に接続される。トレース・
ワード検出RAM2の他の入力端にはターゲットμPの
1ドレス・バス9の下位バスが接続され、出力はAND
ゲート8の入力に接続される。The upper bus of the address bus signal 9 of the target μP is connected to the input of the address conversion RAM 2, one output is connected to the input of the AND gate 8, and the other output is connected to the input of the trace word detection RAM 2. . trace·
The lower bus of the 1-dress bus 9 of the target μP is connected to the other input terminal of the word detection RAM 2, and the output is an AND
Connected to the input of gate 8.
第1図の破線で示した部分Aは、ターゲットμPのアド
レス・バス9の内容がコントロールCPU7からコント
ロールCPUバス11を通じて予め設定された条件と一
致したときに、一致信号であるトレース・ワード信号T
RWを出力するもので、ここではトレース・ワード検出
手段と呼ぶ。A portion A indicated by a broken line in FIG. 1 is a trace word signal T which is a match signal when the contents of the address bus 9 of the target μP match a condition set in advance from the control CPU 7 through the control CPU bus 11.
It outputs RW and is referred to here as a trace word detection means.
トリガ検出回路4は、入力がターゲット・アドレス・バ
ス9およびデータ・バス10に接続され。Trigger detection circuit 4 has inputs connected to target address bus 9 and data bus 10.
ターゲットμPのバスの内容がコントロールCPU7か
らコントロールCPUバス11を通じて予め設定されて
いた条件と一致したときに一致信号であるトリガ信号T
RGを出力する。A trigger signal T, which is a match signal, is generated when the contents of the bus of the target μP match a condition set in advance from the control CPU 7 to the control CPU bus 11.
Output RG.
メモリ・アドレス制御回路5は、入力にANDゲート8
のトレース・ワード出力TRWとトリガ検出回路4のト
リガ・ワード出力TRGが接続され、出力はトレース・
メモリ6に接続される。トレース・メモリ6の入力には
ターゲット・アドレス・バス9およびデータ・バスが接
続される。また、メモリ・アドレス制御回路5およびト
レース・メモリ6はコントロールCPUバス11にも接
続される。The memory address control circuit 5 has an AND gate 8 at its input.
The trace word output TRW of the trigger detection circuit 4 is connected to the trigger word output TRG of the trigger detection circuit 4, and the output is the trace word output TRW of the trigger detection circuit 4.
Connected to memory 6. A target address bus 9 and a data bus are connected to the inputs of the trace memory 6. Furthermore, memory address control circuit 5 and trace memory 6 are also connected to control CPU bus 11 .
第2図は111図のトレース・ワード検出手段(破線部
分)Aの一具体例で、説明を簡単にするためにアドレス
変換回路(RAM)を2ビツト構成にしたものである。FIG. 2 shows a specific example of the trace word detection means (broken line portion) A in FIG. 111, in which the address translation circuit (RAM) is configured in 2 bits for the sake of simplicity.
ターゲット・アドレス・バス9の上位バス(TA15か
らTA 23)はアドレス変換RAM2のアドレス入力
へ接続され、下位バス(TAOからTA14)はトレー
ス・ワード検出RAM3のアドレス入力に接続される。The upper bus (TA15 to TA23) of target address bus 9 is connected to the address input of address translation RAM2, and the lower bus (TAO to TA14) is connected to the address input of trace word detection RAM3.
このような構成における動作を次に説明する。The operation in such a configuration will be explained next.
まずトレース・ワード検出の動作について説明する。First, the operation of trace word detection will be explained.
第3図は第2図の構成でアドレス0COOOHから13
F F F Hまでの範囲を検出する場合のコントロ
ールCPU7から設定される内容である。Figure 3 shows the configuration shown in Figure 2, with addresses 0COOOH to 13.
This is the content set by the control CPU 7 when detecting the range up to FFFFH.
アドレス変換RAM2において、Doについては1番地
と2fIr地のみが′1″で、他のアドレスはすべて1
0”となるように設定し、Dlについては1番地が2′
O″で、2番地が”1”になるようにそれぞれ設定する
。In the address conversion RAM 2, for Do, only addresses 1 and 2fIr are '1', and all other addresses are '1'.
0", and for Dl, address 1 is 2'
O'' and set the 2nd address to ``1''.
トレース・ワード検出RAM3は、4000番地から0
7FFFH番地までを”1”にして他のアドレスは”0
”になるように設定する。Trace word detection RAM3 starts from address 4000 to 0
Set addresses up to 7FFFH to “1” and other addresses to “0”.
”.
このように設定することにより、ターゲット・アドレス
が0COOOHから0FFFFHの範囲(TA15〜T
A23→1、TAO−TA14→4000H〜7FFF
H)では、アドレス変換RAM2のDO出力が”1”と
なり、ANDゲート7が開き、D1出力が′O″である
からトレース・ワード検出RAM3のアドレス入力A1
5が0″となり出力D3が”1″となるため、トレース
・ワード信号TRWが出力される。また、ターゲット・
アドレスが100OOHから
13 F F F Hの範囲(TA15〜TA23→2
、TAO−TA14→OH〜3FFFH)では、アドレ
ス変換RAM2のDo出力が”1″となり、ANDゲー
ト7が開き、Dl出力が11111であるからトレース
・ワード検出RAM3のアドレス入力A15が121”
となり出力D3が1”となるためトレース・ワード信号
TRWが出力される。By setting in this way, the target address will be in the range 0COOOH to 0FFFFH (TA15 to T
A23 → 1, TAO-TA14 → 4000H ~ 7FFF
In H), the DO output of the address conversion RAM2 becomes "1", the AND gate 7 opens, and the D1 output is 'O', so the address input A1 of the trace word detection RAM3
5 becomes 0" and the output D3 becomes "1", so the trace word signal TRW is output. Also, the target signal
Address range from 100OOH to 13 F F F H (TA15~TA23→2
, TAO-TA14→OH~3FFFH), the Do output of the address conversion RAM 2 becomes "1", the AND gate 7 opens, and the Dl output is 11111, so the address input A15 of the trace word detection RAM 3 becomes "121".
As a result, the output D3 becomes 1'', and the trace word signal TRW is output.
ここでは説明を簡単にするためアドレス変換RAMのD
1出力を1ビツトとして説明したが、2ビツト以上でも
同様な動作が可能である。Here, to simplify the explanation, we will explain the address conversion RAM D.
Although the explanation has been made assuming that one output is one bit, the same operation is possible with two or more bits.
また本発明では、アドレス範囲の検出幅はトレース・ワ
ード検出RAMの容量によって制限されるが、第5図の
例でも64にバイトの範囲を設定でき、通常の使用では
問題にならない。Further, in the present invention, the detection width of the address range is limited by the capacity of the trace word detection RAM, but even in the example of FIG. 5, the range of bytes can be set to 64, which does not pose a problem in normal use.
このようにして検出されたトレース・ワード信号TRW
はメモリ・アドレス制御回路5に入力される。メモリ・
アドレス制御回路5は、トレース・ワード信号によりト
レース・メモリのアドレスを制御し、前記トリガ検出回
路4により検出されたトリガ信号の到来後予め設定され
たカウント数(サンプリング回数)だけカウントした後
サンプリングを停止する。Trace word signal TRW detected in this way
is input to the memory address control circuit 5. memory·
The address control circuit 5 controls the address of the trace memory using the trace word signal, and performs sampling after counting a preset number of counts (sampling number) after the arrival of the trigger signal detected by the trigger detection circuit 4. Stop.
[発明の効果]
本発明によれば、制限の、ないアドレス範囲検出を少な
いハードウェアの追加で実現できる。[Effects of the Invention] According to the present invention, unlimited address range detection can be realized with the addition of a small amount of hardware.
第1図は本発明の一実施例を示す構成図、第2図はトレ
ース・ワード検出手段の一具体例を示す構成図、第3図
はトレース・ワード検出手段の動作を説明するための説
明図、第4図ないし第6図は従来のトレース・ワード検
出を説明するための図である。
1・・・ターゲ・ットμP、A・・・トレース・ワード
検出手段、2・・・アドレス変換回路、3・・・トレー
ス・ワード検出回路、4・・・トリガ検出回路、5・・
・メモリ・アドレス制御回路、6・・・トレース・メモ
リ、7・・・コントロールCPU、8・・・ゲート、9
・・・アドレス・バス、10・・・データ・バス、11
・・・コントロールCPUバス。
第3因
64にメ/lO:″、ll−メモ、すFIG. 1 is a block diagram showing an embodiment of the present invention, FIG. 2 is a block diagram showing a specific example of trace word detection means, and FIG. 3 is an explanation for explaining the operation of the trace word detection means. 4 to 6 are diagrams for explaining conventional trace word detection. DESCRIPTION OF SYMBOLS 1...Target μP, A...Trace word detection means, 2...Address conversion circuit, 3...Trace word detection circuit, 4...Trigger detection circuit, 5...
・Memory address control circuit, 6...Trace memory, 7...Control CPU, 8...Gate, 9
...Address bus, 10...Data bus, 11
...Control CPU bus. 3rd cause 64 me/lO:'', ll-memo, su
Claims (1)
ータをサンプルして順次トレース・メモリに記憶し、ト
リガ・ワードが検出されると設定されたサンプル数だけ
サンプルした後メモリへの記憶を停止し、トリガ・ワー
ド検出の前後のトレース・データを参照してマイクロプ
ロセッサの動作解析をすることのできるマイクロプロセ
ッサ・アナライザにおいて、 ターゲット・マイクロプロセッサのアドレス・バスの上
位アドレスがアドレス変換回路のアドレス入力に接続さ
れ、下位アドレスおよび前記アドレス変換回路の1ビッ
ト以上のデータ出力がトレース・ワード検出回路のアド
レス入力に接続され、トレース・ワード検出回路のデー
タ出力を前記アドレス変換回路の他のデータ出力でゲー
トすることによって、前記トレース・メモリへの記録動
作をコントロールするトレース・ワード信号を出力する
トレース・ワード検出手段と、 ターゲット・マイクロプロセッサのアドレス・バス、デ
ータ・バス、ステータス信号が予め設定されたトリガ・
ワード条件になったときトリガ信号を出力するトリガ検
出回路と、 前記トレース・ワード信号により、前記トレース・メモ
リのアドレスを制御し、前記トリガ信号により予め設定
されたカウント動作の後カウントを停止するメモリ・ア
ドレス制御回路と を具備したことを特徴とするマイクロプロセッサ・アナ
ライザ。[Claims] Specified bus data of the target microprocessor is sampled and sequentially stored in a trace memory, and when a trigger word is detected, a set number of samples are sampled and then stored in the memory. In a microprocessor analyzer that can analyze the operation of a microprocessor by referring to trace data before and after detecting a trigger word, the upper address of the address bus of the target microprocessor is The data output of the lower address and one or more bits of the address conversion circuit is connected to the address input of the trace word detection circuit, and the data output of the trace word detection circuit is connected to other data of the address conversion circuit. trace word detection means for outputting a trace word signal that controls the recording operation to the trace memory by gating at the output; and address bus, data bus, and status signals of the target microprocessor are preset. triggered
a trigger detection circuit that outputs a trigger signal when a word condition is met; and a memory that controls the address of the trace memory by the trace word signal and stops counting after a preset counting operation by the trigger signal. - A microprocessor analyzer characterized by being equipped with an address control circuit.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62264919A JPH0799505B2 (en) | 1987-10-20 | 1987-10-20 | Microprocessor analyzer |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP62264919A JPH0799505B2 (en) | 1987-10-20 | 1987-10-20 | Microprocessor analyzer |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JPH01106232A true JPH01106232A (en) | 1989-04-24 |
| JPH0799505B2 JPH0799505B2 (en) | 1995-10-25 |
Family
ID=17410023
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP62264919A Expired - Lifetime JPH0799505B2 (en) | 1987-10-20 | 1987-10-20 | Microprocessor analyzer |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JPH0799505B2 (en) |
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH08123707A (en) * | 1994-10-25 | 1996-05-17 | Teijin Seiki Co Ltd | Electronic circuit analyzer |
-
1987
- 1987-10-20 JP JP62264919A patent/JPH0799505B2/en not_active Expired - Lifetime
Cited By (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH08123707A (en) * | 1994-10-25 | 1996-05-17 | Teijin Seiki Co Ltd | Electronic circuit analyzer |
Also Published As
| Publication number | Publication date |
|---|---|
| JPH0799505B2 (en) | 1995-10-25 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JPH01106232A (en) | Microprocessor analyzer | |
| JPH0863374A (en) | LSI with built-in trace function | |
| JPS6391750A (en) | Branch address tracing device | |
| JP2894106B2 (en) | Delay analysis method | |
| JPH0434183B2 (en) | ||
| KR940001837Y1 (en) | Digital input circuit | |
| JPH0448257B2 (en) | ||
| JPS61123942A (en) | Debug device for microprocessor | |
| JPH0573437A (en) | Memory parity circuit | |
| JP4899620B2 (en) | Bus trace method | |
| JPS6345649A (en) | Action tracing system for processor | |
| JPS63109548A (en) | Microprocessor analyzer | |
| JPS61292756A (en) | Program debug auxiliary circuit | |
| EP0300507A2 (en) | Generator for generating a bus cycle end signal for debugging operation | |
| JPH02242345A (en) | Microprocessor/analyzer | |
| JPS62166449A (en) | History storage device for logical unit | |
| JPS61208548A (en) | Microprocessor analyzer | |
| JPS59121451A (en) | Information processor | |
| JPH0439697B2 (en) | ||
| JPH05346892A (en) | Information processor | |
| JPH03126147A (en) | Test system for external storage device | |
| JPH1023104A (en) | Condition monitoring device | |
| JPS5860362A (en) | Interruption signal generating system | |
| JPH0218647A (en) | Cache memory test method | |
| JPH0438013B2 (en) |