JP3087518B2 - Look-ahead data processing device - Google Patents

Look-ahead data processing device

Info

Publication number
JP3087518B2
JP3087518B2 JP05123643A JP12364393A JP3087518B2 JP 3087518 B2 JP3087518 B2 JP 3087518B2 JP 05123643 A JP05123643 A JP 05123643A JP 12364393 A JP12364393 A JP 12364393A JP 3087518 B2 JP3087518 B2 JP 3087518B2
Authority
JP
Japan
Prior art keywords
data
controller
processor
buffer
look
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP05123643A
Other languages
Japanese (ja)
Other versions
JPH06332628A (en
Inventor
雄栄 熊谷
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP05123643A priority Critical patent/JP3087518B2/en
Publication of JPH06332628A publication Critical patent/JPH06332628A/en
Application granted granted Critical
Publication of JP3087518B2 publication Critical patent/JP3087518B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、データ処理装置に関
し、媒体にブロックを単位として記録されたデータを連
続的に読みだす時にできるだけ高速に読みだすことを目
的とする。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data processing apparatus, and an object of the present invention is to read data recorded in blocks on a medium as quickly as possible when reading data continuously.

【0002】[0002]

【従来の技術】近年、マルチメディア指向が進み、パソ
コン等の計算機で扱うデータとして文字情報だけでな
く、音声や画像・映像情報も必要となった。その音声、
画像・映像情報を簡便に記録した媒体としてCD(Comp
act Disc)を使用したCD−ROMがある。CD−RO
Mはデータを2KB程度のブロックを単位にアドレス
し、ランダムアクセスも可能であるが、連続したブロッ
クを順次アクセスすると効果的な媒体である。
2. Description of the Related Art In recent years, multimedia orientation has advanced, and not only character information but also audio, image and video information has been required as data handled by computers such as personal computers. The voice,
CD (Comp) as a medium for easily recording image and video information
act-CD). CD-RO
M addresses data in units of blocks of about 2 KB, and random access is possible, but it is an effective medium if successive blocks are accessed sequentially.

【0003】図3はCD−ROM上のデータの概念を示
す図である。データは螺旋状のトラックの上にブロック
に分けられ、2KBのデータと、そのブロックアドレス
が付けられている。CD−ROMを利用して動画表示等
を行う場合には次々と高速にデータを読みだす必要があ
り、プロセサは、メモリ上に適当な読み込み領域を用意
して、先頭ブロックのアドレスと最終ブロックのアドレ
スとを指定してリードコマンドをコントローラへ発行す
る。余り大きな領域は用意できないので、画像表示等で
は連続的にコマンドを発行し、つぎつぎに受け取ったデ
ータを表示するようにする。
FIG. 3 is a diagram showing the concept of data on a CD-ROM. The data is divided into blocks on a spiral track, and 2 KB data and its block address are assigned. When displaying moving images using a CD-ROM, it is necessary to read data at a high speed one after another. The processor prepares an appropriate reading area on the memory, and prepares an address of the first block and an address of the last block. Issue a read command to the controller by specifying the address. Since an excessively large area cannot be prepared, commands are continuously issued in image display or the like, and the received data is displayed one after another.

【0004】図4は従来の装置構成を示す。図5は従来
技術の先読みの概念を示す流れ図である。ドライブ3を
制御するコントローラ2はプロセサ1からリードコマン
ドを受けると、それが指定しているブロックアドレス
により、プロセサ1の要求しているデータが先読みバッ
ファ4内にあるか否かの判断をして(s1)、有れば先読み
バッファ4よりデータ転送を行う(s2)が、無ければドラ
イブ制御コマンドを発行し(s5)、ドライブ3(の媒体
6)よりデータ転送を行う。データ転送を行うまでに、
読みだしヘッドのポジショニングと回転待ちのための時
間(サーチ時間)がかかる(d1)。その後、指定されたブ
ロックのデータを先読みバッファ4を介さず直接プロセ
サ1へ転送する(d2,s7) 。プロセサ1への転送が終わっ
た後、続くブロックのデータを先読みバッファ4に格納
しておく(d2,s6,s8)。従って連続してCDからデータを
読みだす場合は、その後に次のリードコマンドを受け
ると先読みバッファ4からデータをプロセサ1へ転送す
ることができるので待ち時間を吸収できる。これが先読
み機能であり、動画等のデータを1フレーム毎にリード
コマンドで読みだし、ディスプレイに表示する等のとき
効果がある。
FIG. 4 shows the configuration of a conventional apparatus. FIG. 5 is a flowchart showing the concept of the look-ahead according to the related art. When the controller 2 that controls the drive 3 receives the read command from the processor 1, it determines whether or not the data requested by the processor 1 is in the prefetch buffer 4 according to the block address designated by the read command. (s1) If there is, data is transferred from the pre-read buffer 4 (s2). If not, a drive control command is issued (s5), and data is transferred from the drive 3 (medium 6). By the time you transfer data,
It takes time (search time) for positioning and rotation waiting of the read head (d1). Thereafter, the data of the designated block is directly transferred to the processor 1 without passing through the prefetch buffer 4 (d2, s7). After the transfer to the processor 1 is completed, the data of the subsequent block is stored in the prefetch buffer 4 (d2, s6, s8). Therefore, when data is continuously read from the CD, when the next read command is received thereafter, the data can be transferred from the pre-read buffer 4 to the processor 1, so that the waiting time can be absorbed. This is the pre-reading function, and is effective when data such as a moving image is read out by a read command every frame and displayed on a display.

【0005】[0005]

【発明が解決しようとする課題】ところが、先読みバッ
ファ4内にデータが無い場合は当然ながら、先読みバッ
ファ4に完全にデータが入り終わっていない場合にも、
改めてドライブ3よりデータを読みだして転送を行うこ
とになり、先読みされてないときの普通のデータ転送と
同じ待ち時間がかかるので、プロセサ1からの次のリー
ドコマンドの発行タイミングが早すぎても高速のデータ
転送を要求するアプリケーションに対してデータ転送が
遅れるという問題が生じていた。
However, naturally, when there is no data in the prefetch buffer 4, when the data has not completely entered the prefetch buffer 4,
Since the data is read again from the drive 3 and the data is transferred, it takes the same waiting time as the normal data transfer when the data is not pre-read. Therefore, even if the timing of issuing the next read command from the processor 1 is too early. There has been a problem that data transfer is delayed for an application that requires high-speed data transfer.

【0006】本発明は、上記の問題を考慮して、プロセ
サ1からのデータリードコマンドをコントローラ2が受
け取ったとき、プロセサ1の要求するデータが先読みバ
ッファ4内にないが、先読み制御中であるなら、そのま
ま待って、先読みバッファ4に入ってから転送をした方
が速いかどうかの判断をすることにより、できるだけ速
いデータ読みだしを行うことを目的としている。
According to the present invention, in consideration of the above problem, when the controller 2 receives a data read command from the processor 1, the data requested by the processor 1 is not in the prefetch buffer 4, but the prefetch control is being performed. Then, the purpose is to read out data as fast as possible by determining whether it is faster to transfer the data after entering the pre-read buffer 4 as it is.

【0007】[0007]

【課題を解決するための手段】図1は本発明の実施例の
構成ブロック図である。プロセサ1とコントローラ2と
ドライブ3とより構成され、プロセサ1が媒体のブロッ
クアドレスを指定してリードコマンドをコントローラ2
へ発行すると、コントローラ2は指定のブロックアドレ
スのデータがコントローラ2内の先読みバッファ4に存
在するかどうかを調べ、存在すれば先読みバッファ4か
らプロセサ1へデータを転送し、なければドライブ3へ
ドライブ制御コマンドを発行し、ドライブ3は、ドライ
ブ制御コマンドを受けて、媒体のブロックアドレスをサ
ーチしデータを読み出して送出し、コントローラ2はデ
ータを受け取りプロセサ1へ転送し、指定量のデータを
転送し終わると、その続きのデータを先読みバッファ4
に格納する先読み制御をするデータ処理装置である。
FIG. 1 is a block diagram showing the configuration of an embodiment of the present invention. The processor 1 includes a processor 1, a controller 2, and a drive 3. The processor 1 specifies a block address of a medium and issues a read command to the controller 2.
The controller 2 checks if the data of the designated block address exists in the prefetch buffer 4 in the controller 2 and transfers the data from the prefetch buffer 4 to the processor 1 if it exists. Upon receiving the drive control command, the drive 3 searches for the block address of the medium, reads and sends the data, and the controller 2 receives the data and transfers the data to the processor 1, and transfers the specified amount of data. When it is over, the subsequent data is read ahead in buffer 4.
Is a data processing device that performs pre-reading control to be stored in the data storage device.

【0008】 このようなデータ処理装置のコントロー
ラ2に、待機判断手段5を設ける。待機判断手段5は、
指定のブロックアドレスのデータがコントローラ2内の
先読みバッファ4に存在しないが、先読み制御中である
と判断したときは、データが先読みバッファ4に入るの
を待って、先読みバッファ4からプロセサ1へデータを
転送するように制御する
The controller 2 of such a data processing device is provided with a standby determination unit 5. The standby determination means 5
Although the data of the specified block address does not exist in the prefetch buffer 4 in the controller 2 , the prefetch control is being performed.
When it is determined that the data
Waits for data from the prefetch buffer 4 to the processor 1
Control to transfer .

【0009】[0009]

【0010】[0010]

【作用】待機判断手段5が指定されたデータが先読み中
であると判断した場合には、コントローラ2はそれが終
了してから、先読みバッファ4からプロセサ1へデータ
を転送する。新たにドライブ3に制御コマンドを発行す
るよりも、プロセサ1は速くデータを受け取ることがで
きる。
The data specified by the standby judgment means is prefetching.
If it is determined that the controller 2 it final
Then , the data is transferred from the prefetch buffer 4 to the processor 1. Issue a new control command to drive 3
The processor 1 can receive data faster than it does.

【0011】[0011]

【実施例】以下、図2の本発明の処理の流れ図を参照し
て、媒体がCDであり、CDドライブ3をコントローラ
2が制御する場合を説明する。コントローラ2はマイク
ロプロセサとメモリ他によって構成する。メモリは64
KB程度あれば、制御用ファームウェアの領域として1
0KB程度を使い、残りの50KB余りで先読みバッフ
ァ4とし、2KBのデータブロックを25個以上保持で
きる。先読みしたデータのブロックアドレスをブロック
アドレス領域に保持する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, a case where a medium is a CD and a controller 2 controls a CD drive 3 will be described with reference to the flowchart of the processing of the present invention in FIG. The controller 2 includes a microprocessor, a memory, and the like. 64 memories
If it is about KB, 1
About 0 KB is used, and the remaining 50 KB is used as the pre-reading buffer 4 to hold 25 or more 2 KB data blocks. The block address of the pre-read data is held in the block address area.

【0012】最初のリードコマンドが出されたとき
は、まだ先読みバッファ4にはデータが入っていないの
で、コントローラ2はCDドライブ3に制御コマンドを
発行し、指定されたアドレスをサーチし、見つかればそ
こから指定されたブロックまでのデータ転送をした後、
続くブロックデータを先読みバッファに格納する。先読
みバッファに入れたデータがCDのどのブロックアドレ
スのものであるかも記録する。その後、この先読みバッ
ファに存在するデータのアドレスを指定したリードコマ
ンドを受ければ先読みバッファからプロセサへデータ
を転送することは従来と同じである。先のリードコマン
ドによる先読みバッファに格納する操作が終了しない
うちに、プロセサ1から次のリードコマンドがきたと
きは、要求データが先読みバッファにない(s1)が先読み
中であることが判断できる(s3)ので、そのまま待って、
先読みバッファに入ってから(s4)それを転送する(s2)。
これにより、CDドライブのデータをサーチ(d1)する時
間を削除できる分、高速データ転送が行える。
When the first read command is issued, there is no data in the pre-read buffer 4 yet, so the controller 2 issues a control command to the CD drive 3 and searches the specified address. After transferring data from there to the specified block,
The subsequent block data is stored in the prefetch buffer. It also records which block address of the CD the data put in the prefetch buffer is. Thereafter, if a read command specifying the address of the data existing in the prefetch buffer is received, the data is transferred from the prefetch buffer to the processor as in the conventional case. If the next read command is received from the processor 1 before the operation of storing the data in the prefetch buffer by the previous read command is completed, it can be determined that the requested data is not in the prefetch buffer (s1) but the prefetch is being performed (s3). ) So wait,
After entering the prefetch buffer (s4), it is transferred (s2).
Accordingly, high-speed data transfer can be performed because the time for searching (d1) data in the CD drive can be eliminated.

【0013】[0013]

【発明の効果】以上説明したように、本発明によれば、
媒体から連続的にデータ転送を行う場合に、プロセサか
ら発行するリードコマンドの発行タイミングの制約が少
なくなる。結果として高速データ転送が行える。
As described above, according to the present invention,
When data is continuously transferred from the medium, restrictions on the issuance timing of the read command issued from the processor are reduced. As a result, high-speed data transfer can be performed.

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

【図1】 本発明の構成を示すブロック図である。FIG. 1 is a block diagram showing a configuration of the present invention.

【図2】 本発明の動作を説明する流れ図である。FIG. 2 is a flowchart illustrating the operation of the present invention.

【図3】 CD−ROM上のデータの概念を示す図であ
る。
FIG. 3 is a diagram showing the concept of data on a CD-ROM.

【図4】 従来の装置構成を示す図である。FIG. 4 is a diagram showing a conventional device configuration.

【図5】 従来技術の先読みの概念を示す流れ図であ
る。
FIG. 5 is a flowchart showing the concept of the look-ahead according to the related art.

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

1 プロセサ 2 コントローラ 3 ドライブ 4 先読みバッファ 5 待機判断手段 6 媒体 DESCRIPTION OF SYMBOLS 1 Processor 2 Controller 3 Drive 4 Read ahead buffer 5 Standby judgment means 6 Medium

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 プロセサとコントローラとドライブとよ
り構成され、 プロセサが媒体のブロックアドレスを指定してリードコ
マンドをコントローラへ発行すると、 コントローラは指定のブロックアドレスのデータがコン
トローラ内の先読みバッファに存在するかどうかを調
べ、存在すれば先読みバッファからプロセサへデータを
転送し、なければドライブへドライブ制御コマンドを発
行し、 ドライブは、ドライブ制御コマンドを受けて、媒体のブ
ロックアドレスをサーチしデータを読み出して送出し、 コントローラはデータを受け取りプロセサへ転送し、指
定量のデータを転送し終わると、その続きのデータを先
読みバッファに格納する先読み制御をするデータ処理装
置において、 コントローラに、待機判断手段を設け、 待機判断手段は、指定のブロックアドレスのデータがコ
ントローラ内の先読みバッファに存在しないが、先読み
制御中であると判断したときは、データが先読みバッフ
ァに入るのを待って、先読みバッファからプロセサへデ
ータを転送するように制御することを特徴とする先読み
データ処理装置。
When a processor issues a read command to a controller by designating a block address of a medium, the controller stores data of the designated block address in a prefetch buffer in the controller. Check if it exists, transfer the data from the prefetch buffer to the processor if it exists, and issue a drive control command to the drive if not, the drive receives the drive control command, searches the block address of the medium, reads the data, and The controller receives the data, transfers the data to the processor, and after transferring the specified amount of data, in the data processing device that performs the pre-reading control of storing the subsequent data in the pre-reading buffer, the controller is provided with standby determination means. The waiting judgment means Although data for the specified block address is not present in the look-ahead buffer in the controller, when it is determined that the system is in the prefetch control waits for the data to enter the look-ahead buffer, to transfer data from the prefetch buffer to the processor A look-ahead data processing device characterized by controlling .
JP05123643A 1993-05-26 1993-05-26 Look-ahead data processing device Expired - Fee Related JP3087518B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP05123643A JP3087518B2 (en) 1993-05-26 1993-05-26 Look-ahead data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP05123643A JP3087518B2 (en) 1993-05-26 1993-05-26 Look-ahead data processing device

Publications (2)

Publication Number Publication Date
JPH06332628A JPH06332628A (en) 1994-12-02
JP3087518B2 true JP3087518B2 (en) 2000-09-11

Family

ID=14865677

Family Applications (1)

Application Number Title Priority Date Filing Date
JP05123643A Expired - Fee Related JP3087518B2 (en) 1993-05-26 1993-05-26 Look-ahead data processing device

Country Status (1)

Country Link
JP (1) JP3087518B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000137631A (en) * 1998-10-29 2000-05-16 Square Co Ltd Record medium which computer can read and information processor
TW200417850A (en) * 2003-03-06 2004-09-16 Macronix Int Co Ltd Device for reading sequential memory and method thereof
JP2009088657A (en) * 2007-09-27 2009-04-23 Toto Ltd Faucet controller and system

Also Published As

Publication number Publication date
JPH06332628A (en) 1994-12-02

Similar Documents

Publication Publication Date Title
US5870355A (en) CD-ROM device capable of reproducing both audio data and computer data
JP3898782B2 (en) Information recording / reproducing device
US5592640A (en) Data processing apparatus capable of reading data from different-format CD-ROMS according to different processing methods of the data
JPH07334310A (en) Disk device and buffer storage control method for read data of the same
JP3087429B2 (en) Storage system
JPH08328747A (en) Magnetic disk device and buffer management method in magnetic disk device
JP3087518B2 (en) Look-ahead data processing device
JPS5843777B2 (en) Rotating magnetic storage device
JPH06314177A (en) Magnetic disk device and access method
JPH076088A (en) Information storage device
US7370153B1 (en) System and method of pre-fetching using an extended data structure including required data and a pre-fetch flag
JP2919376B2 (en) Readout method of read-only storage medium
JPH05274089A (en) Access controller for data recording and reproducing device
JPH10171713A (en) Disk storage device and method for controlling cache applied to the same device
JP2002093025A (en) Magnetic disk drive and data access method
JPH10208255A (en) Optical disk reproducing method and optical disk device
JPH1116269A (en) Optical disk reproducing method and optical disk device
JP3412498B2 (en) Optical disc playback device
JPH04111015A (en) Information recorder
JP2003330623A (en) External storage device and its data buffer control method
JP3011535B2 (en) Information storage device using CD-ROM drive
JP2899453B2 (en) Reading control method of interactive display data
JPH064225A (en) Disk controller prereading stand-by sector
JP2000347810A (en) File device
JPH10333837A (en) Method for transferring data and optical disk device

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: 20000613

LAPS Cancellation because of no payment of annual fees