JPH01156848A - Memory access processor - Google Patents

Memory access processor

Info

Publication number
JPH01156848A
JPH01156848A JP62316758A JP31675887A JPH01156848A JP H01156848 A JPH01156848 A JP H01156848A JP 62316758 A JP62316758 A JP 62316758A JP 31675887 A JP31675887 A JP 31675887A JP H01156848 A JPH01156848 A JP H01156848A
Authority
JP
Japan
Prior art keywords
address
bit
bits
processing
array
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
JP62316758A
Other languages
Japanese (ja)
Inventor
Tadashi Hara
忠 原
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 JP62316758A priority Critical patent/JPH01156848A/en
Publication of JPH01156848A publication Critical patent/JPH01156848A/en
Pending legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To perform the processes of a requester in parallel with each other with no interference caused by the registration of M bits by constituting a memory access processor such that the registration of M bits is carried out in parallel with the index of an address array performed by the request of the requester. CONSTITUTION:An address comparison means 310 compares the bits of the address of an address holding means 304 holding the address of the requester and registered address of M-bit. When the coincidence of bits is obtained, the value of M-bits is kept constant by an M-bit changing means 311 regardless of the output of M-bits. Then the registration of M-bits can be carried out in parallel with the index of an address array 302 performed by the request of the requester. Thus the parallel processing operations are possible before the processing of the requester is through as long as both addresses are coinci dent with each other even though the registration of M bits and the reading of M bits due to the index of the array 302 requested by the requester are superposed on the same M-bit memory means 305 for example.

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は、スワップ方式のキャッシュメモリを内部に備
えたメモリアクセス処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to a memory access processing device internally equipped with a swap type cache memory.

〔従来の技術〕[Conventional technology]

この種のスワップ方式のキャッシュメモリを内部に備え
たメモリアクセス処理装置においてはメモリアクセスの
処理はすべてキャッシュ内で行なうため、要求元からの
占込み指定に対してもキャッシュ内のみに内込みを行な
うだけで主記憶装置に占込みを行なわない。したがって
、通常状態ではキャッシュの内容と主記憶装置の内容は
不一致であるため新たなアクセスによってキャッシュの
内容が塗り換えられる時にキャッシュの内容を主記憶装
置へ書き戻して一致性を保証している。この時キャッシ
ュの内容が書き換えられたかどうかを示す情報、すなわ
ちMビットを持ち、これが書き換えを示していた時のみ
主記憶装置への書込みを行なうようにしてむだなメモリ
アクセスを出さないように制御されている。このため、
要求元からの聞込み要求に対して対応するアドレスの内
容がキャッシュに存在した場合にはそのMビットが書き
換えを示しているかどうかを調べ、書き換えを示してい
なかったら新たに田き換えを示すように書込まなければ
ならない。
In a memory access processing device that is equipped with this type of swap-type cache memory, all memory access processing is performed within the cache, so even in response to an allocation specification from a request source, the allocation is performed only within the cache. It does not occupy the main memory only. Therefore, in a normal state, the contents of the cache and the contents of the main storage device do not match, so when the contents of the cache are rewritten by a new access, the contents of the cache are written back to the main storage device to ensure consistency. At this time, there is information indicating whether the contents of the cache have been rewritten, that is, the M bit, and control is performed so as to prevent unnecessary memory access by writing to the main memory only when this indicates rewriting. ing. For this reason,
If the content of the address corresponding to the listening request from the request source exists in the cache, check whether the M bit indicates rewriting, and if it does not indicate rewriting, newly indicate rewriting. must be written in.

このような処理は入出力装置または演算処理装置から連
続したメモリアクセスの要求を一連のレジスタで持ち回
り連続的に処理し、その処理が一回のパイプラインの流
れのなかで終了しなかった場合にはパイプラインの始め
に戻って再び同じパイプラインの流れの中で処理を行な
うような循環的なパイプライン構成の処yI!装置にお
いては一連のパイプラインの1回の処理では不可能であ
るため、−度パイブラインのはじめに戻って二回目の処
理で潜込みを行なっている。このとぎ従来の装置では、
要求元からのアクセスがあってもその処理を待たせない
ためにMビット記憶手段をアドレスの特定のビットでイ
ンタリーブしてそのビットが異なっている時だけ同時に
処理できるように構成されている。
In this type of processing, consecutive memory access requests from an input/output device or arithmetic processing unit are passed through a series of registers and processed continuously, and if the processing is not completed within one pipeline flow, is a circular pipeline configuration process that returns to the beginning of the pipeline and performs processing again in the same pipeline flow. In the apparatus, since it is impossible to perform processing in a series of pipelines once, the process returns to the beginning of the pipeline and performs the infiltration in the second processing. With this conventional sharpening device,
In order to prevent processing from waiting even if there is an access from a request source, the M-bit storage means is configured to be interleaved with specific bits of the address so that simultaneous processing can be performed only when the bits are different.

〔発明が解決しようとする問題点〕[Problem that the invention seeks to solve]

上述した従来の方式は、Mビット記憶手段をアドレスの
特定のビットでインタリーブしているため、Mビットの
登録アドレスと要求元のアドレスのうちインタリーブに
対応したビットが一致していればやはりMビットの登録
を優先させなければならf要求元の処理を持たせなけれ
ばならないという欠点がある。
In the conventional method described above, the M-bit storage means is interleaved with specific bits of the address, so if the M-bit registered address and the bits corresponding to interleaving in the request source address match, the M-bit storage means is interleaved. There is a drawback that priority must be given to registration of f, and processing of the request source must be provided.

〔問題点を解決するための手段〕[Means for solving problems]

本発明は、入出力装置または演算処理装置と主記憶装置
に接続され主記憶装置の内容の一部の写しを保持するデ
ータアレイとデータアレイの内容が主記憶装置上のどの
部分に対応するかを示す情報を保持するアドレスアレイ
を有し、入出力装置または演算処理装置からのメモリア
クセスの要求がデータアレイ内で処理可能な場合にはそ
の要求が占込み読み出しにかかわらずデータアレイ内で
のみ処理するようなスワップ方式のキャッシュを有し、
入出力装置または演算処理装置からの連続したメモリア
クセスの要求を一連のレジスタで持ち回り連続的に処理
し、その処理が一回のパイプラインの流れのなかで終了
しなかった場合にはパイプラインのはじめに戻って再び
同じパイプラインの流れの中で処理を行なうような循環
的なバイブライン処理手段と、データアレイの内容が占
ぎ換えられたかどうを示すMビットをアドレスアレイと
同じアドレスで記憶し、そのアドレスの特定のビットで
インタリーブされそのアドレスの特定のビットの値が異
なれば同時に処理が可能なように構成されたMビット記
憶手段と、そのMビットの占込みアドレスを保持するア
ドレス保持手段と、Mビット記憶手段のアドレスとして
要求元のアドレスとアドレス保持手段のアドレスのうち
どちらか一方を選択する選択手段とを有するメ干すアク
セス処I!!装置において、アドレス保持手段のアドレ
スと前記のパイプライン処理1段のなかのアドレスのう
ち前記Mビット記憶手段のインターリーブに用いられて
いるビットどうしを比較するアドレス比較手段と、アド
レス比較手段が一致を示していた時に曲記Mビット記憶
手段の出力をその内容にかかわらず、一定の値に、即ち
要求元の処理による索引の結果がヒツトであれば占き換
えられていないことを示すように、またミスであれば占
き換えられていることを示すように変更するMビット・
変更手段とを有している。
The present invention provides a data array that is connected to an input/output device or an arithmetic processing unit and a main memory and holds a copy of a part of the contents of the main memory, and a data array that stores a copy of a part of the contents of the main memory. If a memory access request from an input/output device or an arithmetic processing unit can be processed within the data array, the request is processed only within the data array, regardless of whether the request is a preemptive read. It has a swap type cache that handles
Consecutive memory access requests from input/output devices or arithmetic processing units are sequentially processed by a series of registers, and if the processing is not completed within one pipeline flow, the pipeline A cyclic vibration line processing means that returns to the beginning and performs processing again in the same pipeline flow, and an M bit indicating whether the contents of the data array have been changed are stored at the same address as the address array. , M-bit storage means configured to be interleaved with specific bits of the address so that processing can be performed simultaneously if the values of the specific bits of the address are different, and address holding means for holding the M-bit interleaved address. and selection means for selecting either the address of the request source or the address of the address holding means as the address of the M-bit storage means. ! In the apparatus, the address comparison means compares the address of the address holding means and the bits used for interleaving of the M-bit storage means among the addresses in the first stage of pipeline processing, and the address comparison means determines a match. If the output of the M-bit storage means is a constant value regardless of its contents, that is, if the index result from the requesting process is a hit, it indicates that the fortune has not been rewritten. Also, if it is a mistake, the M bit is changed to indicate that the fortune-telling has been changed.
and a changing means.

〔作用〕[Effect]

本発明は、要求元のアドレスとMビットの登録アドレス
を保持するアドレス保持手段のアドレスのうち複数のM
ビット記憶手段のうちどれを用いるかを示すピットを比
較し、これらが一致した時にはMビット変更手段により
Mビットの出ツノにかかわらずその値を一定の値、即ち
要求元の処理による索引の結果がヒツトであればAき換
えられていないことを示すように、またミスであれば書
き換えられていることを示すようにしてMビットの登録
と要求元からの要求によるアドレスアレイの索引が並行
しておこなえるようにしたものである。
The present invention provides for a plurality of M bits of addresses of an address holding means that holds a request source address and M bits of registered addresses.
The pits indicating which of the bit storage means to use are compared, and when they match, the M bit changing means changes the value to a constant value regardless of the origin of the M bit, that is, the result of the index by the requesting process. If A is a hit, it indicates that A has not been rewritten, and if it is a mistake, it indicates that it has been rewritten. It has been designed so that it can be performed.

〔実施例〕〔Example〕

次に、本発明の実施例について図面を参照して説明する
Next, embodiments of the present invention will be described with reference to the drawings.

第1図は本発明のメモリアクセス処理装置の一実施例を
示す図である。
FIG. 1 is a diagram showing an embodiment of a memory access processing device of the present invention.

入出力装置、演算処理装置などの要求元101〜103
からのメモリアクセスの要求がそれぞれの受付回路20
1〜203で受は付けられる。受付けられた要求は選択
手段204によりその中の一つが選ばれて処理される。
Request sources 101 to 103 such as input/output devices and arithmetic processing units
Each reception circuit 20 receives a memory access request from
1 to 203 are accepted. One of the accepted requests is selected by the selection means 204 and processed.

受付けられた要求元のアドレスはアドレスレジスタ30
1に送られその下位のアドレスでアドレスアレイ302
の内容が読出され、比較手段303によりアドレスアレ
イ301の上位アドレスと比較され要求元の要求するア
ドレスの内容が対応するデータアレイ403の中に存在
するかどうか調べられる(このような一連の動作をアド
レスアレイの索引と呼ぶ)。
The address of the accepted request source is stored in the address register 30.
Address array 302 with lower addresses sent to
The content of the address is read out and compared with the upper address of the address array 301 by the comparison means 303 to check whether the content of the address requested by the request source exists in the corresponding data array 403 (such a series of operations is performed). (called the index of the address array).

このようなアドレスアレイの索引の結果、データアレイ
403のなかに要求データが存在する場合(この場合を
ヒツトと呼ぶ)にはアドレスレジスタ301の内容をア
ドレスレジスタ401へ送り要求元の要求内容に応じて
リードまたはライトの処理をデータアレイ403内で処
理する。また、アドレスアレイの索引の結果、データア
レイ403の中に存在しない場合(この場合をミスと呼
ぶ)は、主記憶装置601のアクヒスを行ない必要な内
容を主記憶装置601から読出し、要求がリードであれ
ば要求元に必要なデータを送り同時にデータアレイ40
3に餌込み、またライトであれば書込みデータと主記憶
装置601の読出しデータを合成したあとデータアレイ
403に書込みを行なう。このとぎMビット2憶手段3
05.306のなかの対応するMビットを選択手段30
9により選択して読出し、これが1″で対応するデータ
アレイ403の内容が書き換えられていたかどうか調べ
る。この結果、もし書き換えられていることを示してい
たならば、アドレスアレイ302の内容が読出されてい
るスワップアドレスレジスタ402の示す主記憶装置6
01のアドレスにデータアレイ403の内容を、先の主
記憶装置読出しの前にスワップアウトしておく。
As a result of such indexing of the address array, if the requested data exists in the data array 403 (this case is called a hit), the contents of the address register 301 are sent to the address register 401 according to the request contents of the request source. Read or write processing is performed within the data array 403. Also, if the address array index does not exist in the data array 403 (this case is called a miss), the main memory 601 is accessed and the necessary contents are read from the main memory 601, and the request is read. If so, send the necessary data to the request source and send the data array 40 at the same time.
If it is a write, the write data and the read data of the main storage device 601 are combined and then written to the data array 403. This end M bit 2 memory means 3
The selection means 30 selects the corresponding M bit in 05.306.
9 is selected and read, and if this is 1'', it is checked whether the contents of the corresponding data array 403 have been rewritten. If the result shows that the contents of the corresponding data array 403 have been rewritten, the contents of the address array 302 are read out. The main storage device 6 indicated by the swap address register 402
The contents of the data array 403 are swapped out to address 01 before the previous main storage readout.

次に、Mビット記憶手段305.306へのMビットの
登録方法について詳細に説明する。
Next, a method for registering M bits in the M bit storage means 305 and 306 will be explained in detail.

要求元の要求がライトの場合でアドレスアレイ302を
索引した結果ヒツトであった場合には同時にMビット記
憶手段305または306からMビットを読出す。この
結果Mビットが“0゛′で未だ一度も書き換えられてい
ないことを示していたらアドレスレジスタ301にある
要求元のアドレスをアドレスレジスタ401、アドレス
レジスタ501と持ち回わりアドレス保持手段304に
送る。このアドレスでMビット記憶手段305または3
06の対応するほうにMビット−“1″を書込む。Mビ
ット記憶手段305.306はアドレスアレイ302と
は独立でアドレスの下位の1ビツトで2つに分けられて
いてこのビットが責なれば両方の処理ができるように構
成されている。したがって、アドレスレジスタ301の
示すアドレスとアドレス保持手段304の示すアドレス
の上記の1ビツトが異なれば両方の処理、すなわちアド
レスアレイ302の索引と同時に行なうMビットの読出
しのための処理とMビットの書込みのための処理を同時
に行なうことができる。本実施例では、Mビット記憶手
段306に選択手段307を通してアドレスレジスタ3
01のアドレスを送りアドレスアレイ302の索引と同
時に対応するアドレスのMビットを読出し、またMビッ
ト記憶手段306には選択手段308を通してアドレス
保持手段304のアドレスを送りMビットの書込みをお
こなう。しかしながら、アドレスの前記のビットが一致
した場合にはMビット記憶手段を2つに分けた効果は得
られず、やはりMビットの登録を優先させ要求元の処理
を持ち合わせなければならない。
If the source request is a write and the address array 302 is indexed and the result is a hit, M bits are read from the M bit storage means 305 or 306 at the same time. As a result, if the M bit is "0'', indicating that it has never been rewritten, the address of the request source in the address register 301 is sent to the address holding means 304 in rotation through the address register 401 and the address register 501. At this address, M bit storage means 305 or 3
Write M bit-“1” to the corresponding one of 06. The M-bit storage means 305 and 306 are independent of the address array 302 and are divided into two by the lower one bit of the address, and are configured so that they can process both if this bit is responsible. Therefore, if the address indicated by the address register 301 and the address indicated by the address holding means 304 differ by one bit, both processes are performed, that is, the process for reading the M bits and the writing of the M bits are performed simultaneously with the indexing of the address array 302. processing can be performed simultaneously. In this embodiment, the address register 3 is passed through the selection means 307 to the M bit storage means 306.
01 is sent, and at the same time as the address array 302 is indexed, the M bits of the corresponding address are read out, and the address of the address holding means 304 is sent to the M bit storage means 306 through the selection means 308, and the M bits are written. However, if the above-mentioned bits of the address match, the effect of dividing the M-bit storage means into two cannot be obtained, and the registration of the M-bit must still be given priority and processing of the request source must also be carried out.

本実施例では、前記の要求元のアドレスとMビットの登
録アドレスを保持するアドレス保持手段304のアドレ
スのうち前記のピットを比較するアドレス比較手段31
0を持ち、これらが−・致した時にはMビット変更手段
311によりMビットの出力にかかわらずその値を−・
定の値、即ち要求元の処理による索引の結果がヒツトで
あれば書き換えられていないことを示すように、またミ
スであれば出き換えられていることを示すようにしMビ
ットの登録と要・求元からの要求によるアドレスアレイ
302の索引が並行しておこなえるように構成されてい
る。
In this embodiment, the address comparing means 31 compares the above-mentioned pits among the addresses of the address holding means 304 holding the address of the request source and the registered address of M bits.
0, and when these match -, the M bit changing means 311 changes the value to -, regardless of the output of the M bit.
If the specified value, that is, the index result from the request source processing is a hit, it indicates that it has not been rewritten, and if it is a mistake, it indicates that it has been replaced. - The address array 302 is configured so that indexing of the address array 302 can be performed in parallel based on a request from a requestor.

このように構成することにより、Mビットの0録と要求
元の要求によるアドレスアレイ302の索引に伴うMビ
ットの読出しが同じMビット記憶手段、たとえば305
に重なっても、これらの2つのアドレスが一致している
限り要求元の処理を待たせずに並行して処理することが
できる。
With this configuration, the 0 record of the M bits and the reading of the M bits associated with the indexing of the address array 302 according to a request from the request source can be performed using the same M bit storage means, for example 305.
Even if these two addresses overlap, as long as these two addresses match, processing can be performed in parallel without making the request source process wait.

本実施例では、Mビット記憶手段を2重にインタリーブ
して処理するような構成としたが、これがN重の場合で
も効果が同じであることは自明である。
In this embodiment, the M-bit storage means is configured to be interleaved twice for processing, but it is obvious that the effect is the same even if the M-bit storage means is interleaved twice.

(発明の効果〕 以上説明したように本発明は、要求元のアドレスとMビ
ットの登録アドレスを保持するアドレス保持手段のアド
レスのうち複数のMビット配位手段のうちどれを用いる
かを示すビットを比較するアドレス比較手段を持ち、こ
れらが一致した時にはMビット変更手段によりMビット
の出力にかがわらずその値を一定の値、即ち、要求元の
処理による索引の結架がピットであれば書き換えられて
いないことを示すように、またミスであれば害き換えら
れていることを示すようにしてMビットの登録と要求元
からの要求ににるアドレスアレイの索引が並行しておこ
なえるように構成することにより、要求元の処理がMビ
ットの登録にじゃまされることなく並行して行なうこと
ができ、性能が向上するという効果がある。
(Effects of the Invention) As explained above, the present invention provides a bit indicating which of a plurality of M-bit arrangement means is to be used in the address of the address holding means that holds the address of the request source and the registered address of M bits. When they match, the M bit changing means changes the value to a constant value regardless of the output of the M bit, that is, if the index linkage caused by the requesting process is a pit. It is possible to register the M bit and index the address array in response to a request from the request source in parallel by indicating that it has not been rewritten, or if it is a mistake, indicating that it has been modified. By configuring this, the processing of the request source can be performed in parallel without being hindered by the registration of M bits, which has the effect of improving performance.

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

第1図は本発明のメモリアクセス処理8WMの一実施例
を承りブロック図である。 101〜103・・・要求元、 201〜203・・・受付回路、 204・・・選択手段、 301・・・アドレスレジスタ、 302−・・アドレスアレイ、 303・・・比較手段、 304・・・アドレス保持手段、□ 305〜306・・・Mビット記憶手段、307〜30
9・・・選択手段、 310・・・アドレス1ヒ較手段、 311・・・Mビット変更手段、 401・・・アドレスレジスタ、 402・・・スワップアドレスレジスタ、403・・・
データアレイ、 404・・・選択手段、 501・・・アドレスレジスタ、 601・・・主記憶装置。
FIG. 1 is a block diagram of an embodiment of memory access processing 8WM of the present invention. 101-103... Request source, 201-203... Reception circuit, 204... Selection means, 301... Address register, 302-... Address array, 303... Comparison means, 304... Address holding means, □ 305-306...M bit storage means, 307-30
9... Selection means, 310... Address 1 comparing means, 311... M bit changing means, 401... Address register, 402... Swap address register, 403...
Data array, 404... Selection means, 501... Address register, 601... Main storage device.

Claims (1)

【特許請求の範囲】 入出力装置または演算処理装置と主記憶装置に接続され
、主記憶装置の内容の一部の写しを保持するデータアレ
イとデータアレイの内容が主記憶装置上のどの部分に対
応するかを示す情報を保持するアドレスアレイを有し、
入出力装置または演算処理装置からのメモリアクセスの
要求がデータアレイ内で処理可能な場合にはその要求が
書込み読出しにかかわらずデータアレイ内でのみ処理す
るようなスワップ方式のキャッシュを有し、入出力装置
または演算処理装置からの連続したメモリアクセスの要
求を一連のレジスタで持ち回り連続的に処理し、その処
理が一回のパイプラインの流れのなかで終了しなかった
場合にはパイプラインのはじめに戻って再び同じパイプ
ラインの流れの中で処理を行なうような循環的なパイプ
ライン処理手段と、データアレイの内容が書き換えられ
たかどうかを示すMビットをアドレスアレイと同じアド
レスで記憶し、そのアドレスの特定のビットでインタリ
ーブされそのアドレスの特定のビットの値が異なれば同
時に処理が可能なように構成されたMビット記憶手段と
、そのMビットの書き込みアドレスを保持するアドレス
保持手段と、Mビット記憶手段のアドレスとして要求元
のアドレスとアドレス保持手段のアドレスのうちどちら
か一方を選択する選択手段とを有するメモリアクセス処
理装置において、 アドレス保持手段のアドレスと前記のパイプライン処理
手段のなかのアドレスのうち前記Mビット記憶手段のイ
ンタリーブに用いられているビットどうしを比較するア
ドレス比較手段と、アドレス比較手段が一致を示してい
た時に前記Mビット記憶手段の出力をその内容にかかわ
らず一定の値に、即ち要求元の処理による索引の結果が
ヒットであれば書き換えられていないことを示すように
、またミスであれば書き換えられていることを示すよう
に変更するMビット変更手段とを有することを特徴とす
るメモリアクセス処理装置。
[Claims] A data array that is connected to an input/output device or an arithmetic processing unit and a main memory and holds a copy of a part of the contents of the main memory; It has an address array that holds information indicating whether it corresponds to
If a memory access request from an input/output device or an arithmetic processing unit can be processed within the data array, the memory access request is processed only within the data array regardless of whether it is a write or read. Consecutive memory access requests from an output device or arithmetic processing unit are passed through a series of registers and processed continuously, and if the processing is not completed within one pipeline flow, it is processed at the beginning of the pipeline. A cyclic pipeline processing means that returns and performs processing in the same pipeline flow again, and an M bit indicating whether the contents of the data array have been rewritten is stored at the same address as the address array, and the address M-bit storage means configured to be interleaved with specific bits of the address so that processing can be performed simultaneously if the specific bit values of the address are different; address holding means for holding the M-bit write address; In a memory access processing device having a selection means for selecting either an address of a request source or an address of an address holding means as an address of the storage means, an address of the address holding means and an address in the pipeline processing means; Among them, an address comparison means for comparing the bits used for interleaving of the M-bit storage means, and when the address comparison means indicates a match, the output of the M-bit storage means is set to a constant value regardless of its contents. In other words, it has an M bit changing means for changing the index result by the requesting process so that if it is a hit, it indicates that it has not been rewritten, and if it is a miss, it indicates that it has been rewritten. A memory access processing device characterized by:
JP62316758A 1987-12-14 1987-12-14 Memory access processor Pending JPH01156848A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62316758A JPH01156848A (en) 1987-12-14 1987-12-14 Memory access processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62316758A JPH01156848A (en) 1987-12-14 1987-12-14 Memory access processor

Publications (1)

Publication Number Publication Date
JPH01156848A true JPH01156848A (en) 1989-06-20

Family

ID=18080593

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62316758A Pending JPH01156848A (en) 1987-12-14 1987-12-14 Memory access processor

Country Status (1)

Country Link
JP (1) JPH01156848A (en)

Similar Documents

Publication Publication Date Title
US3761881A (en) Translation storage scheme for virtual memory system
KR880000299B1 (en) Cash apparatus
US5450564A (en) Method and apparatus for cache memory access with separate fetch and store queues
US3781812A (en) Addressing system responsive to a transfer vector for accessing a memory
JPH0526217B2 (en)
US5287482A (en) Input/output cache
US3737871A (en) Stack register renamer
US4964037A (en) Memory addressing arrangement
JPS59188764A (en) Memory device
JPH01156848A (en) Memory access processor
JPH0210446A (en) Buffer storage device
JP2636485B2 (en) Cache storage
JPH0154735B2 (en)
GB2037466A (en) Computer with cache memory
JPH01156847A (en) Memory access processor
JPH0375850A (en) Memory access processor
JPH01156849A (en) Memory access processor
JP2647092B2 (en) Multi-processor system
JPS58201157A (en) Control circuit of bank memory
JPH02136946A (en) Cache memory control circuit
JPH02226448A (en) Input/output cash
JPH04266140A (en) Address conversion buffer device
JP3074897B2 (en) Memory circuit
JPH077355B2 (en) Information processing equipment
JPS6124734B2 (en)