JPS61223956A - Store buffer control system - Google Patents

Store buffer control system

Info

Publication number
JPS61223956A
JPS61223956A JP60063654A JP6365485A JPS61223956A JP S61223956 A JPS61223956 A JP S61223956A JP 60063654 A JP60063654 A JP 60063654A JP 6365485 A JP6365485 A JP 6365485A JP S61223956 A JPS61223956 A JP S61223956A
Authority
JP
Japan
Prior art keywords
buffer
write
main storage
main memory
data
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
JP60063654A
Other languages
Japanese (ja)
Other versions
JPH0337216B2 (en
Inventor
Yoshihiro Miyazaki
義弘 宮崎
Masayuki Tanji
雅行 丹治
Michio Morioka
道雄 森岡
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP60063654A priority Critical patent/JPS61223956A/en
Publication of JPS61223956A publication Critical patent/JPS61223956A/en
Publication of JPH0337216B2 publication Critical patent/JPH0337216B2/ja
Granted legal-status Critical Current

Links

Landscapes

  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To improve the throughput of write to a main storage by reading out a buffer to be written to the main storage and the next buffer at the same time, and completing an access to the main storage by once, when the higher ranks of main storage addresses of both said buffers have coincided with each other. CONSTITUTION:A data bus width for write to a main storage is set to two times of a data width of an internal buffer of a store buffer 10, and the internal buffer 2 is constituted of a 2 port RAM 21. A buffer to be written to the main storage and the next buffer are read out at the same time, and when the higher ranks of main storage addresses of both the buffers have coincided with each other, an access to the main storage is completed by once by a swap of both data. In this way, the throughput of write to the main storage of the internal buffer of the store buffer can be raised.

Description

【発明の詳細な説明】 〔発明の利用分野〕 本発明は、処理装置のストアバッファ制御方式〔発明の
背景〕 まず、本発明の主眼であるストアバッファの概略につい
て説明する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Application of the Invention] The present invention relates to a store buffer control method for a processing device [Background of the Invention] First, an outline of the store buffer, which is the main focus of the present invention, will be explained.

第2図は、処理装置の一例を示す。基本処理機構(BP
U)1はプログラムの解読と実行を行い、メモリ制御機
構(MCU)2は基本処理機構(BPU)1または入出
力パス8からの主記憶(MS )3へのアクセスを支援
する。主記憶(MS >3にはプログラムが格納される
。入出力パス8には例えばファイル制御機構(FCP)
4が接続され、ファイル(DISK)5と入出力パス8
との間のデータ転送を支援する。ストアバッファは一般
にメモリ制御機構(MCU)2内に設けられる。
FIG. 2 shows an example of a processing device. Basic processing mechanism (BP)
U) 1 decodes and executes programs, and a memory control unit (MCU) 2 supports access to a main memory (MS) 3 from a basic processing unit (BPU) 1 or an input/output path 8. Programs are stored in the main memory (MS>3).For example, the input/output path 8 includes a file control mechanism (FCP).
4 is connected, file (DISK) 5 and input/output path 8
supports data transfer between A store buffer is generally provided within the memory control unit (MCU) 2.

第3図は、メモリ制御機構2の構成を示す。FIG. 3 shows the configuration of the memory control mechanism 2. As shown in FIG.

キャッシュメモリ9は主記憶の一部の内容ノコヒーラ持
ち、基本処理機構とのインターフェイス6または入出力
バス8から内部バス14を介して要求された読出し要求
に対し該当する内容が内部に記憶されているときはそれ
を渡し、そうでないときは該当部を含むブロックを主記
憶よシまとめて読出し内部に新たに記憶することで読出
しの高速化を実現する。ストアバッファ10は、同様に
内部バス14を介して要求された書込み要求に対し、こ
れを次々に内部バッファに格納し、主記憶への書込みを
後から行うことによシ書込みの高速化を行う。しかし、
主記憶への書込みについて、内部バッファを次々に主記
憶に書込む方式では次のような欠点がある。最近のプロ
グラムの傾向は、プログラムのモジュール化が進み、サ
ブルーチンリンクの頻度が増大してきたこと、ワークや
サブルーチンリンクの引数渡しにスタックを使うシステ
ムプログラムが主流になってきたこと、論理型言語の実
行において複数のスタックを用いる高速実行方式が提案
されていること等によシ、スタックへの書込み頻度は増
す方向にある。従来、読出しと書込みの比は9対1程度
であったのが最近では7対3程度に変わってきた。その
ため、ストアバッファの内部バッファを次々に主記憶に
書込む方式ではその部分が性能上ネックになる。
The cache memory 9 has a content coherer for a part of the main memory, and stores therein the corresponding content in response to a read request requested via the internal bus 14 from the interface 6 with the basic processing mechanism or the input/output bus 8. When this is the case, it is passed, and when it is not, the block containing the relevant part is read out from the main memory and newly stored internally, thereby speeding up the reading process. Similarly, in response to write requests requested via the internal bus 14, the store buffer 10 stores them in the internal buffer one after another, and speeds up writing by writing them to the main memory later. . but,
Regarding writing to main memory, the method of writing internal buffers to main memory one after another has the following drawbacks. Recent trends in programs are that programs are becoming more modular, the frequency of subroutine linking is increasing, system programs that use the stack to pass arguments for work and subroutine linking have become mainstream, and the execution of logical languages. As a high-speed execution method using multiple stacks has been proposed, the frequency of writing to stacks is increasing. In the past, the read/write ratio was about 9:1, but recently it has changed to about 7:3. Therefore, in a method in which the internal buffers of the store buffer are written one after another to the main memory, this part becomes a performance bottleneck.

特開昭56−54558号公報、「主記憶装置書込み制
御方式」においては、ストアバッファをシフトレジスタ
で構成し、書込み実行中のアドレスとシフトレジスタの
最終段に入っているアドレスとを比較し1両者が記憶装
置の同一アクセス単位への書込み要求であれば、シフト
レジスタの最終段のデータを実行中の書込みデータにマ
ージして、一度の書込み動作にて処理を完了する方式が
記述されている。しかし、この方式は、バッファがシフ
トレジスタであるため、入力したデータが出力されるま
で時間がかかり、キャッシュミスした場合シフトレジス
タの内容を掃き出すまで記憶装置の読出しが待たされる
ことや、書込みデータを途中でマージする九め、主記憶
装置のスピード向上時く対応できないことや、マージ回
路を特別く設けなければならないという欠点がある。
In Japanese Unexamined Patent Publication No. 56-54558, "Main memory write control method", the store buffer is configured with a shift register, and the address being written is compared with the address in the last stage of the shift register. If both are write requests to the same access unit of the storage device, a method is described in which the data in the final stage of the shift register is merged with the write data being executed, and the process is completed in one write operation. . However, in this method, since the buffer is a shift register, it takes time for the input data to be output, and if there is a cache miss, reading from the storage device must wait until the contents of the shift register are flushed out, or write data cannot be read. The disadvantage of merging in the middle is that it cannot cope with improvements in the speed of the main memory, and that a special merging circuit must be provided.

〔発明の目的〕[Purpose of the invention]

本発明の目的は、簡単なハードウェア追加でストアバッ
ファの内部バッファの主記憶書込みのスループットを高
めることが可能なストアバッファ制御方式を提供するK
あろう 〔発明の概要〕 本発明は、主記憶書込みのためのデータバス巾をストア
バッファの内部バッファのデータ巾の2倍とし、内部バ
ッファを2ボートR,AMで構成し、主記憶に書込むべ
きバッファと次のバッファとを同時に読出し、両者の主
記憶アドレスの上位が一致したとき、両データのスワッ
プにより主記憶アクセスを1回で完了することを特徴と
する。
An object of the present invention is to provide a store buffer control method that can increase the throughput of main memory writing of the internal buffer of the store buffer by simply adding hardware.
[Summary of the Invention] The present invention makes the data bus width for writing to the main memory twice the data width of the internal buffer of the store buffer, configures the internal buffer with two ports R and AM, and writes to the main memory. The present invention is characterized in that the buffer to be read into the buffer and the next buffer are simultaneously read, and when the high order of the main memory addresses of both match, the main memory access is completed in one go by swapping both data.

〔発明の実施例〕[Embodiments of the invention]

本発明の実施例を以下説明する。 Examples of the present invention will be described below.

lX1図は、ストアバッファ10の内部構成を示す。内
部バッファ(BUF)21は2ボ一トRAMで構成され
る。入力データ46、出力データ49はアドレス47で
選択され次バッファに対応し、出力データ50はアドレ
ス48で選択されたバッファに対応する。アドレス47
には書込み時には書込みポインタ24の出力が、また、
続出し時には読出しポインタ25の出力が選択される。
FIG. 1X1 shows the internal configuration of the store buffer 10. The internal buffer (BUF) 21 is composed of a 2-bot RAM. Input data 46 and output data 49 correspond to the next buffer selected at address 47, and output data 50 corresponds to the buffer selected at address 48. address 47
When writing, the output of the write pointer 24 is
At the time of continuous reading, the output of the read pointer 25 is selected.

アドレス48には+1加算器26によシ続出しポインタ
+1が入力される。従って出力ラッチ22には主記憶に
書込もうとするバッファの内容が、また、出力ラッチ2
3にはその次のバッファの内容がラッチされる。両ラッ
チのデータ部(各々4Byte)はセレクタ29.30
によシ、ダイレクトスルーで主記憶アクセス用データ上
位52(4Byte)、下位53 (4Byte)に出
力されるか、またはスワップされて下位53、上位52
に出力される。スワップするかどうかはファンクション
制御部28で両ラッチのファンクション部、アドレス部
を参照して決定する。またファンクション制御部28は
主記憶アクセス用ファンクション36を生成する。スト
アバッツァ制御部37は内部バスからの書込み要求を受
は内部バッファ21に、アクセス情報(ファンクシミン
、アドレス、データ)ヲ格納し、一方で、内部バッファ
21から次々にアクセス情報を読出し主記憶に書込むつ N4図にファンクション制御部28の内部構成を示す。
The continuous output pointer +1 is input to the address 48 by the +1 adder 26. Therefore, the contents of the buffer to be written to the main memory are stored in the output latch 22.
3, the contents of the next buffer are latched. The data part of both latches (4 bytes each) is selector 29.30
Otherwise, the data for main memory access is output to the upper 52 (4 bytes) and lower 53 (4 bytes) by direct through, or it is swapped and output to the lower 53 and upper 52.
is output to. Whether or not to swap is determined by the function control section 28 by referring to the function section and address section of both latches. The function control unit 28 also generates a main memory access function 36. The store controller 37 receives a write request from the internal bus and stores the access information (functions, addresses, data) in the internal buffer 21, while reading the access information one after another from the internal buffer 21 and writing it to the main memory. The internal configuration of the function control section 28 is shown in Figure N4.

デコーダ61はラッチAのファンクション部31カ4 
Byte Writeであることを検出し、このときの
み信゛号70を1にする。デコーダ63はラッチAのア
ドレス部32の下位3ビツト=I××(×は任意)であ
ることを噴出し、このときのみ信号72を1にする。デ
コーダ64はラッチBのファンクション部33が4 B
yte  Writeであることを検出し、このときの
み信号73fclにする。デコーダ66はラッチBのア
ドレス部34の下位3ビツト==IXXであることを検
出し、このときのみ信号75を1にする。比較器69は
ラッチAのアドレスの下位3ビツトを除く上位ビット6
7と、ラッチBの下位3ビツトを除く上位ビット68と
を比較し、等しいとき信号76を1にする。AND回路
77は信号70,73,76″ft−人力とし信号78
を出力する。従って信号78はラッチA、ラッチB共ア
ドレスの下位3ビツトを除く上位ビットが等しく、かつ
、ラッチA、ラッチB共4 Byte Writeであ
るときのみ1になる。
The decoder 61 is the function section 31 of latch A.
It detects that it is a Byte Write and sets the signal 70 to 1 only in this case. The decoder 63 outputs that the lower three bits of the address section 32 of latch A = IXX (x is arbitrary), and sets the signal 72 to 1 only at this time. In the decoder 64, the function section 33 of latch B is 4 B
yte Write is detected, and the signal 73fcl is set only in this case. The decoder 66 detects that the lower three bits of the address section 34 of latch B==IXX, and sets the signal 75 to 1 only at this time. The comparator 69 reads the upper bit 6 of the address of latch A except for the lower 3 bits.
7 and the upper bits 68 of latch B excluding the lower 3 bits, and when they are equal, the signal 76 is set to 1. AND circuit 77 outputs signals 70, 73, 76″ft-human power and signal 78
Output. Therefore, signal 78 becomes 1 only when the upper bits of the addresses of both latch A and latch B, excluding the lower 3 bits, are the same and both latch A and latch B are 4-byte write.

EXCLU8IV  OfL 回路79ハ(1号72 
、!: 75 トを人力し、その出力と信号78とがA
ND回路80に入力される。従ってその出力は、ラッチ
AのアドレスF位3ビットとラッチBのアドレス下位3
ビツトのいずれかが1××で他方がo××であシ、かつ
、ラッチA、ラッチB共アドレスの下位3ビットt−除
く上位ビットが等しく、がっ、ラッチA、ラッチB共4
 Byte WritaであるときOみIKなる。この
信号が1のときのみ、セレクタ84は8 Byte W
rite ノパターンヲ選択し、そうでないときはラッ
チAのファンクション部を選択する。選択結果は主記憶
アクセス用ファンクション36である。一方、AND回
路81は信号78と信号75の否定とを入力し、AND
回路82は信号78の否定と信号72とを入力とし、O
R回路83は両AND回路の出力を入力とし、OR回路
83の出力はスワップ信号35である。
EXCLU8IV OfL circuit 79ha (No. 1 72
,! : 75 is manually operated, and its output and signal 78 are A.
The signal is input to the ND circuit 80. Therefore, its output is the 3 bits of address F of latch A and the lower 3 bits of address of latch B.
One of the bits is 1XX and the other is oXX, and the lower 3 bits of the address of both latch A and latch B are equal except for the lower 3 bits t, and both latch A and latch B are 4.
When it is Byte Write, it becomes IK. Only when this signal is 1, the selector 84 selects 8 Byte W
rite pattern is selected, and if not, the function section of latch A is selected. The selection result is the main memory access function 36. On the other hand, the AND circuit 81 inputs the signal 78 and the negation of the signal 75, and
Circuit 82 receives the negation of signal 78 and signal 72 as inputs, and outputs O
The R circuit 83 receives the outputs of both AND circuits, and the output of the OR circuit 83 is the swap signal 35.

本信号=00ときランチへのデータ部が主記憶アクセス
用データ上位に、かつ、ラッチBのデータ部が主記憶ア
クセス用データの下位に接続され、同信号=1のとき逆
に接続される。
When this signal = 00, the data section to the launch is connected to the upper part of the main memory access data, and the data part of latch B is connected to the lower part of the main memory access data, and when the same signal = 1, the data part is connected to the upper part of the data for main memory access.

第5図に主記憶アクセス用ファンクション36が、8 
f3yte Writeになる場合、及びスワップ信号
35がIKなる場合の条件とデータの接続の関係を示す
。図中、MDU、MDLの項で()で示した部分は主記
憶への書込みが行われないことを示す。また、図中AI
、A2は8 Byte Writeによシ、2つのバッ
ファの内容を1回の主記憶書込みで行い高速化を実現す
るっ更に、43.44は4Byte Writeである
が同一アドレスへの書込みであるため後から書込まれる
もののみ主記憶に書込むことにより高速化を実現する。
In FIG. 5, the main memory access function 36 is 8
The relationship between the conditions and data connection when the f3yte Write occurs and when the swap signal 35 becomes IK is shown. In the figure, the portions shown in parentheses in the MDU and MDL sections indicate that writing to the main memory is not performed. In addition, AI in the figure
, A2 is an 8-byte write, and the contents of the two buffers are written to the main memory once to achieve high speed.Furthermore, 43.44 is a 4-byte write, but since it is written to the same address, Speeding up is achieved by writing only what is written from the main memory into the main memory.

第6図に、ストアバッファ制御部37の内部構成を示す
。本制一部は1クロツク毎に更新されるステータスレジ
スタ91と、次期パターン生成論理回路92とで構成さ
れるう 第7図に、ストアバッファ制御部37のステータス遷移
図を示す。ステータス101は初期のIDLE状態、書
込みポインタ55(WP)と読出しポインタ56(几P
)の差が最大値以下即ち内部バッファ21に空きがある
状態にかいて内部バスからの書込み要求38(WR,E
Q)がオンジたトキ、ステータス102に進む。このス
テータスでは内部バッファ書込み信号45(WE)t−
オンする。そして次のステータスに進む。次tD X 
f −タス103では書込みポインタのインクリメント
信号41 (WPUP ) tオンし、また、内部バス
への応答信号39(ACK)をオンする。そしてステー
タス104に進む。ステータス104ではラッチ信号5
1(LA’l’)をオンし、次のステータス105では
主記憶書込み要求43 <MWREQ)をオンする。そ
してWAIT状態106にジャンプする。この状態で、
内部バッファに未だ空きがあり、かつ内部バスからの書
込み要求38(WREQ)がオンしたとき、ステータス
107に進む。このステータスでは内部バッファ書込み
信号45(WE)をオンし、次のステータス108で書
込みボインタのインクリメント信号41(WPUP)を
オンし1再びWAIT状態106に戻る。同じ< WA
 I T状態106で主記憶からの応答44がオンした
とき、信号78(EQ)がオンしていたときはステータ
ス109へ進み、次に110へ進み読出しポインタのイ
ンクリメント信号42(RPUP)は2回オンする。信
号78がオフしていたときは110に進み、その結果4
2(几PUP )は1回オンする。
FIG. 6 shows the internal configuration of the store buffer control section 37. The main control section consists of a status register 91 that is updated every clock and a next pattern generation logic circuit 92. FIG. 7 shows a status transition diagram of the store buffer control section 37. Status 101 is the initial IDLE state, write pointer 55 (WP) and read pointer 56 (P
) is less than the maximum value, that is, when there is space in the internal buffer 21, a write request 38 (WR, E
Q) goes to status 102. In this status, internal buffer write signal 45 (WE) t-
Turn on. Then move on to the next status. Next tD
In the f-tas 103, the write pointer increment signal 41 (WPUP)t is turned on, and the response signal 39 (ACK) to the internal bus is turned on. Then, the process advances to status 104. In status 104, latch signal 5
1 (LA'l') is turned on, and in the next status 105, the main memory write request 43 <MWREQ) is turned on. Then it jumps to WAIT state 106. In this state,
When there is still space in the internal buffer and the write request 38 (WREQ) from the internal bus is turned on, the process advances to status 107. In this status, the internal buffer write signal 45 (WE) is turned on, and in the next status 108, the write pointer increment signal 41 (WPUP) is turned on, and the process returns to the WAIT state 106 again. Same < WA
When the response 44 from the main memory is turned on in the IT state 106, if the signal 78 (EQ) is turned on, the process goes to status 109, then goes to 110, and the read pointer increment signal 42 (RPUP) is incremented twice. Turn on. When signal 78 is off, proceed to 110, resulting in 4
2 (几PUP) turns on once.

その後、内部バッファが空き、即ち、書込みポインタ(
WP)=続出しポインタ(RP)のときはステップ10
1に進み、そうでないときはステラ7”104に進む。
After that, the internal buffer is free, i.e. the write pointer (
Step 10 when WP) = successive pointer (RP)
If not, proceed to Stella 7”104.

このようにして、内部バッファに次々にデータが入り、
次々に主記憶に書込まれ、しかも主記憶への書込みの場
合に信号78(EQ)がオン、即ち、ラッチA、ラッチ
B共4ByteWr i t e 、かつ、両者のアド
レスの下位3ビツトを除く上位ビットが等しいとき、一
度の主記憶アクセスで内部バッファ2工ントリ分が処理
され、書込みのスループットが向上す5゜ 〔発明の効果〕 以上のようK、本発明によれば、連続アドレス書込みの
アドレスの順序に依らず同一アドレスの場合も含めて、
ストアバッファの主記憶書込み時lc2エントリを1回
の主記憶アクセスで済ますことができ、処理装置の性能
ネックとなるスタック操作を高速化することができる。
In this way, data enters the internal buffer one after another,
They are written to the main memory one after another, and in the case of writing to the main memory, the signal 78 (EQ) is on, that is, both latch A and latch B are 4 ByteWrite, and the lower 3 bits of both addresses are excluded. When the upper bits are equal, two internal buffer entries are processed in one main memory access, improving the write throughput. Including the case of the same address regardless of the address order,
When writing the store buffer to the main memory, the lc2 entry can be accessed only once to the main memory, and the stack operation, which is a bottleneck in the performance of the processing device, can be speeded up.

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

第1図は、本発明の一実施例のストアバッファlOの内
部構成図、第2図は、本発明の背景である処理装置の一
例を示す図、第3図は、第2図におけるメモリ制御機構
の構成図、第4図は、本発明の一実施例のファンクショ
ン制御部の構成図、第5図はファンクション制御部の条
件と出力の関係を示す図、第6図はストアバッツァ制一
部の内部構成図、第7図はストアバッファ制御部のステ
ータス遷移図を示す。 lO・・・ストアバッファ、21・・・2 ホー) R
,AM。 察Z口 第30 第4−(!ll
FIG. 1 is an internal configuration diagram of a store buffer lO according to an embodiment of the present invention, FIG. 2 is a diagram showing an example of a processing device that is the background of the present invention, and FIG. 3 is a diagram showing the memory control in FIG. Fig. 4 is a block diagram of the function control unit according to an embodiment of the present invention, Fig. 5 is a diagram showing the relationship between the conditions and output of the function control unit, and Fig. 6 is a diagram showing the relationship between the conditions and output of the function control unit. The internal configuration diagram, FIG. 7, shows a status transition diagram of the store buffer control section. lO...Store buffer, 21...2 Ho) R
, AM. Inspection Z mouth No. 30 No. 4-(!ll

Claims (1)

【特許請求の範囲】[Claims] 1、処理装置のストアバッファにおいて、バッファの1
エントリの書込みデータ巾に対し、記憶装置の書込みデ
ータ巾を上位データバス用、下位データバス用の2倍と
し、バッファを2ポートRAMで構成し、次に書込むべ
き第1のエントリとその次の第2のエントリとを同時に
読出す手段と、第1のエントリの書込みデータを上位デ
ータバスにオンバスし、第2のエントリの書込みデータ
を下位データバスにオンバスするか、スワツプしてオン
バスするかを制御する手段と、両エントリのアドレスを
比較し、記憶装置の同一アクセス単位に対するアクセス
かどうかを検出する手段とを有し同一アクセス単位に対
するアクセスであることを検出時に、各エントリが上位
アクセスか下位アクセスかにより前記スワツプを制御す
ることにより、上位・下位アクセスを1回で済ますこと
と、上位同士、または下位同士のアクセスを後から書込
む方のみ書込むととを特徴とするストアバッファ制御方
式。
1. In the store buffer of the processing device, 1 of the buffer
The write data width of the storage device is twice the write data width of the entry for the upper data bus and the lower data bus, and the buffer is configured with a 2-port RAM. means for simultaneously reading the second entry of the first entry, and whether the write data of the first entry is on-bused to the upper data bus and the write data of the second entry is on-bused to the lower data bus or by swapping. and a means for comparing the addresses of both entries and detecting whether the accesses are to the same access unit of the storage device. A store buffer control characterized in that by controlling the swap according to whether it is a lower access, upper and lower accesses can be completed in one time, and that accesses between upper and lower levels or between lower levels are written only by those who will write later. method.
JP60063654A 1985-03-29 1985-03-29 Store buffer control system Granted JPS61223956A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP60063654A JPS61223956A (en) 1985-03-29 1985-03-29 Store buffer control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP60063654A JPS61223956A (en) 1985-03-29 1985-03-29 Store buffer control system

Publications (2)

Publication Number Publication Date
JPS61223956A true JPS61223956A (en) 1986-10-04
JPH0337216B2 JPH0337216B2 (en) 1991-06-04

Family

ID=13235548

Family Applications (1)

Application Number Title Priority Date Filing Date
JP60063654A Granted JPS61223956A (en) 1985-03-29 1985-03-29 Store buffer control system

Country Status (1)

Country Link
JP (1) JPS61223956A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63311453A (en) * 1987-06-12 1988-12-20 Fujitsu Ltd Write buffer control system
US5708800A (en) * 1994-09-27 1998-01-13 Mitsubishi Denki Kabushiki Kaisha High speed microprocessor for processing and transferring N-bits of M-bit data

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63311453A (en) * 1987-06-12 1988-12-20 Fujitsu Ltd Write buffer control system
US5708800A (en) * 1994-09-27 1998-01-13 Mitsubishi Denki Kabushiki Kaisha High speed microprocessor for processing and transferring N-bits of M-bit data

Also Published As

Publication number Publication date
JPH0337216B2 (en) 1991-06-04

Similar Documents

Publication Publication Date Title
JPH0414385B2 (en)
US5748555A (en) Memory address preview control circuit
JPS61223956A (en) Store buffer control system
US4747066A (en) Arithmetic unit
JPH01255035A (en) Processor
JPH0746323B2 (en) Main memory for compressing partial write access
JPH01273132A (en) Microprocessor
JPS61237145A (en) Controlling system for store buffer
JP3574693B2 (en) Instruction processor
JPS5994287A (en) High-speed address converter
JP2711840B2 (en) Data transfer control device
JPS62184560A (en) Input/output buffer controller
JPH10240525A (en) Information processor
JPS62274349A (en) Data processing system
JP3242474B2 (en) Data processing device
JPS60123944A (en) Buffer memory controlling system of information processor
JP2581144B2 (en) Bus control device
JPS61161560A (en) Memory device
JPS60142450A (en) Storage system
JPH0635844A (en) Direct memory access device
JPH0259495B2 (en)
JPS62184561A (en) Input/output buffer controller
JPH05204755A (en) Memory circuit
JPS61193230A (en) Magnetic disk controller
JPS6246353A (en) Memory read system