JPH05108406A - Microprogram debugging device - Google Patents

Microprogram debugging device

Info

Publication number
JPH05108406A
JPH05108406A JP3269198A JP26919891A JPH05108406A JP H05108406 A JPH05108406 A JP H05108406A JP 3269198 A JP3269198 A JP 3269198A JP 26919891 A JP26919891 A JP 26919891A JP H05108406 A JPH05108406 A JP H05108406A
Authority
JP
Japan
Prior art keywords
microcomputer
ram
trace
address
event
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
JP3269198A
Other languages
Japanese (ja)
Inventor
Osamu Goto
修 後藤
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 JP3269198A priority Critical patent/JPH05108406A/en
Publication of JPH05108406A publication Critical patent/JPH05108406A/en
Pending legal-status Critical Current

Links

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PURPOSE:To immediately see in which place a microcomputer operation desired to see is hourly generated while tracing whole movement and to immediately retrieve the operation of the microcomputer before and after, as well by providing event RAM fetching the address of trace RAM and generating the permission signal of event RAM from the status signal of the microcomputer. CONSTITUTION:When the whole history of the operation of a microcomputer part 6 is desired to see, trace RAM 7 is directly read from a host-side. When the specified operation is desired to see, a host reads the content of event RAM 8 at first, reads the address of trace RAM 7 and reads data on trace RAM 7 of the address. As necessary, the data on the microcomputer part 6 before and after can immediately be read. Since the address of trace RAM 7 is the output of a counter 10 by a basic clock, it directly corresponds to the elapse time of the operation of the microcomputer 6 and the generated time of an event can be converted.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、マイコンプログラムデ
バック装置のトレース機能に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a trace function of a microcomputer program debug device.

【0002】[0002]

【従来の技術】基本的なトレース機能は、逐次マイコン
の基本クロックにしたがって、マイコンの信号を、RA
Mに書き込むことで行われる。しかし、近年、トレース
機能において特定の動作条件を設定でき、開発者が必要
とするCPUの動作だけ見たい時には、ステータス信号
を使ってトレースRAMの書き込み信号を作ることによ
ってそのタイミングだけを狙う方式も取られる。
2. Description of the Related Art A basic trace function is to sequentially send a signal from a microcomputer to RA according to the basic clock of the microcomputer.
This is done by writing to M. However, in recent years, when a specific operation condition can be set in the trace function and the developer wants to see only the operation of the CPU, there is also a method of aiming only the timing by creating a write signal of the trace RAM using the status signal. Taken.

【0003】以下、従来のマイコンプログラムデバック
装置におけるトレースブロックの構成について説明す
る。
The structure of the trace block in the conventional microcomputer program debug device will be described below.

【0004】図3は、従来のトレースのブロック図であ
り、1はプログラム開発をするマイコンと等価な回路を
持つ部分(以下マイコン部と称す)、2はマイコンプロ
グラムデバック装置を制御するホスト部、3はマイコン
の動きに従ってマイコンの制御信号及びデータを逐次書
き込んでいくトレースRAM、4はトレースを制御する
ためのスイッチ部、5はトレースRAMのアドレスを発
生するカウンタである。
FIG. 3 is a block diagram of a conventional trace. 1 is a portion having a circuit equivalent to a microcomputer for developing a program (hereinafter referred to as a microcomputer portion), 2 is a host portion for controlling a microcomputer program debugging device, 3 is a trace RAM for sequentially writing control signals and data of the microcomputer according to the movement of the microcomputer, 4 is a switch unit for controlling the trace, and 5 is a counter for generating an address of the trace RAM.

【0005】以上のように構成されたマイコンプログラ
ムデバック装置のトレースの動作を説明する。まず、マ
イコンの動きを逐次トレースする場合、マイコン部1よ
り1マシンサイクル毎に発生する基本クロックをトレー
スRAM3のライトイネーブル信号およびカウンタ5の
クロックにする。ホスト部2よりトレースRAM3とカ
ウンタ5にイネーブル信号を送ればトレースが始まる。
ホスト部2よりトレースを終えた後、ホスト部2からト
レースRAM3のデータを読みにくいことで、開発者は
自分の組んだプログラムによってマイコンがどういう動
きをしたかを知る。さらに開発者がある決まった動きだ
けを追いたいときには、ホスト部2からスイッチ部4に
対してマイコン1のステータス信号がある条件を満たし
たときのみ、トレースRAM3とカウンタ5がイネーブ
ルになるように設定し、そのときだけのマイコン信号を
トレースに書き込むことができる。
The trace operation of the microcomputer program debug device configured as described above will be described. First, when the movement of the microcomputer is sequentially traced, the basic clock generated by the microcomputer unit 1 every machine cycle is used as the write enable signal of the trace RAM 3 and the clock of the counter 5. When the host unit 2 sends an enable signal to the trace RAM 3 and the counter 5, the trace starts.
After the trace is completed from the host unit 2, it is difficult to read the data in the trace RAM 3 from the host unit 2, so that the developer knows how the microcomputer operates according to the program that he has set up. Further, when the developer wants to follow only a certain movement, the trace RAM 3 and the counter 5 are set to be enabled only when the status signal of the microcomputer 1 from the host unit 2 to the switch unit 4 satisfies a certain condition. However, the microcomputer signal only at that time can be written in the trace.

【0006】[0006]

【発明が解決しようとする課題】しかしながら上記従来
の構成では、逐次トレースする場合、開発者が見たい動
作をトレースRAM上で探す際に、全アドレスをみなけ
ればならない。大容量メモリが安価で入手できるように
なると、長時間にわたってマイコンを動作させた情報を
全てトレースRAMに書き込み可能となり、みたいデー
タの検索に非常に時間を要することになる。
However, in the above-mentioned conventional configuration, in the case of sequential tracing, the developer must look at all the addresses when searching the trace RAM for the desired operation. When a large-capacity memory becomes available at a low price, it becomes possible to write all the information on the operation of the microcomputer in the trace RAM for a long time, and it takes a very long time to search for the desired data.

【0007】また、決まった条件のときだけトレースす
ると、みたい箇所の信号だけで、その前後の動きは解ら
ないという問題を持つ。
Further, if the trace is performed only under a predetermined condition, there is a problem that only the signal at a desired portion cannot be seen and the movement before and after the signal cannot be understood.

【0008】本発明は上記の課題を解決するもので、動
き全体をトレースしつつ、見たいマイコン動作が時間的
にどのあたりで発生したかを即座にみることができ、そ
の前後のマイコンの動作についても即座に検索可能にす
ることを目的としている。
The present invention solves the above-mentioned problems, and while tracing the entire movement, it is possible to immediately see at which point in time the desired microcomputer operation has occurred. Is also intended to be searchable immediately.

【0009】[0009]

【課題を解決するための手段】本発明は上記の目的を達
成するために、本発明のマイコンプログラムデバック装
置は、トレースRAMとは別に、トレースRAMのアド
レスを取り込むイベントRAMを持ち、マイコンのステ
ータス信号よりイベントRAMの許可信号をつくる構成
を有していた。
In order to achieve the above object, the present invention provides a microcomputer program debugging device of the present invention, which has an event RAM for fetching an address of the trace RAM, in addition to the trace RAM, and a status of the microcomputer. It has a configuration for generating the permission signal of the event RAM from the signal.

【0010】[0010]

【作用】この構成によれば、イベントRAMを読むこと
によってトレースRAMにおける目的とする動作が書き
込まれているアドレスを即座に知ることができ、大量の
トレースデータの中で、頻度の少ないマイコン動作の位
置を検索する際に有効である。また、全体のソストウェ
アの流れの中で、特定の動作が時間的にどの時点で発生
しているのかを開発者は即座に知ることができる。
According to this structure, the address where the desired operation in the trace RAM is written can be immediately known by reading the event RAM, and the microcomputer operation which is infrequent in a large amount of trace data can be performed. This is useful when searching for a location. Further, in the flow of the entire software, the developer can immediately know at what point in time a specific operation occurs.

【0011】[0011]

【実施例】以下、本発明の一実施例について、図面を参
照しながら説明する。図2は同実施例の構成を示すブロ
ック図である。マイコン部6の動きはカウンタ10によ
って逐次トレースRAM7に基本クロックに同期して書
き込まれる。ある特定のマイコン動作の際に発生するス
テータス信号がアクティヴになったときのみカウンタ9
およびイベントRAM8が動作し、その時点のトレース
RAM7のアドレスを取り込む。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. FIG. 2 is a block diagram showing the configuration of the embodiment. The movement of the microcomputer unit 6 is sequentially written in the trace RAM 7 by the counter 10 in synchronization with the basic clock. Counter 9 only when the status signal generated during the operation of a specific microcomputer becomes active
And the event RAM 8 operates to fetch the address of the trace RAM 7 at that time.

【0012】マイコン部6の動作の全履歴をみたいとき
は、ホスト側から、トレースRAM7を直接読みに行
く。特定の動作をみたいときは、ホストは、まずイベッ
トRAM8の内容を読みに行って、トレースRAM7の
アドレスを読み、そのアドレスのトレースRAM7のデ
ータを読みに行く。
To view the entire history of the operation of the microcomputer section 6, the host side directly reads the trace RAM 7. When looking at a specific operation, the host first reads the contents of the Yvette RAM 8, reads the address of the trace RAM 7, and then reads the data of the trace RAM 7 at that address.

【0013】また、必要ならば、その前後のマイコン部
6のデータも即座に読出し可能である。また、従来の条
件付きのトレースと同じ動作もイベントRAM8のトレ
ースRAM7アドレス内のデータのみをモニタ上に表示
することで読出し可能となる。
Further, if necessary, the data of the microcomputer section 6 before and after it can be immediately read. Also, the same operation as the conventional conditional trace can be read out by displaying only the data in the address of the trace RAM 7 of the event RAM 8 on the monitor.

【0014】また、トレースのアドレスは、基本クロッ
クによるカウンタの出力であるので、マイコン6の動作
の経過時間に直接対応し、イベントRAM8のデータを
イベントの発生時刻に換算することができる。
Since the trace address is the output of the counter based on the basic clock, it directly corresponds to the elapsed time of the operation of the microcomputer 6 and the data in the event RAM 8 can be converted into the event occurrence time.

【0015】図3は本発明の第二実施例の構成を示すブ
ロック図である。イベント信号をマイコン信号の中か
ら、ホストが選択できるようにセレクタを設けてやる。
これによってトレース条件に融通性を持たすことができ
る。セレクタ14によって、マイコン部13の信号から
1本の信号をホスト11より選択する。
FIG. 3 is a block diagram showing the configuration of the second embodiment of the present invention. A selector is provided so that the host can select the event signal from the microcomputer signals.
This allows flexibility in trace conditions. The selector 14 selects one signal from the signal of the microcomputer unit 13 from the host 11.

【0016】さらに、複数のセレクタ14の出力を論理
和回路15によって論理和をとり、それをイベントRA
M12のイネーブルとし、イベントRAM12にはトレ
ースRAMのアドレスと共にセレクタ出力も書き込む。
Further, the outputs of the plurality of selectors 14 are logically ORed by the logical OR circuit 15, and the logical OR is performed to the event RA.
M12 is enabled, and the selector RAM output is also written in the event RAM 12 together with the address of the trace RAM.

【0017】これによって、マイコン動作終了後に、ホ
スト部11よりイベントRAM12のセレクタ出力デー
タを読みに行き、それらの論理積や論理和を取ること
で、複雑な条件に対してもトレースRAMのアドレスを
抽出することが可能であり、また、トレースをやり直さ
なくても、違う条件のトレースデータを見ることが可能
である。
As a result, after the operation of the microcomputer is completed, the host unit 11 reads the selector output data of the event RAM 12 and obtains the logical product or the logical sum of them to obtain the address of the trace RAM even for complicated conditions. It is possible to extract, and it is possible to see trace data under different conditions without having to restart the trace.

【0018】[0018]

【発明の効果】以上の実施例から明らかなように、本発
明によればソフト開発者がみたいトレースデータに関し
ては、イベントRAMを設けることによって、即座にイ
ベントの発生した時間的位置と、その時点の情報が書か
れたトレースRAMのアドレスを知ることができ、ま
た、その前後の動作も同時にみることができるため、大
量のトレースデータの中で、頻度の少ないマイコン動作
の位置を検索する際に有効であり、ソフト開発効率の良
いマイコンプログラムデバック装置を提供する。
As is apparent from the above embodiments, according to the present invention, with respect to the trace data desired by the software developer, by providing the event RAM, the time position at which the event immediately occurs and the time point Since it is possible to know the address of the trace RAM in which the information of is written, and the operation before and after that can be seen at the same time, when searching the position of the microcomputer operation that is infrequent in a large amount of trace data. To provide a microcomputer program debugging device that is effective and has good software development efficiency.

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

【図1】本発明実施例装置のブロック図FIG. 1 is a block diagram of an apparatus according to an embodiment of the present invention.

【図2】本発明実施例装置の条件設定回路ブロック図FIG. 2 is a block diagram of a condition setting circuit of an apparatus according to an embodiment of the present invention.

【図3】従来装置のブロック図FIG. 3 is a block diagram of a conventional device.

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

6 マイコン部 7 トレースRAM 8 イベントRAM 9 カウンタ 10 カウンタ 11 ホスト部 12 トレースRAM 13 マイコン部 14 セレクタ 15 論理和回路 6 Microcomputer part 7 Trace RAM 8 Event RAM 9 Counter 10 Counter 11 Host part 12 Trace RAM 13 Microcomputer part 14 Selector 15 Logical sum circuit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】マイコン動作に必要な基本クロックから、
第1のアドレスを発生する第1のカウンタと、マイコン
の制御信号及びマイコンのデータバスをデータとし、前
記第1のアドレスをアドレス情報として逐次取り込むト
レースRAMと、マイコン動作の特定条件により生成さ
れるステータス信号によって、第2のアドレスを発生す
る第2のカウンタと、ステータス信号によって取り込み
を許可し、前記第2のアドレスをアドレス情報、前記第
1のアドレスをデータ情報とするイベントRAMを備え
たマイコンプログラムデバック装置。
1. From a basic clock required for microcomputer operation,
A first counter that generates a first address, a trace RAM that sequentially takes in the first address as address information using a microcomputer control signal and a microcomputer data bus as data, and a trace RAM that is generated according to a specific condition of the microcomputer operation. A microcomputer provided with a second counter for generating a second address by a status signal, and an event RAM for permitting fetching by a status signal, the second address as address information, and the first address as data information Program debug device.
【請求項2】マイコン信号の中から1つの信号を選択す
るセレクタと、セレクタ出力より前記特定条件のステー
タス信号を作る手段と、ステータス信号を前記イベント
RAMに書き込むことを特徴とするマイコンプログラム
デバック装置。
2. A microcomputer program debug device comprising: a selector for selecting one of microcomputer signals; a means for producing a status signal of the specific condition from the selector output; and a status signal written in the event RAM. ..
JP3269198A 1991-10-17 1991-10-17 Microprogram debugging device Pending JPH05108406A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3269198A JPH05108406A (en) 1991-10-17 1991-10-17 Microprogram debugging device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3269198A JPH05108406A (en) 1991-10-17 1991-10-17 Microprogram debugging device

Publications (1)

Publication Number Publication Date
JPH05108406A true JPH05108406A (en) 1993-04-30

Family

ID=17469045

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3269198A Pending JPH05108406A (en) 1991-10-17 1991-10-17 Microprogram debugging device

Country Status (1)

Country Link
JP (1) JPH05108406A (en)

Similar Documents

Publication Publication Date Title
US4949241A (en) Microcomputer system including a master processor and a slave processor synchronized by three control lines
US4275441A (en) Microprogram control system for microprogram debugging
JPH06314213A (en) Debugging device
US20060117224A1 (en) Trace and debug method and system for a processor
EP0638864A1 (en) Development support system for microcomputer with internal cache
JP2000132430A (en) Signal processor
JP3260083B2 (en) Debug system and debugging method
JP2023150108A (en) In-circuit emulator apparatus
JPH05108406A (en) Microprogram debugging device
JP2003263339A (en) Debug function-incorporated microcomputer
JP2760228B2 (en) Microprocessor with built-in cache memory and its trace analyzer
JP2653412B2 (en) How to set breakpoints
JP4484417B2 (en) Debug system
JPH0581087A (en) Processor monitoring system
US5901300A (en) Control store address stop
JPS5894041A (en) Debug backup device for high-class language
JPS59183443A (en) Debug device
JPH05204710A (en) Event tracer
JPS59202546A (en) Debugging device
JPH05165672A (en) Processor
JPH08263324A (en) Debug facilitation device
JP2000222243A (en) Device and method for debugging
JPH1115704A (en) Emulation control method and emulator
JPH0793180A (en) Microprocessor
JPS59158449A (en) Debugging device