JP2000222256A - Debugging device for processor incorporating cache memory - Google Patents

Debugging device for processor incorporating cache memory

Info

Publication number
JP2000222256A
JP2000222256A JP11025548A JP2554899A JP2000222256A JP 2000222256 A JP2000222256 A JP 2000222256A JP 11025548 A JP11025548 A JP 11025548A JP 2554899 A JP2554899 A JP 2554899A JP 2000222256 A JP2000222256 A JP 2000222256A
Authority
JP
Japan
Prior art keywords
trace
processor
cache
cache memory
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
Application number
JP11025548A
Other languages
Japanese (ja)
Inventor
Akira Ueda
亮 上田
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP11025548A priority Critical patent/JP2000222256A/en
Publication of JP2000222256A publication Critical patent/JP2000222256A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a debugging device for a processor incorporating a cache memory of high real-time debugging property, which is free from the restriction of a cache hitting ratio computable period due to the overflow of a counter. SOLUTION: As trace data 114 outputted from the processor 100 incorporating the cache memory 102, information on an instruction fetch value 109 and a cache hit value 110 are added to branching destination address information and outputted, thereby the trace and cache hitting ratio can be computed without losing real-time property.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はキャッシュメモリ内
蔵プロセッサのデバッグ装置に関する。
The present invention relates to a debug device for a processor with a built-in cache memory.

【0002】[0002]

【従来の技術】一般的にキャッシュメモリを内蔵したプ
ロセッサは、キャッシュメモリにヒットした場合、プロ
セッサ内部で閉じられた動作を行うため、プロセッサ外
部でキャッシュメモリの動作を追うことが困難であり、
従来のキャッシュメモリを内蔵したプロセッサのデバッ
グ装置においては次のような手段によりリアルタイムト
レース機能やキャッシュメモリの効率を表すヒット率算
出を実現させていた。
2. Description of the Related Art Generally, a processor having a built-in cache memory performs a closed operation inside the processor when a hit occurs in the cache memory. Therefore, it is difficult to follow the operation of the cache memory outside the processor.
In a conventional debug device of a processor having a built-in cache memory, a real-time trace function and a hit ratio calculation indicating the efficiency of the cache memory are realized by the following means.

【0003】以下、従来のキャッシュメモリ内蔵プロセ
ッサのデバッグ装置の各例について図面を参照しながら
説明する。図2は従来のキャッシュメモリ内蔵プロセッ
サのデバッグ装置の第1例を示すブロック図、図3は従
来のキャッシュメモリ内蔵プロセッサのデバッグ装置の
第2例を示すブロック図である。
Hereinafter, examples of a conventional debug device for a processor with a built-in cache memory will be described with reference to the drawings. FIG. 2 is a block diagram showing a first example of a conventional debug device of a processor with a built-in cache memory, and FIG. 3 is a block diagram showing a second example of a debug device of a conventional processor with a built-in cache memory.

【0004】図2に示すキャッシュメモリ内蔵プロセッ
サのデバッグ装置は、CPU401とキャッシュメモリ
402を内蔵するプロセッサ400と、キャッシュヒッ
トカウンタ501とメモリアクセスカウンタ502を備
えるカウンタユニット500と、ホストコンピュータ6
00と、外部メモリ700により構成される。その動作
としては、まず、キャッシュメモリ402の使用効率を
表すヒット率を求めるために、CPU401からの命令
フェッチアクセス/データアクセス403がキャッシュ
メモリ402にヒットした際のヒット信号404をキャ
ッシュヒットカウンタ501でカウントし、キャッシュ
メモリ402にヒットしなかった場合の外部メモリアク
セス信号405をメモリアクセスカウンタ502でカウ
ントする。キャッシュヒットカウンタ501でカウント
したキャッシュヒットカウンタ値503及びメモリアク
セスカウンタ502でカウントしたメモリアクセスカウ
ンタ値504をホストコンピュータ600が取り込み、
計算することでキャッシュメモリ402の効率を表すヒ
ット率算出を実現させている。
[0004] The debug device for a processor with a built-in cache memory shown in FIG. 2 includes a processor 400 having a CPU 401 and a cache memory 402, a counter unit 500 having a cache hit counter 501 and a memory access counter 502, and a host computer 6.
00 and an external memory 700. The operation is as follows. First, a hit signal 404 when an instruction fetch access / data access 403 from the CPU 401 hits the cache memory 402 is used by the cache hit counter 501 in order to obtain a hit ratio indicating the use efficiency of the cache memory 402. The external memory access signal 405 when the cache memory 402 is not hit is counted by the memory access counter 502. The host computer 600 captures the cache hit counter value 503 counted by the cache hit counter 501 and the memory access counter value 504 counted by the memory access counter 502,
The calculation realizes a hit ratio calculation indicating the efficiency of the cache memory 402.

【0005】図3に示す従来のキャッシュメモリ内蔵プ
ロセッサのデバッグ装置は、CPU401とキャッシュ
メモリ402を内蔵するプロセッサ400と、外部メモ
リ700と、命令フロー静的解析部801とトレース情
報生成部802とトレースメモリ803を備えるトレー
スアナライザ800と、ホストコンピュータ600によ
り構成され、プロセッサ400はキャッシュメモリ40
2の有効化/無効化、分岐先静的解析可能分岐発生、分
岐先静的解析不可分岐発生、命令フェッチ発生という情
報を含むステータス信号406を出力する専用外部端子
を備えている。また、トレースアナライザ800はステ
ータス信号406の内容によりトレース方法を選択しな
がら命令フロー生成部802において動的命令フロー8
05を組み立てることでトレースを実現させている。
[0005] The conventional debug device for a processor with a built-in cache memory shown in FIG. 3 includes a processor 400 containing a CPU 401 and a cache memory 402, an external memory 700, an instruction flow static analyzer 801, a trace information generator 802, and a tracer. The processor 400 includes a trace analyzer 800 having a memory 803 and a host computer 600.
2 is provided with a dedicated external terminal for outputting a status signal 406 including information of enabling / disabling of a branch, occurrence of a branch that can be statically analyzed, occurrence of a branch that cannot be statically analyzed, and occurrence of an instruction fetch. Further, the trace analyzer 800 selects a tracing method according to the content of the status signal 406 while the dynamic instruction flow 8
05 is realized by assembling.

【0006】次に、この動的命令フロー805の生成方
法について説明する。まず、キャッシュメモリ402が
無効化されている場合は、外部メモリアクセス405の
アドレスバスをトレースすることで動的命令フロー80
5を得、キャッシュメモリ402が有効化されている場
合は予めプログラムを命令フロー静的解析部より得られ
た静的命令フロー804とステータス信号406に含ま
れる命令フェッチ発生、分岐先静的解析可能分岐発生、
分岐先静的解析不可分岐発生の情報を元に動的命令フロ
ー805を組み立てる。ここで、ステータス信号406
が分岐先静的解析不可分岐発生を示した際に、トレース
アナライザ800はプロセッサ400に対して割り込み
を発生させた後、プロセッサ400が持つプログラムカ
ウンタの値を取り込むことによって分岐先アドレスを得
て命令フローの組み立てを実現させている。
Next, a method for generating the dynamic instruction flow 805 will be described. First, when the cache memory 402 is invalidated, the dynamic instruction flow 80 is traced by tracing the address bus of the external memory access 405.
5 and if the cache memory 402 is enabled, the program can be preliminarily analyzed by a static instruction flow 804 obtained from the instruction flow static analysis unit and instruction fetch generation and branch destination static analysis included in the status signal 406. Branch occurrence,
A dynamic instruction flow 805 is assembled based on information on occurrence of a branch destination static analysis impossible branch. Here, the status signal 406
Indicates that the branch destination cannot be analyzed statically, the trace analyzer 800 generates an interrupt to the processor 400 and then obtains the branch destination address by taking in the value of the program counter of the processor 400 to obtain an instruction. It realizes the assembly of the flow.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、従来装
置の第1例の構成では、カウンタユニット500に内蔵
されているキャッシュヒットカウンタ501もしくはメ
モリアクセスカウンタ502がオーバーフローを起こし
た後の継続したキャッシュヒット率の算出ができないた
め、限定されたプロセッサ動作期間に対するキャッシュ
ヒット率算出しか実現することができないという問題点
を有しており、また、従来装置の第2例の構成では、命
令フロー生成部802において分岐先アドレスが静解析
不可な場合、プロセッサ400に対してプログラムカウ
ンタ値を得るために本来プログラムの実行には不必要な
割り込みを発生させるためプログラムのリアルタイムデ
バッグ性を損なうという問題点を有していた。
However, in the configuration of the first example of the conventional device, the cache hit ratio after the overflow of the cache hit counter 501 or the memory access counter 502 built in the counter unit 500 occurs. Therefore, there is a problem that only the cache hit ratio calculation for a limited processor operation period can be realized because the calculation of the instruction flow generation unit 802 is not possible. When the branch destination address cannot be statically analyzed, there is a problem that an interrupt unnecessary for execution of the program is generated to obtain a program counter value for the processor 400, which impairs real-time debug of the program. Was.

【0008】本発明は上記従来の問題点を解決するもの
であり、カウンタのオーバーフローによるキャッシュヒ
ット率算出可能期間の制約の無い、リアルタイムデバッ
グ性の高いキャッシュメモリ内蔵プロセッサのデバッグ
装置を提供することを目的とするものである。
An object of the present invention is to provide a debugging apparatus for a processor with a built-in cache memory which has high real-time debugging performance and has no restriction on a period in which a cache hit ratio can be calculated due to an overflow of a counter. It is the purpose.

【0009】[0009]

【課題を解決するための手段】本発明のキャッシュメモ
リ内蔵プロセッサのデバッグ装置は、CPUから出力さ
れる命令フェッチ信号をカウントするカウンタと、キャ
ッシュメモリより出力されるキャッシュヒット信号をカ
ウントするカウンタと、CPUから出力される分岐発生
信号と分岐先アドレスを受け分岐先アドレス及び前記2
つのカウンタ値をトレース出力するトレース出力回路と
により構成されるトレース出力部及びキャッシュメモリ
を含むプロセッサと、トレースアナライザと、前記トレ
ースアナライザから得られた情報を表示するためのホス
トコンピュータを備えたものである。
A debug device for a processor with a built-in cache memory according to the present invention comprises: a counter for counting an instruction fetch signal output from a CPU; a counter for counting a cache hit signal output from a cache memory; A branch occurrence signal and a branch destination address output from the CPU are received,
A processor including a trace output unit and a cache memory configured by a trace output circuit that traces out two counter values, a trace analyzer, and a host computer for displaying information obtained from the trace analyzer. is there.

【0010】この発明によれば、カウンタのオーバーフ
ローによるキャッシュヒット率算出可能期間の制約の無
い、リアルタイムデバッグ性の高いキャッシュメモリ内
蔵プロセッサのデバッグ装置を実現することができる。
According to the present invention, it is possible to realize a debugger for a processor with a built-in cache memory, which has high real-time debuggability and has no restriction on the period in which the cache hit ratio can be calculated due to overflow of the counter.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照しながら説明する。図1は本発明のキャッ
シュメモリ内蔵プロセッサのデバッグ装置の実施の形態
における構成を示すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of an embodiment of a debug device for a processor with a built-in cache memory according to the present invention.

【0012】図1に示すデバッグ装置の基本構成は、プ
ロセッサ100とトレースアナライザ200とホストコ
ンピュータ300からなり、101はプロセッサ100
に内蔵されるCPU、102はプロセッサ100に内蔵
されるキャッシュメモリ、103は、CPU101から
出力される命令フェッチ信号107をカウントし、カウ
ンタリセット信号113によりその値をクリアする機構
を備えるする命令フェッチカウンタ、104は前記キャ
ッシュメモリ102より出力されるキャッシュヒット信
号108をカウントし、カウンタリセット信号113に
よりその値をクリアする機構を備えるキャッシュヒット
率カウンタ、105はCPU101より出力される分岐
発生信号111が入力された際に分岐先アドレス112
と命令フェッチカウンタ103の値109とキャッシュ
ヒット率カウンタ104の値110をそれぞれトレース
出力する機能を備えたトレース出力回路、114はトレ
ース出力回路105よりプロセッサ100に設けられた
トレース出力専用外部端子を通じて出力されるトレース
データ、201はトレースデータ114を受け、それを
解読した結果205を後述のトレースメモリ202及び
キャッシュヒット率レジスタ203へ書き込むトレース
情報解読部、202は順次出力されているトレース情報
を蓄積するためのトレースメモリ、203は順次出力さ
れているトレース情報中の命令フェッチ回数及びキャッ
シュヒット回数の累計値を記憶するキャッシュヒット率
レジスタ、204はトレースメモリの内容206及びキ
ャッシュヒット情報207をホスト通信経路208に出
力するホストインターフェイス部、300はホスト通信
経路208を通じて得られたトレース情報を表示する機
能とホスト通信経路208により得られた命令フェッチ
回数及びキャッシュヒット回数よりキャッシュヒット率
を算出する機能を備えたホストコンピュータである。
The basic configuration of the debugging device shown in FIG. 1 comprises a processor 100, a trace analyzer 200 and a host computer 300.
A cache memory 102 built in the processor 100; an instruction fetch counter 103 having a mechanism for counting an instruction fetch signal 107 output from the CPU 101 and clearing the value by a counter reset signal 113 , 104 are cache hit rate counters provided with a mechanism for counting the cache hit signal 108 output from the cache memory 102 and clearing the value by a counter reset signal 113, and 105 is input with a branch occurrence signal 111 output from the CPU 101. When the branch destination address 112
And a value 109 of the instruction fetch counter 103 and a value 110 of the cache hit rate counter 104, respectively. A trace output circuit 114 has a function of outputting a trace from the trace output circuit 105 through a dedicated external terminal for trace output provided in the processor 100. Trace data 201 receives the trace data 114, and writes a result 205 obtained by decoding the data into a trace memory 202 and a cache hit ratio register 203 described later. A trace information decoding unit 202 stores the sequentially output trace information. Memory 203, a cache hit rate register for storing the total number of instruction fetches and cache hits in the sequentially output trace information, and 204 a trace memory content 206 and cache hit information. A host interface unit 300 for outputting 207 to the host communication path 208 has a function of displaying trace information obtained through the host communication path 208 and a cache hit ratio based on the number of instruction fetches and cache hits obtained by the host communication path 208. This is a host computer having a function of calculating.

【0013】次に、その動作を説明する。まず、図1に
おいて、CPU101が命令を実行中である場合につい
て説明する。命令フェッチが発生する度に命令フェッチ
信号107が出力され、命令フェッチを行う際にキャッ
シュメモリ102にヒットするとキャッシュヒット信号
108が出力される。そして、分岐が発生した場合、分
岐発生信号111及び分岐先アドレス112が出力され
る。トレース出力部105は分岐発生信号111が入力
された時、分岐先アドレス112と命令フェッチカウン
タ値109とキャッシュヒット率カウンタ値110を取
り込み、これらをトレースデータ114として出力する
と共にカウンタリセット信号113を出力する。
Next, the operation will be described. First, a case in which the CPU 101 is executing an instruction in FIG. 1 will be described. An instruction fetch signal 107 is output each time an instruction fetch occurs, and a cache hit signal 108 is output when the cache memory 102 is hit during instruction fetch. When a branch occurs, a branch occurrence signal 111 and a branch destination address 112 are output. When the branch generation signal 111 is input, the trace output unit 105 fetches a branch destination address 112, an instruction fetch counter value 109, and a cache hit rate counter value 110, outputs these as trace data 114, and outputs a counter reset signal 113. I do.

【0014】トレースアナライザ200内のトレース情
報解析部201はトレースデータ114を受けその情報
内容を解析して有効なデバッグ情報へと変換した後、そ
の結果をトレースメモリ202へ書き込むと同時に、ト
レースデータ114が命令フェッチ回数及びキャッシュ
ヒット回数を示す場合は、キャッシュヒット率レジスタ
203の値にそれぞれの回数を加算した値を上書きす
る。
A trace information analysis unit 201 in the trace analyzer 200 receives the trace data 114, analyzes the information content, converts the information into valid debug information, and writes the result into the trace memory 202. Indicates the number of instruction fetches and the number of cache hits, the value of the cache hit ratio register 203 plus the respective number is overwritten.

【0015】ホストコンピュータ300はホスト通信経
路208を通してトレースアナライザ200内部のホス
トインターフェイス部204と通信を行うことにより、
デバッグに必要なトレース結果206をトレースメモリ
202より、キャッシュヒット率算出のために必要なキ
ャッシュヒット情報207をキャッシュヒット率レジス
タ203より読み出し表示、計算をすることにより、キ
ャッシュメモリ内蔵プロセッサのデバッグ装置が実現す
る。
The host computer 300 communicates with the host interface unit 204 inside the trace analyzer 200 through the host communication path 208,
By reading the trace result 206 required for debugging from the trace memory 202 and the cache hit information 207 required for calculating the cache hit ratio from the cache hit ratio register 203, and displaying and calculating the same, the debug device of the processor with a built-in cache memory can Realize.

【0016】以上のように、本実施の形態によれば、キ
ャッシュメモリを内蔵したプロセッサのトレースはプロ
セッサに不必要な割り込みを発生させることなく、その
リアルタイムデバッグ性が維持され、プロセッサの命令
実行結果に沿ったキャッシュメモリの分岐単位での正確
な動作状況を容易に知ることが可能である。また、キャ
ッシュヒット率の算出において、キャッシュヒット率レ
ジスタがオーバーフローを起こした場合においても、分
岐単位での命令フェッチ回数及びキャッシュヒット回数
がトレースメモリに記憶されているため、継続したキャ
ッシュヒット率の算出が可能でり、プロセッサの性能を
最大限に活かしたソフトウェアの開発を容易に行うこと
ができる。
As described above, according to the present embodiment, the trace of the processor incorporating the cache memory maintains the real-time debug performance without generating unnecessary interrupts to the processor, and the instruction execution result of the processor is maintained. , It is possible to easily know an accurate operation state in a branch unit of the cache memory according to. In calculating the cache hit ratio, even when the cache hit ratio register overflows, the instruction fetch count and the cache hit count for each branch are stored in the trace memory. It is possible to easily develop software that makes the most of the performance of the processor.

【0017】[0017]

【発明の効果】以上のように本発明によれば、リアルタ
イムデバッグ性を損なうこと無く、プロセッサの命令実
行結果に沿ったキャッシュメモリの分岐単位での正確な
動作状況を容易に知ることが可能であり、たとえ、キャ
ッシュヒット率レジスタがオーバーフローを起こした後
においてもトレースメモリの内容を読み出すことにより
継続したキャッシュヒット率の算出が可能であると同時
に、プロセッサの性能を最大限に活かしたソフトウェア
の開発を容易に行うことができるという有利な効果が得
られる。
As described above, according to the present invention, it is possible to easily know an accurate operation state in a branch unit of a cache memory in accordance with a result of instruction execution of a processor without impairing real-time debug performance. Yes, even if the cache hit rate register overflows, it is possible to calculate the cache hit rate continuously by reading the contents of the trace memory, and at the same time, develop software that maximizes the performance of the processor. Can be easily performed.

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

【図1】本発明のキャッシュメモリ内蔵プロセッサのデ
バッグ装置の実施の形態における構成を示すブロック図
FIG. 1 is a block diagram showing a configuration of a debugging device for a processor with a built-in cache memory according to an embodiment of the present invention;

【図2】従来のキャッシュメモリ内蔵プロセッサのデバ
ッグ装置の第1例を示すブロック図
FIG. 2 is a block diagram showing a first example of a conventional debug device for a processor with a built-in cache memory;

【図3】従来のキャッシュメモリ内蔵プロセッサのデバ
ッグ装置の第2例を示すブロック図
FIG. 3 is a block diagram showing a second example of a conventional debug device for a processor with a built-in cache memory;

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

100 プロセッサ 101 CPU 102 キャッシュメモリ 103 命令フェッチカウンタ 104 キャッシュヒットカウンタ 105 トレース出力回路 106 命令フェッチアクセス/データアクセス 107 命令フェッチ発生信号 108 キャッシュヒット信号 109 命令フェッチカウンタ値 110 キャッシュヒット率カウンタ値 111 分岐発生信号 112 分岐先アドレス 113 カウンタリセット信号 114 トレースデータ 115 トレース出力部 200 トレースアナライザ 201 トレース情報解読部 202 トレースメモリ 203 キャッシュヒット率レジスタ 204 ホストインターフェイス部 205 トレースデータ解読結果 206 トレース結果 207 キャッシュヒット情報 208 ホスト通信経路 300 ホストコンピュータ REFERENCE SIGNS LIST 100 processor 101 CPU 102 cache memory 103 instruction fetch counter 104 cache hit counter 105 trace output circuit 106 instruction fetch access / data access 107 instruction fetch occurrence signal 108 cache hit signal 109 instruction fetch counter value 110 cache hit rate counter value 111 branch occurrence signal 112 Branch destination address 113 Counter reset signal 114 Trace data 115 Trace output unit 200 Trace analyzer 201 Trace information decoding unit 202 Trace memory 203 Cache hit ratio register 204 Host interface unit 205 Trace data decoding result 206 Trace result 207 Cache hit information 208 Host communication Path 300 Host computer

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 CPUから出力される命令フェッチ信号
をカウントするカウンタと、キャッシュメモリより出力
されるキャッシュヒット信号をカウントするカウンタ
と、CPUから出力される分岐発生信号と分岐先アドレ
スを受け分岐先アドレス及び前記2つのカウンタ値をト
レース出力するトレース出力回路とにより構成されるト
レース出力部及びキャッシュメモリを含むプロセッサ
と、トレースアナライザと、前記トレースアナライザか
ら得られた情報を表示するためのホストコンピュータを
備えたことを特徴とするキャッシュメモリ内蔵プロセッ
サのデバッグ装置。
1. A counter for counting an instruction fetch signal output from a CPU, a counter for counting a cache hit signal output from a cache memory, and a branch destination signal receiving a branch occurrence signal and a branch destination address output from the CPU. A processor including a trace output unit and a cache memory constituted by a trace output circuit configured to trace and output an address and the two counter values; a trace analyzer; and a host computer for displaying information obtained from the trace analyzer. A debug device for a processor with a built-in cache memory, comprising:
【請求項2】 トレースアナライザは、トレース情報を
蓄積するためのトレースメモリと、キャッシュヒット率
を求めるために必要な命令フェッチ回数とキャッシュヒ
ット回数を記憶するレジスタと、プロセッサから出力さ
れるトレース出力を解読しその結果を前記トレースメモ
リと前記レジスタに書き込む機能を持ったトレース情報
解読部と、前記トレースメモリと前記レジスタの内容を
ホストコンピュータと通信して転送するホストインター
フェイス部を備えていることを特徴とする請求項1記載
のキャッシュメモリ内蔵プロセッサのデバッグ装置。
2. A trace analyzer, comprising: a trace memory for accumulating trace information; a register for storing an instruction fetch count and a cache hit count required for obtaining a cache hit ratio; and a trace output output from the processor. A trace information decoding unit having a function of decoding and writing a result of the decoding into the trace memory and the register; and a host interface unit for transferring the contents of the trace memory and the register by communicating with a host computer. The debug device for a processor with a built-in cache memory according to claim 1.
JP11025548A 1999-02-02 1999-02-02 Debugging device for processor incorporating cache memory Pending JP2000222256A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11025548A JP2000222256A (en) 1999-02-02 1999-02-02 Debugging device for processor incorporating cache memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11025548A JP2000222256A (en) 1999-02-02 1999-02-02 Debugging device for processor incorporating cache memory

Publications (1)

Publication Number Publication Date
JP2000222256A true JP2000222256A (en) 2000-08-11

Family

ID=12169031

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11025548A Pending JP2000222256A (en) 1999-02-02 1999-02-02 Debugging device for processor incorporating cache memory

Country Status (1)

Country Link
JP (1) JP2000222256A (en)

Similar Documents

Publication Publication Date Title
JP4138021B2 (en) Processor-based device, method for providing software performance profiling information, and software development system for generating and analyzing software performance profiling information
US5889981A (en) Apparatus and method for decoding instructions marked with breakpoint codes to select breakpoint action from plurality of breakpoint actions
US6321331B1 (en) Real time debugger interface for embedded systems
US6859891B2 (en) Apparatus and method for shadowing processor information
US8527812B2 (en) Information processing device
US8037363B2 (en) Generation of trace elements within a data processing apparatus
US7793261B1 (en) Interface for transferring debug information
JP2008513875A (en) Method and apparatus for non-intrusive tracking
CN109254883B (en) Debugging device and method for on-chip memory
US7596725B2 (en) Efficient trace triggering
JP2000222256A (en) Debugging device for processor incorporating cache memory
US9182958B2 (en) Software code profiling
JP5312918B2 (en) Time stamp acquisition circuit and time stamp acquisition method
JP2760228B2 (en) Microprocessor with built-in cache memory and its trace analyzer
JPH0528002A (en) Microprocessor
US8027829B2 (en) System and method for integrated circuit emulation
JP2915944B2 (en) Coverage measurement method and microcomputer
Ravishankar An observable data cache model for fpga prototyping
WO2022066349A1 (en) Monitoring performance cost of events
Ravishankar et al. pcache: An observable l1 data cache model for fpga prototyping of embedded systems
Mayer et al. Compact function trace (CFT)
JPS63313244A (en) Data processor
JPH02207345A (en) Method for sampling instruction under execution process of microprocessor
JPH11327949A (en) Evaluation method for semiconductor device and information processing system using the same
JPH0333940A (en) Microprocessor for evaluation