JPH02136946A - Cache memory control circuit - Google Patents

Cache memory control circuit

Info

Publication number
JPH02136946A
JPH02136946A JP63290995A JP29099588A JPH02136946A JP H02136946 A JPH02136946 A JP H02136946A JP 63290995 A JP63290995 A JP 63290995A JP 29099588 A JP29099588 A JP 29099588A JP H02136946 A JPH02136946 A JP H02136946A
Authority
JP
Japan
Prior art keywords
cache memory
read
data
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.)
Granted
Application number
JP63290995A
Other languages
Japanese (ja)
Other versions
JP2850340B2 (en
Inventor
Hitoshi Takagi
均 高木
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP63290995A priority Critical patent/JP2850340B2/en
Publication of JPH02136946A publication Critical patent/JPH02136946A/en
Application granted granted Critical
Publication of JP2850340B2 publication Critical patent/JP2850340B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Landscapes

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

Abstract

PURPOSE:To shorten the cache reading time by storing the cache read data into a data buffer and then reading out the read data en bloc. CONSTITUTION:When a cache memory is set in a read mode, a data array DA 11 and the data buffer word address are sequentially counted up and at the same time the read data on the DA 11 is stored in a data buffer DB 18. Meanwhile the data buffer word location is also successively counted up. Then the DB 18 is set in a shift mode and the contents of the DB 18 can be completely read out via a shift path. Thus the reading time is shortened for all contents of the cache memory.

Description

【発明の詳細な説明】 玖五欠1 本発明はキャッシュメモリ制御回路に関し、特にキャッ
シュメモリの格納データを全て読出ず際のキャッシュメ
モリ制御回路に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a cache memory control circuit, and particularly to a cache memory control circuit when not all data stored in a cache memory is read.

匡未弦韮 ある種の情報処理装置では、メモリアクセスタイムの高
速化のために、キャッシュメモリと呼ばれる主記憶に比
べて小容量で高速なメモリを演算処理装置と主記憶装置
の間に置くことがある。主記憶の一部のコピーをこのキ
ャッシュメモリに格納しておき、プロセッサからはキャ
ッシュメモリが主記憶に見える様にすることにより、プ
ロセッサのアクセスがキャッシュに存在する領域に対し
て行なわれている間(キャツシュヒツト)は、高速なメ
モリアクセスタイムを提供するものである。
In some types of information processing devices, in order to speed up memory access time, a memory called cache memory, which has a smaller capacity and is faster than main memory, is placed between the processing unit and the main memory. There is. By storing a copy of a part of the main memory in this cache memory and making the cache memory appear to be main memory from the processor, while the processor is accessing the area existing in the cache, (Catschhit) provides high-speed memory access time.

この場合主記憶とキャッシュメモリとのコピーをブロッ
クという単位で管理する。ブロックはキャッシュメモリ
の全容量よりも小さく、通常数バイトから数十バイトで
ある。
In this case, copies between the main memory and the cache memory are managed in units called blocks. A block is smaller than the total capacity of cache memory, typically a few bytes to tens of bytes.

メモリアクセスがキャッシュメモリに存在しない領域に
対して行なわれた場合(キャッシュミス)には、ブロッ
ク単位に主記憶との入れ換えを行なう。
When a memory access is made to an area that does not exist in the cache memory (cache miss), replacement with the main memory is performed in units of blocks.

キャッシュメモリはストアアクセスの取扱いに関して次
の2つの方式がある。その1つはストアスル一方式であ
り、この方式では、ストアアクセスはキャッシュメモリ
と主記憶とに対して同時に行われる。ストアアクセスか
キャッシュミスであっても、主記憶との入れ換えは行な
われない。
The cache memory has the following two methods for handling store access. One of these is the store-through method, in which store accesses are made to the cache memory and main memory simultaneously. Even if there is a store access or a cache miss, replacement with main memory is not performed.

他の1つはストアイン方式であり、この方式では、スト
アアクセスはキャッシュメモリに対してのみ行なわれる
。ストアアクセスがキャッシュミスとなったとき、主記
憶との入れ換えが行なわれる。
The other method is a store-in method, in which store access is performed only to the cache memory. When a store access results in a cache miss, replacement with the main memory is performed.

前述した様に、プロセッサからはキャッシュメモリの内
容は主記憶と同じに見えるため、キャッシュメモリの内
容を意識して読出ずことは通常必要ない、しかし、キャ
ッシュメモリの異常時(設計ミス、障害)には主記憶と
は別にキャッシュメモリの内容を続出して、プロセッサ
のアクセスの履歴を知りたい場合かある。また、前述の
ストアイン方式を採用するキャッシュメモリにおいては
、ある時点の主記憶の内容は、キャッシュメモリにのみ
なされたストアアクセスが反映されていないので、主記
憶と同時にキャッシュメモリの内容も読出す必要がある
As mentioned above, the contents of the cache memory appear to be the same as the main memory from the processor's perspective, so it is usually not necessary to consciously read the contents of the cache memory.However, in the event of a cache memory abnormality (design error, failure) In some cases, you may want to read the contents of a cache memory separately from the main memory to see the access history of the processor. In addition, in a cache memory that uses the store-in method described above, the contents of the main memory at a certain point in time do not reflect store accesses made only to the cache memory, so the contents of the cache memory are read at the same time as the main memory. There is a need.

キャッシュメモリの内容の読出し方法としては、次の方
法が考えられる。キャッシュメモリの読出し単位に対し
て、専用の読出し線を設ける方法と、いわゆるシフト法
により、キャッシュメモリの続出しレジスタを読出す方
法とが考えられる。いずれの方法であっても、キャッシ
ュメモリをアドレスするアドレスレジスタの内容を順次
変えてアドレス数だけの回数の読出しを行なう必要かあ
る。
The following method can be considered as a method for reading the contents of the cache memory. One method is to provide a dedicated read line for each read unit of the cache memory, and the other is to read the successive register of the cache memory using a so-called shift method. In either method, it is necessary to sequentially change the contents of the address register that addresses the cache memory and perform reading as many times as the number of addresses.

前者の方法は高速であるが、多くの信号線が必要になり
、ハードウェアの増加及び信1′j’l性の低下を招く
、そこで、もっばら後者の方法が採用される。
Although the former method is fast, it requires many signal lines, resulting in an increase in hardware and a decrease in reliability, so the latter method is often adopted.

この方法(シフト法と言う)は前者の方法に比べて、続
出しに多くの時間がかかる。そのため、読出し時間の短
縮が望まれる。
This method (referred to as the shift method) takes more time to print successively than the former method. Therefore, it is desired to shorten the read time.

シフト法によるキャッシュメモリの読出し時間に関して
は大路次の式が成立する。
Regarding the read time of the cache memory using the shift method, the following equation holds true.

T+−−−+ =A−3・+B−Ca +c+++−+
+ (1)ここで、Sは全メモリ読み出しに必要なシフ
ト回数(回)(Ca/D:Dは1回のシフトで読出せる
ビット数)、Caは全メモリ容量(bit数[bit]
、Aはシフトあたりの処理時間[5ecl回〕Bはメモ
リ容量に比例する処理時間[sec/bijl、Cはメ
モリ続出し動作に必要な固定時間[5eclを夫々示し
ている。
T+---+ =A-3・+B-Ca +c+++-+
+ (1) Here, S is the number of shifts (times) required to read the entire memory (Ca/D: D is the number of bits that can be read in one shift), and Ca is the total memory capacity (number of bits [bit]
, A is the processing time per shift [5 ecl times], B is the processing time proportional to the memory capacity [sec/bijl, and C is the fixed time [5 ecl] required for the memory successive access operation.

Aはシフト動作を行なう時の環境設定などの時間、Bは
、シフトアウトを行なった後の目的情報の抽出や、設定
に費される時間である。Cは、メモリ続出し指令を診断
用プロセッサのコンソールからや、診断プログラムから
受取り、各種パラメータの設定などに費される時間であ
る。
A is the time spent on setting the environment when performing a shift operation, and B is the time spent on extracting and setting target information after shifting out. C is the time spent receiving a memory reload command from the console of the diagnostic processor or from the diagnostic program, setting various parameters, etc.

・般に、AはBに比べて大きく、−回当りのシフトデー
タ数によらないことが判っている。それは、Bがデータ
の論理的、算術的演算による、フィールド抽出やデータ
整形などのCPU処理を主にしているのに対して、Aは
テーブル索引などのメモリアクセスや、他装置などとの
インタフェース処理を主にしているからである。
- It is generally known that A is larger than B and does not depend on the number of shift data per - cycle. This is because B mainly performs CPU processing such as field extraction and data formatting using logical and arithmetic operations on data, whereas A performs memory access such as table indexing and interface processing with other devices. This is because the main focus is on

前述のシフト法によりキャッシュメモリの読出しを行な
う場合にも、読出し幅を大きくすればシフト回数が減少
するめで、読出し時間が大幅に短縮するが、通常、キャ
ッシュメモリの読出しレジスタとしては、処理装置がメ
モリアクセス時に必要とするデータ幅のレジスタを用意
すればよく、キャッシュメモリの読出しのために幅の広
いレジスタを用意するのは、読出しレジスタか通常32
ピントから72ピツl〜あることや、キャッシュメモリ
のメモリ構成をキへ・ツシュメモリの読出しにあわせて
作らないことなどを考え合わせるとあまり現実的でない
Even when reading from the cache memory using the shift method described above, increasing the read width reduces the number of shifts and significantly shortens the read time. All you need to do is prepare a register with the data width required for memory access, and a wide register for reading from the cache memory is usually a read register or a 32-bit register.
This is not very realistic considering that there are 72 pins from the focus and that the memory configuration of the cache memory is not made to match the readout of the cache memory.

−iに、キャッシュメモリ容量は671に〜1024に
ビットであり、従来のマシンではシフト動作を数千回も
行なわないと、キャッシュメモリの読出しができないの
で、読出し時間は増々パラメータAに支配されることに
なる。
-i, the cache memory capacity is 671 to 1024 bits, and in conventional machines the cache memory cannot be read without performing a shift operation several thousand times, so the read time is increasingly dominated by parameter A. It turns out.

発明の目的 本発明の目的は、キャッシュメモリの全内容の読出し時
間の短縮化を図ったキャッシュメモリ制御回路を提供す
ることである。
OBJECTS OF THE INVENTION An object of the present invention is to provide a cache memory control circuit that reduces the time required to read the entire contents of a cache memory.

九胛ム璽罵 木本発明によるキャッシュメモリ制御回路は、キャッシ
ュメモリをリードモードに維持する手段と、このリード
モード時に前記キャッシュメモリのリードアドレスを順
次歩進する手段と、このリードモード時における前記キ
ャッシュメモリからの続出しデータを格納するデータバ
ッファと、このデータバッファのライトアドレスをリー
ドモード時に順次歩進する手段とを有することを特徴と
する。
A cache memory control circuit according to the present invention includes means for maintaining a cache memory in a read mode, means for sequentially incrementing a read address of the cache memory in this read mode, and a means for maintaining a cache memory in a read mode. It is characterized by having a data buffer for storing successive data from the cache memory, and means for sequentially incrementing the write address of this data buffer in a read mode.

九匪座亙」 最近の高速化を図った情報処理装置においては、演算回
路が必要とするデータを、他の要因や制御のステップ間
の待ち合せ用に設けられたデータバッファと呼ばれる複
数ワードのレジスタ群に格納するようになっている。こ
の場合、キャッシュメモリの読出しデータを当該データ
バッファのどのワード位置に格納するかは、演算装置が
キャッシュメモリに対してデータの要求を発するときに
、その要求と共にデータバッファワードロケーション(
ワードアドレス)として付加するようになっている。キ
ャッシュメモリでは、このデータバッファワードロケー
ションを当該要求と共に持ち廻り、アクセスリードデー
タと共に演算装置へ送出する構成とされている。
In recent high-speed information processing devices, the data required by the arithmetic circuit is stored in a multi-word register called a data buffer, which is used to wait between other factors and control steps. It is designed to be stored in groups. In this case, the word location in the data buffer in which read data from the cache memory is stored is determined when the arithmetic unit issues a data request to the cache memory, along with the request at the data buffer word location (
It is added as a word address). The cache memory is configured to carry around this data buffer word location together with the request and send it to the arithmetic unit together with the access read data.

そこで、本発明においては、このデータバッファとその
ワードロケーションとに着目したものであり、キャッシ
ュメモリをリードモードにしておいて、その間キャッシ
ュメモリのリードアドレスを順次歩進させつつ内容を読
出し、このリードデータを当該データバッファに順次格
納してくようにし、その間このデータバッファワードロ
ケーションも順次歩進するようにした構成とするのであ
る。
Therefore, in the present invention, attention is paid to this data buffer and its word location, and the cache memory is set in read mode, and the contents are read while sequentially incrementing the read address of the cache memory. The data is sequentially stored in the data buffer, and the data buffer word location is also sequentially incremented during this time.

K1囮 以下に本発明の実施例につき図面を参照しつつ説明する
K1 Decoy Hereinafter, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明の一実施例のブロック図である。FIG. 1 is a block diagram of one embodiment of the present invention.

まず、本実施例の動作説明の理解を容易にするために、
通常のキャッシュメモリリードアクセス時の動作につい
て説明する。
First, in order to facilitate understanding of the explanation of the operation of this embodiment,
The operation during normal cache memory read access will be explained.

演算処理装置において、キャッシュアクセスの必要性が
発生すると、要求アドレスとデータバッファワードアド
レスとがキャッシュアクセス要求とともに、1言号線5
1.57および58を通じてキャッシュメモリへ送出さ
れる。この時、キャッシュ読出しモード信号線(HD)
75は論理値0になっているので、各要求信号51,5
7.58はそれぞれアドレスセレクタ(八X)1.リク
エストセレクタ(RX)2およびデータバッファワード
アドレスセレクタ(DX)3を介し、更には信号線52
.59.60を通じてアドレスレジスタ(ADR)4、
リクエストレジスタ“(RQ11?)6およびデータバ
ッファワードアドレスレジスタ(DB^1R)7に格納
される。
In an arithmetic processing unit, when the need for cache access occurs, the request address and data buffer word address are sent to the single word line 5 along with the cache access request.
1.57 and 58 to the cache memory. At this time, the cache read mode signal line (HD)
Since 75 has a logical value of 0, each request signal 51, 5
7.58 are respectively address selectors (8X) 1. via the request selector (RX) 2 and the data buffer word address selector (DX) 3, and further through the signal line 52.
.. Address register (ADR) 4 through 59.60,
It is stored in the request register “(RQ11?) 6 and the data buffer word address register (DB^1R) 7.

次のサイクルで、ADR4の内容とアドレスアレイ(A
A)10の内容が比較が比較器12によって比較される
。なお、ここではキャッシュメモリの構成として、ルベ
ル(ウェイ若しくはコンパートメントとも言う)のセッ
トアソシアティブ(ダイレクトマツピング)キャッシュ
メモリを想定している。ADR4の下位ビットでAAI
Oがアドレッシングされると同時に、データアレイ(O
A)11も同一アドレスでアドレッシングされる。
In the next cycle, the contents of ADR4 and the address array (A
A) The contents of 10 are compared by comparator 12. Note that the configuration of the cache memory here is assumed to be a Lebel (also referred to as a way or a compartment) set associative (direct mapping) cache memory. AAI in lower bit of ADR4
At the same time that O is addressed, the data array (O
A) 11 is also addressed with the same address.

比較器12の出力が論理値1のときくキャッシュヒ・y
トと言う)、信号線66、オアゲート13゜信号線68
を通って、アンドゲート14へ入力される。この時、R
QIR6の出力61が論理値1であれば、アンドゲート
14の論理条件が成立して、論理値1がリフニス1へレ
ジスタ2 (RQ2R) 15に格納される。一方、D
BへIR7に格納されたデータバッファワードアドレス
は、データバッファワードアドレスレジスタ(DB八へ
R)16に格納される。
When the output of the comparator 12 has a logical value of 1, the cache
), signal line 66, OR gate 13° signal line 68
The signal is input to the AND gate 14 through the . At this time, R
If the output 61 of the QIR 6 is a logical value 1, the logical condition of the AND gate 14 is satisfied, and the logical value 1 is stored in the register 2 (RQ2R) 15 to the refnis 1. On the other hand, D
The data buffer word address stored in IR7 is stored in data buffer word address register (DB8R) 16.

^DR14の下位ビットによってアドレッシングされた
DAllの出力は信号線70を通じて、アンドゲート1
4の入力条件が成立している時のみデータレジスタ(D
AR)17に格納される。
^The output of the DAll addressed by the lower bit of DR14 is sent to the AND gate 1 through the signal line 70.
The data register (D
AR) 17.

キャッシュリードアクセス要求がキャッシュメモリへ送
出されてから2T後、演算処理装置に対してキャッシュ
リードデータが信号線73を通じてデータアレイ(DB
)18へ送られる。同時に、リプライ信号として、II
Q2R15の出力が信号線71を通じてデータバッファ
の書込みアドレスとして、D[1A2R1,6の出力が
信号線72を通じてDBI8へ送られる。信号線71は
DB18の書込み許可(WE)信号として用いられる。
2T after the cache read access request is sent to the cache memory, the cache read data is sent to the arithmetic processing unit via the signal line 73 to the data array (DB
) sent to 18. At the same time, as a reply signal, II
The output of Q2R15 is sent through signal line 71 as the write address of the data buffer, and the output of D[1A2R1,6 is sent through signal line 72 to DBI8. The signal line 71 is used as a write enable (WE) signal for the DB 18.

次に、キャッシュ読出しモード(HD)75が論理値1
の場合について説明する。
Next, the cache read mode (HD) 75 has a logic value of 1.
The case will be explained below.

この場合、ノット回路9の出力が論理値0となり、各セ
レクタの状態は以下の様になる。セレクタ^X1におい
て下位ビットは加算器5の出力が選択される。セレクタ
RX2においては、常に論理値1が入力されており、よ
って常にリクエストありの状態となっている。セレクタ
DX3においては、加算器8の出力か選択される。
In this case, the output of the NOT circuit 9 becomes a logical value of 0, and the states of each selector are as follows. The output of the adder 5 is selected as the lower bit in the selector ^X1. A logic value of 1 is always input to the selector RX2, so that there is always a request. In the selector DX3, the output of the adder 8 is selected.

また、HD75はオアゲート13に入力され、信号線6
8を常に1(ヒント)にする。この状態でクロ・ンクを
進めると、DAIIとデータム・yファワードアドレス
とが順次歩進されつつDAIIの読出しデータが0B1
8へ格納されることになる。仮にDB18のワード数が
16ワードとすると、読出しデータが0818に格納さ
れるのは読出しの1サイクル後であるから、17サイク
ルクロツクを進める前のアドレスから16ワ一ド分のD
AII内のデータがDB18に格納される。ここで、D
B18をシフトモードにしてシフトパスによりその内容
を読出すことができるのである。
Further, the HD75 is input to the OR gate 13, and the signal line 6
Always turn 8 into 1 (hint). When the clock is advanced in this state, the DAII and the datum/y forward address are incremented sequentially, and the read data of the DAII is 0B1.
8. Assuming that the number of words in the DB 18 is 16, the read data is stored in 0818 one cycle after the read, so 16 words of data are stored in the DB from the address before advancing the clock by 17 cycles.
The data in AII is stored in DB18. Here, D
B18 can be put into shift mode and its contents can be read by a shift pass.

最初にADIt 4 、 RQIR6、DBAIR7を
シフトバスによって0に初期化しておけば、(DAII
のアドレス)+1クロツクでDAIIの内容を全て読出
すことができることになる。なお、この場合、16ワー
ドごとのDB18のシフトによる読出し時には、八〇R
4は次に読むべきDI’tL1のアドレスを指し、DB
^1RはOとなっているのて゛、シフ1へモードの角ギ
除後はそのままクロックを進めれば良い。
If ADIt4, RQIR6, and DBAIR7 are first initialized to 0 by the shift bus, (DAII
This means that the entire contents of DAII can be read out with +1 clock. In this case, when reading by shifting DB18 every 16 words, 80R
4 indicates the address of DI'tL1 to be read next, and DB
Since ^1R is set to O, you can just advance the clock as is after the angle gear division of the mode to shift 1.

発明の詳細 な説明したように、本発明によれば、キャッシュ読出し
データをデータバッファに格納し、括して読出すので、
シフ1ル回数を減らすことができ、前述のキャッシュ読
出し時間の式(1)の第1項が小さくなるので、時間の
短縮が図れるという効果がある。
As described in detail, according to the present invention, cache read data is stored in a data buffer and read out all at once.
Since the number of shuffles can be reduced and the first term of equation (1) for the cache read time described above becomes smaller, there is an effect that the time can be shortened.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は本発明の実施例のブロツク図である。 主要部分の符号の説明 5.8・・・・・・十1加算器 10・・・・・・アドレスアレイ 11・・・・・・データアレイ 18・・・・・・データバッファ 第1図 :寅算タエiPΔ乏i力・6 FIG. 1 is a block diagram of an embodiment of the invention. Explanation of symbols of main parts 5.8...11 adder 10...Address array 11... Data array 18... Data buffer Figure 1 :Tora calculation Tae iPΔPoor i force・6

Claims (1)

【特許請求の範囲】[Claims] (2)キャッシュメモリをリードモードに維持する手段
と、このリードモード時に前記キャッシュメモリのリー
ドアドレスを順次歩進する手段と、このリードモード時
における前記キャッシュメモリからの読出しデータを格
納するデータバッファと、このデータバッファのライト
アドレスをリードモード時に順次歩進する手段とを有す
ることを特徴とするキャッシュメモリ制御回路。
(2) means for maintaining the cache memory in read mode; means for sequentially incrementing the read address of the cache memory during this read mode; and a data buffer for storing data read from the cache memory during this read mode. , means for sequentially incrementing the write address of the data buffer in a read mode.
JP63290995A 1988-11-17 1988-11-17 Cache memory control circuit Expired - Lifetime JP2850340B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP63290995A JP2850340B2 (en) 1988-11-17 1988-11-17 Cache memory control circuit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP63290995A JP2850340B2 (en) 1988-11-17 1988-11-17 Cache memory control circuit

Publications (2)

Publication Number Publication Date
JPH02136946A true JPH02136946A (en) 1990-05-25
JP2850340B2 JP2850340B2 (en) 1999-01-27

Family

ID=17763097

Family Applications (1)

Application Number Title Priority Date Filing Date
JP63290995A Expired - Lifetime JP2850340B2 (en) 1988-11-17 1988-11-17 Cache memory control circuit

Country Status (1)

Country Link
JP (1) JP2850340B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009043061A (en) * 2007-08-09 2009-02-26 Oki Electric Ind Co Ltd Debugging device and debugging method
TWI670739B (en) * 2014-06-11 2019-09-01 日商迪睿合股份有限公司 Switching element and switching circuit

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60169956A (en) * 1984-02-15 1985-09-03 Hitachi Ltd Data processor
JPS63158647A (en) * 1986-08-01 1988-07-01 Nec Corp Information processing device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS60169956A (en) * 1984-02-15 1985-09-03 Hitachi Ltd Data processor
JPS63158647A (en) * 1986-08-01 1988-07-01 Nec Corp Information processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009043061A (en) * 2007-08-09 2009-02-26 Oki Electric Ind Co Ltd Debugging device and debugging method
TWI670739B (en) * 2014-06-11 2019-09-01 日商迪睿合股份有限公司 Switching element and switching circuit

Also Published As

Publication number Publication date
JP2850340B2 (en) 1999-01-27

Similar Documents

Publication Publication Date Title
EP0009938B1 (en) Computing systems having high-speed cache memories
US4008460A (en) Circuit for implementing a modified LRU replacement algorithm for a cache
KR880000299B1 (en) Cash apparatus
JP2822588B2 (en) Cache memory device
US4357656A (en) Method and apparatus for disabling and diagnosing cache memory storage locations
US5230045A (en) Multiple address space system including address translator for receiving virtual addresses from bus and providing real addresses on the bus
JPS589277A (en) Data processor
US5535350A (en) Cache memory unit including a replacement address register and address update circuitry for reduced cache overhead
JPS624745B2 (en)
JPH0364890B2 (en)
JPS604493B2 (en) Microprogrammed data processing system
JPH01500377A (en) Apparatus and method for providing a cache memory unit with write operations that utilize two system clock cycles
EP0167089B1 (en) Memory access control system and method for an information processing apparatus
JPH0529945B2 (en)
US5287482A (en) Input/output cache
JP3407808B2 (en) Computer system
EP0386719A2 (en) Partial store control circuit
JPH06214871A (en) Dual-port electronic data storage system and electronic data storage system as well as simultaneous access method
JPH0529946B2 (en)
JPH02136946A (en) Cache memory control circuit
US3990051A (en) Memory steering in a data processing system
JP3076115B2 (en) Large magnetic disk drive
GB2037466A (en) Computer with cache memory
JPH0210446A (en) Buffer storage device
JPH06103477B2 (en) Parallel cache memory