JPH0934785A - Prefetch controller - Google Patents

Prefetch controller

Info

Publication number
JPH0934785A
JPH0934785A JP7185250A JP18525095A JPH0934785A JP H0934785 A JPH0934785 A JP H0934785A JP 7185250 A JP7185250 A JP 7185250A JP 18525095 A JP18525095 A JP 18525095A JP H0934785 A JPH0934785 A JP H0934785A
Authority
JP
Japan
Prior art keywords
page
data
processed
address
prefetch
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
JP7185250A
Other languages
Japanese (ja)
Other versions
JP2778623B2 (en
Inventor
Akio Harasawa
昭夫 原澤
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 JP7185250A priority Critical patent/JP2778623B2/en
Priority to DE69620834T priority patent/DE69620834T2/en
Priority to EP96111613A priority patent/EP0754997B1/en
Priority to US08/684,622 priority patent/US5950232A/en
Publication of JPH0934785A publication Critical patent/JPH0934785A/en
Application granted granted Critical
Publication of JP2778623B2 publication Critical patent/JP2778623B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F7/00Methods or arrangements for processing data by operating upon the order or content of the data handled
    • G06F7/76Arrangements for rearranging, permuting or selecting data according to predetermined rules, independently of the content of the data
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PROBLEM TO BE SOLVED: To improve a hit rate and to reduce memory capacitance in prefetch control. SOLUTION: On a main storage device 21, data to be processed are arranged for the unit of a page having prescribed data structure, and the processing object page is switched in every prescribed processing cycle. The page to be processed is designated to a page address register 24. At a page counter 25, the time during the page processing cycle period is counted and a count signal is sent out. According to this count signal, an offset address in the page to be processed and a register number (transfer destination) corresponding to this address are read out of a table 27. At a synchronous data transfer controller 28, the data to be processed are read out responding to the designated page and offset address and these data to be processed are prefetched into a register 26 designated at the transfer destination. Namely, the synchronous data transfer controller controls the transfer of data to be processed synchronously with the offset address and transfer destination according to the designated page.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は主記憶装置からデー
タをプリフェッチするプリフェッチ制御装置に関し、特
に、定形データ処理を高速に行うためのプリフェッチ制
御方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a prefetch control device for prefetching data from a main storage device, and more particularly, to a prefetch control method for performing fixed data processing at high speed.

【0002】[0002]

【従来の技術】情報処理装置において、プロセッサと主
記憶装置との間に小容量で高速なメモリ(所謂キャッシ
ュメモリ)を配置して、プロセッサから主記憶装置に対
するアクセス時間を高速することが行われている。つま
り、情報処理装置上で実行されるメモリアクセス(主記
憶アクセス)では、一般に、アクセスされるアドレスに
局所性があり、この性質を利用してアクセス頻度の高い
データをキャッシュメモリに記憶しておくことが行われ
ている。
2. Description of the Related Art In an information processing apparatus, a small-capacity, high-speed memory (a so-called cache memory) is arranged between a processor and a main storage device to shorten the access time from the processor to the main storage device. ing. That is, in a memory access (main memory access) executed on an information processing apparatus, generally, an accessed address has locality, and by using this property, frequently accessed data is stored in a cache memory. That is being done.

【0003】図2を参照して、プロセッサ11から主記
憶装置12へアクセスする際、アクセスされたワード1
3を含む所定サイズの連続した記憶領域(一般にブロッ
クと呼ばれる)の内容を主記憶装置12からキャッシュ
メモリ14に取り込む。これによって、メモリアクセス
(主記憶アクセス)の大部分が高速なキャッシュメモリ
14へのアクセスで済むことになる。つまり、低速な主
記憶装置へのアクセスを少なくすることができる。
Referring to FIG. 2, when processor 11 accesses main storage device 12, word 1 accessed is accessed.
The contents of a continuous storage area (generally called a block) of a predetermined size including 3 are fetched from the main storage device 12 to the cache memory 14. As a result, most of the memory access (main memory access) can be achieved by accessing the cache memory 14 at high speed. That is, access to the low-speed main storage device can be reduced.

【0004】[0004]

【発明が解決しようとする課題】上述のように、従来の
情報処理装置では、メモリアクセス時における所謂「局
所性」に依存して、キャッシュメモリへの格納データを
決定している関係上、応用プログラムによっては、期待
する程局所性がなく、その結果、プリフェッチのヒット
率が低下してしまうことがある。
As described above, in the conventional information processing apparatus, the data stored in the cache memory is determined depending on the so-called "locality" at the time of memory access. Some programs may not be as local as expected, and as a result, the prefetch hit rate may decrease.

【0005】さらに、上述のように、大まかな範囲をひ
とまとめにして、「近い将来再びアクセスされる可能性
が高いデータブロック」の内容をキャッシュメモリ空間
にフェッチする関係上、結果的に、使用されないデータ
もフェッチして格納する記憶空間をキャッシュメモリ上
に確保しなければならず、必ずしもキャッシュメモリの
使用が効率的でないという問題点がある。
Further, as described above, since the rough range is put together and the contents of the “data block that is likely to be accessed again in the near future” are fetched into the cache memory space, they are not used as a result. A storage space for fetching and storing data must be secured in the cache memory, and there is a problem that the use of the cache memory is not always efficient.

【0006】特に、被処理データが一定の構造を有する
ページを単位として主記憶上に配置され、各ページデー
タに対する処理が定型的であり、所定の時間を周期とし
て処理対象ページが切り替えられる場合においては、キ
ャッシュメモリの使用が効率的でないという問題点がさ
らに顕著となる。
In particular, in the case where the data to be processed is arranged in the main memory in units of pages having a certain structure, the processing for each page data is routine, and the page to be processed is switched at a predetermined time period. However, the problem that the use of the cache memory is not efficient becomes more prominent.

【0007】本発明の目的は、ヒット率の低下すること
のないプリフェッチ制御装置を提供することにある。
An object of the present invention is to provide a prefetch control device in which the hit ratio does not decrease.

【0008】本発明の他の目的はメモリが小容量で済む
プリフェッチ制御装置を提供することにある。
Another object of the present invention is to provide a prefetch control device that requires a small memory capacity.

【0009】[0009]

【課題を解決するための手段】本発明によれば、被処理
データがページ単位で格納された主記憶装置と前記被処
理データを処理するプロセッサとの間に配置され、前記
被処理データをプリフェッチするためのプリフェッチ制
御装置であって、前記被処理データをプリフェッチデー
タとして格納する記憶手段と、前記ページ内のアドレス
と該ページ内アドレスに対応した転送先が定義されたテ
ーブルと、被処理ページが指定された際ページ処理周期
に応じて前記ページ内アドレスに基づいて前記被処理ペ
ージ内データを前記被処理データとして読み出して前記
転送先で指定された前記記憶装置内エリアに前記被処理
データをプリフェッチする制御手段とを有することを特
徴とするプリフェッチ制御装置が得られる。
According to the present invention, the data to be processed is arranged between a main storage device storing the data to be processed on a page basis and a processor for processing the data to be processed, and the data to be processed is prefetched. A prefetch control device for storing the data to be processed as prefetch data, a table in which an address in the page and a transfer destination corresponding to the address in the page are defined, When specified, the data in the page to be processed is read as the data to be processed based on the address in the page in accordance with the page processing cycle, and the data to be processed is prefetched to the area in the storage device designated by the transfer destination A prefetch control device characterized by having control means for performing the prefetch control.

【0010】ここで、記憶手段は複数のレジスタであ
り、前記複数のレジスタの各々が記憶手段のエリアとし
て用いられる。
Here, the storage means is a plurality of registers, and each of the plurality of registers is used as an area of the storage means.

【0011】このプリフェッチ制御装置は、さらに、被
処理ページを指定するページアドレスレジスタと、前記
ページ処理周期期間中カウントを実行してカウント数を
表すカウント信号を送出するページカウンタとを有し、
前記カウント信号に応じて前記テーブルから前記ページ
内アドレス及び前記転送先が同期して読み出される。
The prefetch control device further includes a page address register for designating a page to be processed, and a page counter for executing a count during the page processing period and transmitting a count signal representing the count number.
The in-page address and the transfer destination are read out from the table in synchronization with the count signal.

【0012】また、制御手段は、前記被処理ページと前
記ページ内アドレスに応じて前記主記憶装置をアクセス
して前記被処理ページ内データを前記被処理データとし
て読み出すアクセス手段と、前記転送先で指定される前
記プリフェッチレジスタに前記被処理データを転送する
転送手段とを有している。
The control means may access the main storage device in accordance with the page to be processed and the address in the page to read the data in the page to be processed as the data to be processed. Transfer means for transferring the data to be processed to the designated prefetch register.

【0013】[0013]

【発明の実施の形態】以下図面を参照して本発明につい
て説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below with reference to the drawings.

【0014】図1を参照して、本発明が適用されるデー
タ処理装置は、例えば、主記憶装置21及びプロセッサ
22を備えており、主記憶装置21とプロセッサ22と
の間にプリフェッチ制御装置23が配置されている。プ
リフェッチ制御装置23は、ページアドレスレジスタ
(PAR)24、ページカウンタ(PCTR)25、第
1乃至第N(Nは2以上の整数)のプリフェッチレジス
タ(PFR)26、時間−ソース−デスティネーション
テーブル(Time−Source−Destinat
ion Table:TSDT)27、及び同期データ
転送制御器(Synchronous Data Tr
ansfer Controller:SDTC)28
を備えている。
Referring to FIG. 1, a data processing device to which the present invention is applied includes, for example, a main storage device 21 and a processor 22, and a prefetch control device 23 is provided between the main storage device 21 and the processor 22. Is arranged. The prefetch control device 23 includes a page address register (PAR) 24, a page counter (PCTR) 25, first to N-th (N is an integer of 2 or more) prefetch registers (PFR) 26, a time-source-destination table ( Time-Source-Destinat
ion Table: TSDT) 27 and a synchronous data transfer controller (Synchronous Data Tr)
transfer controller (SDTC) 28
It has.

【0015】主記憶装置21には被処理データが所定の
構造を有するページを一単位として配置されている(例
えば、ページ#1乃至ページ#nが格納されている)。
また、TSDT27には主記憶上ページ内オフセットア
ドレス(転送ソース)とPFR24との対応関係が定義
されている。つまり、TSDT27はソース(sour
ce)欄及びデスティネーション(destinati
on)欄を備えており、ソース欄には順次オフセットア
ドレス(転送ソース)が配列され、デスティネーション
欄にはオフセットアドレスに対応して到着先(出力ポー
ト番号)が配置されている。
In the main storage device 21, data to be processed is arranged in units of pages having a predetermined structure (for example, pages # 1 to #n are stored).
In the TSDT 27, the correspondence between the offset address (transfer source) in the main memory page and the PFR 24 is defined. That is, the TSDT 27 is the source (source)
ce) column and destination (destination)
ON) column, offset addresses (transfer sources) are sequentially arranged in the source column, and destinations (output port numbers) are arranged in the destination column corresponding to the offset addresses.

【0016】PAR24には主記憶装置21上の被処理
ページを指定するページ番号が格納される。このページ
番号は後述するようにしてプロセッサ22によって更新
される。PAR24に格納されたページ番号はアドレス
生成回路28aに与えられる。一方、PCTR25は外
部装置(図示せず)からのスタートリセット信号によっ
て所定の周期(例えば、各ページに割り当てられた処理
時間)でカウントスタート及びリセットを繰り返す。い
ま、PCTR25にスタート信号が与えられると、PC
TR25はカウントを開始し、カウント信号をTSDT
27に与える。カウント信号に応じて、TSDT27か
らオフセットアドレス及び出力ポート番号が読み出され
る。具体的には、PCTR25が順次第1乃至第Nのカ
ウント信号を出力するとすると、第1のカウント信号に
応じて、TSDT27から第1のオフセットアドレス及
びこの第1のオフセットアドレスに対応する第1の出力
ポート番号が読み出される。そして、第Nのカウント信
号を受けると、TSDT27から第Nのオフセットアド
レス及びこの第Nのオフセットアドレスに対応する第N
の出力ポート番号が読み出される。これら第1乃至第N
のオフセットアドレスは順次アドレス生成回路28aに
与えられ、第1乃至第Nの出力ポート番号は順次スイッ
チ制御回路28bに与えられる。
The PAR 24 stores a page number designating a page to be processed in the main storage device 21. This page number is updated by the processor 22 as described later. The page number stored in the PAR 24 is given to the address generation circuit 28a. On the other hand, the PCTR 25 repeats count start and reset at a predetermined cycle (for example, processing time allocated to each page) in response to a start reset signal from an external device (not shown). Now, when the start signal is given to the PCTR 25, the PC
TR25 starts counting and sends a count signal to TSDT.
Give to 27. The offset address and the output port number are read from the TSDT 27 according to the count signal. Specifically, assuming that the PCTR 25 sequentially outputs the first to N-th count signals, the first offset address from the TSDT 27 and the first offset address corresponding to the first offset address are transmitted in accordance with the first count signal. The output port number is read. When receiving the N-th count signal, the N-th offset address and the N-th offset address corresponding to the N-th offset address are received from the TSDT 27.
Is read out. These first to Nth
Are sequentially given to the address generation circuit 28a, and the first to N-th output port numbers are sequentially given to the switch control circuit 28b.

【0017】前述のように、アドレス生成回路28aに
はページ番号が与えられており、これによって、アドレ
ス生成回路28aは、アクセス、つまり、プリフェッチ
すべきページを知る。そして、アドレス生成回路28a
はページ番号及び第1乃至第Nのオフセットアドレスに
応じて主記憶アドレスを生成して、指定ページのデータ
を読み出す。いま、ページ番号が#0であるとすると、
ページ#0のデータが主記憶アドレス(つまり、第1乃
至第Nのオフセットアドレス)に応じて読み出され、第
1乃至第Nの#0データとして読み出され、スイッチ回
路28cに与えられる。
As described above, the page number is given to the address generation circuit 28a, whereby the address generation circuit 28a knows the page to be accessed, that is, the page to be prefetched. Then, the address generation circuit 28a
Generates a main storage address according to the page number and the first to N-th offset addresses, and reads out data of the designated page. Now, assuming that the page number is # 0,
The data of page # 0 is read according to the main storage address (that is, the first to N-th offset addresses), read as first to N-th # 0 data, and supplied to the switch circuit 28c.

【0018】前述のように、スイッチ制御回路28bに
は第1乃至第Nの出力ポート番号が与えられており、ス
イッチ制御回路28bは、第1乃至第Nの出力ポート番
号に応じてスイッチ回路28cを制御する。例えば、ス
イッチ制御回路28bでは第1の出力ポート番号を受け
ると、スイッチ回路28cを制御して第1の#0データ
を第1のPFR26に与える。同様にして、第Nの出力
ポート番号を受けると、スイッチ制御回路28bではス
イッチ回路28cを制御して第Nの#0データを第1の
PFR26に与える。この結果、第1乃至第NのPFR
26にはそれぞれ第1乃至第Nの#0データが格納され
ることになる。つまり、プリフェッチされることにな
る。
As described above, the switch control circuit 28b is provided with the first to Nth output port numbers, and the switch control circuit 28b has the switch circuit 28c according to the first to Nth output port numbers. To control. For example, when receiving the first output port number, the switch control circuit 28b controls the switch circuit 28c to supply the first # 0 data to the first PFR 26. Similarly, when receiving the N-th output port number, the switch control circuit 28b controls the switch circuit 28c to supply the N-th # 0 data to the first PFR 26. As a result, the first to Nth PFR
26 stores the first through N-th # 0 data, respectively. That is, it is prefetched.

【0019】プロセッサ22では、第1乃至第NのPF
R26にプリフェッチされたデータを用いて処理(デー
タ処理)を行い、このデータ処理が終了すると、プロセ
ッサ22上で動作しているプログラム(応用プログラ
ム)に応じて次に必要なデータが格納されているページ
番号をPAR24にセットする。つまり、PAR24に
格納されたページ番号を更新する。この際、PCTR2
5は外部装置によってリセットされ、再びカウントを開
始する。つまり、PCTR25は第Nカウントまでカウ
ントするとリセットされることになる。
In the processor 22, the first to N-th PFs
Processing (data processing) is performed using the prefetched data in R26, and when this data processing is completed, the next necessary data is stored according to the program (application program) running on the processor 22. The page number is set in PAR24. That is, the page number stored in the PAR 24 is updated. At this time, PCTR2
5 is reset by the external device and starts counting again. That is, the PCTR 25 is reset when counting to the N-th count.

【0020】上述のようにして、同期データ転送制御器
28によって主記憶装置21からプリフェッチレジスタ
26へのデータ転送を行い、一つのページの処理周期が
終了すると、応用プログラムに応じてPAR24が更新
されることになる。そして、変更された指定ページに対
して同様のプリフェッチが再度繰り返されることにな
る。
As described above, the data transfer from the main storage device 21 to the prefetch register 26 is performed by the synchronous data transfer controller 28, and when the processing cycle of one page ends, the PAR 24 is updated according to the application program. Will be. Then, the same prefetch is repeated again for the changed designated page.

【0021】上述の説明から明らかなように、ページ処
理期間において処理されるべき主記憶装置21上のペー
ジをPAR2によって指定し、被処理ページ内のデータ
の内処理で参照される可能性があるデータとその転送先
をTSDT27で指定するようにしたから、予め応用プ
ログラムに応じてTSDT27を定義しておけば、転送
すべきデータを必要最小限度とすることができ、その結
果、効果的なプリフェッチを行うことができる。
As is apparent from the above description, a page on the main storage device 21 to be processed during the page processing period is designated by PAR2, and may be referred to in the internal processing of data in the page to be processed. Since the data and the transfer destination are specified by the TSDT 27, if the TSDT 27 is defined in advance according to the application program, the data to be transferred can be minimized, and as a result, the effective prefetch It can be performed.

【0022】従って、各ページにおけるデータ構造と各
ページに対する処理とが定形である応用プログラムの場
合、プリフェッチにおけるヒット率を高くすることがで
きるばかりでなく、プリフェッチしたデータを格納する
記憶空間(つまり、プリフェッチレジスタの数)が小さ
くて済み、プリフェッチ空間として高速なレジスタを用
いることができる。
Therefore, in the case of an application program in which the data structure in each page and the processing for each page are fixed, not only can the hit rate in prefetch be increased, but also the storage space for storing the prefetched data (ie, The number of prefetch registers) can be small, and a high-speed register can be used as a prefetch space.

【0023】加えて、上述の実施例では、プロセッサが
必要とするソースオペランドが所定の時刻に所定のレジ
スタに存在するので、プログラム本体において複雑なメ
モリアドレシングを記述することが不要となる。しか
も、TSDTとプログラム本体との独立性が高いから、
双方の変更が容易である。
In addition, in the above-described embodiment, since the source operand required by the processor exists in a predetermined register at a predetermined time, it is not necessary to describe complicated memory addressing in the program body. Moreover, since the TSDT and the program itself are highly independent,
Both changes are easy.

【0024】この結果、上述のプリフェッチ装置は、一
定の周期で定形の処理を高速に実行する処理、例えば、
通信処理、に最適である。
As a result, the above-described prefetch device performs processing for executing fixed processing at high speed at a constant period, for example,
Ideal for communication processing.

【0025】[0025]

【発明の効果】以上説明したように、本発明では被処理
ページと被処理ページ内のプリフェッチすべきデータを
明示的に指定してページ毎の処理周期に同期してデータ
を指定された記憶エリア(レジスタ)にフェッチするよ
うにしたので、プリフェッチのヒット率が高いという効
果がある。しかも、プロセッサが必要とするソースオペ
ランドが所定の時刻に所定のレジスタに存在するので、
プログラム本体におけるソースオペランド指定記述が簡
単になるという効果もある。
As described above, according to the present invention, a page to be processed and data to be prefetched in the page to be processed are explicitly specified, and the data is specified in synchronization with the processing cycle of each page. Since the data is fetched to (register), the prefetch hit rate is high. Moreover, since the source operand required by the processor exists in a predetermined register at a predetermined time,
Another advantage is that the source operand specification description in the program body is simplified.

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

【図1】本発明によるプリフェッチ制御装置の一実施例
を説明するためのブロック図である。
FIG. 1 is a block diagram illustrating an embodiment of a prefetch control device according to the present invention.

【図2】従来のプリフェッチ制御を説明するための図で
ある。
FIG. 2 is a diagram for explaining conventional prefetch control.

【符号の説明】[Explanation of symbols]

21 主記憶装置 22 プロセッサ 23 プリフェッチ制御装置 24 ページアドレスレジスタ(PAR) 25 ページカウンタ(PCTR) 26 プリフェッチレジスタ(PFR) 27 時間−ソース−デスティネーションテーブル(T
SDT) 28 同期データ転送制御器(SDTC)
21 Main Storage 22 Processor 23 Prefetch Controller 24 Page Address Register (PAR) 25 Page Counter (PCTR) 26 Prefetch Register (PFR) 27 Time-Source-Destination Table (T
SDT) 28 Synchronous data transfer controller (SDTC)

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 被処理データがページ単位で格納された
主記憶装置と前記被処理データを処理するプロセッサと
の間に配置され、前記被処理データをプリフェッチする
ためのプリフェッチ制御装置であって、前記被処理デー
タをプリフェッチデータとして格納する記憶手段と、前
記ページ内のアドレスと該ページ内アドレスに対応した
転送先が定義されたテーブルと、被処理ページが指定さ
れた際ページ処理周期に応じて前記ページ内アドレスに
基づいて前記被処理ページ内データを前記被処理データ
として読み出して前記転送先で指定された前記記憶装置
内エリアに前記被処理データをプリフェッチする制御手
段とを有することを特徴とするプリフェッチ制御装置。
1. A prefetch control device disposed between a main storage device in which data to be processed is stored in units of pages and a processor that processes the data to be processed, for prefetching the data to be processed, A storage unit for storing the data to be processed as prefetch data, a table in which an address in the page and a transfer destination corresponding to the address in the page are defined, and a page processing cycle when the page to be processed is specified. Control means for reading out the data in the page to be processed as the data to be processed based on the address in the page, and prefetching the data to be processed in the area in the storage device designated by the transfer destination. Prefetch control device.
【請求項2】 請求項1に記載されたプリフェッチ制御
装置において、前記記憶手段は複数のレジスタであり、
前記複数のレジスタの各々が前記エリアであることを特
徴とするプリフェッチ制御装置。
2. The prefetch control device according to claim 1, wherein said storage means is a plurality of registers.
A prefetch control device, wherein each of the plurality of registers is the area.
【請求項3】 請求項2に記載されたプリフェッチ制御
装置において、前記被処理ページを指定するページアド
レスレジスタと、前記ページ処理周期期間中カウントを
実行してカウント数を表すカウント信号を送出するペー
ジカウンタとを有し、前記カウント信号に応じて前記テ
ーブルから前記ページ内アドレス及び前記転送先が同期
して読み出されるようにしたことを特徴とするプリフェ
ッチ制御装置。
3. The prefetch control device according to claim 2, wherein a page address register that specifies the page to be processed, and a page that executes a count during the page processing period and sends out a count signal representing a count number. A prefetch control device comprising: a counter; and wherein the in-page address and the transfer destination are read out from the table in synchronization with the count signal.
【請求項4】 請求項3に記載されたプリフェッチ制御
装置において、前記制御手段は、前記被処理ページと前
記ページ内アドレスに応じて前記主記憶装置をアクセス
して前記被処理ページ内データを前記被処理データとし
て読み出すアクセス手段と、前記転送先で指定される前
記プリフェッチレジスタに前記被処理データを転送する
転送手段とを有することを特徴とするプリフェッチ制御
装置。
4. The prefetch control device according to claim 3, wherein the control unit accesses the main storage device in accordance with the page to be processed and the address in the page to store the data in the page to be processed. A prefetch control device comprising: an access unit that reads out data to be processed; and a transfer unit that transfers the data to be processed to the prefetch register specified by the transfer destination.
【請求項5】 請求項1に記載されたプリフェッチ制御
装置において、前記制御手段は、前記ページ内アドレス
及び前記転送先に同期して前記被処理データの転送制御
を行うようにしたことを特徴とするプリフェッチ制御装
置。
5. The prefetch control device according to claim 1, wherein the control means controls the transfer of the data to be processed in synchronization with the address in the page and the transfer destination. Prefetch control device.
JP7185250A 1995-07-21 1995-07-21 Prefetch control device Expired - Fee Related JP2778623B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
JP7185250A JP2778623B2 (en) 1995-07-21 1995-07-21 Prefetch control device
DE69620834T DE69620834T2 (en) 1995-07-21 1996-07-18 Fetch device for fetching data from a main memory
EP96111613A EP0754997B1 (en) 1995-07-21 1996-07-18 Fetching apparatus for fetching data from a main memory
US08/684,622 US5950232A (en) 1995-07-21 1996-07-22 Fetching apparatus for fetching data from a main memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP7185250A JP2778623B2 (en) 1995-07-21 1995-07-21 Prefetch control device

Publications (2)

Publication Number Publication Date
JPH0934785A true JPH0934785A (en) 1997-02-07
JP2778623B2 JP2778623B2 (en) 1998-07-23

Family

ID=16167528

Family Applications (1)

Application Number Title Priority Date Filing Date
JP7185250A Expired - Fee Related JP2778623B2 (en) 1995-07-21 1995-07-21 Prefetch control device

Country Status (4)

Country Link
US (1) US5950232A (en)
EP (1) EP0754997B1 (en)
JP (1) JP2778623B2 (en)
DE (1) DE69620834T2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6760818B2 (en) 2002-05-01 2004-07-06 Koninklijke Philips Electronics N.V. Memory region based data pre-fetching

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3909798A (en) * 1974-01-25 1975-09-30 Raytheon Co Virtual addressing method and apparatus
US3976978A (en) * 1975-03-26 1976-08-24 Honeywell Information Systems, Inc. Method of generating addresses to a paged memory
US4403283A (en) * 1980-07-28 1983-09-06 Ncr Corporation Extended memory system and method
US4841435A (en) * 1986-10-29 1989-06-20 Saxpy Computer Corporation Data alignment system for random and block transfers of embedded subarrays of an array onto a system bus

Also Published As

Publication number Publication date
EP0754997B1 (en) 2002-04-24
US5950232A (en) 1999-09-07
DE69620834D1 (en) 2002-05-29
EP0754997A2 (en) 1997-01-22
EP0754997A3 (en) 1997-03-26
JP2778623B2 (en) 1998-07-23
DE69620834T2 (en) 2002-09-05

Similar Documents

Publication Publication Date Title
US6272609B1 (en) Pipelined memory controller
US5751994A (en) System and method for enhancing computer operation by prefetching data elements on a common bus without delaying bus access by multiple bus masters
JP3289661B2 (en) Cache memory system
US6295592B1 (en) Method of processing memory requests in a pipelined memory controller
US5526508A (en) Cache line replacing system for simultaneously storing data into read and write buffers having multiplexer which controls by counter value for bypassing read buffer
JP3425158B2 (en) Computer system with multi-buffer data cache
JPH03127147A (en) Information processing system
JPH04233050A (en) Cache-memory exchanging protcol
JPH07104816B2 (en) Method for operating computer system and memory management device in computer system
JP3444154B2 (en) Memory access control circuit
US5649232A (en) Structure and method for multiple-level read buffer supporting optimal throttled read operations by regulating transfer rate
JP3153078B2 (en) Data processing device
JP2778623B2 (en) Prefetch control device
KR960007833B1 (en) Method and apparatus for fast page mode selection
EP0474356A1 (en) Cache memory and operating method
US7075546B2 (en) Intelligent wait methodology
JP2004240616A (en) Memory controller and memory access control method
JPH06103163A (en) Memory device
WO2001037098A1 (en) Data processing device and data processing system
KR970004520B1 (en) High speed memory control method and apparatus
JP2001229074A (en) Memory controller and information processor and memory control chip
US7840757B2 (en) Method and apparatus for providing high speed memory for a processing unit
JPH11249959A (en) Method and device for cache memory control
JPH0438560A (en) Store data transfer system
JPS61128371A (en) Vector processor

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19980408

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090508

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100508

Year of fee payment: 12

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110508

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees