JP2000132452A - Data processor - Google Patents

Data processor

Info

Publication number
JP2000132452A
JP2000132452A JP10307457A JP30745798A JP2000132452A JP 2000132452 A JP2000132452 A JP 2000132452A JP 10307457 A JP10307457 A JP 10307457A JP 30745798 A JP30745798 A JP 30745798A JP 2000132452 A JP2000132452 A JP 2000132452A
Authority
JP
Japan
Prior art keywords
data
load request
control unit
memory
rom
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
JP10307457A
Other languages
Japanese (ja)
Inventor
Mamoru Kani
守 可児
Yoshihiro Osada
嘉浩 長田
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.)
Kyocera Corp
Original Assignee
Kyocera 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 Kyocera Corp filed Critical Kyocera Corp
Priority to JP10307457A priority Critical patent/JP2000132452A/en
Publication of JP2000132452A publication Critical patent/JP2000132452A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a data processor which can shorten the loading time of a memory. SOLUTION: When a CPU 1 issues a format load request to a ROM C3 (state A), the ROM C3 starts accessing a ROM 2 at the formal load request (state B) and when 4th data is passed to the CPU 1 (state E), the ROM C3 predicts the formal load request of the CPU 1 and start a speculative load request (state F). When the CPU 1 issues the formal load request (state G), it is judged whether or not speculatively loaded data comply with the formal load request and when so, the data requested formally to be loaded are passed without any delay of access to the ROM 2 (state H).

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、データ処理装置に
関し、特に制御部がメモリ内の命令やデータのロード要
求を発行するデータ処理装置に関する。
The present invention relates to a data processing apparatus, and more particularly to a data processing apparatus in which a control unit issues a request for loading an instruction or data in a memory.

【0002】[0002]

【従来の技術】従来のデータ処理装置は、図4に示すよ
うに、命令やデータのロード要求を発行する制御部であ
りマスタとなるCPU11と、命令やデータを記憶して
いるメモリであるROM12と、CPU11に接続され
かつROM12に接続されるバスを制御するメモリ制御
部でありスレーブとなるROMコントローラ(ROM
C)13とよりなり、3つが共通のバスで接続されてい
る。
2. Description of the Related Art As shown in FIG. 4, a conventional data processing device is a control unit which issues a load request for instructions and data, a CPU 11 serving as a master, and a ROM 12 serving as a memory for storing instructions and data. And a ROM controller (ROM) that is a memory control unit and a slave that controls a bus connected to the CPU 11 and to the ROM 12.
C) 13 and three are connected by a common bus.

【0003】このような、データ処理装置は、CPU1
1からROMC13にロード要求を発行し、ROMC1
3がROM12に記憶されている命令やデータをロード
するように制御し、ロードした命令やデータをCPU1
1にロードしていた。
[0003] Such a data processing device is a CPU 1
1 issues a load request to the ROMC13,
3 controls the CPU 1 to load instructions and data stored in the ROM 12 and stores the loaded instructions and data in the CPU 1.
I was loading one.

【0004】[0004]

【発明が解決しようとする課題】ところが、従来のデー
タ処理装置では、CPU11の処理能力アップに伴い、
ROM12のリードタイム遅延がそのままデータ処理装
置全体の処理能力に影響を及ぼしてしまうという問題が
あった。
However, in the conventional data processing device, the processing capacity of the CPU 11 has been increased,
There is a problem in that the lead time delay of the ROM 12 directly affects the processing performance of the entire data processing device.

【0005】[0005]

【課題を解決するための手段】本発明は、上記問題に鑑
みてなされたものであり、命令やデータのロード要求を
発行する制御部と、前記命令やデータを記憶しているメ
モリと、前記制御部に接続されかつ前記メモリに接続さ
れるバスを制御するメモリ制御部と、を具えてなるデー
タ処理装置において、前記メモリ制御部が、前記制御部
の命令やデータのロード要求を予測し、前記制御部の命
令やデータのロード要求に先行してロードを行うデータ
処理装置としたものである。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and has a control unit for issuing an instruction or data load request, a memory for storing the instructions or data, and A memory control unit connected to a control unit and controlling a bus connected to the memory, wherein the memory control unit predicts a command or a data load request of the control unit, This is a data processing device that performs loading prior to a command or a data loading request from the control unit.

【0006】このような構成により、制御部のロード要
求を発行する前に、メモリ制御部が発行されるロード要
求を予想してロードしておくために、制御部がメモリ制
御部が既にロードしたロード要求をした場合には、メモ
リのリードタイムの遅延を軽減でき、ロード処理時間の
短縮をすることができる。
With this configuration, before the memory controller issues a load request before the controller issues a load request, the memory controller loads the memory controller in order to predict and load the issued load request. When a load request is made, the delay in the memory lead time can be reduced, and the load processing time can be reduced.

【0007】なお、本発明では、制御部のロード要求を
正規ロード要求と定義し、メモリ制御部が正規ロード要
求を予測し、正規ロード要求の発行前に先行して行うロ
ード要求を投機ロード要求と定義する。
In the present invention, the load request of the control unit is defined as a normal load request, the memory control unit predicts the normal load request, and the load request to be performed before issuing the normal load request is speculative load request. Is defined.

【0008】さらに、本発明は、前記制御部とメモリ制
御部を1チップ内で接続したデータ処理装置としたもの
である。
Further, the present invention provides a data processing device in which the control unit and the memory control unit are connected in one chip.

【0009】このような構成により、制御部,メモリ制
御部,メモリ間でバスが衝突しないために、メモリ制御
部がメモリから継続して命令やデータを投機ロードしな
がら、制御部に対して投機完了しているデータを返すこ
とができる。
With this configuration, the bus does not collide between the control unit, the memory control unit, and the memory. Therefore, the memory control unit speculatively loads the instruction and data from the memory while continuously loading the instruction and data from the memory. Completed data can be returned.

【0010】さらに、本発明は、前記メモリよりも高速
にアクセス可能なキャッシュを具え、前記メモリに記憶
された命令やデータの一部を前記キャッシュにも記憶さ
せ、前記制御部が前記メモリよりも先に前記キャッシュ
にロード要求をするようにし、前記キャッシュへのロー
ド要求の信号線を前記メモリ制御部に接続するデータ処
理装置としたものである。
Further, the present invention comprises a cache which can be accessed at a higher speed than the memory, stores a part of the instructions and data stored in the memory also in the cache, The data processing device is configured to first make a load request to the cache and connect a signal line of the load request to the cache to the memory control unit.

【0011】このような構成により、メモリ制御部に要
求可能性のある正規ロード要求を事前に把握することが
できるために、より精度の高い投機ロード要求を行うこ
とができる。
With such a configuration, a normal load request that may be requested from the memory control unit can be grasped in advance, so that a more precise speculative load request can be made.

【0012】[0012]

【発明の実施の形態】以下、本発明の実施例を図面を用
いて説明する。図1は、本発明のデータ処理装置を示す
構成図であり、命令やデータのロード要求を発行する制
御部でありマスタであるCPU1と、命令やデータを記
憶しているメモリであるROM2と、CPU1に接続さ
れかつメモリ2に接続されるバスを制御するメモリ制御
部でありスレーブであるROMコントローラ(ROM
C)3とよりなる。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a data processing apparatus according to the present invention, which includes a CPU 1 which is a control unit and a master which issues a request for loading instructions and data, a ROM 2 which is a memory for storing instructions and data, A ROM controller (ROM) that is a memory control unit and a slave that controls a bus connected to the CPU 1 and to the memory 2
C) 3.

【0013】本発明は、ROMC3が、CPU1の命令
やデータのロード要求(以下、正規ロード要求と略称)
を予測し、正規ロード要求に先行してROM2からロー
ド要求(以下、投機ロード要求と略称)を行うことを特
徴とする。
According to the present invention, the ROMC 3 has a request for loading instructions and data of the CPU 1 (hereinafter abbreviated as a normal load request).
And a load request (hereinafter abbreviated as a speculative load request) is made from the ROM 2 prior to the normal load request.

【0014】図2は、本発明の動作を示す図であり、図
2の上から下が時間軸である。まず、CPU1から4w
ordのLineデータの正規ロード要求をROMC3
に対して発行すると(状態A)、ROMC3は通常通り
データの正規ロード要求に対応してROM2にアクセス
を開始し(状態B)、t1時間経過後(状態C)、4w
ordの始めのデータのロードが完了し、CPU1に対
してこのデータ渡す(状態D)。以下、同様に4番目の
データまで同じことが繰り返される。
FIG. 2 is a diagram showing the operation of the present invention, and the time axis is from the top to the bottom of FIG. First, 4w from CPU1
ROMC3 for normal load request of ord Line data
(State A), the ROMC3 starts accessing the ROM2 in response to a normal data load request as usual (State B), and after a lapse of t1 (State C), 4w
The loading of the first data of the ord is completed, and this data is transferred to the CPU 1 (state D). Hereinafter, the same is repeated up to the fourth data.

【0015】そして、4番目のデータをCPU1に渡し
た時(状態E)にROMC3が投機ロード要求を開始す
る(状態F)。投機ロードは、CPU1の正規ロード要
求を予測し、4wordのLineデータのロードを行
う。なお、本実施例では、4word分の投機ロード
(t1+t2+t3+t4の時間)がCPU1からの次
の正規ロード要求の前に完了する状態を示しているが、
投機ロード途中で正規ロード要求が発行される場合もあ
る。
When the fourth data is passed to the CPU 1 (state E), the ROMC 3 starts a speculative load request (state F). The speculative load predicts a regular load request of the CPU 1 and loads 4-word Line data. In this embodiment, a state in which the speculative load for 4 words (time of t1 + t2 + t3 + t4) is completed before the next regular load request from the CPU 1 is shown.
A regular load request may be issued during speculative loading.

【0016】投機ロード完了後、ある時点でCPU1か
らの正規ロード要求が発行されると(状態G)、この正
規ロード要求と投機ロードしているデータとが一致して
いるか否かを判断し、一致している場合には、既にRO
MC3が4word分のデータを保持しているために、
ROM2へのアクセス遅延なしで正規ロード要求された
データを渡す(状態H)。一致していない場合、すわな
ち投機ロードが失敗した場合には、ROMC3は通常通
り正規ロード要求に対応してROM2にアクセスを開始
し(状態I)、4wordのデータのロードを行う。
When a normal load request is issued from the CPU 1 at a certain point in time after completion of the speculative load (state G), it is determined whether or not the normal load request matches the speculatively loaded data. If they match, RO
Since MC3 holds 4 words worth of data,
The data requested to be loaded normally is transferred without delay to access to the ROM 2 (state H). If they do not match, that is, if the speculative loading has failed, the ROMC 3 starts accessing the ROM 2 in response to the normal load request as usual (state I), and loads 4-word data.

【0017】本実施例では、投機ロードに成功した場
合、すなわち正規ロード要求と投機ロードしていたデー
タとが一致していた場合には、時間Tだけ時間を短縮す
ることができる。また、正規ロード要求と投機ロードし
ているデータが一致していない場合でも、一般的なメモ
リであるROM,SRAM,SynchronousS
RAMなどは、以前の状態を受けずに新規アクセスを開
始できるために、投機ロードが完了する前に正規ロード
要求があれば正規ロードを開始することができ、投機ロ
ードしない通常の場合のロードとの遅延が発生しない。
In this embodiment, when the speculative loading succeeds, that is, when the regular load request and the data that has been speculatively loaded match, the time can be reduced by the time T. Even when the normal load request does not match the speculatively loaded data, a general memory such as ROM, SRAM, or SynchronousS
Since the RAM and the like can start a new access without receiving the previous state, a normal load can be started if there is a normal load request before the speculative load is completed. No delay occurs.

【0018】なお、投機ロードは、命令の場合は、プロ
グラムの局所連続性に基づき、CPU1による正規ロー
ド要求のロード完了に連続して行えばよく、データの場
合は、多数の規則的に配列されたデータに対して連続し
てアクセスする際に、正規ロード要求に引き続いて任意
のパターンで行えばよい。例えば、上述した図2のよう
に、データの構成上4word毎にデータにアクセスす
ることがアクセス前に分かっている場合、ROMC3に
対して4word毎にアクセスする条件を投機ロード要
求の属性として設定すればよい。
In the case of an instruction, the speculative load may be performed continuously after the completion of the loading of the regular load request by the CPU 1 based on the local continuity of the program. In the case of the data, a large number of regularly arranged data may be arranged. When accessing the data in succession, the data may be accessed in an arbitrary pattern following the normal load request. For example, as shown in FIG. 2 described above, if it is known before the access that data is accessed every 4 words due to the data structure, the condition for accessing the ROMC 3 every 4 words is set as the attribute of the speculative load request. I just need.

【0019】また、例えば4wordの投機ロードの実
行において、既に2wordのデータの投機ロードが完
了していた状態で、CPU1から正規ロード要求がRO
MC3に対して発行され、かつ投機ロードが成功してい
た場合には、図4のようなCPU1、ROMC3、RO
M2が同じデータバスを共有する構成では、一旦ROM
2からの投機ロードを中止して、CPU1に対して投機
済みのデータを返さなければならない。しかし、図1に
示すような構成では、CPU1とROMC3が1チップ
内でバスにより接続されているために、ROM2から継
続してデータを投機ロードしながらCPU1に対して投
機済みのデータを返すことができる。図4に示すような
構成で、上述したようにROM2から継続してデータを
投機ロードしながらCPU1に対して投機済みのデータ
を返すようにするためには、ROMC3からのデータバ
スが2種類必要となり、ビン数が増えコストアップとな
ってしまうのに対し、図1に示すような構成とするとビ
ン数を増やすことなく実現することができる。
For example, in the execution of a 4 word speculative load, a normal load request is issued from the CPU 1 to the RO in a state where the 2 word data speculative load has already been completed.
If issued to the MC3 and the speculative loading has been successful, the CPU1, ROMC3, RO as shown in FIG.
In a configuration in which M2 shares the same data bus, once ROM
2, the speculative load must be stopped, and the speculated data must be returned to the CPU 1. However, in the configuration shown in FIG. 1, since the CPU 1 and the ROMC 3 are connected by a bus in one chip, it is necessary to return speculative data to the CPU 1 while continuously loading data speculatively from the ROM 2. Can be. In the configuration shown in FIG. 4, two types of data buses from the ROMC3 are required to return speculative data to the CPU 1 while continuously speculatively loading data from the ROM2 as described above. Thus, the number of bins increases and the cost increases. On the other hand, the configuration shown in FIG. 1 can be realized without increasing the number of bins.

【0020】図3は、図1の構成にROM2よりも高速
にアクセス可能なSRAMなどのキャッシュ4をCPU
1に接続し、ROM2に記憶された命令やデータの一部
をキャッシュ4にも記憶させ、CPU1がROM2より
も先にキャッシュ4にロード要求をするようにし、キャ
ッシュ4へのロード要求用の信号線をROMC3に接続
したデータ処理装置を示す図である。このような構成と
することにより、キャッシュ4に記憶された命令やデー
タのロードを行う場合には、ROM2からロードを行う
よりもリード時間が短縮できるようになる。なお、キャ
ッシュ4に記憶させる命令やデータは、ロードされた最
新のものや頻繁にロードされるものを記憶するようにす
ればよい。
FIG. 3 shows a configuration in which a cache 4 such as an SRAM that can be accessed at a higher speed than the ROM 2 is added to the configuration of FIG.
1 and a part of the instructions and data stored in the ROM 2 are also stored in the cache 4 so that the CPU 1 makes a load request to the cache 4 before the ROM 2, and a signal for a load request to the cache 4 FIG. 3 is a diagram showing a data processing device in which lines are connected to a ROMC3. With such a configuration, when loading instructions and data stored in the cache 4, the read time can be reduced as compared with loading from the ROM 2. Note that the instructions and data stored in the cache 4 may be the latest ones that are loaded or the ones that are frequently loaded.

【0021】次に、図3の動作について説明する。CP
U1からの正規ロード要求(例えば、address 信号)
は、まずキャッシュ4に出力される(状態A)。そし
て、キャッシュ4に要求されたデータが無ければ、CP
U1はバスに対して正規ロード要求を出力する(状態
B)。その正規ロード要求は調停後、ROMC3に届き
(状態C)、ROMC3はその正規ロード要求に基づい
てROM2からデータのロードを開始し(状態D)、C
PU1へデータを返す。本実施例では、キャッシュ4へ
の正規ロード要求の信号線をROMC3に接続している
ために(状態E)、ROMC3がCPU1からバスを介
したROMC3への正規ロード要求よりも早くCPU1
が要求する情報が得られるために、この情報を使用して
ROMC3が投機ロード要求を行うことができ、キャッ
シュ4に命令やデータが記憶されていない場合には必ず
正規ロード要求としてバスを介してROMC3に発行さ
れるために、より精度が高くより確実な投機ロードを行
うことができ、確実にロード時間を短縮することができ
る。なお、キャッシュ4に命令やデータがある場合に
は、その度に投機ロード要求を修正しながら投機ロード
を続ければよい。
Next, the operation of FIG. 3 will be described. CP
Normal load request from U1 (for example, address signal)
Is first output to the cache 4 (state A). If there is no requested data in the cache 4, the CP
U1 outputs a normal load request to the bus (state B). After arbitration, the normal load request reaches ROMC3 (state C), and ROMC3 starts loading data from ROM2 based on the normal load request (state D).
Return data to PU1. In this embodiment, since the signal line for the normal load request to the cache 4 is connected to the ROMC3 (state E), the ROMC3 is faster than the CPU1 than the normal load request from the CPU1 to the ROMC3 via the bus.
, The ROMC 3 can make a speculative load request using this information, and if no instruction or data is stored in the cache 4, the ROMC 3 always makes a normal load request via the bus. Since the data is issued to the ROMC3, more accurate and more reliable speculative loading can be performed, and the loading time can be reliably reduced. When there is an instruction or data in the cache 4, the speculative load may be continued while correcting the speculative load request each time.

【0022】[0022]

【発明の効果】以上説明したように、本発明のデータ処
理装置によれば、メモリ制御部が、制御部の命令やデー
タのロード要求を予測し、制御部の命令やデータのロー
ド要求に先行してロードを行うために、メモリからのロ
ード時間を短縮可能なデータ処理装置を提供することが
できる。
As described above, according to the data processing apparatus of the present invention, the memory control unit predicts the instruction and the data load request of the control unit and precedes the instruction and the data load request of the control unit. Therefore, it is possible to provide a data processing device capable of shortening the load time from the memory.

【0023】さらに、キャッシュへのロード要求の信号
線をメモリ制御部に接続しているために、より精度が高
くより確実な投機ロードを行うことができ、確実にロー
ド時間を短縮可能なデータ処理装置を提供することがで
きる。
Further, since the signal line for requesting a load to the cache is connected to the memory control unit, more accurate and more reliable speculative loading can be performed, and data processing that can surely reduce the load time can be performed. An apparatus can be provided.

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

【図1】本発明のデータ処理装置を示す図である。FIG. 1 is a diagram showing a data processing device of the present invention.

【図2】本発明のデータ処理装置のロード状態を示す図
である。
FIG. 2 is a diagram showing a loading state of the data processing device of the present invention.

【図3】本発明の他のデータ処理装置を示す図である。FIG. 3 is a diagram showing another data processing device of the present invention.

【図4】従来のデータ処理装置を示す図である。FIG. 4 is a diagram showing a conventional data processing device.

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

1,11:CPU(制御部) 2,12:ROM(メモリ) 3,13:ROMC(メモリ制御部) 4 :キャッシュ 1, 11: CPU (control unit) 2, 12: ROM (memory) 3, 13: ROMC (memory control unit) 4: cache

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】命令やデータのロード要求を発行する制御
部と、前記命令やデータを記憶しているメモリと、前記
制御部に接続されかつ前記メモリに接続されるバスを制
御するメモリ制御部と、を具えてなるデータ処理装置に
おいて、 前記メモリ制御部が、前記制御部の命令やデータのロー
ド要求を予測し、前記制御部の命令やデータのロード要
求に先行してロードを行うことを特徴とするデータ処理
装置。
1. A control unit for issuing a load request for an instruction or data, a memory for storing the instruction or data, and a memory control unit for controlling a bus connected to the control unit and connected to the memory. Wherein the memory control unit predicts an instruction or a data load request of the control unit, and performs loading prior to the instruction or data load request of the control unit. Characteristic data processing device.
【請求項2】前記制御部とメモリ制御部が1チップ内で
接続されてなることを特徴とする請求項1記載のデータ
処理装置。
2. The data processing apparatus according to claim 1, wherein said control unit and said memory control unit are connected in one chip.
【請求項3】前記メモリよりも高速にアクセス可能なキ
ャッシュを具え、前記メモリに記憶された命令やデータ
の一部を前記キャッシュに記憶させ、前記制御部が前記
メモリよりも先に前記キャッシュにロード要求をするよ
うにし、前記キャッシュへのロード要求の信号線を前記
メモリ制御部に接続することを特徴とする請求項1記載
のデータ処理装置。
3. A cache which can be accessed at a higher speed than the memory, stores a part of instructions and data stored in the memory in the cache, and the control unit stores the instruction and data in the cache before the memory. 2. The data processing apparatus according to claim 1, wherein a load request is made, and a signal line for the load request to the cache is connected to the memory control unit.
JP10307457A 1998-10-28 1998-10-28 Data processor Pending JP2000132452A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10307457A JP2000132452A (en) 1998-10-28 1998-10-28 Data processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10307457A JP2000132452A (en) 1998-10-28 1998-10-28 Data processor

Publications (1)

Publication Number Publication Date
JP2000132452A true JP2000132452A (en) 2000-05-12

Family

ID=17969304

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10307457A Pending JP2000132452A (en) 1998-10-28 1998-10-28 Data processor

Country Status (1)

Country Link
JP (1) JP2000132452A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100988334B1 (en) 2008-03-26 2010-10-18 후지쯔 가부시끼가이샤 Cache control apparatus, and information processing apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100988334B1 (en) 2008-03-26 2010-10-18 후지쯔 가부시끼가이샤 Cache control apparatus, and information processing apparatus

Similar Documents

Publication Publication Date Title
US6202107B1 (en) Host controller interface descriptor fetching unit
US6438670B1 (en) Memory controller with programmable delay counter for tuning performance based on timing parameter of controlled memory storage device
US20090049232A1 (en) Execute-in-place implementation for a nand device
WO2002077824A1 (en) Using volatile memory to buffer non-volatile memory
US6742089B1 (en) Access controller and access method for controlling access from a CPU to a memory based on use states of plural access ports
US20030181994A1 (en) Microprocessor performing efficient external bus access
JP2000132452A (en) Data processor
KR960007833B1 (en) Method and apparatus for fast page mode selection
JPH0855097A (en) Data processing system and its memory access method
EP3428799B1 (en) Data access device and access error notification method
US7877533B2 (en) Bus system, bus slave and bus control method
JPH10283302A (en) Method and system for supplying data to bus connected to plural processors
JP2851777B2 (en) Bus control method and information processing device
JP3169878B2 (en) Memory control circuit
JP2001056803A (en) Microcomputer
JP2000040057A (en) Computer system, buffer controller and transferring method
JP2001256055A (en) Program download system
JPH1116339A (en) Memory command control circuit
JPH06274415A (en) Shared memory system
JPH09160786A (en) Microprocessor
JPH02307123A (en) Computer
JP2000066946A (en) Memory controller
JP2003345515A (en) Disk controller, storage system, and method for controlling the same
JPH08115292A (en) Interface board and instruction processor
JPH1040216A (en) Method and device for controlling timing and information processor