JPH0731310Y2 - Memory device - Google Patents

Memory device

Info

Publication number
JPH0731310Y2
JPH0731310Y2 JP1987112005U JP11200587U JPH0731310Y2 JP H0731310 Y2 JPH0731310 Y2 JP H0731310Y2 JP 1987112005 U JP1987112005 U JP 1987112005U JP 11200587 U JP11200587 U JP 11200587U JP H0731310 Y2 JPH0731310 Y2 JP H0731310Y2
Authority
JP
Japan
Prior art keywords
address
buffer memory
memory device
address conversion
cpu
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.)
Expired - Lifetime
Application number
JP1987112005U
Other languages
Japanese (ja)
Other versions
JPS6418350U (en
Inventor
哲也 戸井
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox 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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP1987112005U priority Critical patent/JPH0731310Y2/en
Publication of JPS6418350U publication Critical patent/JPS6418350U/ja
Application granted granted Critical
Publication of JPH0731310Y2 publication Critical patent/JPH0731310Y2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【考案の詳細な説明】 (産業上の利用分野) 本考案はメモリ装置に関するものであり、特に、バッフ
ァメモリ装置およびアドレス変換装置を備えたメモリ装
置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a memory device, and more particularly, to a memory device including a buffer memory device and an address translation device.

(従来の技術) バッファメモリ装置は、CPUの出力するアドレスと、該
アドレスに対応する主記憶装置上のデータとを格納し、
CPUのメモリアクセスを高速に完了させることを目的と
してメモリ装置内に設けられる。
(Prior Art) A buffer memory device stores an address output by a CPU and data on a main storage device corresponding to the address,
It is provided in the memory device for the purpose of completing the memory access of the CPU at high speed.

第2図はバッファメモリ装置およびアドレス変換装置を
有する従来のメモリ装置の一例のブロック図である。
FIG. 2 is a block diagram of an example of a conventional memory device having a buffer memory device and an address translation device.

図において、符号5はアドレス線を、符号6はデータ線
を示している。
In the figure, reference numeral 5 indicates an address line and reference numeral 6 indicates a data line.

CPU1より出力されるアドレスは、アドレス線5を介して
バッファメモリ装置2、およびアドレス変換装置3に出
力され、バッファメモリ装置2に前記アドレスに対応す
るデータが格納されている場合には、そのデータがバッ
ファメモリ装置2より読み出される。
The address output from the CPU 1 is output to the buffer memory device 2 and the address conversion device 3 via the address line 5, and if the data corresponding to the address is stored in the buffer memory device 2, the data is stored. Is read from the buffer memory device 2.

格納されていない場合には、前記アドレスがアドレス変
換装置3を介して主記憶装置4に出力され、前記アドレ
スに対応するデータが主記憶装置4より読み出されると
共に、前記アドレスおよびデータがバッファメモリ装置
2内に格納される。
If not stored, the address is output to the main storage device 4 via the address conversion device 3, the data corresponding to the address is read from the main storage device 4, and the address and data are stored in the buffer memory device. It is stored in 2.

通常、このようなバッファメモリ装置をキャッシュメモ
リと呼んでおり、以下バッファメモリ装置とはキャッシ
ュメモリのことを指す。
Usually, such a buffer memory device is called a cache memory, and hereinafter, the buffer memory device refers to a cache memory.

ところで、前記アドレス変換装置3内のアドレス変換テ
ーブル(図示せず)を切換えた場合には、CPU1の出力す
るアドレスに対応する主記憶装置4内のデータ記憶領域
が変わるために、CPU1より出力されるアドレスと、バッ
ファメモリ装置2内に記憶されているデータとの対応関
係がくずれ、バッファメモリ装置2内に記憶されている
データは無意味なものとなる。
By the way, when the address translation table (not shown) in the address translation device 3 is switched, the data storage area in the main memory device 4 corresponding to the address output by the CPU 1 changes, so that the data is output from the CPU 1. The correspondence between the address stored in the buffer memory device 2 and the data stored in the buffer memory device 2 is lost, and the data stored in the buffer memory device 2 becomes meaningless.

したがって、バッファメモリ装置2内に記憶されたデー
タを、CPU1が誤って取出さないように、バッファメモリ
装置2内の全データをクリア(以下、データの無効化と
いう)する必要がある。
Therefore, it is necessary to clear all the data in the buffer memory device 2 (hereinafter referred to as invalidating the data) so that the CPU 1 does not accidentally extract the data stored in the buffer memory device 2.

バッファメモリ装置は、例えば特開昭55−44650号公報
に、またアドレス変換装置は、例えば特開昭59−14184
号公報に記載されている。
The buffer memory device is disclosed in, for example, Japanese Patent Laid-Open No. 55-44650, and the address translation device is described in, for example, Japanese Patent Laid-Open No. 59-14184.
It is described in Japanese Patent Publication No.

また、このようなメモリ装置の他に、バッファメモリ内
にアドレス、およびアドレス変換テーブルを識別するた
めのテーブル識別子を格納し、複数のアドレス変換テー
ブルに対応するデータを、該バッファメモリの同一ブロ
ック内に格納する方式のメモリ装置も提案されている。
In addition to such a memory device, an address and a table identifier for identifying an address conversion table are stored in the buffer memory, and data corresponding to a plurality of address conversion tables are stored in the same block of the buffer memory. There is also proposed a memory device that stores data in a memory.

(考案が解決しようとする問題点) 上記した従来の技術は、次のような問題点を有してい
た。
(Problems to be Solved by the Invention) The conventional techniques described above have the following problems.

(1)前述したように、第2図に示されたような、従来
のメモリ装置においては、アドレス変換装置内のアドレ
ス変換テーブルを切換えた場合に、バッファメモリ装置
内のデータを無効化する必要があったが、このデータの
無効化は、バッファメモリ装置の本来の目的と相反する
ことになり、バッファメモリ装置の使用効率が低下す
る。
(1) As described above, in the conventional memory device as shown in FIG. 2, it is necessary to invalidate the data in the buffer memory device when the address translation table in the address translator is switched. However, the invalidation of the data conflicts with the original purpose of the buffer memory device, and the use efficiency of the buffer memory device decreases.

すなわち、、バッファメモリ装置は、CPUより読み出さ
れる主記憶装置内のデータを蓄積し、該バッファメモリ
装置内に該当するデータが記憶されている場合に、CPU
のメモリアクセスが高速に完了されるわけであるが、バ
ッファメモリ装置内のデータの無効化を行うと、前述し
たように蓄積されたデータが消去されてしまい、たとえ
アドレス変換テーブルをもとのように切換えても、該バ
ッファメモリ装置内にデータを新たに蓄積しなおさなけ
ればならない。そして、この蓄積がなされるまでは、CP
Uのメモリアクセスを高速に完了させることができな
い。
That is, the buffer memory device accumulates the data in the main storage device read by the CPU, and when the corresponding data is stored in the buffer memory device,
However, if the data in the buffer memory device is invalidated, the accumulated data will be erased as described above, and even if the address translation table is used as it was, Even if it is switched to, the data must be newly stored in the buffer memory device. And until this accumulation is made, CP
The U memory access cannot be completed at high speed.

また、前記したデータの無効化を、あらかじめ定められ
たプログラムに基づいてCPUが行う場合には、そのため
にCUPの処理量が増加し、本来必要とされる処理を行う
ための演算速度が遅くなるおそれがある。
Further, when the CPU invalidates the above-mentioned data based on a predetermined program, the processing amount of the CUP increases, and the calculation speed for performing the originally required processing becomes slower. There is a risk.

(2)バッファメモリ内にアドレスおよびテーブル識別
子を格納し、複数のアドレス変換テーブルに対応したデ
ータを、該バッファメモリ内の同一ブロックに格納する
方式のメモリ装置においては、例えば同一のアドレス変
換テーブルを用いて広範囲な記憶空間領域にわたり主記
憶装置内のデータをアクセスし、そのアドレス変換テー
ブルに対応するデータのみが前記バッファメモリ装置内
に格納されたような場合には、アドレス変換テーブルを
切り換えた場合に、そのほとんどのデータを無効化しな
ければならなくなる。
(2) In a memory device in which addresses and table identifiers are stored in a buffer memory and data corresponding to a plurality of address conversion tables are stored in the same block in the buffer memory, for example, the same address conversion table is used. When the data in the main storage device is accessed over a wide range of storage space using, and only the data corresponding to the address conversion table is stored in the buffer memory device, the address conversion table is switched. Most of that data will have to be invalidated.

これにより、(1)に関して前述したのと同様に、バッ
ファメモリ装置の使用効率が低下し、またCPUの演算速
度が低下する。
As a result, the use efficiency of the buffer memory device is reduced and the operation speed of the CPU is reduced, as in the case described above with respect to (1).

本考案は、前述の問題点を解決するためになされたもの
である。
The present invention has been made to solve the above problems.

(問題点を解決するための手段および作用) 複数のアドレス変換テーブルに対応する複数のキャッシ
ュメモリ(バッファメモリ)ブロックを設け、アドレス
変換テーブルを切り換えると共に、アドレス変換テーブ
ルに対応したキャッシュメモリ(バッファメモリ)ブロ
ックに切り換えるようにした点に特徴がある。
(Means and Actions for Solving Problems) A plurality of cache memory (buffer memory) blocks corresponding to a plurality of address conversion tables are provided, the address conversion tables are switched, and a cache memory (buffer memory) corresponding to the address conversion tables is provided. ) The point is that it is switched to the block.

そしてこれにより、アドレス変換テーブルが切り換えら
れるたびに、バッファメモリブロックを無効化する必要
性がなくなり、あるいは少なくなり、当該バッファメモ
リ装置の使用効率が向上し、またCPUの演算処理速度の
低下を防止することができるという作用効果を生じさせ
ることができる。
This eliminates or reduces the need to invalidate the buffer memory block each time the address conversion table is switched, improving the efficiency of use of the buffer memory device and preventing the CPU processing speed from decreasing. The effect of being able to do so can be produced.

(実施例) 以下に、図面を参照して、本考案を詳細に説明する。(Example) Hereinafter, the present invention will be described in detail with reference to the drawings.

第1図は本考案の一実施例の概略ブロック図である。第
1図において、第2図と同一の符号は、同一または同等
部分をあらわしている。
FIG. 1 is a schematic block diagram of an embodiment of the present invention. In FIG. 1, the same reference numerals as those in FIG. 2 represent the same or equivalent parts.

第1図において、符号25は、アドレス線であり、符号26
は、データ線を示している。
In FIG. 1, reference numeral 25 is an address line, and reference numeral 26
Indicates a data line.

アドレス変換装置3は、第1のアドレス変換テーブル3
−1ないし第Nのアドレス変換テーブル3−Nの、N個
のアドレス変換テーブルを備えている。
The address translation device 3 uses the first address translation table 3
It is provided with N address conversion tables from -1 to the Nth address conversion table 3-N.

バッファメモリ装置15は、それぞれ同一の大きさ(容
量)で、かつ、前記アドレス変換装置3内のアドレス変
換テーブルと同数の、すなわちN個のバッファメモリブ
ロック(第1のバッファメモリブロック15−1ないし第
Nのバッファメモリブロック15−N)を備えている。前
記各アドレス変換テーブルのそれぞれのアドレス線は、
前記アドレス変換装置3内の各アドレス変換テーブルの
アドレス線に1対1で接続されている。つまり、第1の
バッファメモリブロック15−1は第1のアドレス変換テ
ーブル3−1に、第2のバッファメモリブロック15−2
は第2のアドレス変換テーブル3−2に、また、第Nの
バッファメモリブロック15−Nは第Nのアドレス変換テ
ーブル3−Nに接続されている。
The buffer memory devices 15 have the same size (capacity) and the same number as the address conversion tables in the address conversion device 3, that is, N buffer memory blocks (first buffer memory blocks 15-1 to 15-1 to 15-2). An Nth buffer memory block 15-N) is provided. Each address line of each address conversion table is
One-to-one connection is made to the address lines of each address conversion table in the address conversion device 3. That is, the first buffer memory block 15-1 is added to the first address conversion table 3-1 and the second buffer memory block 15-2 is added.
Is connected to the second address conversion table 3-2, and the Nth buffer memory block 15-N is connected to the Nth address conversion table 3-N.

前記各アドレス変換テーブルと各バッファメモリブロッ
クとを接続するアドレス線25は、切換機構12に接続され
ている。
An address line 25 connecting each address conversion table and each buffer memory block is connected to the switching mechanism 12.

前記切換機構12は、CPU11より切換レジスタ14を介して
出力される制御信号により、各バッファメモリブロック
およびアドレス変換テーブルの組を一つだけ選択し、CP
U11に接続する。
The switching mechanism 12 selects only one set of each buffer memory block and address conversion table by the control signal output from the CPU 11 via the switching register 14,
Connect to U11.

前記第1ないし第Nのアドレス変換テーブル3−1〜3
−Nは、主記憶インターフェース13を介して、主記憶装
置4に接続されている。
The first to Nth address conversion tables 3-1 to 3-1
-N is connected to the main storage device 4 via the main storage interface 13.

前記主記憶インターフェース13は、前記CPU11より前記
切換レジスタ14を介して出力される制御信号により、各
アドレス変換テーブル3−1〜3−Nのうちのいずれか
を選択し、そのアドレス線25を主記憶装置4に接続す
る。
The main memory interface 13 selects any one of the address conversion tables 3-1 to 3-N according to a control signal output from the CPU 11 via the switching register 14, and selects the address line 25 as the main memory interface. Connect to the storage device 4.

CPU11の、アドレス線25は前記切換機構12に、データ線2
6は前記第1ないし第Nのバッファメモリブロック15−
1〜15−Nおよび主記憶装置4に、また制御信号線27は
前記切換レジスタ14に接続されている。
The address line 25 of the CPU 11 is connected to the switching mechanism 12 and the data line 2
6 is the first to Nth buffer memory blocks 15-
1 to 15-N and the main memory 4, and the control signal line 27 is connected to the switching register 14.

なお、前記第1ないし第Nのバッファメモリブロック15
−1〜15−Nは、それぞれ同一の大きさ(容量)を有し
ているので、アドレス比較機構(タグ部)等は一つだけ
設けて、それらを共用することができる。
The first to Nth buffer memory blocks 15
Since each of -1 to 15-N has the same size (capacity), it is possible to provide only one address comparison mechanism (tag unit) and share them.

以上の構成を有する本考案の一実施例において、まず、
CPU11よりデータ読み出しのためのアドレスがアドレス
線25を介して切換機構12に出力されると共に、選択すべ
きアドレス変換テーブルおよびバッファメモリブロック
を指定する制御信号が、切換レジスタ14を介して、切換
機構12および主記憶インターフェース13に出力される。
In one embodiment of the present invention having the above configuration, first,
An address for reading data is output from the CPU 11 to the switching mechanism 12 via the address line 25, and a control signal designating an address conversion table and a buffer memory block to be selected is transmitted via the switching register 14 to the switching mechanism. 12 and the main memory interface 13.

ここで第1のバッファメモリブロック15−1および第1
のアドレス変換テーブル3−1を選択するものとする。
Here, the first buffer memory block 15-1 and the first buffer memory block 15-1
It is assumed that the address conversion table 3-1 is selected.

前記制御信号の出力により、前記切換機構12は、CPU11
のアドレス線25を、第1のバッファメモリブロック15−
1および第1のアドレス変換テーブル3−1に接続し、
それらにCPU11より出力されたアドレスが与えられる。
By the output of the control signal, the switching mechanism 12 causes the CPU 11
Address line 25 of the first buffer memory block 15-
1 and the first address translation table 3-1 and
The addresses output from the CPU 11 are given to them.

また、前記制御信号の出力により、前記主記憶インター
フェース13は、第1のアドレス変換テーブル3−1を、
前記主記憶インターフェース13を介して主記憶装置4に
接続する。
Further, by the output of the control signal, the main memory interface 13 causes the first address conversion table 3-1 to
It is connected to the main storage device 4 via the main storage interface 13.

第1のバッファメモリブロック15−1内に、前記アドレ
スに対応するデータが記憶されていた(ヒットした)場
合、該バッファメモリブロック15−1内に格納されてい
るデータが、CPU11に読込まれる。
When the data corresponding to the address is stored (hit) in the first buffer memory block 15-1, the data stored in the buffer memory block 15-1 is read by the CPU 11. .

一方、第1のバッファメモリブロック15−1内に、前記
アドレスに対応するデータが記憶されていない場合(ミ
スヒットした)場合には、第1のアドレス変換テーブル
3−1により、CPU11より出力されたアドレスが変換さ
れ、その変換後のアドレスにより、主記憶装置4内に記
憶されたデータが読み出されると共に、該データが前記
第1のバッファメモリブロック15−1内に記憶される。
On the other hand, when the data corresponding to the address is not stored in the first buffer memory block 15-1 (missing), the first address conversion table 3-1 outputs the data from the CPU 11. Address is converted, the data stored in the main memory 4 is read by the converted address, and the data is stored in the first buffer memory block 15-1.

アドレス変換装置3内のアドレス変換テーブル3−1が
切換わらない限りは、前記第1のバッファメモリブロッ
ク15−1内に、主記憶装置4より読み出されたデータが
蓄積される。
Unless the address conversion table 3-1 in the address conversion device 3 is switched, the data read from the main storage device 4 is stored in the first buffer memory block 15-1.

ここで、CPU11より、前記第1のアドレス変換テーブル
3−1と異なるテーブル(例えば、第2のアドレス変換
テーブル3−2)を選択するための制御信号が、前記切
換レジスタ14を介して、前記切換機構12および主記憶イ
ンターフェース13に出力されると、アドレス変換テーブ
ルのみならず、バッファメモリブロックも、第2のアド
レス変換テーブル3Aに対応するブロック(すなわち、第
2のバッファメモリブロック15B)に切り換わるので、
前記第1のバッファメモリブロック15−1内に記憶され
たデータが読みだされるおそれがなく、該第1のバッフ
ァメモリブロック15−1内のデータを無効化する必要が
ない。
Here, a control signal for selecting a table (for example, a second address conversion table 3-2) different from the first address conversion table 3-1 is sent from the CPU 11 via the switching register 14 to the control signal. When output to the switching mechanism 12 and the main memory interface 13, not only the address conversion table but also the buffer memory block is divided into blocks corresponding to the second address conversion table 3A (that is, the second buffer memory block 15B). Because it will change
There is no risk that the data stored in the first buffer memory block 15-1 will be read out, and there is no need to invalidate the data in the first buffer memory block 15-1.

したがって、第1のバッファメモリブロック15−1が再
び選択された場合においても、過去に蓄積されたデータ
をそのまま利用することができる。
Therefore, even when the first buffer memory block 15-1 is selected again, the data accumulated in the past can be used as it is.

もちろん、アドレス変換テーブルの内容そのものを書き
換えてしまう場合には、対応するバッファメモリブロッ
クの全内容を無効化することにより対処できる。
Of course, when the contents themselves of the address conversion table are rewritten, it can be dealt with by invalidating the entire contents of the corresponding buffer memory block.

さて、前述の説明においては、各バッファメモリブロッ
ク15−1〜15−Nは、それぞれ同一の容量を有するもの
として説明したが、本考案においては特にこれのみに限
定されることはなく、本考案が適用される情報処理装置
等の利用分野に応じて、各バッファメモリブロックの容
量に変化をもたせても良いことは当然である。この場合
には、アドレス比較機構等は、個々のバッファメモリブ
ロックごとに設けるようにすれば良い。
In the above description, the buffer memory blocks 15-1 to 15-N have the same capacity, but the present invention is not limited to this, and the present invention is not limited thereto. It goes without saying that the capacity of each buffer memory block may be changed according to the field of use of the information processing apparatus to which is applied. In this case, the address comparison mechanism or the like may be provided for each buffer memory block.

また、バッファメモリブロックは、各アドレス変換テー
ブルのそれぞれに対応するように、該テーブルと同数設
けられるものとして説明したが、本考案は特にこれにの
みに限定されることはなく、二つのアドレス変換テーブ
ルに対して一つのバッファメモリブロック、あるいは三
つのアドレス変換テーブルに対して一つのバッファメモ
リブロック、というように、複数のアドレス変換テーブ
ルに対して一つのバッファメモリブロックを設けるよう
にしても良いことは当然である。
Also, the buffer memory block is described as being provided in the same number as the number of the address conversion tables so as to correspond to each of the address conversion tables. However, the present invention is not particularly limited to this and two address conversion tables may be used. One buffer memory block may be provided for a plurality of address conversion tables, such as one buffer memory block for a table or one buffer memory block for three address conversion tables. Is natural.

(考案の効果) 以上の説明から明らかなように、本考案によれば、バッ
ファメモリ装置を複数のブロックに分け、アドレス変換
テーブルが切り換えられたときには、前記ブロックをも
切り換えるようにしたので、次のような効果が達成され
る。
(Effect of the Invention) As is apparent from the above description, according to the present invention, the buffer memory device is divided into a plurality of blocks, and when the address conversion table is switched, the blocks are also switched. The effect like is achieved.

(1)アドレス変換テーブルが切り換えられても、その
たびにバッファメモリ装置のブロックを無効化する必要
がない。
(1) It is not necessary to invalidate the block of the buffer memory device every time the address conversion table is switched.

したがって、バッファメモリ装置の使用効率が低下する
ことがなく、また、CPUの演算速度が低下するおそれが
ない。
Therefore, the use efficiency of the buffer memory device does not decrease, and the calculation speed of the CPU does not decrease.

(2)特に、並行して複数のプログラムが実行(マルチ
タスク)されるような情報処理装置において、頻繁にア
ドレス変換テーブルを切換える場合においても、バッフ
ァメモリ装置の無効化の頻度を極力抑えることが可能と
なり、高いヒット率が実現できる。
(2) In particular, in an information processing device in which a plurality of programs are executed in parallel (multitasking), the frequency of invalidation of the buffer memory device can be suppressed as much as possible even when the address conversion table is frequently switched. It becomes possible and a high hit rate can be realized.

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

第1図は本考案の一実施例のブロック図である。第2図
は従来のバッファメモリ装置を有するメモリ装置の概略
ブロック図である。 3……アドレス変換装置、3−1〜3−N……第1〜第
Nのアドレス変換テーブル、4……主記憶装置、11……
CPU、12……切換機構、13……主記憶インターフェー
ス、14……切換レジスタ、15……バッファメモリ装置、
15−1〜15−N……第1〜第Nのバッファメモリブロッ
ク、25……アドレス線、26……データ線、27……制御信
号線
FIG. 1 is a block diagram of an embodiment of the present invention. FIG. 2 is a schematic block diagram of a memory device having a conventional buffer memory device. 3 ... Address translation device, 3-1 to 3-N ... First to Nth address translation table, 4 ... Main storage device, 11 ...
CPU, 12 ... Switching mechanism, 13 ... Main memory interface, 14 ... Switching register, 15 ... Buffer memory device,
15-1 to 15-N ... First to Nth buffer memory blocks, 25 ... Address line, 26 ... Data line, 27 ... Control signal line

Claims (3)

【実用新案登録請求の範囲】[Scope of utility model registration request] 【請求項1】主記憶装置と、CPUより出力されたアドレ
スを、前記主記憶装置内のアドレスに対応するように変
換するための、複数のアドレス変換テーブルを有するア
ドレス変換装置と、CPUより出力されたアドレスにより
直接アクセスされるキャッシュメモリ装置とを有するメ
モリ装置であって、 前記キャッシュメモリ装置は、前記複数のアドレス変換
テーブルに対応する複数のキャッシュメモリブロックよ
り成り、 前記CPUの指令に応じて、前記アドレス変換テーブルを
切り換えると共に、前記アドレス変換テーブルに対応し
た前記キャッシュメモリブロックに切り換える切換手段
を備えたことを特徴とするメモリ装置。
1. An address translation device having a plurality of address translation tables for translating an address output from a main memory device and a CPU so as to correspond to an address in the main memory device, and an output from the CPU. A memory device having a cache memory device directly accessed by the address, wherein the cache memory device is composed of a plurality of cache memory blocks corresponding to the plurality of address conversion tables, according to a command from the CPU, A memory device comprising switching means for switching the address conversion table and switching to the cache memory block corresponding to the address conversion table.
【請求項2】前記キャッシュメモリブロックは、それぞ
れ同一の容量であることを特徴とする前記実用新案登録
請求の範囲第1項記載のメモリ装置。
2. The memory device according to claim 1, wherein the cache memory blocks have the same capacity.
【請求項3】前記切換手段は、CPUと、互いに対応する
アドレス変換テーブルおよびキャッシュメモリブロック
との間のアドレス線を切換える切換機構、前記アドレス
変換テーブルと前記主記憶装置との間のアドレス線を切
換える主記憶インターフェース、および前記切換機構と
主記憶インターフェースとを制御する切換えレジスタよ
り成ることを特徴とする前記実用新案登録請求の範囲第
1項および第2項のいずれかに記載のメモリ装置。
3. A switching mechanism for switching an address line between a CPU and an address conversion table and a cache memory block corresponding to each other, and an address line between the address conversion table and the main memory device. 3. The memory device according to claim 1, wherein the memory device comprises a main memory interface for switching and a switching register for controlling the switching mechanism and the main memory interface.
JP1987112005U 1987-07-23 1987-07-23 Memory device Expired - Lifetime JPH0731310Y2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1987112005U JPH0731310Y2 (en) 1987-07-23 1987-07-23 Memory device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1987112005U JPH0731310Y2 (en) 1987-07-23 1987-07-23 Memory device

Publications (2)

Publication Number Publication Date
JPS6418350U JPS6418350U (en) 1989-01-30
JPH0731310Y2 true JPH0731310Y2 (en) 1995-07-19

Family

ID=31350560

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1987112005U Expired - Lifetime JPH0731310Y2 (en) 1987-07-23 1987-07-23 Memory device

Country Status (1)

Country Link
JP (1) JPH0731310Y2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11042490B2 (en) 2018-11-15 2021-06-22 Micron Technology, Inc. Address obfuscation for memory

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5856279A (en) * 1981-09-30 1983-04-02 Fujitsu Ltd Address converting system

Also Published As

Publication number Publication date
JPS6418350U (en) 1989-01-30

Similar Documents

Publication Publication Date Title
US8799621B2 (en) Translation table control
JPH0137773B2 (en)
US5749093A (en) Enhanced information processing system using cache memory indication during DMA accessing
EP0531123B1 (en) A dynamic address translation processing apparatus in a data processing system
US5440708A (en) Microprocessor and storage management system having said microprocessor
JPH04308953A (en) Virtual address computer system
JPH0731310Y2 (en) Memory device
JPS6126702B2 (en)
JPS63240653A (en) Translation between memory management unit and virtual-real address
GB2221066A (en) Address translation for I/O controller
JPS59173828A (en) Data processing system
JPH01226056A (en) Address converter
JPS5858752B2 (en) address translation device
JP2637853B2 (en) Cache memory device
JPH0336648A (en) Electronic computer, tlb device and microprocessor chip
JPH0784884A (en) Virtual computer system
JPS62192832A (en) Address converting system
JPS6049348B2 (en) Address translation versus control method
JPS59132483A (en) Address converting device
JPS6049349B2 (en) Address translation versus control method
JPH04352047A (en) Method and device for controlling address conversion
JPH05298240A (en) Direct memory access controller
JPS608971A (en) Central processing unit
JPS6218065B2 (en)
JPS63189955A (en) Data transferring and processing system in virtual computer system