JPH0697438B2 - Storage device - Google Patents

Storage device

Info

Publication number
JPH0697438B2
JPH0697438B2 JP62164332A JP16433287A JPH0697438B2 JP H0697438 B2 JPH0697438 B2 JP H0697438B2 JP 62164332 A JP62164332 A JP 62164332A JP 16433287 A JP16433287 A JP 16433287A JP H0697438 B2 JPH0697438 B2 JP H0697438B2
Authority
JP
Japan
Prior art keywords
data
address
storage device
storage
arithmetic processing
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
JP62164332A
Other languages
Japanese (ja)
Other versions
JPS648459A (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.)
Mitsubishi Electric Corp
Original Assignee
Mitsubishi Electric 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 Mitsubishi Electric Corp filed Critical Mitsubishi Electric Corp
Priority to JP62164332A priority Critical patent/JPH0697438B2/en
Publication of JPS648459A publication Critical patent/JPS648459A/en
Publication of JPH0697438B2 publication Critical patent/JPH0697438B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、記憶装置に関するものである。The present invention relates to a storage device.

[従来の技術] 第2図は、従来のキャッシュメモリを用いた、コンピュ
ータシステムの構成の一例を示したブロック図であり、
図において1はCPU部、2はキャッシュメモリ部、3は
主記憶部、4a、4bおよび4cはアドレス用のバス、5a、5b
および5cはデータ用のバス、6はキャッシュメモリ部が
ヒットしたことをCPU部に伝えるヒット信号、7はCPU部
1がアドレスバス4aとデータバス5aにそれぞれ供給した
アドレスとデータが、キャッシュメモリ部2に登録すべ
きであることを示す登録許可信号である。第3図は、従
来の連想メモリ部とRAM部によって構成される第2図の
キャッシュメモリ部2の内部の構成を示すブロック図で
あり、図において8はアドレスを登録するための連想メ
モリ部、9はデータを登録するためのRAM部、10は連想
メモリ部に登録すべきアドレスをラッチするアドレス入
力ラッチ、11はRAM部9に登録される、またはRAM部9か
ら出力されるデータをラッチするデータ入出力ラッチ、
12はキャッシュメモリがヒットしたかどうかを検出し、
ヒットしたときにヒット信号6をCPU部1に送出するヒ
ット検出回路、13はデコーダ回路15から出される分岐発
生信号、15はCPU部1中にあるデコーダ回路、16はCPU部
1中にあるキャッシュメモリ部制御回路、17はキャッシ
ュメモリ部制御回路16中にあるカウンタ回路である。
[Prior Art] FIG. 2 is a block diagram showing an example of the configuration of a computer system using a conventional cache memory.
In the figure, 1 is a CPU unit, 2 is a cache memory unit, 3 is a main memory unit, 4a, 4b and 4c are address buses, and 5a and 5b.
And 5c are buses for data, 6 is a hit signal for notifying the CPU unit that the cache memory unit is hit, 7 is the address and data supplied by the CPU unit 1 to the address bus 4a and the data bus 5a, respectively. 2 is a registration permission signal indicating that registration should be made in 2. FIG. 3 is a block diagram showing an internal configuration of the cache memory unit 2 of FIG. 2 which is composed of a conventional associative memory unit and a RAM unit, in which 8 is an associative memory unit for registering an address, Reference numeral 9 is a RAM unit for registering data, 10 is an address input latch for latching an address to be registered in the associative memory unit, 11 is data for being registered in the RAM unit 9 or being output from the RAM unit 9. Data input / output latch,
12 detects if the cache memory is hit,
A hit detection circuit that sends a hit signal 6 to the CPU unit 1 when a hit occurs, 13 a branch generation signal output from the decoder circuit 15, 15 a decoder circuit in the CPU unit 1, and 16 a cache in the CPU unit 1. A memory unit control circuit, 17 is a counter circuit in the cache memory unit control circuit 16.

次に、従来のキャッシュメモリの動作について、第2図
を用いて説明する。CPU部1が主記憶部3内のデータを
アクセスする場合、CPU部1はまず所望のデータに対応
するアドレスをアドレスバス4aに供給する。アドレスバ
ス4aは主記憶部3とつながっており、また、アドレスバ
ス4bを介してキャッシュメモリ部2にもつながってお
り、キャッシュメモリ部2でこのアドレスを用いて所望
のデータが、登録されているかどうかを検索する。もし
登録されていたならヒット信号6を有効にするととも
に、そのデータをデータバス5bを介してデータバス5aに
供給する。キャッシュメモリ部2は、主記憶部3よりも
高速にアクセスできるメモリ素子を用いているため、主
記憶部3より速くデータを供給することができる。した
がって、CPU部1は、所望のデータがキャッシュメモリ
部2に登録されているときには、主記憶部3をアクセス
するよりも速くデータを取り込んで処理を行なうことが
できる。一方、登録されていない場合、キャッシュメモ
リ部2がヒット信号6を無効にして、登録されていない
ことをCPU部1に伝えると、CPU部1は主記憶部3からデ
ータバス5bを介して所望のデータを取り込む。このとき
CPU部1内部にあるデコーダ回路15から分岐発生信号13
を発生し、これをキャッシュメモリ部制御回路16の中に
あるカウンタ回路17に送ることにより、予め定められた
回数の登録許可信号7を有効にすると、キャッシュメモ
リ部2はアドレスバス4bとデータバス5bにそれぞれ供給
されているアドレス(すなわち、今、CPU部1がアクセ
スしたデータに対応するアドレス)と、データ(すなわ
ち、今、CPU部1がアクセスしたデータ)を登録するの
で、次にCPU部1がそのデータをアクセスする場合に
は、高速アクセスのできるキャッシュメモリ部2から取
り込むことができる。
Next, the operation of the conventional cache memory will be described with reference to FIG. When the CPU unit 1 accesses the data in the main storage unit 3, the CPU unit 1 first supplies the address corresponding to the desired data to the address bus 4a. The address bus 4a is connected to the main memory unit 3, and is also connected to the cache memory unit 2 via the address bus 4b. Is the desired data registered using this address in the cache memory unit 2? Search for something. If registered, the hit signal 6 is validated and the data is supplied to the data bus 5a via the data bus 5b. Since the cache memory unit 2 uses a memory element that can be accessed faster than the main storage unit 3, it can supply data faster than the main storage unit 3. Therefore, when the desired data is registered in the cache memory unit 2, the CPU unit 1 can fetch and process the data faster than accessing the main storage unit 3. On the other hand, if it is not registered, the cache memory unit 2 invalidates the hit signal 6 and informs the CPU unit 1 that it is not registered. Then, the CPU unit 1 requests from the main memory unit 3 via the data bus 5b. Capture the data of. At this time
Branch occurrence signal 13 from decoder circuit 15 inside CPU unit 1
Is generated and sent to the counter circuit 17 in the cache memory unit control circuit 16 to enable the registration permission signal 7 a predetermined number of times, the cache memory unit 2 causes the address bus 4b and the data bus 4b. Since the address (that is, the address corresponding to the data accessed by the CPU unit 1 now) and the data (that is, the data accessed by the CPU unit 1 now) are respectively registered in 5b, the CPU unit next When 1 accesses the data, it can be fetched from the cache memory unit 2 which can be accessed at high speed.

次に、キャッシュメモリ部2の登録動作を、第3図を用
いて説明する。キャッシュメモリ部2は、キャッシュメ
モリ部2の中に目的とするデータが登録されているかど
うかを検索するためのアドレスと、そのアドレスに対応
するアドレスとを組にして登録する。まず、アドレスと
そのアドレスに対応するデータがそれぞれアドレスバス
4bおよびデータバス5bに供給される。そして、現在アド
レスバス4bおよびデータバス5bに供給されているアドレ
スとデータが登録すべきであることを示す登録許可信号
7が有効になると、アドレスとデータはそれぞれアドレ
ス入力ラッチ10とデータ入出力ラッチ11に取り込まれた
後、それぞれアドレスバス4cおよびデータバス5cを介し
て連想メモリ部8とRAM部9の対応する位置に登録され
る。しかし、もし登録許可信号7が無効の場合には、ア
ドレスとデータはそれぞれアドレス入力ラッチ10とデー
タ入出力ラッチ11に取り込まれず、連想メモリ部8とRA
M部9には登録されない。
Next, the registration operation of the cache memory unit 2 will be described with reference to FIG. The cache memory unit 2 registers an address for searching whether or not the target data is registered in the cache memory unit 2 and an address corresponding to the address as a set. First, the address and the data corresponding to that address are
4b and data bus 5b. Then, when the registration permission signal 7 indicating that the address and data currently supplied to the address bus 4b and the data bus 5b should be registered becomes valid, the address and the data are respectively transferred to the address input latch 10 and the data input / output latch. After being fetched by 11, it is registered in corresponding positions of the associative memory unit 8 and the RAM unit 9 via the address bus 4c and the data bus 5c, respectively. However, if the registration permission signal 7 is invalid, the address and data are not taken into the address input latch 10 and the data input / output latch 11, respectively, and the associative memory unit 8 and RA
It is not registered in M section 9.

このキャッシュメモリをブランチターゲットバッファと
して使用する場合、アドレスとデータの登録制御は、CP
U部1内部のキャッシュメモリ部制御回路16で行なわれ
る。分岐命令によって分岐が発生し、分岐後のN組のア
ドレスとそのアドレスに対応するデータとの組を登録す
る場合には、CPU部1内部のキャッシュメモリ部制御回
路16は、アドレスとデータがそれぞれアドレスバス4bお
よびデータバス5bに供給される際に、カウンタ回路17に
より分岐後N回まで登録許可信号7を有効にし、N+1
回以後は無効とする。したがって、アドレス入力ラッチ
10とデータ入出力ラッチ11にアドレスとデータの組がN
組登録される。
When this cache memory is used as a branch target buffer, CP and address and data registration control
This is performed by the cache memory unit control circuit 16 inside the U unit 1. When a branch is generated by a branch instruction and a set of N sets of addresses after the branch and data corresponding to the address is registered, the cache memory unit control circuit 16 inside the CPU unit 1 outputs the address and the data, respectively. When supplied to the address bus 4b and the data bus 5b, the counter circuit 17 enables the registration permission signal 7 up to N times after branching to N + 1.
It is invalid after the first time. Therefore, the address input latch
10 and the data input / output latch 11 have N and
The group is registered.

[発明が解決しようとする問題点] 従来のキャッシュメモリは、以上のように構成されてい
るので、たとえば、ブランチターゲットバッファとして
使用する場合には、アドレスとデータがアドレスバス4a
およびデータバス5aにそれぞれ供給されるたびに、CPU
部1から登録許可信号7も一緒に供給されるため、この
信号を供給するための制御をCPU部1で行なうことによ
り、CPU部の負担が大きくなるという問題点があった。
[Problems to be Solved by the Invention] Since the conventional cache memory is configured as described above, for example, when it is used as a branch target buffer, the address and the data are stored in the address bus 4a.
CPU and data bus 5a respectively
Since the registration permission signal 7 is also supplied from the unit 1, there is a problem in that the CPU unit 1 performs the control for supplying this signal, which increases the load on the CPU unit.

この発明は、上記のような問題点を改善するためになさ
れたもので、記憶装置の内部にカウンタ手段を設けるこ
とにより、従来演算処理手段側の負担となっていたカウ
ンタ機能を演算処理手段側に必要とせず、したがって、
演算処理手段側の負担を軽減することを目的とする。
The present invention has been made to solve the above problems, and by providing a counter means inside a storage device, the counter function, which has been a burden on the arithmetic processing means side in the past, is provided on the arithmetic processing means side. Not required, therefore
The purpose is to reduce the burden on the arithmetic processing means side.

[問題点を解決するための手段] この発明に係る記憶装置は、論理演算処理動作のため
の、かつ内部に含まれる命令解読手段から登録要求信号
を発生する演算処理手段に、アドレス経路およびデータ
経路を介して接続され、アドレス入力に応答してデータ
の入力、記憶および出力動作を行なう第1の記憶手段
と、登録許可信号に応答してアドレスとデータの入力、
一時保持および出力動作を行なう一時保持手段が互いに
接続され、さらに、一時保持手段に接続されて、アドレ
スの入力および記憶ならびにデータの入力、記憶および
出力動作を行なう第2の記憶手段と、演算処理手段に接
続され登録要求信号に応答して予め定められた回数の登
録許可信号を発生し、一時保持手段に与えるカウンタ手
段を備えたものである。
[Means for Solving the Problems] A storage device according to the present invention is provided with an address processing path and data for an arithmetic processing means for performing a logical operation processing operation and for generating a registration request signal from an instruction decoding means included therein. First storage means connected via a path for performing data input, storage and output operations in response to address input, and address and data input in response to a registration permission signal,
Temporary holding means for performing the temporary holding and output operations are connected to each other, and further connected to the temporary holding means for second storage means for performing address input and storage and data input, storage and output operations, and arithmetic processing. The counter means is connected to the means and generates a predetermined number of registration permission signals in response to the registration request signal and provides the temporary holding means with the counter means.

[作用] この発明における記憶装置は、論理演算処理動作のため
の、かつ内部に含まれる命令解読手段から登録要求信号
を発生する演算処理手段に、アドレス経路およびデータ
経路を介して接続され、アドレス入力に応答してデータ
の入力、記憶および出力動作を行なう第1の記憶手段
と、登録許可信号に応答してアドレスとデータの入力、
一時保持および出力動作を行なう一時保持手段が互いに
接続され、さらに、一時保持手段に接続されて、アドレ
スの入力および記憶ならびにデータの入力、記憶および
出力動作を行なう第2の記憶手段と、演算処理手段に接
続され、登録要求信号に応答して予め定められた回数の
登録許可信号を発生し、一時保持手段に与えるカウンタ
手段を備えているので、演算処理手段側は、登録要求信
号を発生するだけで、定められた回数の登録許可信号を
繰返し発生する必要がないので、演算処理手段の負担を
軽減することができる。
[Operation] The memory device according to the present invention is connected to the arithmetic processing means for the logical operation processing operation and generating the registration request signal from the instruction decoding means included therein via the address path and the data path, First storage means for inputting, storing and outputting data in response to an input, and inputting an address and data in response to a registration permission signal,
Temporary holding means for performing the temporary holding and output operations are connected to each other, and further connected to the temporary holding means for second storage means for performing address input and storage and data input, storage and output operations, and arithmetic processing. Means for generating the registration permission signal a predetermined number of times in response to the registration request signal and providing the temporary holding means with the counter means, the arithmetic processing means generates the registration request signal. Since it is not necessary to repeatedly generate the registration permission signal a predetermined number of times, it is possible to reduce the load on the arithmetic processing means.

[発明の実施例] 以下、この発明の一実施例を図について説明する。第1
図は、この発明の一実施例を示す、連想メモリ部とRAM
部で構成されるキャッシュメモリ部2の内部の構成を示
すブロック図であり、図において1はCPU部、2はキャ
ッシュメモリ部、4a、4bおよび4cはアドレス用のバス、
5a、5bおよび5cはデータ用のバス、6はキャッシュメモ
リ部2がヒットしたことをCPU部1に伝えるヒット信
号、7はCPU部1がアドレスバス4aとデータバス5aにそ
れぞれ供給したアドレスとデータをキャッシュメモリに
登録すべきであることを示す登録許可信号、8はアドレ
スを登録するための連想メモリ部、9はデータを登録す
るためのRAM部、10は連想メモリ部8に登録すべきアド
レスをラッチするアドレス入力ラッチ、11はRAM部9に
登録すべきデータをラッチするデータ入出力ラッチ、12
はキャッシュメモリがヒットしたかどうかを検出し、ヒ
ットしたならヒット信号6をCPU部1に送出するヒット
検出回路、13は分岐命令によって分岐が発生した際にCP
U部1から送られてくる分岐発生信号、14は分岐発生信
号13によって初期値「0」がセットされ、その後アドレ
スが供給されるたびにカウンタ値を+1ずつ加算し、か
つ予め決めておいた値(N)になるまで繰り返し登録許
可信号7を発生するようなカウンタ回路、15はCPU部1
中にあるデコーダ回路、16はCPU部1中にあるキャッシ
ュメモリ制御回路である。
[Embodiment of the Invention] An embodiment of the present invention will be described below with reference to the drawings. First
The figure shows an associative memory unit and a RAM according to an embodiment of the present invention.
FIG. 2 is a block diagram showing an internal configuration of a cache memory unit 2 composed of parts, in which 1 is a CPU unit, 2 is a cache memory unit, 4a, 4b and 4c are address buses,
5a, 5b and 5c are buses for data, 6 is a hit signal that informs the CPU unit 1 that the cache memory unit 2 is hit, and 7 is an address and data supplied by the CPU unit 1 to the address bus 4a and the data bus 5a, respectively. Is to be registered in the cache memory, 8 is an associative memory unit for registering addresses, 9 is a RAM unit for registering data, and 10 is an address to be registered in the associative memory unit 8. Address input latch for latching data, 11 is a data input / output latch for latching data to be registered in the RAM section 9, 12
Is a hit detection circuit that detects whether or not the cache memory has been hit, and sends a hit signal 6 to the CPU 1 if there is a hit, and 13 is a CP when a branch occurs due to a branch instruction.
The branch occurrence signal sent from the U unit 1, 14 is set to an initial value "0" by the branch occurrence signal 13, and the counter value is incremented by +1 each time an address is supplied thereafter, and it is predetermined. A counter circuit that repeatedly generates the registration permission signal 7 until the value (N) is reached, 15 is the CPU unit 1
A decoder circuit inside 16 and a cache memory control circuit 16 inside the CPU 1.

次に、動作について説明する。分岐発生後のN組のアド
レスと、そのアドレスに対応するデータとの組を登録す
る場合、まず、CPU部1中にあるデコーダ回路15で命令
をデコードすることによりその命令が分岐命令であるこ
とがわかると、デコーダ回路15は分岐発生信号13を有効
にする。カウンタ回路14は、これを受けてカウンタ値を
初期値(ここでは「0」とする)にセットするととも
に、登録許可信号7を有効にする。この登録許可信号7
が有効になると、アドレス入力ラッチ10とデータ入出力
ラッチ11は、それぞれアドレスバス4bおよびデータバス
5b上の分岐先のアドレスと、そのアドレスに対応するデ
ータを取り込む。取り込まれたアドレスとデータは、そ
れぞれアドレスバス4cおよびデータバス5cを介して、連
想メモリ部8とRAM部9に送り出され、対応する位置に
書込まれる。続いて分岐先から2番目のアドレスと、そ
のアドレスに対応するデータが、それぞれアドレスバス
4aおよびデータバス5aに供給されると、カウンタ値は+
1加算されて「1」となり、登録許可信号7を有効にす
る。そして、前記と同様にして登録が行なわれる。以上
のようにして登録動作が繰返され、N番目のアドレスと
データの組まで登録されていく。この後引き続いて、分
岐先N+1番目のアドレスとそれに対応するデータが、
それぞれアドレスバス4aおよびデータバス5aに供給され
ると、カウンタ値が「N」となり、登録許可信号7を無
効にする。そして、後に分岐発生信号13によって再びカ
ウンタ値を初期値「0」にセットするまで、登録許可信
号7は発生しない。したがって、登録されるアドレスと
データの組はN番目までとなる。この後、新しい分岐が
発生して、キャッシュメモリ部2に登録する必要が生じ
たときには、分岐発生信号13によってカウンタ値が再び
初期値「0」にセットされて以上と同様な動作を行な
い、分岐先N組のアドレスとそのアドレスに対応するデ
ータとの組を登録する。
Next, the operation will be described. When registering a set of N sets of addresses after a branch occurs and data corresponding to the address, first, the decoder circuit 15 in the CPU 1 decodes the instruction to determine that the instruction is a branch instruction. Then, the decoder circuit 15 enables the branch occurrence signal 13. In response to this, the counter circuit 14 sets the counter value to an initial value (here, "0") and validates the registration permission signal 7. This registration permission signal 7
Are enabled, the address input latch 10 and the data input / output latch 11 are connected to the address bus 4b and the data bus, respectively.
The branch destination address on 5b and the data corresponding to that address are fetched. The fetched address and data are sent to the associative memory unit 8 and the RAM unit 9 via the address bus 4c and the data bus 5c, respectively, and written in the corresponding positions. Then, the second address from the branch destination and the data corresponding to the address are respectively transferred to the address bus.
When supplied to 4a and data bus 5a, the counter value is +
One is added to become "1", and the registration permission signal 7 is validated. Then, registration is performed in the same manner as described above. The registration operation is repeated as described above, and up to the Nth address and data set is registered. After this, the branch destination N + 1th address and the data corresponding thereto are
When supplied to the address bus 4a and the data bus 5a, respectively, the counter value becomes "N" and the registration permission signal 7 is invalidated. Then, the registration permission signal 7 is not generated until the counter value is set again to the initial value "0" by the branch generation signal 13 later. Therefore, the number of registered addresses and data is up to N. After that, when a new branch occurs and it becomes necessary to register it in the cache memory unit 2, the branch generation signal 13 sets the counter value to the initial value "0" again, and the same operation as above is performed. A set of the first N sets of addresses and data corresponding to the addresses is registered.

なお、上記実施例ではカウンタ回路14の初期値を「0」
にして+1ずつインクリメントしたが、たとえば、初期
値を「N」にしてディクリメントしていき、「0」とな
れば登録許可信号7を無効にするという方法をとっても
よい。
In the above embodiment, the initial value of the counter circuit 14 is set to "0".
However, the initial value may be set to “N” and decremented until the value becomes “0”, and the registration permission signal 7 may be invalidated.

[発明の効果] 以上のように、この発明によれば、論理演算処理動作の
ための、かつ内部に含まれる命令解読手段から登録要求
信号を発生する演算処理手段に、アドレス経路およびデ
ータ経路を介して接続され、アドレス入力に応答してデ
ータの入力、記憶および出力動作を行なう第1の記憶手
段と、登録許可信号に応答してアドレスとデータの入
力、一時保持および出力動作を行なう一時保持手段が互
いに接続され、さらに、一時保持手段に接続されて、ア
ドレスの入力および記憶ならびにデータの入力、記憶お
よび出力動作を行なう第2の記憶手段と、演算処理手段
に接続され、登録要求信号に応答して、予め定められた
回数の登録許可信号を発生し一時保持手段に与えるカウ
ンタ手段を備えているので、演算処理手段の負担を軽減
することができ、したがって、演算処理手段の持つ処理
能力をより有効に使用することが可能となる。
[Effects of the Invention] As described above, according to the present invention, the address processing path and the data processing path are provided to the arithmetic processing means for the logical operation processing operation and for generating the registration request signal from the instruction decoding means included therein. First storage means connected via the input and storing and outputting data in response to an address input, and temporary holding for inputting, temporarily holding and outputting an address and data in response to a registration permission signal Means are connected to each other, and are further connected to a temporary holding means, and are connected to a second storage means for inputting and storing an address and for inputting, storing and outputting data, and an arithmetic processing means for receiving a registration request signal. In response, since the counter means for generating the registration permission signal of a predetermined number of times and giving it to the temporary holding means is provided, the burden on the arithmetic processing means is reduced. Therefore, the processing capacity of the arithmetic processing means can be used more effectively.

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

第1図は、この発明の一実施例を示す連想メモリ部とRA
M部によって構成されるキャッシュメモリ部のブロック
図であり、第2図は、従来のキャッシュメモリを用いた
コンピュータシステムの構成の一例を示すブロック図で
あり、第3図は、従来の連想メモリ部とRAM部によって
構成されるキャッシュメモリ部のブロック図である。 図において、1はCPU部、2はキャッシュメモリ部、3
は主記憶部、4a、4bおよび4cはアドレス用のバス、5a、
5bおよび5cはデータ用のバス、6はヒット信号、7は登
録許可信号、8は連想メモリ部、9はRAM部、10はアド
レス入力ラッチ、11はデータ入出力ラッチ、12はヒット
検出回路、13は分岐発生信号、14はカウンタ回路、15は
デコーダ回路、16はキャッシュメモリ部制御回路、17は
カウンタ回路である。 なお、図中同一符号は同一または相当部分を示す。
FIG. 1 shows an associative memory unit and RA showing an embodiment of the present invention.
FIG. 2 is a block diagram of a cache memory unit configured by an M unit, FIG. 2 is a block diagram showing an example of the configuration of a computer system using a conventional cache memory, and FIG. 3 is a conventional associative memory unit. FIG. 3 is a block diagram of a cache memory unit configured by a RAM unit and a RAM unit. In the figure, 1 is a CPU unit, 2 is a cache memory unit, 3
Is a main memory, 4a, 4b and 4c are address buses, 5a,
5b and 5c are data buses, 6 is a hit signal, 7 is a registration permission signal, 8 is an associative memory section, 9 is a RAM section, 10 is an address input latch, 11 is a data input / output latch, 12 is a hit detection circuit, Reference numeral 13 is a branch generation signal, 14 is a counter circuit, 15 is a decoder circuit, 16 is a cache memory unit control circuit, and 17 is a counter circuit. The same reference numerals in the drawings indicate the same or corresponding parts.

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】論理演算処理動作のための、かつ内部に含
まれる命令解読手段から登録要求信号を発生する演算処
理手段と、前記演算処理手段に、アドレス経路およびデ
ータ経路を介して接続される、かつアドレス入力に応答
してデータの入力、記憶および出力動作を行なう第1の
記憶手段と、前記演算処理手段と前記第1の記憶手段に
前記アドレス経路とデータ経路を介して接続され、登録
許可信号に応答してアドレスとデータの入力、一時保持
および出力動作を行なう一時保持手段と、前記一時保持
手段に接続され、アドレスの入力および記憶ならびにデ
ータの入力、記憶および出力動作を行なう第2の記憶手
段と、前記演算処理手段に接続され、前記登録要求信号
に応答して、予め定められた回路の登録許可信号を発生
し、前記一時保持手段に与えるカウンタ手段からなる記
憶装置。
1. An arithmetic processing means for performing a logical operation processing operation and for generating a registration request signal from an instruction decoding means contained therein, and the arithmetic processing means are connected via an address path and a data path. And a first storage means for inputting, storing, and outputting data in response to an address input, and the arithmetic processing means and the first storage means are connected via the address path and the data path for registration. Temporary holding means for inputting, temporarily holding and outputting addresses and data in response to a permission signal; and second holding means connected to the temporary holding means for inputting and storing addresses and inputting, storing and outputting data Connected to the storage means and the arithmetic processing means, generates a registration permission signal for a predetermined circuit in response to the registration request signal, and temporarily holds the registration permission signal. Storage device comprising a counter means for providing the step.
【請求項2】前記第2の記憶手段は、アドレス記憶手段
とデータ記憶手段を含む特許請求の範囲第1項記載の記
憶装置。
2. The storage device according to claim 1, wherein the second storage means includes address storage means and data storage means.
【請求項3】前記一時保持手段は、アドレス入力ラッチ
手段とデータ入出力ラッチ手段を含む特許請求の範囲第
1項または第2項のいずれかに記載の記憶装置。
3. The storage device according to claim 1, wherein said temporary holding means includes address input latch means and data input / output latch means.
【請求項4】前記演算処理手段が中央処理装置を含む特
許請求の範囲第1項ないし第3項いずれかに記載の記憶
装置。
4. The storage device according to claim 1, wherein the arithmetic processing means includes a central processing unit.
【請求項5】前記第1の記憶手段は主記憶装置を含む特
許請求の範囲第1項ないし第4項のいずれかに記載の記
憶装置。
5. The storage device according to claim 1, wherein the first storage means includes a main storage device.
【請求項6】前記命令解読手段がデコーダ回路を含む特
許請求の範囲第1項ないし第5項のいずれかに記載の記
憶装置。
6. The storage device according to claim 1, wherein said instruction decoding means includes a decoder circuit.
【請求項7】前記登録要求信号が分岐発生信号である特
許請求の範囲第1項ないし第6項のいずれかに記載の記
憶装置。
7. The storage device according to any one of claims 1 to 6, wherein the registration request signal is a branch occurrence signal.
JP62164332A 1987-06-30 1987-06-30 Storage device Expired - Lifetime JPH0697438B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP62164332A JPH0697438B2 (en) 1987-06-30 1987-06-30 Storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP62164332A JPH0697438B2 (en) 1987-06-30 1987-06-30 Storage device

Publications (2)

Publication Number Publication Date
JPS648459A JPS648459A (en) 1989-01-12
JPH0697438B2 true JPH0697438B2 (en) 1994-11-30

Family

ID=15791160

Family Applications (1)

Application Number Title Priority Date Filing Date
JP62164332A Expired - Lifetime JPH0697438B2 (en) 1987-06-30 1987-06-30 Storage device

Country Status (1)

Country Link
JP (1) JPH0697438B2 (en)

Also Published As

Publication number Publication date
JPS648459A (en) 1989-01-12

Similar Documents

Publication Publication Date Title
US5761734A (en) Token-based serialisation of instructions in a multiprocessor system
US4891749A (en) Multiprocessor storage serialization apparatus
EP0721619B1 (en) Execution of data processing instructions
JPH02190930A (en) Software instruction executing apparatus
JP3045952B2 (en) Full associative address translator
JPH0285960A (en) Information processing system
US4658356A (en) Control system for updating a change bit
JPH0695972A (en) Digital computer system
KR0128272B1 (en) Information processing system and method of operation including cache memory
US5012410A (en) Data processor with instruction cache memory
JPH0697438B2 (en) Storage device
JPH02110646A (en) Pre-readout device for memory
JPH07234819A (en) Cache memory
EP0318702A2 (en) Data processor with direct data transfer between coprocessor and memory
JP2534321B2 (en) Data transfer control method and apparatus
JPH05158793A (en) Parallel cache memory
JP3047992B2 (en) Main memory key control method
EP0302926B1 (en) Control signal generation circuit for arithmetic and logic unit for digital processor
JPH05189318A (en) Information processor
JPH0769863B2 (en) Data processing device
JPH08272687A (en) Input/output cache memory
JPS6266350A (en) Cache memory
JPH04160543A (en) Cache device
JPH0752423B2 (en) Data transfer control method
JPS61289464A (en) Scalar arithmetic processor