JP2001051874A - Microcomputer - Google Patents

Microcomputer

Info

Publication number
JP2001051874A
JP2001051874A JP11228130A JP22813099A JP2001051874A JP 2001051874 A JP2001051874 A JP 2001051874A JP 11228130 A JP11228130 A JP 11228130A JP 22813099 A JP22813099 A JP 22813099A JP 2001051874 A JP2001051874 A JP 2001051874A
Authority
JP
Japan
Prior art keywords
instruction
trace
microcomputer
decoding
result
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.)
Withdrawn
Application number
JP11228130A
Other languages
Japanese (ja)
Inventor
Masakazu Kobayashi
正和 小林
Shinjiro Yamada
真二郎 山田
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.)
Hitachi Ltd
Hitachi Solutions Technology Ltd
Original Assignee
Hitachi Ltd
Hitachi ULSI Systems 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 Hitachi Ltd, Hitachi ULSI Systems Co Ltd filed Critical Hitachi Ltd
Priority to JP11228130A priority Critical patent/JP2001051874A/en
Publication of JP2001051874A publication Critical patent/JP2001051874A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)
  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a microcomputer which can optionally specify trace conditions including a stored information amount. SOLUTION: The microcomputer 1A has a CPU 2 which executes instructions according to the decoding results of the instruction by an instruction decode 24. The CPU regards the decoding result of a trace information acquisition instruction as non-operation in actual chip mode and makes a trace control circuit 8A perform trace operation in evaluation mode according to the decoding result of the trace information acquisition instruction. The trace control circuit holds in a trace memory 9 the state in the microcomputer specified with the decoding result of the trace information acquisition instruction in timing specified with the decoding result of the mentioned instruction as well. The internal state to be trace and the tracing timing are both specified with the decoding result of the trace information acquisition instruction, thus trace conditions can optionally be specified including a stored information amount.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明はマイクロコンピュー
タに関し、特にマイクロコンピュータ応用システムのソ
フトウェアデバッグ若しくはシステムデバッグのための
トレース情報の取得技術に関するものである。
The present invention relates to a microcomputer, and more particularly to a technique for acquiring trace information for software debugging or system debugging of a microcomputer application system.

【0002】[0002]

【従来の技術】マイクロコンピュータ応用システムのソ
フトウェアデバッグ若しくはシステムデバッグでは、マ
イクロコンピュータによるプログラムの実行状態をバス
サイクルに同期して順次サンプリングしながらトレース
バッファに蓄えていくリアルタイムトレース機能が利用
されている。これを実現するために、評価用のマイクロ
コンピュータは、エミュレータなどのデバッグ装置に接
続するデバッグ用インタフェースから内部アドレスバス
やデータバスの状態を外部に出力するようなデバッグ機
能を有する。エミュレータなどのデバッグ装置は、前記
評価用マイクロコンピュータのデバッグ用インタフェー
スから出力されるバス情報を、バスサイクル毎にトレー
スバッファに蓄えていく。トレースバッファに蓄えられ
たバス情報を用いて、マイクロコンピュータによる命令
実行状態を追跡しながら、システムデバッグやプログラ
ムデバッグが行なわれる。
2. Description of the Related Art In software debugging or system debugging of a microcomputer application system, a real-time trace function is used in which a program execution state of a microcomputer is sequentially sampled in synchronization with a bus cycle and stored in a trace buffer. In order to realize this, the microcomputer for evaluation has a debugging function of outputting the state of the internal address bus and the data bus to the outside from a debugging interface connected to a debugging device such as an emulator. A debugging device such as an emulator stores bus information output from the debugging interface of the evaluation microcomputer in a trace buffer for each bus cycle. Using the bus information stored in the trace buffer, system debugging and program debugging are performed while tracking the instruction execution state by the microcomputer.

【0003】尚、トレース機能について記載された文献
の例としてはLSIハンドブック(昭和59年11月3
0日株式会社オーム社発行)第562頁がある。
An example of a document describing the trace function is an LSI handbook (November 3, 1984).
(0th day, published by Ohm Co., Ltd.).

【0004】[0004]

【発明が解決しようとする課題】しかしながら、従来の
トレース機能は、トレース条件を指定できるが、蓄積情
報量を任意に指定する機能が無いため、トレースバッフ
ァの容量を越えて情報が供給されると、越えて供給され
た情報の分だけ、古い情報が消失される事態を引き起こ
すという問題があった。これにより、大きな容量のトレ
ースバッファを用いても必要な情報を取得できない場合
がある。そこで本発明者は蓄積情報量も含めてトレース
条件を任意に指定できるようにすることを検討した。更
にその場合には、トレース情報の取得がデバッグ処理の
リアルタイム性を阻害しないようにすることも考慮しな
ければ、リアルタイムOS(オペレーティングシステ
ム)等を用いたシステムのデバッグには適用できなくな
ることが明確になった。
However, the conventional tracing function can specify tracing conditions, but does not have a function to arbitrarily specify the amount of accumulated information. Therefore, when information is supplied beyond the capacity of the trace buffer. However, there is a problem that old information is lost by the amount of information supplied beyond. As a result, there is a case where necessary information cannot be obtained even if a large-capacity trace buffer is used. Therefore, the present inventors have studied to make it possible to arbitrarily specify the trace condition including the amount of accumulated information. Further, in such a case, it is clear that the method cannot be applied to debugging of a system using a real-time OS (operating system) unless consideration is given to obtaining trace information so as not to hinder the real-time performance of the debugging process. Became.

【0005】本発明の目的は、蓄積情報量も含めてトレ
ース条件を任意に指定できるようにしたマイクロコンピ
ュータを提供することにある。
[0005] It is an object of the present invention to provide a microcomputer capable of arbitrarily specifying a trace condition including the amount of stored information.

【0006】本発明の別の目的は、デバッグ処理のリア
ルタイム性を阻害しないようにトレース情報の取得を可
能にするマイクロコンピュータを提供することにある。
Another object of the present invention is to provide a microcomputer which enables acquisition of trace information so as not to hinder the real-time property of a debugging process.

【0007】本発明の前記並びにその他の目的と新規な
特徴は本明細書の記述及び添付図面から明らかになるで
あろう。
The above and other objects and novel features of the present invention will become apparent from the description of the present specification and the accompanying drawings.

【0008】[0008]

【課題を解決するための手段】本願において開示される
発明のうち代表的なものの概要を簡単に説明すれば下記
の通りである。
The following is a brief description of an outline of a typical invention among the inventions disclosed in the present application.

【0009】本発明による第1の態様のマイクロコンピ
ュータは、評価用の機能も兼ね備えた、所謂、実チップ
と評価チップの動作モードを持つようなマイクロコンピ
ュータである。このマイクロコンピュータ(1A)は、
命令デコーダ(24)による命令の解読結果に従って命
令を実行するCPU(2)と、外部とインタフェース可
能にされた外部バスインタフェース回路(7)とを有す
る。前記CPUは、実チップモードのような第1の動作
モードにおいてトレース情報取得命令のような特定のデ
バッグ用命令の解読結果をノン・オペレーションとし、
評価チップモードのような第2の動作モードにおいて前
記特定のデバッグ用命令の解読結果に従ってトレース動
作のような特定のデバッグ動作をデバッグ制御回路(8
A)に実行させる。前記デバッグ制御回路は、前記特定
のデバッグ用命令の解読結果によって指定されたマイク
ロコンピュータ内部の状態を同じく前記特定のデバッグ
用命令の解読結果によって指定されたタイミングでトレ
ースメモリ(9)に保持させる動作を行う。前記トレー
スメモリの記憶情報はマイクロコンピュータの外部に出
力可能にされている。
The microcomputer according to the first aspect of the present invention is a microcomputer having a so-called operation mode of an actual chip and an operation mode of an evaluation chip, which also has an evaluation function. This microcomputer (1A)
It has a CPU (2) for executing an instruction in accordance with the result of decoding the instruction by the instruction decoder (24), and an external bus interface circuit (7) which can be interfaced with the outside. The CPU, in a first operation mode such as a real chip mode, the non-operation of the decoding result of a specific debugging instruction such as a trace information acquisition instruction,
In a second operation mode such as an evaluation chip mode, a specific debug operation such as a trace operation is performed according to a result of decoding the specific debug instruction.
A) is executed. The debug control circuit holds the internal state of the microcomputer specified by the decoding result of the specific debugging instruction in the trace memory (9) at the timing specified by the decoding result of the specific debugging instruction. I do. The information stored in the trace memory can be output to the outside of the microcomputer.

【0010】上記によれば、信号若しくは信号線で特定
されるようなトレースすべき内部状態とトレースタイミ
ングの双方が前記特定のデバッグ用命令の解読結果によ
って指定されるから、トレース情報の蓄積情報量も含め
てトレース条件を任意に指定できる。
According to the above, since both the internal state to be traced and the trace timing specified by the signal or the signal line are specified by the decoding result of the specific debug instruction, the accumulated information amount of the trace information is specified. The trace condition can be arbitrarily specified, including

【0011】また、マイクロコンピュータは、実チップ
モードにおいても評価モードにおいても何れの場合も前
記特定のデバッグ用命令を解読し、実チップモードのよ
うな第1の動作モードでは前記特定のデバッグ用命令は
ノン・オペレーションとして処理する。これにより、第
1には、デバッグ処理のリアルタイム性を阻害しないよ
うにトレース情報を取得できる。即ち、実チップモード
でも、実質的に無駄な前記デバッグ用命令の実行サイク
ルが挿入され、処理内容は相異するがその実行サイクル
は評価モードにおいても挿入されているからである。第
2には、トレースすべき内部状態とトレースタイミング
の双方のトレースポイントはアセンブリ或いはコンパイ
ルの段階で特定でき、評価時に改めてトレース回路のト
レース条件を設定する手間を要しない。よって、トレー
ス条件設定のための論理手段をエミュレータから省くこ
とも可能である。
Further, the microcomputer decodes the specific debug instruction in both the real chip mode and the evaluation mode, and in the first operation mode such as the real chip mode, the microcomputer decodes the specific debug instruction. Is processed as a non-operation. As a result, firstly, trace information can be acquired so as not to hinder the real-time property of the debugging process. That is, even in the actual chip mode, a substantially useless execution cycle of the debug instruction is inserted, and although the processing contents are different, the execution cycle is also inserted in the evaluation mode. Second, the trace points of both the internal state to be traced and the trace timing can be specified at the stage of assembly or compilation, and there is no need to set trace conditions of the trace circuit again at the time of evaluation. Therefore, it is possible to omit the logic means for setting the trace conditions from the emulator.

【0012】本発明による第2の態様のマイクロコンピ
ュータは、評価専用の、所謂、評価チップのようなマイ
クロコンピュータである。このマイクロコンピュータ
(1B)は、命令デコーダ(24)による命令の解読結
果に従って命令を実行するCPU(2)と、外部とイン
タフェース可能にされた外部バスインタフェース回路
(7)と、マイクロコンピュータの内部状態を評価のた
めに外部に出力可能な評価用インタフェース回路(1
0)とを有する。前記CPUは、トレース情報取得命令
のような特定のデバッグ用命令の解読結果に従ってトレ
ース動作のような特定のデバッグ動作をデバッグ制御回
路(8B)に実行させる。前記デバッグ制御回路は、前
記特定のデバッグ用命令の解読結によって指定されたマ
イクロコンピュータ内部の状態を同じく前記特定のデバ
ッグ用命令の解読結によって指定されたタイミングで前
記評価用インタフェース回路から外部に出力させる動作
を行うものである。
The microcomputer according to the second aspect of the present invention is a microcomputer dedicated to evaluation, such as a so-called evaluation chip. The microcomputer (1B) includes a CPU (2) for executing an instruction in accordance with a result of decoding the instruction by the instruction decoder (24), an external bus interface circuit (7) capable of interfacing with the outside, and an internal state of the microcomputer. Interface circuit (1
0). The CPU causes the debug control circuit (8B) to execute a specific debug operation such as a trace operation in accordance with a result of decoding a specific debug instruction such as a trace information acquisition instruction. The debug control circuit outputs the internal state of the microcomputer specified by the decoding of the specific debugging instruction to the outside from the evaluation interface circuit at the timing specified by the decoding of the specific debugging instruction. Is performed.

【0013】このマイクロコンピュータ(1B)によれ
ば、上記同様、トレース情報の蓄積情報量も含めてトレ
ース条件を任意に指定でき、デバッグ処理のリアルタイ
ム性を阻害しないようにトレース情報を取得でき、トレ
ース条件設定のための論理手段をエミュレータから省く
ことを可能にできる。
According to the microcomputer (1B), similarly to the above, it is possible to arbitrarily specify trace conditions including the amount of accumulated information of the trace information, to acquire the trace information so as not to hinder the real-time performance of the debugging process, Logic means for setting conditions can be omitted from the emulator.

【0014】上記第1の態様に係る実チップ及び評価チ
ップ兼用のマイクロコンピュータ(1A)、第2の態様
に係る評価チップ専用のマイクロコンピュータ(1B)
によって評価されたユーザプログラムを実行する実チッ
プ機能だけを持つ第3の態様に係るマイクロコンピュー
タ(1C)は、命令デコーダ(24)による命令の解読
結果に従って命令を実行するCPU(2)と、外部とイ
ンタフェース可能にされた外部バスインタフェース回路
(7)とを有する。前記CPUは、前記マイクロコンピ
ュータに対応されるデバッグ用マイクロコンピュータに
デバッグ用動作を制御させる特定のデバッグ命令に対し
て、その解読結果をノン・オペレーションとして処理す
る。
The microcomputer (1A) serving both as the actual chip and the evaluation chip according to the first aspect, and the microcomputer (1B) dedicated to the evaluation chip according to the second aspect.
A microcomputer (1C) according to a third aspect having only a real chip function of executing a user program evaluated by a CPU (2) that executes an instruction in accordance with a result of decoding an instruction by an instruction decoder (24), and an external device And an external bus interface circuit (7) capable of interfacing. The CPU processes, as a non-operation, a decoding result of a specific debug instruction that causes a debugging microcomputer corresponding to the microcomputer to control a debugging operation.

【0015】[0015]

【発明の実施の形態】〔1〕実チップ・評価チップ兼用
マイクロコンピュータ 図1には本発明に係る第1のマイクロコンピュータ1A
が示される。同図に示されるマイクロコンピュータ1A
は、評価用の機能も兼ね備えた、所謂、実チップと評価
チップの動作モードを持つマイクロコンピュータであ
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS [1] Microcomputer Combined with Actual Chip / Evaluation Chip FIG. 1 shows a first microcomputer 1A according to the present invention.
Is shown. Microcomputer 1A shown in FIG.
Is a microcomputer having a so-called actual chip and an operation mode of an evaluation chip, which also has an evaluation function.

【0016】このマイクロコンピュータ1Aは、特に制
限されないが、公知の半導体集積回路製造技術によって
単結晶シリコンのような1個の半導体基板に形成されて
いる。CPU(中央処理装置)2は、代表的に示された
命令制御部20、命令デコーダ24及び演算部21を有
する。
Although not particularly limited, the microcomputer 1A is formed on one semiconductor substrate such as single crystal silicon by a known semiconductor integrated circuit manufacturing technique. The CPU (Central Processing Unit) 2 includes an instruction control unit 20, an instruction decoder 24, and an operation unit 21, which are representatively shown.

【0017】前記命令制御部20は、命令キャッシュバ
スICBUSを介して命令キャッシュメモリ3に接続さ
れ、実行すべき命令のフェッチ及びプリフェッチを制御
すると共に、割り込みや例外処理などに起因して命令実
行シーケンスを変更する命令アドレス制御を行う。CP
U2が実行すべき命令アドレスはプログラムカウンタ
(PC)22が保有する。CPU2実行すべき命令は命
令レジスタ(IR)23にロードされる。図1の例では
マイクロコンピュータ1Aの外部に設けられた図示を省
略するプログラムメモリにCPU2の動作プログラムが
格納されている。命令キャッシュメモリ3はプログラム
メモリが保有するプログラムの内、頻繁に実行した一部
のプログラムを保有する。IRQiは代表的に示された
外部割り込み要求信号である。
The instruction control unit 20 is connected to the instruction cache memory 3 via an instruction cache bus ICBUS, controls fetching and prefetching of an instruction to be executed, and executes an instruction execution sequence due to interruption or exception processing. To change the instruction address. CP
The instruction address to be executed by U2 is held by the program counter (PC) 22. The instruction to be executed by the CPU 2 is loaded into the instruction register (IR) 23. In the example of FIG. 1, an operation program of the CPU 2 is stored in a program memory (not shown) provided outside the microcomputer 1A. The instruction cache memory 3 holds some frequently executed programs among the programs held by the program memory. IRQi is an external interrupt request signal typically shown.

【0018】命令レジスタ23にロードされた命令は命
令デコーダ24で解読される。命令デコーダ24はその
解読結果にしたがって、CPU2内部の各種制御信号を
生成する。
The instruction loaded in the instruction register 23 is decoded by the instruction decoder 24. The instruction decoder 24 generates various control signals inside the CPU 2 according to the decoding result.

【0019】演算部21は、データキャッシュバスDC
BUSを介してデータキャッシュメモリ4に接続され、
演算器や汎用レジスタ等を有し、命令デコーダ24の解
読結果にしたがってオペランドアクセスやオペランド操
作などの演算を行う。必要なオペランドはデータキャッ
シュメモリ4を介して、或いはイミディエイトデータと
して取得する。
The operation unit 21 includes a data cache bus DC
Connected to the data cache memory 4 via the BUS,
It has an arithmetic unit, a general-purpose register, and the like, and performs operations such as operand access and operand operation according to the decoding result of the instruction decoder 24. Necessary operands are obtained via the data cache memory 4 or as immediate data.

【0020】前記命令キャッシュメモリ3及びデータキ
ャッシュメモリ4は内部バスIBUSを介してバスコン
トローラ5に接続される。バスコントローラ5は、周辺
バスPBUSを介して周辺回路6、外部バスインタフェ
ース回路7及びトレースメモリ9に接続されている。前
記命令キャッシュメモリ3、データキャッシュメモリ4
は、キャッシュミスを生ずると、その時のCPU2から
のアクセスアドレスをバスコントローラ5に与える。バ
スコントローラ5は、キャッシュミスに係るデータをフ
ェッチするためのアクセスサイクルをアクセス対象回路
の種類に応じて制御する。アクセス対象が外部であれば
周辺バスPBUSのバスサイクルと外部バスサイクルを
制御し、周辺回路6であれば周辺バスサイクルを制御す
る。
The instruction cache memory 3 and the data cache memory 4 are connected to a bus controller 5 via an internal bus IBUS. The bus controller 5 is connected to a peripheral circuit 6, an external bus interface circuit 7, and a trace memory 9 via a peripheral bus PBUS. The instruction cache memory 3 and the data cache memory 4
Gives a bus controller 5 an access address from the CPU 2 at that time when a cache miss occurs. The bus controller 5 controls an access cycle for fetching the data related to the cache miss according to the type of the access target circuit. If the access target is external, the bus cycle of the peripheral bus PBUS and the external bus cycle are controlled, and if the access target is the peripheral circuit 6, the peripheral bus cycle is controlled.

【0021】マイクロコンピュータ1の動作モードはパ
ワーオンリセット時におけるモード信号MDの状態によ
って決定される。モード制御回路11は、モード信号M
Dが論理値“1”であればマイクロコンピュータ1に実
チップモード(第1の動作モード)を設定し、モード信
号MDが論理値“0”であればマイクロコンピュータ1
に評価チップモード(第2の動作モード)を設定する。
それら動作モードによる一般的な相違点は、CPU2の
アドレスマップ等である。例えば実チップモードにおい
て特権モードでのみアクセス可能な一部のアドレスエリ
アはユーザモードで評価に利用可能になる。
The operation mode of the microcomputer 1 is determined by the state of the mode signal MD at power-on reset. The mode control circuit 11 outputs the mode signal M
If D is a logical value "1", the microcomputer 1 sets the real chip mode (first operation mode). If the mode signal MD is a logical value "0", the microcomputer 1
Is set to the evaluation chip mode (second operation mode).
A general difference between the operation modes is an address map of the CPU 2 and the like. For example, in the real chip mode, some address areas accessible only in the privilege mode can be used for evaluation in the user mode.

【0022】次にマイクロコンピュータ1Aのトレース
機能について説明する。CPU2はその命令セットに、
特定のデバッグ用命令としてトレース情報取得命令を含
む。このトレース情報取得命令は、図3に例示されるよ
うに、オペレーションコードの指定フィールドA、トレ
ースすべき信号位置を指定するフィールドB、トレース
すべきタイミングを指定するフィールドCを有する。
Next, the trace function of the microcomputer 1A will be described. CPU2 includes in its instruction set:
A trace information acquisition instruction is included as a specific debug instruction. As shown in FIG. 3, the trace information acquisition instruction has a field A for specifying an operation code, a field B for specifying a signal position to be traced, and a field C for specifying a timing to be traced.

【0023】前記トレース情報取得命令は、前記実チッ
プモードではノン・オペレーションの命令とみなされ
る。即ち、モード制御回路11は実チップモードにおい
て制御信号12を論理値“1”、評価チップモードにお
いて制御信号12を論理値“0”にする。命令デコーダ
24は制御信号12を入力する。命令デコーダ24はオ
ペレーションコードのデコードによって、トレース情報
取得命令を認識したとき、前記制御信号12が論理値
“1”ならば、そのデコード結果をノン・オペレーショ
ンコードのデコード結果に入れ替える。従って、動作プ
ログラムにトレース情報取得命令が埋め込まれていて
も、実チップモードでは当該命令による実質的な処理は
行われず、後述するトレス情報取得動作はスキップされ
る。
The trace information acquisition instruction is regarded as a non-operation instruction in the real chip mode. That is, the mode control circuit 11 sets the control signal 12 to the logical value “1” in the real chip mode, and sets the control signal 12 to the logical value “0” in the evaluation chip mode. The instruction decoder 24 receives the control signal 12. When the instruction decoder 24 recognizes the trace information acquisition instruction by decoding the operation code, if the control signal 12 has the logical value "1", the instruction decoder 24 replaces the decoding result with the decoding result of the non-operation code. Therefore, even if the trace information acquisition instruction is embedded in the operation program, the substantial processing by the instruction is not performed in the actual chip mode, and the trace information acquisition operation described later is skipped.

【0024】評価チップモードにおいて命令デコーダ2
4がトレース情報取得命令を解読すると、その解読結果
に従い、制御信号25によってトレース制御回路8Aに
トレースを実行させる。即ち、トレース制御回路8A
は、前記フィールドBで指定された信号位置の信号(マ
イクロコンピュータ内部の状態)を、前記フィールドC
によって指定されたタイミングで、トレースメモリ9に
保持させる動作を行う。図1の例に従えば、前記フィー
ルドBで指定される信号位置とは、命令キャッシュバス
ICBUS上の情報(命令アドレス、命令情報及び制御
情報)、データキャッシュバスDCBUS上の情報(デ
ータアドレス、データ情報及び制御情報)、プログラム
カウンタPCの値、内部バスIBUS上の情報(アドレ
ス、データ情報、命令情報及び制御情報)、周辺バスP
BUS上の情報(アドレス、データ情報、命令情報及び
制御情報)の何れかを意味する。前記フィールドCによ
って指定されるタイミングとは、当該トレース情報取得
命令を起点に幾つ後の命令実行サイクルからトレースを
開始し、何サイクルで終了するかというタイミングであ
る。これにより、例えば、トレース情報取得命令のデコ
ードの3サイクル後から命令キャッシュバスIBUS上
の情報を8サイクルだけトレースメモリ9にトレースす
ると言うよう様なトレース動作を行うことができる。
In the evaluation chip mode, the instruction decoder 2
4 decodes the trace information acquisition instruction, and causes the trace control circuit 8A to execute the trace by the control signal 25 according to the result of the decoding. That is, the trace control circuit 8A
Converts the signal at the signal position designated in the field B (the state inside the microcomputer) into the field C
At the timing designated by, the operation of holding the data in the trace memory 9 is performed. According to the example of FIG. 1, the signal position specified in the field B is information (instruction address, instruction information and control information) on the instruction cache bus ICBUS, and information (data address, data) on the data cache bus DCBUS. Information and control information), the value of the program counter PC, information (address, data information, instruction information and control information) on the internal bus IBUS, the peripheral bus P
It means any of information (address, data information, command information and control information) on the BUS. The timing specified by the field C is a timing at which the trace is started from the instruction execution cycle after the trace information acquisition instruction as a starting point, and ends in what cycle. Thus, for example, a trace operation such as tracing information on the instruction cache bus IBUS to the trace memory 9 for eight cycles after three cycles after decoding of the trace information acquisition instruction can be performed.

【0025】前記トレースメモリ9は例えば、前述のよ
うに、実チップモードにおいて特権モードでのみアクセ
ス可能な一部のアドレスエリアに割り当てられている。
したがって、トレース動作は実チップモードのアドレス
空間を圧迫しない。ユーザプログラムの実行を終了した
後、前記トレースメモリの記憶情報を外部に読み出すと
きは、CPU2に特権モードでシステムプログラム若し
くはデバッグサポートプログラムを実行させて、トレー
スメモリ9をアクセスすればよい。
The trace memory 9 is, for example, assigned to a part of the address area accessible only in the privileged mode in the real chip mode, as described above.
Therefore, the trace operation does not compress the address space in the real chip mode. When the stored information in the trace memory is read out after the execution of the user program is finished, the CPU 2 can execute the system program or the debug support program in the privileged mode to access the trace memory 9.

【0026】上記マイクロコンピュータ1Aによれば、
ICBUS,DCBUS,IBUS,PBUSのような
バスの状態或いはプログラムカウンタ22のような特定
の回路のラッチ状態のようなトレースすべき内部状態
と、トレース期間のようなトレースタイミングとの双方
が前記トレース情報取得命令の解読結果によって指定さ
れるから、トレースメモリ9に対するトレース情報の蓄
積情報量も含めてトレース条件を任意に指定できる。し
たがって、トレースメモリ9の記憶容量が小さければ、
それに応じて前記トレース条件を命令レベルで指定でき
るから、所望のトレース情報の取りこぼしが殆ど無い。
According to the microcomputer 1A,
Both the internal state to be traced such as the bus state such as ICBUS, DCBUS, IBUS, and PBUS or the latch state of a specific circuit such as the program counter 22, and the trace timing such as the trace period are the trace information. Since the trace condition is specified by the decoding result of the acquisition instruction, the trace condition including the amount of trace information stored in the trace memory 9 can be arbitrarily specified. Therefore, if the storage capacity of the trace memory 9 is small,
Since the trace conditions can be specified at the instruction level in response, there is almost no loss of desired trace information.

【0027】実チップモードと評価モードの何れの場合
も前記トレース情報取得命令を解読し、実チップモード
では前記トレース情報取得命令はノン・オペレーション
として処理する。これにより、デバッグ処理のリアルタ
イム性を阻害しないようにトレース情報を取得できる。
即ち、実チップモードでも、実質的に無駄な前記トレー
ス情報取得命令の実行サイクルが挿入され、処理内容は
相異するがその実行サイクルは評価モードにおいても挿
入されているからである。更に、トレースすべき内部状
態とトレースタイミングの双方のトレースポイントはア
センブリ或いはコンパイルの段階で特定でき、評価時に
改めてトレース回路のトレース条件を設定する手間を要
しない。よって、トレース条件設定のための論理手段を
エミュレータから省くことも可能である。
The trace information acquisition instruction is decoded in both the real chip mode and the evaluation mode. In the real chip mode, the trace information acquisition instruction is processed as a non-operation. This makes it possible to acquire trace information so as not to hinder the real-time performance of the debugging process.
That is, even in the actual chip mode, a substantially useless execution cycle of the trace information acquisition instruction is inserted, and although the processing content is different, the execution cycle is also inserted in the evaluation mode. Furthermore, the trace points of both the internal state to be traced and the trace timing can be specified at the stage of assembly or compilation, and there is no need to set the trace conditions of the trace circuit again at the time of evaluation. Therefore, it is possible to omit the logic means for setting the trace conditions from the emulator.

【0028】〔2〕評価チップ専用マイクロコンピュー
タ 図2には前記トレース情報取得命令によるトレース機構
を評価チップ専用のマイクロコンピュータに適用した例
が示される。図1との相違点は、トレース制御回路8B
の論理、そしてトレースメモリ9に代えて評価用インタ
フェース回路10を設けた点である。即ち、評価用イン
タフェース回路10は、マイクロコンピュータ1Bの内
部状態を、評価のために外部に出力する。前記CPU2
の命令デコーダ24は、前記トレース情報取得命令の解
読結果に従ってトレース情報取得動作をトレース制御回
路8Bに実行させる。マイクロコンピュータ1Bは評価
チップ専用であるから、前記制御信号12をプルダウン
により論理値“0”に固定してあり、トレース動作をノ
ン・オペレーションにする制御は不要にされている。ト
レース制御回路8Bは、図1と同様に、前記トレース情
報取得命令の解読結である制御信号25に従い、フィー
ルドBで指定された信号位置の信号をフィールドCで指
定されたタイミングを持って選択して、前記評価用イン
タフェース回路10から外部に出力させる動作を行う。
[2] Evaluation Chip Dedicated Microcomputer FIG. 2 shows an example in which the trace mechanism based on the trace information acquisition instruction is applied to an evaluation chip dedicated microcomputer. The difference from FIG. 1 is that the trace control circuit 8B
And the point that an evaluation interface circuit 10 is provided in place of the trace memory 9. That is, the evaluation interface circuit 10 outputs the internal state of the microcomputer 1B to the outside for evaluation. The CPU 2
The instruction decoder 24 causes the trace control circuit 8B to execute a trace information acquisition operation in accordance with the result of decoding the trace information acquisition instruction. Since the microcomputer 1B is dedicated to the evaluation chip, the control signal 12 is fixed to a logical value "0" by pull-down, and control for making the trace operation non-operation is unnecessary. The trace control circuit 8B selects the signal at the signal position specified in the field B at the timing specified in the field C in accordance with the control signal 25 which is the interpretation of the trace information acquisition instruction, as in FIG. Then, an operation of outputting the evaluation interface circuit 10 to the outside is performed.

【0029】図2のマイクロコンピュータ1Bによれ
ば、図1と同様、トレース情報の蓄積情報量も含めてト
レース条件を任意に指定でき、デバッグ処理のリアルタ
イム性を阻害しないようにトレース情報を取得でき、ト
レース条件設定のための論理手段をエミュレータから省
くことを可能にできる。
According to the microcomputer 1B of FIG. 2, similarly to FIG. 1, it is possible to arbitrarily specify the trace conditions including the amount of accumulated trace information, and acquire the trace information so as not to hinder the real-time performance of the debugging process. Thus, it is possible to omit the logic means for setting the trace conditions from the emulator.

【0030】〔3〕実チップ専用マイクロコンピュータ 図3には実チップ専用マイクロコンピュータ1Cの一例
が示される。図1との相違点はトレースのためのトレー
ス制御回路8A及びトレースメモリ9が削除されてい
る。CPU2は図1と同じであり、その命令セットには
前記トレース情報取得命令が含まれている。但し、マイ
クロコンピュータ1Cは実チップ専用であるから、前記
制御信号12をプルアップにより論理値“1”に固定し
てあり、前記トレース情報取得命令をフェッチしてもト
レース動作を常にノン・オペレーションにするようにな
っている。
[3] Microcomputer dedicated to real chip FIG. 3 shows an example of a microcomputer 1C dedicated to real chip. The difference from FIG. 1 is that the trace control circuit 8A for tracing and the trace memory 9 are deleted. The CPU 2 is the same as that of FIG. 1, and its instruction set includes the trace information acquisition instruction. However, since the microcomputer 1C is dedicated to the real chip, the control signal 12 is fixed to a logical value "1" by pull-up, and the trace operation is always set to non-operation even if the trace information acquisition instruction is fetched. It is supposed to.

【0031】以上本発明者によってなされた発明を実施
形態に基づいて具体的に説明したが、本発明はそれに限
定されるものではなく、その要旨を逸脱しない範囲にお
いて種々変更可能であることは言うまでもない。
Although the invention made by the inventor has been specifically described based on the embodiments, it is needless to say that the present invention is not limited to the embodiments and can be variously modified without departing from the gist of the invention. No.

【0032】例えば、評価チップ専用の構造であっても
内部にトレースメモリを設けてもよい。トレースメモリ
からの読み出しは評価用インタフェース回路を介して行
うことができる。
For example, a trace memory may be provided inside a structure dedicated to the evaluation chip. Reading from the trace memory can be performed via the evaluation interface circuit.

【0033】CPUは複数段のパイプラインで命令を実
行するものであってもよい。また、CPUはリアルタイ
ムOSを採用するものであってもよい。また、CPUと
内部バスの接続はキャッシュメモリを介して行わない構
成であってもよい。キャッシュメモリは命令とデータを
混在されるユニファイドキャッシュメモリであってもよ
い。マイクロコンピュータはタイマカウンタやシリアル
インタフェース等の種々の周辺回路を内蔵し、更にはダ
イレクト・メモリ・アクセス・コントローラ等のバスマ
スタ、そして浮動小数点ユニット等のアクセラレータユ
ニットを含んでもよい。
The CPU may execute instructions in a multi-stage pipeline. Further, the CPU may employ a real-time OS. The connection between the CPU and the internal bus may not be performed via the cache memory. The cache memory may be a unified cache memory in which instructions and data are mixed. The microcomputer incorporates various peripheral circuits such as a timer counter and a serial interface, and may further include a bus master such as a direct memory access controller and an accelerator unit such as a floating point unit.

【0034】[0034]

【発明の効果】本願において開示される発明のうち代表
的なものによって得られる効果を簡単に説明すれば下記
の通りである。
The effects obtained by typical ones of the inventions disclosed in the present application will be briefly described as follows.

【0035】すなわち、トレースすべき内部状態とトレ
ースタイミングの双方が前記特定のデバッグ用命令の解
読結果によって指定されるから、トレース情報の蓄積情
報量も含めてトレース条件を任意に指定できる。
That is, since both the internal state to be traced and the trace timing are specified by the decoding result of the specific debug instruction, the trace condition including the accumulated information amount of the trace information can be arbitrarily specified.

【0036】実チップモードにおいても評価モードにお
いても何れの場合も前記特定のデバッグ用命令を解読
し、実チップモードのような第1の動作モードでは前記
特定のデバッグ用命令をノン・オペレーションとして処
理するから、デバッグ処理のリアルタイム性を阻害しな
いようにトレース情報を取得できる。
In either case of the real chip mode or the evaluation mode, the specific debug instruction is decoded, and in the first operation mode such as the real chip mode, the specific debug instruction is processed as a non-operation. Therefore, the trace information can be acquired so as not to hinder the real-time property of the debugging process.

【0037】しかも、トレースポイントはアセンブリ或
いはコンパイルの段階で特定でき、評価時に改めてトレ
ース回路のトレース条件を設定する手間を要せず、トレ
ース条件設定のための論理手段をエミュレータから省く
ことも可能になる。
Moreover, the trace points can be specified at the stage of assembly or compilation, so that it is not necessary to set the trace conditions of the trace circuit again at the time of evaluation, and it is possible to omit the logic means for setting the trace conditions from the emulator. Become.

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

【図1】本発明の一例に係る実チップ・評価チップ兼用
マイクロコンピュータのブロック図である。
FIG. 1 is a block diagram of a microcomputer for both a real chip and an evaluation chip according to an example of the present invention.

【図2】本発明の別の例に係る評価チップ専用マイクロ
コンピュータのブロック図である。
FIG. 2 is a block diagram of a microcomputer dedicated to an evaluation chip according to another example of the present invention.

【図3】本発明の別の更に別の例に係る実チップ専用マ
イクロコンピュータのブロック図である。
FIG. 3 is a block diagram of a real-chip dedicated microcomputer according to yet another example of the present invention.

【図4】トレース情報所得命令の一例を示すフォーマッ
ト図である。
FIG. 4 is a format diagram showing an example of a trace information income instruction.

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

1A 実チップ・評価チップ兼用のマイクロコンピュー
タ 1B 評価チップ専用のマイクロコンピュータ 1C 実チップ専用のマイクロコンピュータ 2 CPU 3 命令キャッシュメモリ 4 データキャッシュメモリ 5 バスコントローラ 7 外部バスインタフェース回路 8A、8B トレース制御回路 9 トレースメモリ 10 評価用インタフェース回路 11 モード制御回路 20 命令制御部 21 演算部 22 プログラムカウンタ 23 命令レジスタ 24 命令デコーダ
Reference Signs List 1A Microcomputer for both real chip and evaluation chip 1B Microcomputer for evaluation chip 1C Microcomputer for real chip 2 CPU 3 Instruction cache memory 4 Data cache memory 5 Bus controller 7 External bus interface circuit 8A, 8B Trace control circuit 9 Trace Memory 10 Evaluation interface circuit 11 Mode control circuit 20 Instruction control unit 21 Operation unit 22 Program counter 23 Instruction register 24 Instruction decoder

───────────────────────────────────────────────────── フロントページの続き (72)発明者 山田 真二郎 東京都小平市上水本町五丁目20番1号 株 式会社日立製作所半導体グループ内 Fターム(参考) 5B033 BA02 BE07 FA24 5B042 GA13 HH30 KK06 LA11 MA08 MA20 MC03 MC09  ──────────────────────────────────────────────────続 き Continuing from the front page (72) Inventor Shinjiro Yamada 5-2-1, Kamizuhoncho, Kodaira-shi, Tokyo F-term in Hitachi Semiconductor Group 5B033 BA02 BE07 FA24 5B042 GA13 HH30 KK06 LA11 MA08 MA20 MC03 MC09

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 命令デコーダによる命令の解読結果に従
って命令を実行するCPUと、外部とインタフェース可
能にされた外部バスインタフェース回路とを有し、 前記CPUは、第1の動作モードにおいて特定のデバッ
グ用命令の解読結果をノン・オペレーションとし、第2
の動作モードにおいて前記特定のデバッグ用命令の解読
結果に従って特定のデバッグ動作をデバッグ制御回路に
実行させ、 前記デバッグ制御回路は、前記特定のデバッグ用命令の
解読結果によって指定されたマイクロコンピュータ内部
の状態を同じく前記特定のデバッグ用命令の解読結果に
よって指定されたタイミングでトレースメモリに保持さ
せる動作を行うものであり、 前記トレースメモリの記憶情報は外部に出力可能にされ
て成るものであることを特徴とするマイクロコンピュー
タ。
1. A CPU for executing an instruction in accordance with a result of decoding of an instruction by an instruction decoder, and an external bus interface circuit capable of interfacing with an external device, wherein the CPU has a specific debugging function in a first operation mode. The result of decoding the instruction is non-operational and the second
Causing the debug control circuit to execute a specific debug operation in accordance with the result of decoding the specific debug instruction in the operation mode, wherein the state of the microcomputer specified by the result of decoding the specific debug instruction is In the trace memory at the timing specified by the decoding result of the specific debug instruction. The information stored in the trace memory is configured to be output to the outside. And a microcomputer.
【請求項2】 前記第1の動作モードはマイクロコンピ
ュータに関する評価を行わない実チップモードであり、
前記第2の動作モードはマイクロコンピュータに関する
評価を行う評価モードであることを特徴とする請求項1
記載のマイクロコンピュータ。
2. The first operation mode is a real chip mode in which an evaluation regarding a microcomputer is not performed.
2. The system according to claim 1, wherein the second operation mode is an evaluation mode for performing an evaluation on the microcomputer.
The microcomputer as described.
【請求項3】 命令デコーダによる命令の解読結果に従
って命令を実行するCPUと、外部とインタフェース可
能にされた外部バスインタフェース回路と、マイクロコ
ンピュータの内部状態を評価のために外部に出力可能な
評価用インタフェース回路とを有し、 前記CPUは、特定のデバッグ用命令の解読結果に従っ
て特定のデバッグ動作をデバッグ制御回路に実行させ、 前記デバッグ制御回路は、前記特定のデバッグ用命令の
解読結果によって指定されたマイクロコンピュータ内部
の状態を同じく前記特定のデバッグ用命令の解読結果に
よって指定されたタイミングで前記評価用インタフェー
ス回路から外部に出力させる動作を行うものであること
を特徴とするマイクロコンピュータ。
3. A CPU for executing an instruction according to a result of decoding of an instruction by an instruction decoder, an external bus interface circuit capable of interfacing with an external device, and an evaluation device capable of outputting an internal state of the microcomputer to an external device for evaluation. An interface circuit, wherein the CPU causes a debug control circuit to execute a specific debug operation in accordance with a result of decoding the specific debug instruction, and the debug control circuit is specified by the result of decoding the specific debug instruction. A microcomputer which outputs the internal state of the microcomputer to the outside from the evaluation interface circuit at a timing designated by the decoding result of the specific debug instruction.
【請求項4】 命令デコーダによる命令の解読結果に従
って命令を実行するCPUと、外部とインタフェース可
能にされた外部バスインタフェース回路とを有するマイ
クロコンピュータであって、 前記CPUは、前記マイクロコンピュータに対応される
デバッグ用マイクロコンピュータにデバッグ用動作を制
御させる特定のデバッグ用命令に対して、その解読結果
をノン・オペレーションとして処理するものであること
を特徴とするマイクロコンピュータ。
4. A microcomputer comprising: a CPU for executing an instruction in accordance with a result of decoding of an instruction by an instruction decoder; and an external bus interface circuit capable of interfacing with the outside, wherein the CPU corresponds to the microcomputer. A microcomputer which processes a decoding result of a specific debugging instruction which causes a debugging microcomputer to control a debugging operation as a non-operation.
【請求項5】 前記特定のデバッグ用命令はトレース情
報取得命令であることを特徴とする請求項1乃至4の何
れか1項記載のマイクロコンピュータ。
5. The microcomputer according to claim 1, wherein the specific debug instruction is a trace information acquisition instruction.
JP11228130A 1999-08-12 1999-08-12 Microcomputer Withdrawn JP2001051874A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11228130A JP2001051874A (en) 1999-08-12 1999-08-12 Microcomputer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11228130A JP2001051874A (en) 1999-08-12 1999-08-12 Microcomputer

Publications (1)

Publication Number Publication Date
JP2001051874A true JP2001051874A (en) 2001-02-23

Family

ID=16871694

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11228130A Withdrawn JP2001051874A (en) 1999-08-12 1999-08-12 Microcomputer

Country Status (1)

Country Link
JP (1) JP2001051874A (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157874A (en) * 2007-12-28 2009-07-16 Nec Electronics Corp Information processor, and debugging method of software
JP2010218367A (en) * 2009-03-18 2010-09-30 Fujitsu Ltd Processing apparatus and method for acquiring log information
WO2012137321A1 (en) * 2011-04-06 2012-10-11 株式会社日立製作所 Information processing device and method
WO2013136705A1 (en) * 2012-03-16 2013-09-19 International Business Machines Corporation Run-time instrumentation directed sampling
US9158660B2 (en) 2012-03-16 2015-10-13 International Business Machines Corporation Controlling operation of a run-time instrumentation facility
US9250902B2 (en) 2012-03-16 2016-02-02 International Business Machines Corporation Determining the status of run-time-instrumentation controls
US9280447B2 (en) 2012-03-16 2016-03-08 International Business Machines Corporation Modifying run-time-instrumentation controls from a lesser-privileged state
US9280346B2 (en) 2012-03-16 2016-03-08 International Business Machines Corporation Run-time instrumentation reporting
US9367316B2 (en) 2012-03-16 2016-06-14 International Business Machines Corporation Run-time instrumentation indirect sampling by instruction operation code
US9372693B2 (en) 2012-03-16 2016-06-21 International Business Machines Corporation Run-time instrumentation sampling in transactional-execution mode
US9395989B2 (en) 2012-03-16 2016-07-19 International Business Machines Corporation Run-time-instrumentation controls emit instruction
US9400736B2 (en) 2012-03-16 2016-07-26 International Business Machines Corporation Transformation of a program-event-recording event into a run-time instrumentation event
US9405541B2 (en) 2012-03-16 2016-08-02 International Business Machines Corporation Run-time instrumentation indirect sampling by address
US9454462B2 (en) 2012-03-16 2016-09-27 International Business Machines Corporation Run-time instrumentation monitoring for processor characteristic changes
US9483269B2 (en) 2012-03-16 2016-11-01 International Business Machines Corporation Hardware based run-time instrumentation facility for managed run-times

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009157874A (en) * 2007-12-28 2009-07-16 Nec Electronics Corp Information processor, and debugging method of software
US8731688B2 (en) 2009-03-18 2014-05-20 Fujitsu Limited Processing apparatus and method for acquiring log information
JP2010218367A (en) * 2009-03-18 2010-09-30 Fujitsu Ltd Processing apparatus and method for acquiring log information
WO2012137321A1 (en) * 2011-04-06 2012-10-11 株式会社日立製作所 Information processing device and method
US9372693B2 (en) 2012-03-16 2016-06-21 International Business Machines Corporation Run-time instrumentation sampling in transactional-execution mode
US9395989B2 (en) 2012-03-16 2016-07-19 International Business Machines Corporation Run-time-instrumentation controls emit instruction
JP2015510153A (en) * 2012-03-16 2015-04-02 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation Runtime instrumentation oriented sampling
EP2825961A4 (en) * 2012-03-16 2015-05-06 Ibm Run-time instrumentation directed sampling
US9158660B2 (en) 2012-03-16 2015-10-13 International Business Machines Corporation Controlling operation of a run-time instrumentation facility
US9250902B2 (en) 2012-03-16 2016-02-02 International Business Machines Corporation Determining the status of run-time-instrumentation controls
US9250903B2 (en) 2012-03-16 2016-02-02 International Business Machinecs Corporation Determining the status of run-time-instrumentation controls
US9280447B2 (en) 2012-03-16 2016-03-08 International Business Machines Corporation Modifying run-time-instrumentation controls from a lesser-privileged state
US9280448B2 (en) 2012-03-16 2016-03-08 International Business Machines Corporation Controlling operation of a run-time instrumentation facility from a lesser-privileged state
US9280346B2 (en) 2012-03-16 2016-03-08 International Business Machines Corporation Run-time instrumentation reporting
US9367313B2 (en) 2012-03-16 2016-06-14 International Business Machines Corporation Run-time instrumentation directed sampling
US9367316B2 (en) 2012-03-16 2016-06-14 International Business Machines Corporation Run-time instrumentation indirect sampling by instruction operation code
WO2013136705A1 (en) * 2012-03-16 2013-09-19 International Business Machines Corporation Run-time instrumentation directed sampling
EP2825961A1 (en) * 2012-03-16 2015-01-21 International Business Machines Corporation Run-time instrumentation directed sampling
US9400736B2 (en) 2012-03-16 2016-07-26 International Business Machines Corporation Transformation of a program-event-recording event into a run-time instrumentation event
US9405541B2 (en) 2012-03-16 2016-08-02 International Business Machines Corporation Run-time instrumentation indirect sampling by address
US9405543B2 (en) 2012-03-16 2016-08-02 International Business Machines Corporation Run-time instrumentation indirect sampling by address
US9411591B2 (en) 2012-03-16 2016-08-09 International Business Machines Corporation Run-time instrumentation sampling in transactional-execution mode
US9430238B2 (en) 2012-03-16 2016-08-30 International Business Machines Corporation Run-time-instrumentation controls emit instruction
US9442824B2 (en) 2012-03-16 2016-09-13 International Business Machines Corporation Transformation of a program-event-recording event into a run-time instrumentation event
US9442728B2 (en) 2012-03-16 2016-09-13 International Business Machines Corporation Run-time instrumentation indirect sampling by instruction operation code
US9454462B2 (en) 2012-03-16 2016-09-27 International Business Machines Corporation Run-time instrumentation monitoring for processor characteristic changes
US9459873B2 (en) 2012-03-16 2016-10-04 International Business Machines Corporation Run-time instrumentation monitoring of processor characteristics
US9465716B2 (en) 2012-03-16 2016-10-11 International Business Machines Corporation Run-time instrumentation directed sampling
US9471315B2 (en) 2012-03-16 2016-10-18 International Business Machines Corporation Run-time instrumentation reporting
US9483269B2 (en) 2012-03-16 2016-11-01 International Business Machines Corporation Hardware based run-time instrumentation facility for managed run-times
US9483268B2 (en) 2012-03-16 2016-11-01 International Business Machines Corporation Hardware based run-time instrumentation facility for managed run-times
US9489285B2 (en) 2012-03-16 2016-11-08 International Business Machines Corporation Modifying run-time-instrumentation controls from a lesser-privileged state

Similar Documents

Publication Publication Date Title
US7689867B2 (en) Multiprocessor breakpoint
KR930008686B1 (en) Data processor
US7131114B2 (en) Debugger breakpoint management in a multicore DSP device having shared program memory
JP3846939B2 (en) Data processor
US4949241A (en) Microcomputer system including a master processor and a slave processor synchronized by three control lines
US7533302B2 (en) Trace and debug method and system for a processor
US20020184477A1 (en) Apparatus and method for facilitating debugging of sequences of processing instructions
JP2001051874A (en) Microcomputer
US6401197B1 (en) Microprocessor and multiprocessor system
JPH08202563A (en) Computer system
US4926318A (en) Micro processor capable of being connected with a coprocessor
JPH05204644A (en) Data processor
JPH05204709A (en) Processor
US10073797B2 (en) Data processor device supporting selectable exceptions and method thereof
JP2001184226A (en) Digital system having memory block and emulating method of block of memory
CN114416637A (en) SOC chip reset processing method and device, SOC chip and medium
JP2002535749A (en) Processor and method for executing instructions from multiple instruction sources
JPS60189047A (en) Data processing device
US7020813B2 (en) On chip debugging method of microcontrollers
JPS62197831A (en) Data processor
JP2001092686A (en) Semiconductor device
JP5012562B2 (en) Microcomputer
JP2002541582A (en) Method and system for updating user memory in an emulator system
JPH06103109A (en) Data processor and debugging device using the same
KR200170154Y1 (en) Apparatus for controlling flash memory

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20061107