JPH05257789A - Input/output processor - Google Patents

Input/output processor

Info

Publication number
JPH05257789A
JPH05257789A JP4055889A JP5588992A JPH05257789A JP H05257789 A JPH05257789 A JP H05257789A JP 4055889 A JP4055889 A JP 4055889A JP 5588992 A JP5588992 A JP 5588992A JP H05257789 A JPH05257789 A JP H05257789A
Authority
JP
Japan
Prior art keywords
data
queue
channel
address
buffer
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.)
Withdrawn
Application number
JP4055889A
Other languages
Japanese (ja)
Inventor
Yoshinori Eda
由則 江田
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 Ibaraki Ltd
Original Assignee
NEC Ibaraki 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 NEC Ibaraki Ltd filed Critical NEC Ibaraki Ltd
Priority to JP4055889A priority Critical patent/JPH05257789A/en
Publication of JPH05257789A publication Critical patent/JPH05257789A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Memory System (AREA)

Abstract

PURPOSE:To improve the performance of data transfer by providing a queue for registering addresses and data at the time of data transfer from a channel to a main storage device. CONSTITUTION:This device is provided with a data buffer 8 to store data transmitted from the channel for each channel, an address buffer 7 to store a transfer address (j) for each channel, a data transfer control circuit 6 to control data transfer, a request queue 2 to register the request of write to a main storage device 1, an address queue 3, a data queue 4 and a queue control circuit 5 to control these queues and when the data buffer 8 is made full as the result of transferring data, data can be continuously transferred without waiting the data transfer request from the channel by registering data on the data queue 4.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、入出力処理装置に関
し、特に主記憶装置へのデータの書き込み要求を制御す
る待ち行列制御回路に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an input / output processing device, and more particularly to a queue control circuit for controlling a data write request to a main storage device.

【0002】[0002]

【従来の技術】従来、この種の入出力処理装置は、主記
憶装置への書き込み要求を保持するチャネル数より少な
いリクエスト待ち行列と、複数のチャネルからの転送デ
ータをチャネル毎に保持するデータバッファと、主記憶
装置への書き込みアドレスをチャネル毎に保持するアド
レスバッファと、複数のチャネルからのデータ転送要求
とチャネル番号とでデータバッファとアドレスバッファ
とを制御するデータ転送制御回路と、リクエスト待ち行
列の登録及び削除を制御する待ち行列制御回路とから構
成されていた。
2. Description of the Related Art Conventionally, an input / output processing device of this type has a request queue smaller than the number of channels holding a write request to a main memory and a data buffer holding transfer data from a plurality of channels for each channel. And an address buffer for holding a write address to the main memory for each channel, a data transfer control circuit for controlling the data buffer and the address buffer by a data transfer request and a channel number from a plurality of channels, and a request queue. And a queuing control circuit for controlling the registration and deletion of the.

【0003】[0003]

【発明が解決しようとする課題】上述した従来の入出力
処理装置は、1つのあるチャネルからデータが転送され
てデータバッファに格納されデータバッファが満杯にな
ると、そのデータを主記憶装置に書き込むため主記憶装
置への書き込み要求をリクエスト待ち行列に登録する。
この登録された書き込み要求が処理される前に、同じチ
ャネルからデータ転送を要求されると、データバッファ
にはまだ主記憶に書き込まれていないデータが格納され
ているため、チャネルからのデータ転送要求を受け付け
ることができない。このため、データ転送の性能が低下
し、データオーバーランの発生確立も高くなるという欠
点がある。
In the above-mentioned conventional input / output processing device, when data is transferred from one certain channel to be stored in the data buffer and the data buffer becomes full, the data is written to the main storage device. A write request to the main memory is registered in the request queue.
If data transfer is requested from the same channel before this registered write request is processed, the data transfer request from the channel is stored because the data buffer contains data that has not yet been written to main memory. Cannot be accepted. Therefore, there is a drawback that the performance of data transfer is lowered and the probability of occurrence of data overrun is increased.

【0004】[0004]

【課題を解決するための手段】本発明の入出力処理装置
は、主記憶装置への書き込み要求を保持するチャネル数
より少ないリスエスト待ち行列と、複数のチャネルから
の転送データをチャネル毎に保持するデータバッファ
と、主記憶装置への書き込みアドレスをチャネル毎に保
持するアドレスバッファと、複数のチャネルからのデー
タ転送要求とチャネル番号とでデータバッファとアドレ
スバッファとを制御するデータ転送制御回路と、リスエ
スト待ち行列に対応する書き込みアドレスとデータをそ
れぞれ保持するアドレス待ち行列及びデータ待ち行列
と、これらの待ち行列の登録及び削除を制御する待ち行
列制御回路とを備えている。
The input / output processing device of the present invention holds a request queue smaller than the number of channels holding write requests to the main memory and transfer data from a plurality of channels for each channel. A data buffer, an address buffer that holds a write address to the main memory for each channel, a data transfer control circuit that controls the data buffer and the address buffer according to a data transfer request and a channel number from a plurality of channels, and a request It is provided with an address queue and a data queue which respectively hold a write address and data corresponding to the queue, and a queue control circuit which controls registration and deletion of these queues.

【0005】[0005]

【実施例】次に、本発明について図面を参照して説明す
る。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, the present invention will be described with reference to the drawings.

【0006】図1は本発明の一実施例を示すブロック図
である。まず初めに本実施例の構成について説明する。
FIG. 1 is a block diagram showing an embodiment of the present invention. First, the configuration of this embodiment will be described.

【0007】主記憶1は、システムバスaに接続されて
おり、例えば、32チャネルからのデータ転送のデータ
が書き込まれる。リクエスト待ち行列2は、例えば、4
回分の主記憶装置1書き込み要求を登録できる待ち行列
であって、主記憶装置1への書き込み要求が待ち行列制
御回路5によって登録されると、システムバスaを介し
て主記憶装置1にチャネルからのデータの書き込みを要
求する、また、主記憶装置1への書き込みが終了すると
書き込み要求は削除される。
The main memory 1 is connected to the system bus a, and data for data transfer from, for example, 32 channels is written therein. The request queue 2 is, for example, 4
It is a queue in which a batch of main memory 1 write requests can be registered. When a write request to the main memory 1 is registered by the queue control circuit 5, the main memory 1 is channeled to the main memory 1 via the system bus a. Of the data is requested, and when the writing to the main storage device 1 is completed, the write request is deleted.

【0008】アドレス待ち行列3は、リクエスト待ち行
列2に対応してデータを書き込みたい主記憶装置1のア
ドレスを保持するための待ち行列であり、待ち行列制御
回路5によって制御される。データ待ち行列4は、リク
エスト待ち行列2に対応して主記憶装置1に書き込むデ
ータを保持する待ち行列であり、待ち行列制御回路5に
よって制御される。
The address queue 3 is a queue for holding the address of the main memory 1 to which data is to be written corresponding to the request queue 2, and is controlled by the queue control circuit 5. The data queue 4 is a queue that holds data to be written in the main storage device 1 corresponding to the request queue 2, and is controlled by the queue control circuit 5.

【0009】待ち行列制御回路5は、データ転送制御回
路6から主記憶装置1への書き込み要求eを受け取る
と、リクエスト待ち行列2に主記憶装置1書き込み要求
を、アドレス待ち行列3にアドレスバッファ7からのア
ドレスを、データ待ち行列4にデータバッファ8からの
データを、それぞれ登録させる。そして、主記憶装置1
への書き込みが終了すると、各待ち行列からそれらを削
除する。
When the queue control circuit 5 receives a write request e from the data transfer control circuit 6 to the main memory device 1, the request queue 2 receives the main memory device 1 write request and the address queue 3 receives the address buffer 7. From the data buffer 8 is registered in the data queue 4. And the main storage device 1
When it finishes writing to, it removes them from each queue.

【0010】データ転送生後回路6は、チャネルからデ
ータ転送要求hとチャネル番号iとを受け取ると、チャ
ネルからの転送データkをデータバッファ8のそのチャ
ネルに対応する領域に格納させる。また、この転送デー
タkを書き込む主記憶装置1の転送アドレスjをアドレ
スバッファ7に格納させる。データバッファ8が満杯に
なると、主記憶装置1への書き込み要求eを待ち行列制
御回路5に送出する。
Upon receiving the data transfer request h and the channel number i from the channel, the data transfer post-generation circuit 6 stores the transfer data k from the channel in the area of the data buffer 8 corresponding to the channel. Further, the transfer address j of the main memory 1 into which this transfer data k is written is stored in the address buffer 7. When the data buffer 8 is full, a write request e to the main memory 1 is sent to the queue control circuit 5.

【0011】アドレスバッファ7は、チャネルからの転
送アドレスjをチャネル毎に格納する32チャネル分の
バッファである。データバッファ8は、チャネルからの
転送データkをチャネル毎に格納する32チャネル分の
バッファである。
The address buffer 7 is a buffer for 32 channels which stores the transfer address j from the channel for each channel. The data buffer 8 is a buffer for 32 channels that stores the transfer data k from the channels for each channel.

【0012】次に、本実施例の動作について説明する。Next, the operation of this embodiment will be described.

【0013】まず、チャネル番号iが、例えば、“1”
のチャネルからデータ転送要求hを受け取ると、データ
転送制御回路6は、アドレスバッファ制御信号f及びデ
ータバッファ制御信号gを送出し、アドレスバッファ7
のチャネル番号“1”の領域に転送アドレスjを格納さ
せ、データバッファ8のチャネル番号“1”の領域に転
送データkを格納させる。そして、データバッファ8の
領域が満杯になると、データ転送制御回路6は、主記憶
装置1への書き込み要求eを待ち行列制御回路5へ送出
する。
First, the channel number i is, for example, "1".
When receiving the data transfer request h from the channel, the data transfer control circuit 6 sends out the address buffer control signal f and the data buffer control signal g, and the address buffer 7
The transfer address j is stored in the area of the channel number "1" and the transfer data k is stored in the area of the channel number "1" of the data buffer 8. Then, when the area of the data buffer 8 becomes full, the data transfer control circuit 6 sends a write request e to the main storage device 1 to the queue control circuit 5.

【0014】書き込み要求eを受け取った待ち行列制御
回路5は、リクエスト待ち行列制御信号b,アドレス待
ち行列制御信号c及びデータ待ち行列制御信号dを送出
し、リクエスト待ち行列2に書き込み要求を登録し、ア
ドレス待ち行列3にはアドレスバッファ7のチャネル番
号“1”のアドレスを登録し、データ待ち行列4にはデ
ータバッファ8のチャネル番号“1”のデータを登録す
る。この後、チャネル番号“1”のチャネルからデータ
転送要求hを受け取っても、アドレスバッファ7及びデ
ータバッファ8のチャネル番号“1”の領域は、すでに
それぞれアドレス待ち行列3とデータ待ち行列4に登録
されているため、データの転送を待たせることはない。
Upon receiving the write request e, the queue control circuit 5 sends out a request queue control signal b, an address queue control signal c and a data queue control signal d, and registers the write request in the request queue 2. The address of the channel number "1" of the address buffer 7 is registered in the address queue 3, and the data of the channel number "1" of the data buffer 8 is registered in the data queue 4. After that, even if the data transfer request h is received from the channel with the channel number “1”, the areas of the channel numbers “1” of the address buffer 7 and the data buffer 8 are already registered in the address queue 3 and the data queue 4, respectively. Therefore, there is no need to wait for the data transfer.

【0015】[0015]

【発明の効果】以上説明したように本発明の入出力処理
装置は、主記憶装置への書き込みアドレスと書き込みデ
ータとを登録するアドレス待ち行列とデータ待ち行列と
を追加することにより、チャネルとのデータ転送を待た
せることがなくなるため、データ転送の性能が向上し、
データオーバーランの発生確立を低下させるという効果
がある。
As described above, the input / output processing device of the present invention is connected to a channel by adding an address queue and a data queue for registering a write address and write data to the main memory. Data transfer performance is improved because there is no need to wait for data transfer.
This has the effect of reducing the probability of occurrence of data overrun.

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

【図1】本発明の一実施例を示すブロック図である。FIG. 1 is a block diagram showing an embodiment of the present invention.

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

1 主記憶 2 リクエスト待ち行列 3 アドレス待ち行列 4 データ待ち行列 5 待ち行列制御回路 6 データ転送制御回路 7 アドレスバッファ 8 データバッファ a システムバス b リクエスト待ち行列制御信号 c アドレス待ち行列制御信号 d データ待ち行列制御信号 e 書き込み要求 f アドレスバッファ制御信号 g データバッファ制御信号 h データ転送要求 i チャネル番号 j 転送アドレス k 転送データ 1 main memory 2 request queue 3 address queue 4 data queue 5 queue control circuit 6 data transfer control circuit 7 address buffer 8 data buffer a system bus b request queue control signal c address queue control signal d data queue Control signal e Write request f Address buffer control signal g Data buffer control signal h Data transfer request i Channel number j Transfer address k Transfer data

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 複数のチャネルから主記憶装置へデータ
転送を行う入出力処理装置であって、前記主記憶装置へ
の書き込み要求を保持する前記チャネル数より少ないリ
スエスト待ち行列と、前記複数のチャネルからの転送デ
ータをチャネル毎に保持するデータバッファと、前記主
記憶装置への書き込みアドレスをチャネル毎に保持する
アドレスバッファと、前記複数のチャネルからのデータ
転送要求とチャネル番号とで前記データバッファと前記
アドレスバッファとを制御するデータ転送制御回路と、
前記リスエスト待ち行列に対応する書き込みアドレスと
データをそれぞれ保持するアドレス待ち行列及びデータ
待ち行列と、前記各待ち行列の登録及び削除を制御する
待ち行列制御回路とを備えることを特徴とする入出力処
理装置。
1. An input / output processing device for transferring data from a plurality of channels to a main storage device, wherein the number of request queues is smaller than the number of channels holding write requests to the main storage device, and the plurality of channels. Buffer for holding the transfer data from each channel for each channel, an address buffer for holding the write address to the main memory for each channel, and the data buffer for the data transfer request and channel number from the plurality of channels. A data transfer control circuit for controlling the address buffer,
An input / output process comprising: an address queue and a data queue that respectively hold a write address and data corresponding to the request queue, and a queue control circuit that controls registration and deletion of each queue. apparatus.
JP4055889A 1992-03-16 1992-03-16 Input/output processor Withdrawn JPH05257789A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4055889A JPH05257789A (en) 1992-03-16 1992-03-16 Input/output processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4055889A JPH05257789A (en) 1992-03-16 1992-03-16 Input/output processor

Publications (1)

Publication Number Publication Date
JPH05257789A true JPH05257789A (en) 1993-10-08

Family

ID=13011682

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4055889A Withdrawn JPH05257789A (en) 1992-03-16 1992-03-16 Input/output processor

Country Status (1)

Country Link
JP (1) JPH05257789A (en)

Similar Documents

Publication Publication Date Title
US20060259648A1 (en) Concurrent read response acknowledge enhanced direct memory access unit
JPH03189843A (en) System and method for processing data
JPH05257789A (en) Input/output processor
JP3453761B2 (en) Address translation method
JP3447820B2 (en) Bus controller
JPH0962633A (en) Network control unit
JP3202769B2 (en) Burst read processing device
JP2606824Y2 (en) Multiport memory device
JPH05120195A (en) Input/output processor
JPH02294755A (en) Data processor
JP3011044B2 (en) I / O controller
JPH05242009A (en) Direct memory access device
JPS63217460A (en) Buffer control circuit
JP3641347B2 (en) Competitive arbitration processing method and information processing apparatus
JPS6468868A (en) Buffer control system for bus adapter
JPH0612363A (en) Memory controller and multiprocessor system
JPS61262955A (en) Buffer control system for communication controlling equipment
JPH04260145A (en) Buffer storage device
JP2001056780A (en) Buffer memory control system
JPH04259021A (en) Data processor
JPS59212960A (en) Prefetch control system
JPH06348644A (en) Dma circuit
JPH04333950A (en) Information processing system
JPS60241151A (en) Memory access controller
JPH10308792A (en) Data transfer device

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 19990518