JPH05265799A - Data processor - Google Patents
Data processorInfo
- Publication number
- JPH05265799A JPH05265799A JP4062881A JP6288192A JPH05265799A JP H05265799 A JPH05265799 A JP H05265799A JP 4062881 A JP4062881 A JP 4062881A JP 6288192 A JP6288192 A JP 6288192A JP H05265799 A JPH05265799 A JP H05265799A
- Authority
- JP
- Japan
- Prior art keywords
- cache
- data
- memory
- instruction
- cache 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.)
- Withdrawn
Links
Landscapes
- Debugging And Monitoring (AREA)
- Memory System Of A Hierarchy Structure (AREA)
Abstract
Description
【0001】[0001]
【産業上の利用分野】本発明は、キャッシュメモリを有
するデータ処理装置に係り、特にハードウエアデバッグ
のためにキャッシュの状態を更新しないでデータの読み
込み、書き込みを行うことができるデータ処理装置に関
する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing device having a cache memory, and more particularly to a data processing device capable of reading and writing data without updating the cache state for hardware debugging.
【0002】[0002]
【従来の技術】データ処理装置では、メモリに直接アク
セスする代りに、高速のキャッシュメモリを用意して先
ずこれにアクセスし、必要なデータがキャッシュメモリ
に存在すればこれを使用し、存在しないとき、つまりヒ
ットしないときはメモリからキャッシュメモリに所要の
データを転記し、これをアクセスすることが行われてい
る。2. Description of the Related Art In a data processor, instead of directly accessing a memory, a high speed cache memory is prepared and first accessed, and if necessary data is present in the cache memory, it is used, and when it is not present, In other words, when there is no hit, the required data is transferred from the memory to the cache memory and accessed.
【0003】[0003]
【発明が解決しようとする課題】ところで、データ処理
装置が正確に動作するか否か確認するためにデバッグが
行われる。従来のキャッシュ装置を持つデータ処理装置
では、キャッシュが自動的に下記の如くデータのキャッ
シングを行うため、キャッシュ動作の再現性を保証する
ことが難しく、ハードウエアデバッグ等が困難であると
いう問題点がある。By the way, debugging is performed in order to confirm whether or not the data processing device operates correctly. In the data processing device having the conventional cache device, since the cache automatically performs the data caching as described below, it is difficult to guarantee the reproducibility of the cache operation, and it is difficult to debug the hardware. is there.
【0004】即ち、キャッシュでは、データを書き込む
とき、LRU管理が行われ、最新アクセスされた順序を
保持し、メモリからデータを読み出してキャッシュに格
納するとき、最新アクセスされなかったデータを追い出
して、これと書き換えしている。従って、キャッシュメ
モリにアクセスしたことにより、そのLRU状態が変化
するので、ハードウエアデバッグにより、デバッグ時に
例えばプリント用の命令を実行してキャッシュメモリを
アクセスすると、これによりLRUが更新され、このデ
バッグの終了後に、デバッグ以前の状態にキャッシュメ
モリを戻そうとしても、LRUの管理データやキャッシ
ュメモリの内容が変化してしまっており、これをデバッ
グ以前の状態に戻すことができない。That is, in the cache, when writing data, LRU management is performed, the latest accessed order is retained, and when the data is read from the memory and stored in the cache, the data that has not been accessed most recently is expelled. I am rewriting this. Therefore, when the cache memory is accessed, its LRU state changes. Therefore, when hardware debugging executes a print instruction to access the cache memory, for example, the LRU is updated. Even if the cache memory is to be returned to the pre-debug state after the end, the management data of the LRU and the contents of the cache memory have been changed and cannot be returned to the pre-debug state.
【0005】特に、キャッシュが持つデータの置換アル
ゴリズムが間違っているハードウエアデバッグの場合な
どのキャッシュ装置のデバッグ時などに、デバッグ用に
命令を挿入することによって、キャッシュデータの状態
が変化してしまい、従ってデバッグを行うことで実行の
再現性が保証できなくなる。In particular, when the cache device is debugged, for example, in the case of hardware debugging in which the data replacement algorithm of the cache is wrong, the state of the cache data is changed by inserting an instruction for debugging. Therefore, reproducibility of execution cannot be guaranteed by debugging.
【0006】さらに、ソフトウエアで明示的にキャッシ
ュの置換を制御できるような機構を持つキャッシュ装置
においては、デバッグ用の命令を実行することで、本来
の命令実行時に仮定できた状況が、仮定できなくなって
しまうことで、間違った実行を行ってしまうこともあ
る。Further, in a cache device having a mechanism capable of explicitly controlling cache replacement by software, by executing a debugging instruction, a situation that can be assumed when the original instruction is executed can be assumed. Sometimes it goes wrong, so it makes a wrong run.
【0007】このような状況では、ハードウエアやソフ
トウエアに基因するエラーが発生した時に、その状況を
再現することは難しく、プログラムのデバッグなどが行
いにくいため、ハードウエアのデバッグが困難であり、
同時にソフトウエア開発も困難であった。In such a situation, when an error caused by hardware or software occurs, it is difficult to reproduce the situation, and it is difficult to debug the program. Therefore, it is difficult to debug the hardware.
At the same time, software development was difficult.
【0008】しかしながら、並列キャッシュを用いたシ
ステムや、命令によりキャッシュの内容のパージなどを
制御できる命令を持つデータ処理システムでは、プログ
ラム実行中にキャッシュに保持されているデータの検査
を行うことが、デバッグに大きく役立つ。However, in a system using a parallel cache and a data processing system having an instruction capable of controlling purging of the cache contents by an instruction, it is possible to inspect the data held in the cache during program execution. Great for debugging.
【0009】このような場合、従来はハードウエア的に
用意された、単一クロック動作などにより実行を追跡
し、ハードウエアとソフトウエアの問題の切り分けを行
い、デバッグを行っているが、目的とするプログラム開
発の外に、このハードウエア管理を行うための管理用シ
ステムのソフトウエアも必要とするために開発が困難で
あり、またデバッグの工数なども大きくなる。In such a case, conventionally, the execution is traced by a single clock operation or the like prepared in hardware, the problem of the hardware and the software is separated, and the debugging is performed. In addition to the program development, the software for the management system for performing the hardware management is required, which makes the development difficult and the man-hours for debugging increase.
【0010】更に一般的に、デバッグ用のハードウエア
は、回路規模を大きくならないようにするために、最小
限のもののみを用意するため、メモリの内容を調べた
り、値を書き換えたりするのに大変な時間がかかること
が多い。Further, generally, in order to prevent the circuit scale from increasing, only a minimum amount of debugging hardware is prepared. Therefore, it is necessary to check the contents of the memory or rewrite the value. It often takes a lot of time.
【0011】[0011]
【課題を解決するための手段】前記の如き問題を解決す
るため、本発明では、キャッシュの状態つまりキャッシ
ュレジスタのデータの書き換え及びLRU制御を停止可
能に構成する。In order to solve the above problems, the present invention is configured so that the cache state, that is, the rewriting of data in the cache register and the LRU control can be stopped.
【0012】即ち、図1に示す如く、命令実行部1が命
令を実行するとき、主記憶4のデータをキャッシュメモ
リ2に転記しておき、このキャッシュメモリ2をアクセ
スすることによりデータ処理を行うように構成するとと
もに、キャッシュデータ置換許可フラグ(以下フラグと
いう)5を設け、このフラグ5の「1」、「0」に応じ
てキャッシュ制御部3がキャッシュメモリ2のデータの
書き換えを停止するものである。That is, as shown in FIG. 1, when the instruction execution unit 1 executes an instruction, the data in the main memory 4 is transferred to the cache memory 2 and the cache memory 2 is accessed to perform data processing. In addition to the above configuration, a cache data replacement permission flag (hereinafter referred to as a flag) 5 is provided, and the cache control unit 3 stops the rewriting of data in the cache memory 2 in response to "1" or "0" of the flag 5. Is.
【0013】例えばフラグ5が「1」のときキャッシュ
メモリ2の書き換えを停止し「0」のとき書き換え可能
にする。このフラグ5の「1」、「0」は、命令実行部
1が直接記入するものである。For example, when the flag 5 is "1", rewriting of the cache memory 2 is stopped, and when the flag 5 is "0", rewriting is enabled. “1” and “0” of the flag 5 are directly entered by the instruction execution unit 1.
【0014】[0014]
【作用】いま、フラグ5が「1」のとき、命令実行部1
がリード命令を発行し、キャッシュ制御部3がこれがキ
ャッシュメモリ2に存在することを認識してアクセス
し、所望のデータを命令実行部1に送出するとき、キャ
ッシュメモリ2のLRU制御は変更せず、フラグ5が
「1」になる前の状態で停止しておく。Now, when the flag 5 is "1", the instruction execution unit 1
Issue a read command, the cache control unit 3 recognizes that it exists in the cache memory 2, accesses it, and sends out the desired data to the instruction execution unit 1, without changing the LRU control of the cache memory 2. , The flag 5 is stopped before it becomes "1".
【0015】リード先のデータがキャッシュメモリ2に
なければ、キャッシュ制御部3は主記憶4からこのデー
タを取り出し、キャッシュメモリ2のリザーブ領域に1
時的に保持し、命令実行部1に所望のデータを送出し、
このリザーブしたデータを主記憶4に戻す。このときL
RU制御は停止しておく。If the read-destination data does not exist in the cache memory 2, the cache control unit 3 fetches this data from the main memory 4 and stores 1 in the reserved area of the cache memory 2.
Hold it temporarily and send the desired data to the instruction execution unit 1,
The reserved data is returned to the main memory 4. At this time L
The RU control is stopped.
【0016】ライト命令のとき、キャッシュ制御部3は
主記憶4からデータを読み出し、キャッシュメモリ2の
リザーブ領域に一旦保持したのち書き込み、これを直ち
に主記憶4に戻す。In the case of a write command, the cache control unit 3 reads data from the main memory 4, temporarily holds it in the reserved area of the cache memory 2 and then writes it, and immediately returns it to the main memory 4.
【0017】このようにすることにより、キャッシュ状
態を変更することなくデバッグを行うことができるの
で、デバッグ時に命令実行部1はフラグ5を「1」にす
ればよい。By doing so, debugging can be performed without changing the cache state, so that the instruction executing section 1 may set the flag 5 to "1" during debugging.
【0018】また、通常のデータ処理を行うとき命令実
行部1はフラグ5を「0」にすればよい。この場合には
キャッシュメモリ2を書き換えたりLRU制御を継続す
る、通常の制御が行われる。Further, the instruction execution unit 1 may set the flag 5 to "0" when performing normal data processing. In this case, normal control is performed to rewrite the cache memory 2 or continue the LRU control.
【0019】勿論フラグ5が「0」のとき、キャッシュ
制御を停止することも可能である。Of course, it is also possible to stop the cache control when the flag 5 is "0".
【0020】[0020]
【実施例】本発明の一実施例を図2に基づき説明する。
図中図1と同符号は同一部分を示す。DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described with reference to FIG.
In the figure, the same symbols as in FIG. 1 indicate the same parts.
【0021】命令実行部1はデータ処理の演算を実行す
るものであり、主記憶4に対しリード命令、ライト命令
を出力したり、またフラグ5に「1」又は「0」を設定
するものである。キャッシュメモリ2は主記憶4のデー
タの一部を保持するものであり、1WAYキャッシュ
(ダイレクトマップ)のカラム2−0と、リザーブのカ
ラム2−1を有する。図2の例ではキャッシュメモリ2
は1WAYキャッシュであるが、例えば4WAYのよう
にマルチWAY構成にすることもできる。The instruction execution unit 1 executes a data processing operation, outputs a read instruction and a write instruction to the main memory 4, and sets a flag 5 to "1" or "0". is there. The cache memory 2 holds a part of the data in the main memory 4, and has a 1-way cache (direct map) column 2-0 and a reserve column 2-1. In the example of FIG. 2, the cache memory 2
Is a 1-way cache, but a multi-way configuration such as 4 WAY can also be used.
【0022】キャッシュ制御部3は、命令実行部1のア
クセス要求に対してキャッシュ制御を行うものであり、
リード命令、ライト命令に記入されているデータがキャ
ッシュメモリ2に存在するか否かを検知して、存在すれ
ばこれにもとづくアクセスを行い、存在しなければ主記
憶4から所望のデータを読み出してキャッシュデータ置
換制御部3−1に対してキャッシュメモリ2のカラム2
−0に記入されているデータを置換する制御を行わせ
る。The cache control unit 3 performs cache control for the access request of the instruction execution unit 1,
It is detected whether or not the data written in the read command and the write command exists in the cache memory 2, and if it exists, the access based on this is performed, and if it does not exist, the desired data is read from the main memory 4. Column 2 of the cache memory 2 for the cache data replacement control unit 3-1
Control to replace the data written in 0.
【0023】主記憶4は、データ処理装置の主メモリで
あり、命令実行部1が演算を行うために必要なデータを
保持するものである。フラグ5はその「1」、「0」に
応じてモードを設定するものであり、「1」のときキャ
ッシュ制御停止モードであってデバッグ時に使用される
ものであり、「0」のとき通常モードである。The main memory 4 is a main memory of the data processing device and holds data necessary for the instruction executing section 1 to perform an operation. The flag 5 sets the mode in accordance with the "1" or "0". When the flag is "1", it is the cache control stop mode and is used during debugging. When it is "0", it is the normal mode. Is.
【0024】いま、デバッグ用のプログラムを実行する
とき、命令実行部1はフラグ5を「1」にセットする。
これによりキャッシュ制御部3は、通常のキャッシュ制
御機能を停止し、キャッシュデータ置換制御部3−1は
その動作を停止し、キャッシュメモリ2のキャッシュ領
域であるカラム2−0のデータの置換や書き換えを停止
したり、LRU管理を行うときはそのLRU管理を停止
する。Now, when executing the program for debugging, the instruction execution section 1 sets the flag 5 to "1".
As a result, the cache control unit 3 stops the normal cache control function, the cache data replacement control unit 3-1 stops its operation, and replaces or rewrites the data in the column 2-0, which is the cache area of the cache memory 2. Or when performing LRU management, the LRU management is stopped.
【0025】このフラグ5が「1」のとき、命令実行部
1がリード命令を発行すると、キャッシュ制御部3がキ
ャッシュメモリ2に存在することを認識すれば、これに
アクセスして必要なデータを命令実行部1に送出する。
キャッシュメモリ2に存在しなければ、キャッシュ制御
部3は主記憶4から所望のデータを含むデータブロック
を読み、これをキャッシュメモリ2のリザーブ領域のカ
ラム2−1にセットして、これより必要なデータを読み
出し、命令実行部1に送出する。そしてカラム2−1に
セットしたデータを主記憶4に戻す。When the instruction execution unit 1 issues a read instruction when the flag 5 is "1", if the cache control unit 3 recognizes that the cache control unit 3 exists in the cache memory 2, the cache control unit 3 accesses it to obtain necessary data. It is sent to the instruction execution unit 1.
If it does not exist in the cache memory 2, the cache control unit 3 reads the data block containing the desired data from the main memory 4, sets this in the column 2-1 of the reserve area of the cache memory 2, and stores it as necessary. The data is read and sent to the instruction execution unit 1. Then, the data set in the column 2-1 is returned to the main memory 4.
【0026】命令実行部1がライト命令を発行すれば、
キャッシュ制御部3は主記憶4からYのデータを含むデ
ータブロックを読み出してこれを前記カラム2−1にセ
ットし、これをライトして主記憶4に戻す。しかしこの
データがキャッシュメモリ2のからむ2−0に存在する
場合はこれを書き換える。If the instruction execution unit 1 issues a write instruction,
The cache control unit 3 reads a data block containing Y data from the main memory 4, sets it in the column 2-1, writes it, and returns it to the main memory 4. However, if this data exists in the entangled 2-0 of the cache memory 2, it is rewritten.
【0027】なお、キャッシュメモリ2にリザーブ用の
カラムを設けることなく、キャッシュ制御部3にデータ
保持手段を設け、フラグ5が「1」のとき主記憶4から
読み出したデータブロックをこれで受けて、前記と同様
な処理を行うこともできる。It should be noted that the cache memory 2 is not provided with a reserve column, but a data holding means is provided in the cache control unit 3 to receive a data block read from the main memory 4 when the flag 5 is "1". The same processing as described above can also be performed.
【0028】またフラグ5が「0」のとき、キャッシュ
データ置換制御を含め、通常の動作が行われる。本発明
の第2実施例を図3にもとづき説明する。図3は前記図
2におけるフラグ5を設けず、命令により通常のキャッ
シュ動作を行ったり、キャッシュのデータ置換を停止す
るものである。When the flag 5 is "0", normal operation including cache data replacement control is performed. A second embodiment of the present invention will be described with reference to FIG. In FIG. 3, the flag 5 in FIG. 2 is not provided, and a normal cache operation is performed by an instruction, or cache data replacement is stopped.
【0029】第2実施例では、キャッシュの置換停止を
行うとき、図3(B)に示すように、リード命令をの
如く形成し、ライト命令をの如く形成する。ここで
はアドレス「0100」のデータを読み出してレジスタ
roに記入することを示し、はアドレス「0100」
にレジスタroのデータを書き込むことを示す。いずれ
の場合も、キャッシュの置換を行うことを停止したり、
LRU制御を停止することを示す記号nolruが付加
されている。In the second embodiment, when the cache replacement is stopped, as shown in FIG. 3B, a read instruction is formed as in and a write instruction is formed as in. Here, it indicates that the data at the address “0100” is read and written in the register ro, and is at the address “0100”.
It indicates that the data of the register ro is written in. In either case, you can stop doing cache replacements,
A symbol noruru indicating that the LRU control is stopped is added.
【0030】なお、図3(B)の、は通常のリード
命令、ライト命令を示す。はアドレス「0100」の
データを読み出してレジスタroに記入することを示
し、はアドレス「0100」にレジスタroのデータ
を書き込むことを示す。Note that, in FIG. 3B, a normal read instruction and a write instruction are shown. Indicates that the data of the address “0100” is read and written in the register ro, and indicates that the data of the register ro is written in the address “0100”.
【0031】本発明の第2実施例では、図3(A)に示
す如く、キャッシュ制御部3に識別部3−0を設け、命
令実行部1より伝達される命令がキャッシュ停止形か通
常形かを識別させる。In the second embodiment of the present invention, as shown in FIG. 3A, the cache control unit 3 is provided with an identification unit 3-0, and the instruction transmitted from the instruction execution unit 1 is a cache stop type or a normal type. To identify.
【0032】図3(A)の例では、キャッシュメモリ2
は、キャッシュ領域がカラム2−0〜2−3の4WAY
構成であり、カラム2−4がリザーブ領域である。い
ま、命令実行部1が、デバッグ用のプログラムを実行す
るとき、図3(B)のの形式の命令を発行すれば、キ
ャッシュ制御部3では識別部3−0がこれを解読してキ
ャッシュ停止を認識し、キャッシュデータ置換制御部3
−1を停止させる。In the example of FIG. 3A, the cache memory 2
Indicates that the cache area is 4WAY in columns 2-0 to 2-3
In the configuration, columns 2-4 are reserved areas. Now, when the instruction execution unit 1 executes a program for debugging, if the instruction in the format of FIG. 3B is issued, the identification unit 3-0 in the cache control unit 3 decodes this and the cache is stopped. The cache data replacement control unit 3
Stop -1.
【0033】そして読み出し先のデータがキャッシュ2
内にあれば、これを読み出して、命令実行部1に送出す
る。このとき、キャッシュデータ置換制御部3−1は停
止しているので、このアクセスにもどつくLRU制御は
行われず、従ってタグ3−2に記入されているLRUの
アクセス順序は停止前の状態であり、変わらない。The data to be read is cache 2
If it is present, it is read and sent to the instruction execution unit 1. At this time, since the cache data replacement control unit 3-1 is stopped, the LRU control for returning to this access is not performed. Therefore, the access order of the LRU written in the tag 3-2 is the state before the stop. ,does not change.
【0034】また読み出し先のデータがキャッシュ2内
に存在しなければ、キャッシュ制御部3は主記憶4から
必要とするデータブロックを読み出し、これをキャッシ
ュメモリ2のリザーブ領域のカラム2−4にセットし、
必要なデータを命令実行部1に送出する。そしてカラム
2−4にセットしたデータブロックを主記憶4に戻す。If the data to be read does not exist in the cache 2, the cache controller 3 reads the required data block from the main memory 4 and sets it in column 2-4 of the reserve area of the cache memory 2. Then
The necessary data is sent to the instruction execution unit 1. Then, the data blocks set in the columns 2-4 are returned to the main memory 4.
【0035】また命令実行部1が、図3(B)のの形
式の命令を発行すれば、キャッシュ制御部3の識別部3
−0がこれを解読して、キャッシュデータ置換制御部3
−1を停止させ、主記憶4からそのデータブロックを読
み出してキャッシュメモリ2のリザーブ領域のカラム2
−4にセットし、必要な書き換えが行われたのちこれを
主記憶4に戻す。この場合、キャッシュメモリ2にアク
セス先のデータが存在すればこれを書き換えることにな
る。If the instruction execution section 1 issues an instruction of the format shown in FIG. 3B, the identification section 3 of the cache control section 3 will be described.
-0 decodes this, and the cache data replacement control unit 3
-1 is stopped, the data block is read from the main memory 4, and the column 2 of the reserve area of the cache memory 2 is read.
-4 is set, and after necessary rewriting, this is returned to the main memory 4. In this case, if the access destination data exists in the cache memory 2, it will be rewritten.
【0036】なお、命令実行部1が、通常の動作におい
て、図3(B)、に示す如き形式の命令を発行すれ
ば、キャッシュデータ置換制御部3−1はLRU制御を
含む、通常のキャッシュデータ置換制御を行う。If the instruction execution unit 1 issues an instruction of the format shown in FIG. 3B in the normal operation, the cache data replacement control unit 3-1 will execute the normal cache including the LRU control. Perform data replacement control.
【0037】また、キャッシュメモリのリザーブ領域の
代りにキャッシュ制御にデータ保持手段を設けることも
できる。Further, instead of the reserved area of the cache memory, data holding means may be provided for cache control.
【0038】[0038]
【発明の効果】本発明によれば、キャッシュデータの置
換制御を停止することができるので、例えばデバッグの
ときにこれを停止させ、デバッグ終了後直ちにそれまで
の状態で継続動作させることができる。このようにして
デバッグのためのプログラムを実行しても、一部のケー
スを除き、デバッグ用のプログラムを実行しないときと
同じキャッシュ動作をさせることができる。As described above, according to the present invention, the replacement control of cache data can be stopped, so that it can be stopped, for example, at the time of debugging and can be continuously operated in the state up to that point immediately after the end of debugging. Even if the program for debugging is executed in this manner, the same cache operation as when the program for debugging is not executed can be performed except for some cases.
【図1】本発明の原理説明図である。FIG. 1 is a diagram illustrating the principle of the present invention.
【図2】本発明の第1実施例構成図である。FIG. 2 is a configuration diagram of a first embodiment of the present invention.
【図3】本発明の第2実施例構成図である。FIG. 3 is a configuration diagram of a second embodiment of the present invention.
1 命令実行部 2 キャッシュメモリ 3 キャッシュ制御部 4 主記憶 5 キャッシュデータ置換許可フラグ 1 instruction execution unit 2 cache memory 3 cache control unit 4 main memory 5 cache data replacement permission flag
Claims (3)
ータを一部保持するキャッシュメモリと、キャッシュメ
モリの制御を行うキャッシュ制御手段を有するデータ処
理装置において、 キャッシュデータ置換手段(3−1)と、 キャッシュデータ置換手段(3−1)の動作を停止する
停止手段を設け、 この停止手段によりキャッシュデータ置換手段(3−
1)の動作状態を停止制御することを特徴とするデータ
処理装置。1. A data processing device comprising an instruction executing means, a main memory, a cache memory for holding a part of the data in the main memory, and a cache control means for controlling the cache memory. 1) and stop means for stopping the operation of the cache data replacement means (3-1), and the cache data replacement means (3-
A data processing device characterized in that the operation state of 1) is stopped and controlled.
換許可フラグを設けたことを特徴とする請求項1記載の
データ処理装置。2. The data processing apparatus according to claim 1, wherein a cache data replacement permission flag is provided as the stopping means.
0)を設け、命令実行手段(1)より伝達された命令が
特定の場合にキャッシュデータ置換手段(3−1)の動
作状態を停止制御することを特徴とする請求項1記載の
データ処理装置。3. The instruction identifying means (3-
0) is provided, and the operation state of the cache data replacing means (3-1) is stopped and controlled when the instruction transmitted from the instruction executing means (1) is specific. ..
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4062881A JPH05265799A (en) | 1992-03-19 | 1992-03-19 | Data processor |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP4062881A JPH05265799A (en) | 1992-03-19 | 1992-03-19 | Data processor |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH05265799A true JPH05265799A (en) | 1993-10-15 |
Family
ID=13213055
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP4062881A Withdrawn JPH05265799A (en) | 1992-03-19 | 1992-03-19 | Data processor |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH05265799A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010505195A (en) * | 2006-09-28 | 2010-02-18 | フリースケール セミコンダクター インコーポレイテッド | Data processing system having cache memory debug support and method therefor |
-
1992
- 1992-03-19 JP JP4062881A patent/JPH05265799A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2010505195A (en) * | 2006-09-28 | 2010-02-18 | フリースケール セミコンダクター インコーポレイテッド | Data processing system having cache memory debug support and method therefor |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4519738B2 (en) | Memory access control device | |
US20060149940A1 (en) | Implementation to save and restore processor registers on a context switch | |
KR890000100B1 (en) | Register control processing system | |
US6925522B2 (en) | Device and method capable of changing codes of micro-controller | |
JPH10214203A (en) | Information processor | |
KR970702522A (en) | APPARATUS AND METHOD FOR UPDATING INFORMATION IN A WRITABLE MICROCODE CONTROL STORE | |
JPH05265799A (en) | Data processor | |
JP2006331391A (en) | Data processor and data processing method | |
JPS6319058A (en) | Memory device | |
JPH08137748A (en) | Computer having copy back cache and copy back cashe control method | |
KR100308251B1 (en) | Integrated management method of runtime backup information and its system | |
JPH0635747A (en) | Debug supporting device | |
JPH0795288B2 (en) | Microcomputer | |
JPH0784884A (en) | Virtual computer system | |
JPH03103951A (en) | Memory patrol control system | |
JPH04242455A (en) | Inter-processor communication trace circuit | |
JPH04333928A (en) | Lsi control system | |
JPS6135583B2 (en) | ||
JPH04361320A (en) | Computer system | |
JPH02285421A (en) | Execution time control circuit | |
JPH1027153A (en) | Bus transfer device | |
JPS60193046A (en) | Detecting system for instruction exception | |
JP2002278793A (en) | Simulating device and method | |
JP2000099396A (en) | Information processor | |
JPH05289908A (en) | Program tracer |
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: 19990608 |