JPH07210454A - High-speed processor - Google Patents

High-speed processor

Info

Publication number
JPH07210454A
JPH07210454A JP6006273A JP627394A JPH07210454A JP H07210454 A JPH07210454 A JP H07210454A JP 6006273 A JP6006273 A JP 6006273A JP 627394 A JP627394 A JP 627394A JP H07210454 A JPH07210454 A JP H07210454A
Authority
JP
Japan
Prior art keywords
data
read
memory
processing
speed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP6006273A
Other languages
Japanese (ja)
Inventor
Masayuki Eto
正幸 江藤
Yoshifumi Ishikawa
善文 石川
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.)
Sharp Corp
Original Assignee
Sharp 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 Sharp Corp filed Critical Sharp Corp
Priority to JP6006273A priority Critical patent/JPH07210454A/en
Publication of JPH07210454A publication Critical patent/JPH07210454A/en
Pending legal-status Critical Current

Links

Landscapes

  • Advance Control (AREA)
  • Memory System (AREA)
  • Memory System Of A Hierarchy Structure (AREA)

Abstract

PURPOSE:To reduce processing time for read access to a low speed I/0 device and a memory by installing a buffer circuit for looking-ahead read data and making the buffer circuit operate by a proper program. CONSTITUTION:At the time of receiving an instruction including the address of necessary data, a look-ahead control circuit 3a immediately fetches data into a look-ahead dedicated buffer 2. A bus master executes another processing and when data becomes necessary, executes normal read instruction. At the time of receiving the read instruction, the look-ahead control circuit 3a starts a normal read cycle and compares the object address with an address stored in the look-ahead control circuit 3a to stop the normal read cycle when they are equal to deliver data from the look-ahead dedicated buffer 2 to the bus master. Thereby, when the bus master reads data from the low speed device, the processing is not interrupted by the insertion of wait, so that processing speed is improved.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、高速化処理装置に関
し、より詳細には、リードアクセスの処理時間の短縮を
図るようにした高速化処理装置に関する。例えば、低速
なI/O(Input/Output:入出力)デバイスやメモリを
用いた回路に適用されるリードサイクルの高速化を図る
ことができる。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a high-speed processing device, and more particularly to a high-speed processing device designed to reduce the processing time for read access. For example, it is possible to speed up a read cycle applied to a circuit using a low-speed I / O (Input / Output) device or a memory.

【0002】[0002]

【従来の技術】低速なI/Oデバイスやメモリへのアク
セスにおいて、バッファを用いた高速化が可能なライト
サイクルよりも、高速化の手段のないリードサイクルの
方が時間がかかる。つまり、ライトサイクルではライト
データを高速動作可能なデバイスでバッファリングし、
それ以降の動作をバスの管理回路に委任することによっ
て、低速なデバイスを直接アクセスすることなく、CP
U(中央処理装置)等のバスマスタはサイクルを終了す
ることができるからである。しかし、リードサイクルで
は低速なデバイスの動作が終了するまでアクセスが終了
しないため、アクセスタイムは低速なデバイスの動作速
度に依存し、一連の動作を短縮することができなかっ
た。
2. Description of the Related Art In accessing a low-speed I / O device or memory, a read cycle without speed increasing means takes longer than a write cycle using a buffer to enable high speed. In other words, in the write cycle, write data is buffered by a device that can operate at high speed,
By delegating subsequent operations to the bus management circuit, CP can be used without directly accessing slow devices.
This is because a bus master such as U (Central Processing Unit) can end the cycle. However, in the read cycle, since the access is not completed until the operation of the slow device is completed, the access time depends on the operation speed of the slow device, and the series of operations cannot be shortened.

【0003】図4は、従来の処理装置の構成図で、図
中、11はCPU(Central Processing Unit:中央処
理装置)、12はメモリコントローラ、13はメモリ
(低速メモリ)である。CPU11において、前処理が
行なわれてからリード命令が実行されると、アドレスバ
スを介してメモリコントローラ12にリード命令が伝え
られる。該メモリコントローラ12においては、メモリ
アドレスとメモリコントロール信号が作成され、メモリ
アドレスバスを介してメモリ13へ伝えられ、該メモリ
13においてデータが出力され、データバスを介してC
PU11でデータの読み込みが行なわれる。CPU11
で後処理が行なわれてライト命令が実行されると、アド
レスバスを介してメモリコントローラ12にライト命令
が伝えられる。該メモリコントローラ12においては、
メモリアドレスバス及びメモリコントロール信号が作成
され、メモリ13においてデータの書き込みが行なわれ
る。
FIG. 4 is a block diagram of a conventional processing apparatus. In the figure, 11 is a CPU (Central Processing Unit), 12 is a memory controller, and 13 is a memory (low-speed memory). When the read command is executed in CPU 11 after the preprocessing is performed, the read command is transmitted to memory controller 12 via the address bus. In the memory controller 12, a memory address and a memory control signal are created, transmitted to the memory 13 via the memory address bus, data is output from the memory 13 and C is transmitted via the data bus.
Data is read by the PU 11. CPU11
When the post-processing is performed and the write command is executed, the write command is transmitted to the memory controller 12 via the address bus. In the memory controller 12,
A memory address bus and a memory control signal are created, and data is written in the memory 13.

【0004】図5は、図4に示す処理装置の動作を説明
するためのフローチャートである。CPU11の処理
は、図5からもわかるように、「前処理」「データリー
ド」「後処理」「データライト」の4つのモードから成
っている。以下、各モードに沿って順に説明する。前処理 :CPU11において前処理が行なわれる。データリード :CPU11においてリード命令の実行が
行なわれると、メモリコントローラ12においてメモリ
アドレス及びコントロール信号が作成され、メモリ13
においてデータ読み出しが行なわれる。CPU11にお
いてデータの読み込みが行なわれる。
FIG. 5 is a flow chart for explaining the operation of the processing apparatus shown in FIG. As can be seen from FIG. 5, the processing of the CPU 11 includes four modes of “preprocessing”, “data read”, “postprocessing”, and “data write”. Hereinafter, each mode will be described in order. Pre-processing : Pre-processing is performed in the CPU 11. Data read : When a read command is executed in the CPU 11, a memory address and a control signal are created in the memory controller 12, and the memory 13
At, data reading is performed. Data is read in the CPU 11.

【0005】後処理:CPU11において後処理が行な
われる。データライト :CPU11においてライト命令の実行が
行なわれると、データの出力がなされ、メモリコントロ
ーラ12において、メモリアドレス及びコントロール信
号が作成されるとともにデータのラッチが行なわれ、メ
モリ13においてデータの書き込みが行なわれる。
Post-processing : Post-processing is performed in the CPU 11. Data write : When a write command is executed in the CPU 11, data is output, the memory controller 12 creates a memory address and a control signal and latches the data, and the memory 13 writes the data. Be done.

【0006】すなわち、「前処理」モード終了後に、C
PU11はデータリード命令を実行し、「データリー
ド」モードが開始される。データリード命令を受け取っ
たメモリコントローラ12は、アドレスに該当する低速
メモリ13を制御してデータを読み出す。CPU11は
このデータをデータバスを介して低速メモリ13から直
接受け取る。このため、CPU11は低速メモリ13か
らのデータ読み出しが終了するまで「データリード」モ
ードを終了できない。
That is, after the "preprocessing" mode ends, C
The PU 11 executes the data read instruction, and the "data read" mode is started. Upon receiving the data read command, the memory controller 12 controls the low speed memory 13 corresponding to the address and reads the data. The CPU 11 receives this data directly from the low speed memory 13 via the data bus. Therefore, the CPU 11 cannot finish the "data read" mode until the data read from the low speed memory 13 is finished.

【0007】[0007]

【発明が解決しようとする課題】前述のように、従来の
処理装置においては、I/Oデバイスやメインメモリ
は、CPU(中央処理装置)等のバスマスタの動作速度
に比べ遅い。メインメモリには高速なデバイスを用いる
ことも可能であるが、基板スペースやコストの問題か
ら、実際に使用することは難しい。このために、ライト
サイクルではライトバッファが用いられ、処理速度の改
善に寄与している。しかし、リードサイクルの短縮には
有効な手段がなく、処理速度向上のネックになっている
という問題があった。
As described above, in the conventional processing device, the I / O device and the main memory are slower than the operating speed of the bus master such as the CPU (central processing unit). It is possible to use a high-speed device for the main memory, but it is difficult to actually use it due to the problems of board space and cost. Therefore, the write buffer is used in the write cycle, which contributes to the improvement of the processing speed. However, there is a problem that there is no effective means for shortening the read cycle, which is a bottleneck in improving the processing speed.

【0008】本発明はこのような実情に鑑みてなされた
もので、高価な高速メモリデバイスを使用することな
く、メモリの高速リードアクセスを可能とする高速化処
理装置を提供することを目的としている。
The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a high-speed processing device capable of high-speed read access to a memory without using an expensive high-speed memory device. .

【0009】[0009]

【課題を解決するための手段】本発明は、上記目的を達
成するために、リード命令を実行する処理装置と、必要
とするデータのアドレスからなるコマンドによって動作
するメモリコントローラ内に設けられた先読み制御回路
と、前記アドレスに該当するメモリからのデータを取り
込む先読み専用バッファとから成り、前記処理装置によ
るデータリード命令により、前記メモリコントローラが
先読みデータとのアドレスの比較を行い、該アドレスが
等しい場合は、前記メモリのリードサイクルを中止して
前記先読み専用バッファからのデータを前記処理装置へ
供給するようにしたことを特徴としたものである。
In order to achieve the above object, the present invention provides a pre-reading unit provided in a processing unit for executing a read instruction and a memory controller operated by a command consisting of an address of required data. A control circuit and a pre-read-only buffer for fetching data from the memory corresponding to the address, wherein the memory controller compares the address with the pre-read data according to a data read command from the processing device, and the addresses are equal. Is characterized in that the read cycle of the memory is stopped and the data from the read-only buffer is supplied to the processing device.

【0010】[0010]

【作用】先読み制御回路は、必要とするデータのアドレ
スを含む命令を受け取ると、直ちに先読み専用バッファ
にデータを取り込む。この後、バスマスタは他の処理を
実行し、データを必要になった時点で通常のリード命令
を実行する。先読み制御回路はリード命令を受け取る
と、通常のリードサイクルを開始すると共に、その対象
アドレスを先読み制御回路内に記憶されているアドレス
と比較し、これが等しい場合には通常のリードサイクル
を中止して、先読み専用バッファからデータをバスマス
タに渡す。このため、バスマスタが低速なデバイスから
のリードに際し、ウェートが挿入されて処理を中断する
ことがなくなり、処理速度の向上が可能となる。
When the prefetch control circuit receives an instruction including the address of the required data, it immediately fetches the data into the prefetch dedicated buffer. After that, the bus master executes other processing, and executes a normal read instruction when data is needed. When the read-ahead control circuit receives the read command, it starts a normal read cycle, compares the target address with the address stored in the read-ahead control circuit, and if they are equal, stops the normal read cycle. , Pass data from the read-only buffer to the bus master. Therefore, when the bus master reads from a low-speed device, the wait is not inserted and the processing is not interrupted, and the processing speed can be improved.

【0011】[0011]

【実施例】実施例について、図面を参照して以下に説明
する。図1は、本発明による高速化処理装置の一実施例
を説明するための構成図で、図中、1はCPU(Centra
l Processing Unit:中央処理装置)、2は先読み専用
バッファ、3はメモリコントローラ、3aは先読み制御
回路、4はメモリ(低速メモリ)である。なお、CPU
1の処理は「前処理」「データリード」「後処理」「デ
ータライト」の4つのモードから成っている。
Embodiments will be described below with reference to the drawings. FIG. 1 is a block diagram for explaining an embodiment of a speed-up processing device according to the present invention, in which 1 is a CPU (Centra).
l Processing Unit: central processing unit), 2 is a read-only buffer, 3 is a memory controller, 3a is a read-ahead control circuit, and 4 is a memory (low-speed memory). In addition, CPU
The process of No. 1 consists of four modes of "pre-processing", "data read", "post-processing" and "data write".

【0012】「前処理」モードを開始する以前に、必要
とするデータのアドレスからなるコマンドを「先読みコ
マンドの書き込み」モードでメモリコントローラ3内部
の先読み制御回路3aに書き込む。該先読み制御回路3
aは「先読みコマンドの書き込み」を受け取るとコマン
ド内に書かれたアドレスに該当する低速メモリ4から、
先読み専用バッファ2にデータを取り込む。CPU1
は、先読み制御回路3aへの「先読みコマンドの書き込
み」が終了すると、直ぐに「前処理」を開始する。「デ
ータリード」モードが開始されると、CPU1はデータ
リード命令を実行する。
Before starting the "pre-processing" mode, a command consisting of the address of the required data is written in the pre-reading control circuit 3a in the memory controller 3 in the "write-in pre-reading command" mode. The prefetch control circuit 3
When "a" receives "write-ahead command write", from the low-speed memory 4 corresponding to the address written in the command,
Data is loaded into the read-only buffer 2. CPU1
Starts the "preprocessing" immediately after the "writing of the prefetch command" to the prefetch control circuit 3a is completed. When the "data read" mode is started, the CPU 1 executes a data read instruction.

【0013】データリード命令を受け取ったメモリコン
トローラ3は、アドレスに該当する低速メモリ4の制御
を開始すると共に、そのアドレスを先読み制御回路3a
内に記憶されているアドレスと比較し、これが等しい場
合には低速メモリ4へのリードサイクルを中止して、先
読み専用バッファ2からデータをCPU1に渡す。この
ため、先読み専用バッファ2に目的のデータが存在すれ
ば、CPU1は低速メモリ4をアクセスすることなく、
直ちにデータを受け取り「データリード」モードを終了
することができる。
Upon receiving the data read command, the memory controller 3 starts controlling the low-speed memory 4 corresponding to the address, and reads the address from the prefetch control circuit 3a.
If it is equal, the read cycle to the low-speed memory 4 is stopped and the data is passed from the read-only buffer 2 to the CPU 1. Therefore, if the target data exists in the read-only buffer 2, the CPU 1 does not access the low-speed memory 4,
It can immediately receive the data and exit the "data read" mode.

【0014】低速なI/Oデバイスやメモリをアクセス
する高速化処理装置において、データの先読みを行うた
めの先読み制御回路と、先読みデータを格納するための
先読みデータ専用バッファとを備え、データリード命令
を受け取るメモリコントローラがアドレスに該当する低
速メモリ制御を開始し、該アドレスが先読み制御回路に
記憶されているアドレスと等しい場合は、低速メモリの
リードサイクルを中止して先読み専用バッファからのデ
ータをCPUへ供給する動作をさせることによって、リ
ードアクセスにおける処理時間の短縮を可能にすること
ができる。
In a high-speed processing apparatus for accessing a low-speed I / O device or memory, a pre-read control circuit for pre-reading data and a pre-read data dedicated buffer for storing pre-read data are provided, and a data read instruction is provided. When the memory controller receiving the low speed memory starts the low speed memory control corresponding to the address and the address is equal to the address stored in the prefetch control circuit, the read cycle of the low speed memory is stopped and the data from the prefetch dedicated buffer is transferred to the CPU. It is possible to shorten the processing time in read access by performing the operation of supplying to

【0015】図2及び図3は、図1における高速化処理
装置の動作を説明するためのフローチャートである。C
PU1の処理は、「前処理」「データリード」「後処
理」「データライト」の4つのモードから成っている。
以下、各モードに沿って順に説明する。前処理 :前処理の開始前にCPU1において先読みコマ
ンドの書き込みが行なわれる。前処理が開始されると、
CPU1において前処理が行なわれると共に、メモリコ
ントローラ3においてメモリアドレス及びコントロール
信号が作成され、メモリ4においてデータが出力され、
メモリコントローラ3においてメモリ4から出力された
データをラッチする。
2 and 3 are flow charts for explaining the operation of the high speed processing apparatus in FIG. C
The processing of PU1 is composed of four modes of "preprocessing", "data read", "postprocessing", and "data write".
Hereinafter, each mode will be described in order. Pre-processing : The pre-read command is written in the CPU 1 before the start of the pre-processing. When the preprocessing is started,
Preprocessing is performed in the CPU 1, memory addresses and control signals are created in the memory controller 3, data is output in the memory 4,
The data output from the memory 4 is latched in the memory controller 3.

【0016】データリード:CPU1においてリード命
令の実行が行なわれると、メモリコントローラ3におい
てメモリアドレス及びコントロール信号が作成され、先
読みデータとのアドレスの比較が行なわれる。先読みデ
ータとアドレスとが異っていれば、通常のメモリリード
を行ない、同じであれば、メモリ4へのアクセスを中止
すると共に、前記ラッチデータの出力を行なう。CPU
1ではデータの読み込みを行なう。
Data read : When the CPU 1 executes a read command, the memory controller 3 creates a memory address and a control signal and compares the address with the preread data. If the pre-read data and the address are different, normal memory read is performed. If they are the same, access to the memory 4 is stopped and the latch data is output. CPU
At 1, data is read.

【0017】後処理:CPU1において後処理が行なわ
れる。データライト :CPU1においてライト命令が実行され
ると、データ出力が行なわれ、メモリコントローラ3に
おいてメモリアドレス及びコントローラ信号が作成され
るとともにデータのラッチが行なわれ、メモリ4におい
てデータの書き込みが行なわれる。
Post-processing : Post-processing is performed in the CPU 1. Data write : When a write command is executed in the CPU 1, data is output, a memory address and a controller signal are created in the memory controller 3, data is latched, and data is written in the memory 4.

【0018】ここで、CPU1は1サイクルに動作周波
数30MHzで2クロック(60nsec)、低速メモリの
アクセスには800nsecかかるものとし、先読み制御回
路3aと先読み専用バッファ2にはノンウェートでアク
セスできるものとすれば、図5のように従来の回路を用
いた処理では、1ループにかかる時間は以下の(1)式のよ
うになる。 x+800+y+60(nsec) … (1)
Here, it is assumed that the CPU 1 takes 2 clocks (60 nsec) at an operating frequency of 30 MHz in one cycle and 800 nsec to access the low speed memory, and that the prefetch control circuit 3a and the prefetch dedicated buffer 2 can be accessed in a non-wait manner. Then, in the processing using the conventional circuit as shown in FIG. 5, the time required for one loop is expressed by the following expression (1). x + 800 + y + 60 (nsec) (1)

【0019】しかし、図2及び図3のような本発明に基
づいた高速化処理装置を用いた処理では、前記処理時間
xが十分に長い場合、低速メモリから先読み専用バッフ
ァ2へのデータ転送時間は、前処理時間xに吸収され、
CPU1から見た場合0nsecとなる。したがって1
ループにかかる時間は以下(2)式のようになる。 60+x+60+y+60(nsec)…(2) ただしx>800(nsec)
However, in the processing using the high speed processing apparatus according to the present invention as shown in FIGS. 2 and 3, when the processing time x is sufficiently long, the data transfer time from the low speed memory to the read-ahead dedicated buffer 2 is increased. Is absorbed at the pretreatment time x,
When viewed from the CPU 1, it is 0 nsec. Therefore 1
The time required for the loop is as shown in equation (2) below. 60 + x + 60 + y + 60 (nsec) (2) where x> 800 (nsec)

【0020】このように、最適動作が可能な場合には、
低速メモリのアクセスに要する時間に関係なく、「先読
みコマンドの書き込み」のための1CPUサイクル(6
0nsec)と、「先読み専用バッファからの読み出
し」のための1CPUサイクル(60nsec)の合計
2CPUサイクル(120nsec)で低速メモリから
のデータリードが可能となる。
Thus, when the optimum operation is possible,
Regardless of the time required to access the low-speed memory, one CPU cycle (6
0 nsec) and 1 CPU cycle (60 nsec) for "reading from the read-only buffer", a total of 2 CPU cycles (120 nsec), data can be read from the low-speed memory.

【0021】[0021]

【発明の効果】以上の説明から明らかなように、本発明
によれば、低速なI/Oデバイスやメモリをアクセスす
る高速化処理装置において、データの先読みを行うため
の先読み制御回路と、先読みデータを格納するための先
読み専用バッファとを備え、データリード命令を受け取
るメモリコントローラがアドレスに該当する低速メモリ
制御を開始し、該アドレスが先読み制御回路に記憶され
ているアドレスと等しい場合は、低速メモリのリードサ
イクルを中止して先読み専用バッファからのデータをC
PUへ供給する動作をさせることによって、リードアク
セスにおける処理時間の短縮を可能にするようにしたの
で、高価な高速メモリデバイスを使用することくなく、
メモリの高速リードアクセスが可能になる。また、I/
Oデバイス等の低速デバイスのリードアクセスの高速化
には、より効果的で、システム全体の処理速度が大きく
向上する。
As is apparent from the above description, according to the present invention, in a high speed processing apparatus for accessing a low speed I / O device or memory, a prefetch control circuit for prefetching data, and a prefetch control circuit. A read-only buffer for storing data, a memory controller that receives a data read command starts low-speed memory control corresponding to an address, and if the address is equal to the address stored in the read-ahead control circuit, low-speed Stops the memory read cycle and loads the data from the read-only buffer to C
By enabling the operation of supplying to the PU, the processing time in read access can be shortened, so that it is not necessary to use an expensive high-speed memory device,
High-speed read access to the memory becomes possible. Also, I /
This is more effective for speeding up read access of low-speed devices such as O devices, and greatly improves the processing speed of the entire system.

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

【図1】本発明による高速化処理装置の一実施例を説明
するための構成図である。
FIG. 1 is a configuration diagram for explaining an embodiment of a speed-up processing device according to the present invention.

【図2】図1における高速化処理装置の動作を説明する
ためのフローチャート(その1)である。
FIG. 2 is a flowchart (No. 1) for explaining the operation of the speed-up processing device in FIG.

【図3】図1における高速化処理装置の動作を説明する
ためのフローチャート(その2)である。
FIG. 3 is a flowchart (part 2) for explaining the operation of the speed-up processing device in FIG.

【図4】従来の処理装置の構成図である。FIG. 4 is a block diagram of a conventional processing apparatus.

【図5】図4における処理装置の動作を説明するための
フローチャートである。
5 is a flowchart for explaining the operation of the processing device in FIG.

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

1…CPU(Central Processing Unit:中央処理装
置)、2…先読み専用バッファ、3…メモリコントロー
ラ、3a…先読み制御回路、4…メモリ。
DESCRIPTION OF SYMBOLS 1 ... CPU (Central Processing Unit: Central processing unit), 2 ... Prefetch-only buffer, 3 ... Memory controller, 3a ... Prefetch control circuit, 4 ... Memory.

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 リード命令を実行する処理装置と、必要
とするデータのアドレスからなるコマンドによって動作
するメモリコントローラ内に設けられた先読み制御回路
と、前記アドレスに該当するメモリからのデータを取り
込む先読み専用バッファとから成り、前記処理装置によ
るデータリード命令により、前記メモリコントローラが
先読みデータとのアドレスの比較を行い、該アドレスが
等しい場合は、前記メモリのリードサイクルを中止して
前記先読み専用バッファからのデータを前記処理装置へ
供給するようにしたことを特徴とする高速化処理装置。
1. A processor for executing a read instruction, a pre-read control circuit provided in a memory controller which operates by a command consisting of an address of required data, and a pre-read for fetching data from a memory corresponding to the address. The memory controller compares the address with the pre-read data in response to a data read command from the processing device. If the addresses are equal, the read cycle of the memory is stopped and the pre-read-only buffer is used. The data processing method described above is supplied to the processing device.
JP6006273A 1994-01-25 1994-01-25 High-speed processor Pending JPH07210454A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6006273A JPH07210454A (en) 1994-01-25 1994-01-25 High-speed processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6006273A JPH07210454A (en) 1994-01-25 1994-01-25 High-speed processor

Publications (1)

Publication Number Publication Date
JPH07210454A true JPH07210454A (en) 1995-08-11

Family

ID=11633813

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6006273A Pending JPH07210454A (en) 1994-01-25 1994-01-25 High-speed processor

Country Status (1)

Country Link
JP (1) JPH07210454A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000067255A1 (en) * 1999-04-30 2000-11-09 Fujitsu Limited Disk apparatus
WO2001004760A1 (en) * 1999-07-07 2001-01-18 Hitachi, Ltd. Memory controller
US7017000B2 (en) 2003-04-11 2006-03-21 Renesas Technology Corp. Data transfer control circuit in system LSI

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2000067255A1 (en) * 1999-04-30 2000-11-09 Fujitsu Limited Disk apparatus
US6701413B2 (en) 1999-04-30 2004-03-02 Fujitsu Limited Disk drive performing a read-ahead operation of the data from the disk
WO2001004760A1 (en) * 1999-07-07 2001-01-18 Hitachi, Ltd. Memory controller
US7017000B2 (en) 2003-04-11 2006-03-21 Renesas Technology Corp. Data transfer control circuit in system LSI

Similar Documents

Publication Publication Date Title
US5265236A (en) Method and apparatus for increasing the speed of memory access in a virtual memory system having fast page mode
JPH07210454A (en) High-speed processor
KR960007833B1 (en) Method and apparatus for fast page mode selection
JP2004318877A (en) Intelligent waiting method
JPH02110646A (en) Pre-readout device for memory
JP2851777B2 (en) Bus control method and information processing device
KR900005306A (en) Computer system and method for setting recovery time
JP3328867B2 (en) Multiprocessor arithmetic device and programmable controller having the device
JPH10187119A (en) Display control device
JPH06149669A (en) System and device for transferring cache data
KR970002396B1 (en) A initialized method for a computer
JP2001229074A (en) Memory controller and information processor and memory control chip
JPH05257807A (en) Cache memory controller
JP2875546B2 (en) Information processing system
JPH07210456A (en) Memory controller
EP0661640A1 (en) System and method for accessing data in a computer system including a cache controller and a memory controller connected in parallel
JPH0364903B2 (en)
JP2000076179A (en) System bus optimization system
JPH0431944A (en) Electronic file system
JPH0266629A (en) Data processing system
JPH05257698A (en) Electronic computer
JPH0667982A (en) Address conversion system
JPH03288245A (en) Data processor
JPH11176165A (en) Sequential-access semiconductor memory device
JPS6266333A (en) Indirect address register control system