JP2006277363A - Information transfer system, and image forming device - Google Patents

Information transfer system, and image forming device Download PDF

Info

Publication number
JP2006277363A
JP2006277363A JP2005095838A JP2005095838A JP2006277363A JP 2006277363 A JP2006277363 A JP 2006277363A JP 2005095838 A JP2005095838 A JP 2005095838A JP 2005095838 A JP2005095838 A JP 2005095838A JP 2006277363 A JP2006277363 A JP 2006277363A
Authority
JP
Japan
Prior art keywords
priority
information
data
module
arbitration
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
JP2005095838A
Other languages
Japanese (ja)
Inventor
Shinobu Yoshioku
忍 吉奥
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 Document Solutions Inc
Original Assignee
Kyocera Mita 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 Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2005095838A priority Critical patent/JP2006277363A/en
Publication of JP2006277363A publication Critical patent/JP2006277363A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To improve the processing rate in an information processor provided with an information transfer system for executing data transfer between a module and a memory based on descriptor information. <P>SOLUTION: A priority that is an index for adjusting the use right of a shared bus 22 by modules 1-4 (corresponding to a second priority) is included in descriptor information Z1-Z4 including sizes of data Y1-Y4 to be transferred between the modules 1-4 and a memory 30 or the like, and the use right of the shared bus 22 by a plurality of modules 1-4 is adjusted based on the priority according to the descriptor information Z1-Z4. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は,DMA(Direct Memory Access)転送等に代表される情報転送技術に関し,特に,複数のマスタ(モジュール)によるバスの使用権を調停する調停処理に関するものである。   The present invention relates to an information transfer technique represented by DMA (Direct Memory Access) transfer and the like, and more particularly to an arbitration process for arbitrating bus use rights by a plurality of masters (modules).

図7に示すように,入出力装置などに含まれる各種のモジュール101〜104と,各種のデータを記憶するメモリ130との間のデータ転送がバス121及び122を介して直接的に行われる所謂DMA転送を実現するシステムX3では,該システムX3を統括的に制御する中央処理装置(CPU)がそのデータ転送に関与しないため該CPUの処理負担が軽減され,該システムX3全体の処理速度の高速化を図ることができる。このDMA転送を実行するべく前記モジュール101〜104は,まず,前記メモリ130のディスクリプタ格納領域131に記憶されたディスクリプタ情報(転送制御情報)を取得し,その後,該ディスクリプタ情報に基づいて該メモリ130のデータ格納領域132へのデータの書き込み或いは該データ格納領域132からのデータの読み出し(データ転送)を実行する。ここに,前記ディスクリプタ情報各々は,例えば,図8に示すように,前記モジュール101〜104と前記メモリ130との間で転送されるデータに関する,“Source Address”,“Destination Address”,“Data Size”,“Next Descriptor Address”,“Reserved”,“User bit”×3,の各情報で構成されている。   As shown in FIG. 7, data transfer between various modules 101 to 104 included in the input / output device and the memory 130 storing various data is directly performed via buses 121 and 122. In the system X3 that realizes DMA transfer, the central processing unit (CPU) that controls the system X3 in an integrated manner is not involved in the data transfer, so the processing load on the CPU is reduced and the processing speed of the entire system X3 is increased. Can be achieved. In order to execute this DMA transfer, the modules 101 to 104 first obtain descriptor information (transfer control information) stored in the descriptor storage area 131 of the memory 130, and then, based on the descriptor information, the memory 130. Write data to the data storage area 132 or read data from the data storage area 132 (data transfer). Here, each of the descriptor information includes, for example, “Source Address”, “Destination Address”, “Data Size” relating to data transferred between the modules 101 to 104 and the memory 130, as shown in FIG. “,“ Next Descriptor Address ”,“ Reserved ”,“ User bit ”× 3.

一方,前記メモリ130が前記モジュール101〜104によって共有される前記システムX3のような構成においては,そのモジュール101〜104によるメモリ130への多重アクセスが発生して,前記バス122のバス帯域が飽和することが考えられる。そのため,前記モジュール101〜104による前記バス122の使用権を調停する調停装置108が設けられる(例えば,特許文献1及び2参照)。この調停装置108による調停は,固定プライオリティ方式やラウンドロビン方式などの調停方式に従って行われる。ここに,固定プライオリティ方式は,前記モジュール101〜104から前記メモリ130への多重アクセスが発生した場合に,そのモジュール101〜104毎に予め設定された優先度が最も高いモジュールに前記バス122の使用権を与える手法であって,その優先度は固定されている。一方,ラウンドロビン方式は,前記モジュール101〜104による処理の進行に伴って,処理を実行したモジュールの優先度を最下位に,他のモジュールの優先度を一つ上位に変更する手法である。
特開平8−129524号公報 特開2001−184299号公報
On the other hand, in the configuration such as the system X3 in which the memory 130 is shared by the modules 101 to 104, multiple accesses to the memory 130 by the modules 101 to 104 occur, and the bus band of the bus 122 is saturated. It is possible to do. Therefore, an arbitration device 108 that arbitrates the right to use the bus 122 by the modules 101 to 104 is provided (see, for example, Patent Documents 1 and 2). The arbitration by the arbitration device 108 is performed according to an arbitration method such as a fixed priority method or a round robin method. Here, in the fixed priority method, when multiple accesses from the modules 101 to 104 to the memory 130 occur, the bus 122 is used for the module having the highest priority preset for each of the modules 101 to 104. It is a technique for granting rights, and its priority is fixed. On the other hand, the round robin method is a method of changing the priority of the module that executed the process to the lowest and the priority of the other modules to one higher as the processes of the modules 101 to 104 progress.
JP-A-8-129524 JP 2001-184299 A

しかしながら,従来のバス調停方式では,バスの使用権を調停する際の指標となる優先度が,モジュールとメモリとの間で転送されるデータ如何にかかわらずモジュールに依存して決定されており,転送されるデータのサイズ等に応じて優先度を変更することはできない。一般に,画像形成装置やパーソナルコンピュータなどに代表される情報処理装置の処理速度は,該情報処理装置内におけるデータの転送速度に強く影響を受ける。そのため,複数のモジュールとメモリとの間のデータ転送が効率的に行われなければ,前記情報処理装置の処理速度を向上させることができないという問題を招来する。
従って,本発明は上記事情に鑑みてなされたものであり,その目的とするところは,転送されるデータのサイズ等を含むディスクリプタ情報に,バスの使用権を調停する際の指標となる優先度を含ませて,該ディスクリプタ情報に応じた優先度に基づいて複数のモジュールによるバスの使用権の調停を行うことによって,情報処理装置における処理速度を向上させることができる情報転送方式を提供することにある。
However, in the conventional bus arbitration method, the priority as an index when arbitrating the right to use the bus is determined depending on the module regardless of the data transferred between the module and the memory. The priority cannot be changed according to the size of data to be transferred. In general, the processing speed of an information processing apparatus typified by an image forming apparatus or a personal computer is strongly influenced by the data transfer speed in the information processing apparatus. Therefore, unless the data transfer between the plurality of modules and the memory is not performed efficiently, the processing speed of the information processing apparatus cannot be improved.
Accordingly, the present invention has been made in view of the above circumstances, and the object of the present invention is to provide a priority that serves as an index for arbitrating the right to use the bus to descriptor information including the size of data to be transferred. And an information transfer method capable of improving the processing speed of the information processing apparatus by arbitrating the right to use the bus by a plurality of modules based on the priority according to the descriptor information. It is in.

上記目的を達成するために本発明は,複数のデータ及び該データ各々に対応する複数のディスクリプタ情報を記憶する記憶手段(メモリ)と,前記記憶手段から取得した前記ディスクリプタ情報に基づいて前記記憶手段との間でデータの転送を行う複数のデータ転送手段(モジュール)と,を接続する共有バスの使用の優先順位を,前記複数のデータ転送手段毎に予め設定された第1の優先度情報に基づいて調停する調停手段を備えてなる情報転送方式に適用されるものであって,前記データ転送手段が,前記調停手段により前記第1の優先度情報に基づいて調停された前記共有バスの使用の優先順位に従って前記記憶手段から前記ディスクリプタ情報を取得すると共に,その後,前記記憶手段との間でデータの転送を行うに際して,前記ディスクリプタ情報に含まれた該ディスクリプタ情報毎に予め設定された第2の優先度情報を前記調停手段に通知するものであって,前記調停手段が,前記データ転送手段により通知された前記第2の優先度情報に基づいて前記複数のデータ転送手段による前記共有バスの使用の優先順位を調停してなることを特徴とする情報転送方式として構成される
これにより,転送されるデータのサイズ等を含む前記ディスクリプタ情報に含まれる前記第2の優先度情報,即ち前記ディスクリプタ情報に応じた前記第2の優先度情報に基づいて,前記複数のデータ転送手段による前記共有バスの使用権の調停を行うことによって,前記複数のデータ転送手段と前記記憶手段との間のデータ転送が効率的に行われるため,当該情報転送方式が採用された情報処理装置の処理速度を向上させることができる。
To achieve the above object, the present invention provides a storage means (memory) for storing a plurality of data and a plurality of descriptor information corresponding to each of the data, and the storage means based on the descriptor information acquired from the storage means. The priority of the use of the shared bus connecting the plurality of data transfer means (modules) for transferring data to and from the first priority information set in advance for each of the plurality of data transfer means The present invention is applied to an information transfer system including an arbitration unit that performs arbitration based on the use of the shared bus in which the data transfer unit arbitrates based on the first priority information by the arbitration unit. The descriptor information is acquired from the storage means according to the priority order of the data, and then the data is transferred to and from the storage means when the data is transferred. The arbitration unit is notified of second priority information set in advance for each descriptor information included in the scripter information, and the arbitration unit reports the second priority information notified by the data transfer unit. Constructed as an information transfer system characterized by arbitrating the priority of use of the shared bus by the plurality of data transfer means based on priority information, thereby including the size of data to be transferred, etc. Based on the second priority information included in the descriptor information, that is, the second priority information corresponding to the descriptor information, arbitration of the right to use the shared bus by the plurality of data transfer means is performed. Therefore, the data transfer between the plurality of data transfer means and the storage means is efficiently performed. It is possible to improve the processing speed of the physical device.

また,前記調停手段が,前記データ転送手段により通知された前記第2の優先度情報に基づく第3の優先度情報に基づいて前記複数のデータ転送手段による前記共有バスの使用の優先順位を調停するように構成されることが考えられる。
例えば,当該情報転送方式が採用された情報処理装置の動作モード毎に好適な優先順位の調停を実現することを目的として,前記調停手段が,前記情報処理装置における動作モードに対応する優先度設定情報を記憶する記憶手段を備え,前記情報処理装置における現在の動作モードを判別し,その判別結果に応じて前記記憶手段に記憶された複数の優先度設定情報のうちいずれか一の優先度設定情報を選定し,その選定された優先度設定情報と前記データ転送手段により通知された第2の優先度情報とに基づいて前記第3の優先度情報を設定するように構成される。これにより,前記複数のデータ転送手段による前記共有バスの使用の優先順位が,前記情報処理装置の動作モードに応じて設定された前記第3の優先度情報に基づいて調停される。
また,本発明は,上述の情報転送方式を備えた画像形成装置として捉えてもよい。この場合,前記動作モードの種別は,例えばプリントモードやスキャナモード等であることが考えられる。
In addition, the arbitrating unit arbitrates the priority of use of the shared bus by the plurality of data transfer units based on the third priority information based on the second priority information notified by the data transfer unit. It is conceivable to be configured to do so.
For example, for the purpose of realizing arbitration of a priority order suitable for each operation mode of the information processing apparatus adopting the information transfer method, the arbitration unit sets priority corresponding to the operation mode in the information processing apparatus. A storage unit for storing information, determining a current operation mode in the information processing apparatus, and setting one priority among a plurality of priority setting information stored in the storage unit according to the determination result Information is selected, and the third priority information is set based on the selected priority setting information and the second priority information notified by the data transfer means. As a result, the priority of use of the shared bus by the plurality of data transfer means is arbitrated based on the third priority information set according to the operation mode of the information processing apparatus.
The present invention may also be understood as an image forming apparatus provided with the information transfer method described above. In this case, the type of the operation mode may be, for example, a print mode or a scanner mode.

本発明によれば,転送されるデータのサイズ等を含む前記ディスクリプタ情報に含まれる前記第2の優先度情報,即ち前記ディスクリプタ情報に応じた前記第2の優先度情報に基づいて,前記複数のデータ転送手段による前記共有バスの使用権の調停を行うことによって,前記複数のデータ転送手段と前記記憶手段との間のデータ転送が効率的に行われるため,当該情報転送方式が採用された情報処理装置の処理速度を向上させることができる。
さらに,前記第2の優先度情報と前記情報処理装置の現在の動作モードとに基づいて前記第3の優先度情報を設定し,該第3の優先度情報に基づいて前記共有バスの使用の優先順位を調停することにより,前記情報処理装置の動作モード毎に好適な優先順位の調停を実現することができる。
According to the present invention, based on the second priority information included in the descriptor information including the size of data to be transferred, that is, based on the second priority information corresponding to the descriptor information, By performing arbitration of the right to use the shared bus by the data transfer means, data transfer between the plurality of data transfer means and the storage means is efficiently performed. The processing speed of the processing apparatus can be improved.
Further, the third priority information is set based on the second priority information and the current operation mode of the information processing apparatus, and the use of the shared bus is determined based on the third priority information. By arbitrating the priority order, it is possible to realize arbitration of a suitable priority order for each operation mode of the information processing apparatus.

以下添付図面を参照しながら,本発明の実施の形態について説明し,本発明の理解に供する。尚,以下の実施の形態は,本発明を具体化した一例であって,本発明の技術的範囲を限定する性格のものではない。
ここに,図1は本発明の実施の形態に係る情報転送方式が採用されたシステムX1の概略構成を示すブロック図,図2は本発明におけるディスクリプタ情報の一例を示す図,図3は調停処理部81により実行される調停処理の手順の一例を説明するためのフローチャートである。
まず,図1を用いて本発明の実施の形態に係る情報転送方式が採用されたシステムX1の概略構成について説明する。
図1に示すように,前記システムX1は,大別すると,CPU(中央処理装置)10と,ASIC(特定用途向け集積回路)20と,メモリ30(記憶手段の一例)とを備えて構成されており,原稿画像を読み取るスキャナ機能や原稿画像の印字出力を実行するプリント機能などを備えた不図示の画像形成装置(情報処理装置の一例)に搭載されている。なお,本実施の形態では,前記画像形成装置に搭載される前記システムX1に適用される情報転送方式の一例について説明するが,前記システムX1がパーソナルコンピュータ等の他の情報処理装置に搭載される実施例が考えられる。
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings so that the present invention can be understood. The following embodiment is an example embodying the present invention, and does not limit the technical scope of the present invention.
FIG. 1 is a block diagram showing a schematic configuration of a system X1 adopting the information transfer method according to the embodiment of the present invention, FIG. 2 is a diagram showing an example of descriptor information in the present invention, and FIG. 3 is an arbitration process. 10 is a flowchart for explaining an example of a procedure of an arbitration process executed by a unit 81.
First, a schematic configuration of a system X1 employing the information transfer method according to the embodiment of the present invention will be described with reference to FIG.
As shown in FIG. 1, the system X1 is roughly configured to include a CPU (Central Processing Unit) 10, an ASIC (Application Specific Integrated Circuit) 20, and a memory 30 (an example of storage means). It is mounted on an image forming apparatus (an example of an information processing apparatus) (not shown) having a scanner function for reading a document image and a print function for executing print output of the document image. In this embodiment, an example of an information transfer method applied to the system X1 mounted on the image forming apparatus will be described. However, the system X1 is mounted on another information processing apparatus such as a personal computer. Examples are possible.

前記ASIC20は,前記画像形成装置において前記各機能を達成するべく前記メモリ30との間でDMA転送を実行する複数のモジュール1〜4(データ転送手段の一例)と,前記モジュール1〜4から前記メモリ30への接続(チャネル)を確立する共有バス21及び22と,前記モジュール1〜4による前記共有バス22の使用の優先順位を調停する調停装置8(調停手段の一例)と,前記調停装置8と前記CPU10との接続を中継するBIU(Bus Interface Unit)7と,を備えて概略構成されている。
前記調停装置8は,前記モジュール1〜4による前記共有バス22の使用要求が競合した場合に,その競合を解消するべく前記共有バス22の使用権をいずれかのモジュールに与え,該使用権を有しない他のモジュールによる前記共有バス22の使用を待機させる調停処理を実行する調停処理部81を備えている。
前記調停処理部81は,前記モジュール1〜4毎に予め設定された第1の優先度(第1の優先度情報に相当)を記憶するメモリ(不図示)を有しており,前記モジュール1〜4による前記共有バス22の使用要求が競合した場合には,そのメモリに記憶された優先度が最も上位であるモジュールに対して前記共有バス22の使用権を与える。本実施の形態では,前記モジュール1〜4各々に対応する前記第1の優先度 “1”〜“4” が予め設定されているものとする。
The ASIC 20 includes a plurality of modules 1 to 4 (an example of data transfer means) that execute DMA transfer with the memory 30 to achieve the functions in the image forming apparatus, and the modules 1 to 4 Shared buses 21 and 22 that establish a connection (channel) to the memory 30, an arbitration device 8 (an example of an arbitration unit) that arbitrates the priority of use of the shared bus 22 by the modules 1 to 4, and the arbitration device 8 and a BIU (Bus Interface Unit) 7 for relaying a connection between the CPU 10 and the CPU 10.
When the use request of the shared bus 22 by the modules 1 to 4 competes, the arbitrating device 8 gives the right to use the shared bus 22 to any module in order to resolve the conflict, and the use right is granted. An arbitration processing unit 81 that executes an arbitration process for waiting for use of the shared bus 22 by another module that does not have is provided.
The arbitration processing unit 81 includes a memory (not shown) that stores a first priority (corresponding to first priority information) preset for each of the modules 1 to 4. When the use requests of the shared bus 22 by .about.4 compete, the right to use the shared bus 22 is given to the module having the highest priority stored in the memory. In the present embodiment, it is assumed that the first priorities “1” to “4” corresponding to the modules 1 to 4 are set in advance.

前記モジュール1〜4は,前記メモリ30との間でDMA転送を行うものであって,前記調停処理部81により前記第1の優先度に基づいて調停された前記共有バスの使用の優先順位に従って前記メモリ30から後述するディスクリプタ情報Z1〜Z4を取得すると共に,その後に前記メモリ30との間で該ディスクリプタ情報Z1〜Z4に基づいてデータ転送を行う際には,該ディスクリプタ情報Z1〜Z4に含まれる後述の第2の優先度を前記調停処理部81に通知するものである。
当該システムX1が従来と異なる点は,前記モジュール1〜4が上記のように第2の優先度を前記調停処理部81に通知するように構成され,前記調停処理部81が,前記モジュール1〜4から前記第2の優先度が通知された場合には,その第2の優先度に基づいて該モジュール1〜4のバス競合を調停するように構成されている点にある。この点については,後段で説明する調停処理(S1〜S4)において詳述する。
The modules 1 to 4 perform DMA transfer with the memory 30, and according to the priority order of use of the shared bus arbitrated based on the first priority by the arbitration processing unit 81. When descriptor information Z1 to Z4 (to be described later) is acquired from the memory 30 and data is subsequently transferred to the memory 30 based on the descriptor information Z1 to Z4, the descriptor information is included in the descriptor information Z1 to Z4. The arbitration processing unit 81 is notified of a second priority to be described later.
The system X1 is different from the conventional system in that the modules 1 to 4 are configured to notify the arbitration processing unit 81 of the second priority as described above, and the arbitration processing unit 81 includes the modules 1 to 1. When the second priority is notified from 4, the bus contention of the modules 1 to 4 is arbitrated based on the second priority. This point will be described in detail in the arbitration process (S1 to S4) described later.

前記メモリ30は,各種のデータY1〜Y4を記憶するためのデータ格納領域32と,該データ格納領域32に記憶される前記データY1〜Y4各々に対応するディスクリプタ情報Z1〜Z4を記憶するためのディスクリプタ格納領域31と,を有して構成されたDDR−SDRAM(Double Data Rate SDRAM)である。なお,本実施の形態では,ダブルデータレート(DDR)モードという高速なデータ転送機能を持ったSDRAMを用いているが,これに限られるものではない。   The memory 30 stores a data storage area 32 for storing various data Y1 to Y4 and descriptor information Z1 to Z4 corresponding to the data Y1 to Y4 stored in the data storage area 32, respectively. This is a DDR-SDRAM (Double Data Rate SDRAM) having a descriptor storage area 31. In this embodiment, an SDRAM having a high-speed data transfer function called a double data rate (DDR) mode is used. However, the present invention is not limited to this.

ここで,前記ディスクリプタ格納領域31に記憶されるディスクリプタ情報Z1〜Z4のデータ構成について図2を用いて説明する。
図2に示すように,前記ディスクリプタ情報Z1〜Z4各々は,32byte(32bit×8)単位のデータであって,32bit毎に“Source Address”,“Destination Address”,“Data Size”,“Next Descriptor Address”,“Reserved”,“User bit”×3の各情報で構成されている。なお,前記ディスクリプタ情報Z1〜Z4の一つのデータ量(ここでは32byte)は,前記システムX1における高速なデータ転送機能を達成するべく,前記メモリ30の仕様や前記バス21及び22のバス帯域などによって適宜設定される。
また,前記ディスクリプタ情報Z1〜Z4の“Reserved”のデータ領域には,前記モジュール1〜4による前記共有バス22の使用の優先順位を調停する際の指標となる第2の優先度を示す“Priority”が含まれている(図示するデータ領域31a(例えば4bit程度))。これにより,前記モジュール1〜4各々は,前記ディスクリプタ格納領域31に記憶されたディスクリプタ情報Z1〜Z4を取得する際に,該ディスクリプタ情報Z1〜Z4各々に含まれる“Priority”から前記第2の優先度を取得することとなる。本実施の形態では,前記ディスクリプタ情報Z1〜Z4各々に対応する前記第2の優先度 “4”〜“1” が予め設定されているものとする。
Here, the data structure of the descriptor information Z1 to Z4 stored in the descriptor storage area 31 will be described with reference to FIG.
As shown in FIG. 2, each of the descriptor information Z1 to Z4 is data in units of 32 bytes (32 bits × 8), and “Source Address”, “Destination Address”, “Data Size”, “Next Descriptor” for every 32 bits. It consists of each information of “Address”, “Reserved”, “User bit” × 3. One data amount (32 bytes in this case) of the descriptor information Z1 to Z4 depends on the specifications of the memory 30 and the bus bandwidth of the buses 21 and 22 in order to achieve a high-speed data transfer function in the system X1. Set as appropriate.
In the “Reserved” data area of the descriptor information Z1 to Z4, “Priority” indicating a second priority serving as an index when the priority order of use of the shared bus 22 by the modules 1 to 4 is arbitrated. "Is included (the data area 31a shown (for example, about 4 bits)). As a result, when each of the modules 1 to 4 acquires the descriptor information Z1 to Z4 stored in the descriptor storage area 31, the second priority from the "Priority" included in the descriptor information Z1 to Z4. Will get the degree. In the present embodiment, it is assumed that the second priorities “4” to “1” corresponding to the descriptor information Z1 to Z4 are set in advance.

このように構成された前記システムX1では,前記調停装置8の調停処理部81によって,前記モジュール1〜4が前記メモリ30から前記ディスクリプタ情報Z1〜Z4を取得する際には,前記モジュール1〜4による前記共有バス22の使用の優先順位が前記第1の優先度に基づいて調停され,前記モジュール1〜4が前記メモリ30との間で前記ディスクリプタ情報Z1〜Z4に基づくデータ転送を行う際には,前記モジュール1〜4による前記共有バス22の使用の優先順位が,前記第2の優先度に基づいて調停される。
以下,図3のフローチャートを用いて,前記システムX1において前記調停処理部81によって実行される調停処理の手順の一例について説明する。なお,図中のS1,S2,…は処理手順(ステップ)の番号を表している。
In the system X1 configured as described above, when the modules 1 to 4 acquire the descriptor information Z1 to Z4 from the memory 30 by the arbitration processing unit 81 of the arbitration device 8, the modules 1 to 4 are used. When the priority of use of the shared bus 22 is adjusted based on the first priority, the modules 1 to 4 perform data transfer with the memory 30 based on the descriptor information Z1 to Z4. The priority of the use of the shared bus 22 by the modules 1 to 4 is arbitrated based on the second priority.
Hereinafter, an example of the procedure of the arbitration process executed by the arbitration processing unit 81 in the system X1 will be described with reference to the flowchart of FIG. In the figure, S1, S2,... Represent processing procedure (step) numbers.

まず,前記モジュール1及び前記モジュール3が,前記メモリ30から前記ディスクリプタ情報Z1及びディスクリプタ情報Z3を取得する際に生じる前記モジュール1及び前記モジュール3による前記共有バス22の使用要求の競合を解消する調停処理について説明する。
なお,前記モジュール1及び前記モジュール3による前記共有バス22の使用要求の競合は,例えば前記モジュール2が前記共有バス22を使用している間に前記モジュール1及びモジュール3による前記共有バス22の使用要求がなされ,該二つの使用要求が待機された後,前記モジュール2による前記共有バス22の使用が終了した際に発生する。
First, the arbitration for resolving the contention for the use of the shared bus 22 by the module 1 and the module 3 that occurs when the module 1 and the module 3 obtain the descriptor information Z1 and the descriptor information Z3 from the memory 30. Processing will be described.
It should be noted that the contention for the use request of the shared bus 22 by the module 1 and the module 3 is, for example, the use of the shared bus 22 by the module 1 and the module 3 while the module 2 is using the shared bus 22. Occurs when the use of the shared bus 22 by the module 2 ends after a request is made and the two use requests are waited.

まず,ステップS1では,前記モジュール1〜4による前記メモリ30の使用要求が競合しているか否かが,前記調停処理部81によって判断される。具体的には,前記モジュール1〜4から送信される前記メモリ30へのアクセス要求信号や前記共有バス22の使用要求信号などを同時に複数のモジュールから受信しているか否かで判断される。ここでは,前記モジュール1及び前記モジュール3による前記共有バス22の使用要求が競合していると判断されるため(ステップS1のYes側),処理はステップS2に移行する。
なお,このステップS1における判断は,前記共有バス22の使用要求が競合していると判断されるまで継続して実行され,該共有バス22の使用要求が競合していないと判断されている(ステップS1のNo側)間は,前記共有バス22の使用要求を行った順に前記モジュール1〜4各々によって前記共有バス22が使用される。
First, in step S1, the arbitration processing unit 81 determines whether or not the use requests of the memory 30 by the modules 1 to 4 compete. Specifically, the determination is made based on whether or not the access request signal to the memory 30 and the use request signal for the shared bus 22 transmitted from the modules 1 to 4 are simultaneously received from a plurality of modules. Here, since it is determined that the use requests of the shared bus 22 by the module 1 and the module 3 are in conflict (Yes side of step S1), the process proceeds to step S2.
The determination in step S1 is continuously executed until it is determined that the use request for the shared bus 22 is in conflict, and it is determined that the use request for the shared bus 22 is not in conflict ( In step S1 (No side), the shared bus 22 is used by each of the modules 1 to 4 in the order in which the shared bus 22 is requested to be used.

続くステップS2では,前記共有バス22の使用要求が競合している前記モジュール1や前記モジュール3から,前記第2の優先度が通知されたか否かが前記調停処理部81によって判断される。この時点では,前記モジュール1及び前記モジュール3は,まだ前記メモリ30に記憶されたディスクリプタ情報Z1及びディスクリプタ情報Z3を取得していない。したがって,前記モジュール1や前記モジュール3から前記調停処理部81に前記第2の優先度が通知されていないため(ステップS2のNo側),処理はステップS3に移行する。   In the subsequent step S2, the arbitration processing unit 81 determines whether or not the second priority has been notified from the module 1 or the module 3 with which the use request of the shared bus 22 is competing. At this time, the module 1 and the module 3 have not yet acquired the descriptor information Z1 and the descriptor information Z3 stored in the memory 30. Therefore, since the second priority is not notified from the module 1 or the module 3 to the arbitration processing unit 81 (No side of step S2), the process proceeds to step S3.

ステップS3では,前記調停処理部81によって前記モジュール1及び前記モジュール3による前記共有バス22の使用の優先順位が,前記モジュール1及び前記モジュール3各々の前記第1の優先度に基づいて調停される。上述したように,本実施の形態における前記モジュール1と前記モジュール3の前記第1の優先度は各々“1”と“3”である。したがって,当該ステップS3の処理では,前記モジュール1の方が前記モジュール3よりも優先順位が高いと判断され,該モジュール1に前記共有バス22の使用権が与えられ,前記モジュール3による前記共有バス22の使用は待機される。
その後,前記モジュール1が前記メモリ30から該モジュール1に対応する前記ディスクリプタ情報Z1を取得して前記共有バス22を開放すると,前記調停処理部81により前記モジュール3に前記共有バス22の使用権が与えられ,該モジュール3は前記メモリ30から該モジュール3に対応する前記ディスクリプタ情報Z3を取得する。
以上のように,前記モジュール1及び前記モジュール3は,前記調停処理部81により前記第1の優先度に基づいて調停された前記共有バス22の使用の優先順位に従って,前記メモリ30から各々に対応する前記ディスクリプタ情報Z1及びZ3を取得する。ここで,前述したように,前記ディスクリプタ情報Z1〜Z4各々には該ディスクリプタ情報Z1〜Z4各々に対応した予め設定された前記第2の優先度“4”〜“1”が含まれているため,前記モジュール1は,前記ディスクリプタ情報Z1に含まれた第2の優先度“4”,前記モジュール3は,前記ディスクリプタ情報Z3に含まれた第2の優先度“2”を取得することとなる。
In step S <b> 3, the arbitration processing unit 81 arbitrates the use priority of the shared bus 22 by the module 1 and the module 3 based on the first priority of the module 1 and the module 3. . As described above, the first priorities of the module 1 and the module 3 in the present embodiment are “1” and “3”, respectively. Accordingly, in the process of step S3, it is determined that the module 1 has a higher priority than the module 3, and the right to use the shared bus 22 is given to the module 1, and the shared bus by the module 3 is given. The use of 22 is awaited.
Thereafter, when the module 1 acquires the descriptor information Z1 corresponding to the module 1 from the memory 30 and releases the shared bus 22, the arbitration processing unit 81 grants the right to use the shared bus 22 to the module 3. The module 3 obtains the descriptor information Z3 corresponding to the module 3 from the memory 30.
As described above, the module 1 and the module 3 correspond to the memory 30 according to the priority of use of the shared bus 22 that is arbitrated by the arbitration processing unit 81 based on the first priority. The descriptor information Z1 and Z3 to be acquired are acquired. Here, as described above, each of the descriptor information Z1 to Z4 includes the preset second priorities “4” to “1” corresponding to the descriptor information Z1 to Z4. , The module 1 acquires the second priority “4” included in the descriptor information Z1, and the module 3 acquires the second priority “2” included in the descriptor information Z3. .

続いて,前記モジュール1及び前記モジュール3が,前記メモリ30から取得した各々の前記ディスクリプタ情報Z1及び前記ディスクリプタ情報Z3に基づいて,前記メモリ30との間で前記ディスクリプタ情報Z1及び前記ディスクリプタ情報Z3に対応するデータY1及びデータY3のデータ転送を開始する際に生じる前記モジュール1及び前記モジュール3による前記共有バス22の使用要求の競合を解消する調停処理について説明する。
ここで,前記モジュール1及び前記モジュール3各々は,既に前記メモリ30から前記ディスクリプタ情報Z1及び前記ディスクリプタ情報Z3を取得しているため,該ディスクリプタ情報Z1及びディスクリプタ情報Z3に含まれた前記第2の優先度を取得している。したがって,前記モジュール1及び前記モジュール3各々は,前記ディスクリプタ情報Z1及び前記ディスクリプタ情報Z3に基づいて前記メモリ30との間で前記データY1及び前記データY3のデータ転送を開始するに際して,前記第2の優先度を前記調停処理部81に通知する。
Subsequently, the module 1 and the module 3 exchange the descriptor information Z1 and the descriptor information Z3 with the memory 30 based on the descriptor information Z1 and the descriptor information Z3 acquired from the memory 30, respectively. Arbitration processing for resolving contention for use requests of the shared bus 22 by the module 1 and the module 3 that occur when data transfer of corresponding data Y1 and data Y3 is started will be described.
Here, since each of the module 1 and the module 3 has already acquired the descriptor information Z1 and the descriptor information Z3 from the memory 30, the second information included in the descriptor information Z1 and the descriptor information Z3. The priority is acquired. Therefore, each of the module 1 and the module 3 starts the data transfer of the data Y1 and the data Y3 to and from the memory 30 based on the descriptor information Z1 and the descriptor information Z3. The priority is notified to the arbitration processing unit 81.

まず,ステップS1で,前記調停処理部81によって,前記モジュール1及び前記モジュール3による前記共有バス22の使用要求が競合していると判断されると(ステップS1のYes側),続いて実行されるステップS2では,前記調停処理部81によって,前記モジュール1及び前記モジュール3各々から前記第2の優先度が通知されたと判断され(ステップS2のYes側),処理がステップS4に移行する。なお,前述したように,前記ステップS1では,前記モジュール1〜4から送信される前記メモリ30へのアクセス要求信号や前記共有バス22の使用要求信号などを同時に複数のモジュールから受信しているか否かにより前記共有バス22の使用要求が競合しているか否かが判断される。
そして,このステップS4では,前記調停処理部81によって前記モジュール1及び前記モジュール3による前記共有バス22の使用の優先順位が,前記モジュール1及び前記モジュール3各々から通知された前記第2の優先度に基づいて調停される。上述したように,本実施の形態における前記モジュール1と前記モジュール3の第2の優先度は各々“3”と“1”である。したがって,当該ステップS4の処理では,前記モジュール3の方が前記モジュール1よりも優先度が高いと判断され,該モジュール3に前記共有バス22の使用権が与えられ,前記モジュール1による前記共有バス22の使用要求は待機される。その後,前記モジュール3と前記メモリ30との間でデータY3のデータ転送が終了して前記共有バス22が開放されると,前記調停処理部81によって前記モジュール1に前記共有バス22の使用権が与えられ,該モジュール1と前記メモリ30との間でデータY1のデータ転送が行われる。
このように,前記システムX1では,前記メモリ30との間でデータ転送を行う際の前記モジュール1〜4の優先順位が,転送されるデータY1〜Y4のデータサイズ等の情報を示す前記ディスクリプタ情報Z1〜Z4に含まれた前記第2の優先度によって調停されるため,データサイズの小さいデータの第2の優先度を,データサイズの大きいデータの第2の優先度より高く設定しておけば,データサイズの小さい順に転送を実行させること等が可能となり,前記前記システムX1におけるデータの転送効率が向上され,該システムX1が搭載された前記画像形成装置の処理速度が向上される。また,前記モジュール1〜4の種別に依存せず,前記ディスクリプタ情報Z1〜Z4に依存する前記第2の優先度に基づいて前記モジュール1〜4による前記共有バス22の使用の優先順位を調停する構成であるため,前記システムX1におけるソフト設計に柔軟に対応し得る。
First, in step S1, when the arbitration processing unit 81 determines that the use requests of the shared bus 22 by the module 1 and the module 3 are in conflict (Yes side of the step S1), the execution is subsequently performed. In step S2, the arbitration processing unit 81 determines that the second priority has been notified from each of the module 1 and the module 3 (Yes in step S2), and the process proceeds to step S4. As described above, in step S1, whether or not the access request signal to the memory 30 and the use request signal for the shared bus 22 transmitted from the modules 1 to 4 are simultaneously received from a plurality of modules. Thus, it is determined whether or not the use requests of the shared bus 22 are in conflict.
In step S4, the arbitration processing unit 81 notifies the priority order of use of the shared bus 22 by the module 1 and the module 3 from the module 1 and the module 3, respectively. Mediation based on As described above, the second priorities of the module 1 and the module 3 in the present embodiment are “3” and “1”, respectively. Therefore, in the process of step S4, the module 3 is determined to have a higher priority than the module 1, and the module 3 is given the right to use the shared bus 22, and the shared bus by the module 1 is given. 22 usage requests are waited. Thereafter, when the data transfer of the data Y3 between the module 3 and the memory 30 is completed and the shared bus 22 is released, the arbitration processing unit 81 grants the right to use the shared bus 22 to the module 1. The data Y1 is transferred between the module 1 and the memory 30.
As described above, in the system X1, the priority of the modules 1 to 4 when transferring data to and from the memory 30 is the descriptor information indicating information such as the data size of the transferred data Y1 to Y4. Since arbitration is performed according to the second priority included in Z1 to Z4, if the second priority of data having a small data size is set higher than the second priority of data having a large data size. It is possible to execute transfer in ascending order of data size, etc., the data transfer efficiency in the system X1 is improved, and the processing speed of the image forming apparatus equipped with the system X1 is improved. Further, the priority order of the use of the shared bus 22 by the modules 1 to 4 is arbitrated based on the second priority that depends on the descriptor information Z1 to Z4 without depending on the type of the modules 1 to 4. Since it is a structure, it can respond flexibly to the software design in the system X1.

以下,前記モジュール1〜4による前記共有バス22の使用の優先順位が,前記モジュール1〜4から受信した前記第2の優先度に基づく第3の優先度に基づいて調停される実施例について説明する。
ここに,図4は本発明の実施例に係る情報転送方式が採用されたシステムX2の概略構成を示すブロック図,図5は優先度設定テーブルの一例を示す図,図6は調停装置18により実行される調停処理の手順の一例を説明するフローチャートである。
なお,前記実施の形態において説明した前記システムX1と同様の構成要素については同じ符号を付し,その説明を省略する。
図4に示すように,前記システムX2における調停装置18は,前記モジュール1〜4による前記共有バス22の使用要求が競合した場合に調停処理を実行する調停処理部81と,前記画像形成装置の現在の動作モードが,いずれの動作モードであるかを判別する動作モード判別処理部82(動作モード判別手段の一例)と,前記動作モードと前記第2の優先度と第3の優先度とが対応付けられた複数の優先度設定テーブルT1〜T3を記憶する優先度設定テーブル記憶部83(優先度設定情報記憶手段の一例)と,前記画像形成装置の動作モードに応じて前記複数の優先度設定テーブルT1〜T3のうちいずれか一の優先度設定テーブルを選定する優先度設定テーブル選定処理部84(優先度設定情報選定手段の一例)と,前記優先度設定テーブル選定処理部84によって選定された前記優先度設定テーブルと前記第2の優先度とに基づいて前記第3の優先度を設定する優先度設定処理部85(優先度情報設定手段の一例)と,を備えて構成されている。
Hereinafter, an embodiment will be described in which the priority of use of the shared bus 22 by the modules 1 to 4 is arbitrated based on a third priority based on the second priority received from the modules 1 to 4. To do.
4 is a block diagram showing a schematic configuration of the system X2 adopting the information transfer method according to the embodiment of the present invention, FIG. 5 is a diagram showing an example of the priority setting table, and FIG. It is a flowchart explaining an example of the procedure of the arbitration process performed.
In addition, the same code | symbol is attached | subjected about the component similar to the said system X1 demonstrated in the said embodiment, and the description is abbreviate | omitted.
As shown in FIG. 4, the arbitration device 18 in the system X2 includes an arbitration processing unit 81 that executes arbitration processing when the use requests of the shared bus 22 by the modules 1 to 4 compete, and the image forming apparatus. An operation mode determination processing unit 82 (an example of an operation mode determination unit) that determines which operation mode is the current operation mode, the operation mode, the second priority, and the third priority. A priority setting table storage unit 83 (an example of a priority setting information storage unit) that stores a plurality of associated priority setting tables T1 to T3, and the plurality of priorities according to the operation mode of the image forming apparatus. A priority setting table selection processing unit 84 (an example of priority setting information selecting means) for selecting any one of the setting tables T1 to T3, and the priority setting A priority setting processing unit 85 (an example of priority information setting means) that sets the third priority based on the priority setting table selected by the table selection processing unit 84 and the second priority; , And is configured.

ここで,前記優先度設定テーブル記憶部83に記憶された優先度設定テーブルT1〜T3について図5を用いて説明する。
図5に示すように,前記優先度設定テーブルT1は前記画像形成装置の動作モードがプリントモードである場合,前記優先度設定テーブルT2はスキャンモードである場合,前記優先度設定テーブルT3はプリント・スキャン同時モードである場合,における前記第2の優先度と前記第3の優先度との対応を示している。例えば,前記優先度設定テーブルT2では,第2の優先度が“4”である場合には第3の優先度が“3”であり,第2の優先度が“2”である場合には第3の優先度が“1”であることを示している。
Here, the priority setting tables T1 to T3 stored in the priority setting table storage unit 83 will be described with reference to FIG.
As shown in FIG. 5, when the operation mode of the image forming apparatus is a print mode, the priority setting table T3 is a print mode, the priority setting table T3 is a print mode. In the simultaneous scan mode, the correspondence between the second priority and the third priority is shown. For example, in the priority setting table T2, when the second priority is “4”, the third priority is “3”, and when the second priority is “2”. The third priority is “1”.

このように構成された前記システムX2では,前記実施の形態で説明した前記調停処理(S1〜S4)における前記ステップS4に相当する処理において以下の処理が実行される。
図6のフローチャートに示すように,まず,ステップS41では,前記動作モード判別処理部82によって前記画像形成装置の現在の動作モードが判別される。具体的には前記CPU10から前記BIU7を介して伝達される前記画像形成装置の状態を示す状態信号の受信などによって該画像形成装置の現在の動作モードを判別する。或いは前記画像形成装置の状態を示すレジスタの立ち上がり状態を監視することにより,該画像形成装置の現在の動作モードを判別する。ここに,前記画像形成装置の動作モードとは,例えば,原稿画像を読み取るスキャンモードや原稿画像の印字出力を実行するプリントモード等,該画像形成装置の動作状態を示すものである。
そして,ステップS42では,前記優先度設定テーブル選定処理部83によって,前記ステップS41において判別された動作モードの種別に応じた優先度設定テーブルが前記優先度設定テーブルT1〜T3の中から選定される。具体的には,前記画像形成装置の動作モードがプリントモードである場合には,優先度設定テーブルT1が選定され,スキャンモードである場合には,優先度設定テーブルT2が選定され,プリント,スキャン同時モードである場合には,優先度設定テーブルT3が選定される。即ち,前記画像形成装置の動作モードに応じて前記優先度設定テーブルT1〜T3が切り換えられる。ここでは,前記画像形成装置の動作モードがスキャンモードであって,前記優先度設定テーブルT2が選定されたものとして説明を続ける。
次に,ステップS43では,前記モジュール1及び前記モジュール3各々から通知された前記第2の優先度と,前記ステップS42において選定された前記優先度設定テーブルT2とに基づいて,前記モジュール1及び前記モジュール3各々の第3の優先度が設定される。即ち,前記第2の優先度が“4”である前記モジュール1の第3の優先度は“3”に,前記第2の優先度が“2”である前記モジュール3の第3の優先度は“1”に設定される。
そして,続くステップS44では,前記調停処理部81によって,前記第3の優先度が設定された前記モジュール1と前記モジュール3とによる前記共有バス22の使用の優先順位が,各々の前記第3の優先度に基づいて調停される。ここでは,前記モジュール1の第3の優先度が“3”,前記モジュール3の第3の優先度が“1”であるため,前記モジュール3の優先順位が上位となり該モジュール3に前記共有バス22の使用権が与えられ,前記モジュール1による前記共有バスの使用は待機される。
In the system X2 configured as described above, the following processing is executed in the processing corresponding to step S4 in the arbitration processing (S1 to S4) described in the embodiment.
As shown in the flowchart of FIG. 6, first, in step S41, the operation mode discrimination processing unit 82 discriminates the current operation mode of the image forming apparatus. Specifically, the current operation mode of the image forming apparatus is determined by receiving a status signal indicating the status of the image forming apparatus transmitted from the CPU 10 via the BIU 7. Alternatively, the current operation mode of the image forming apparatus is determined by monitoring the rising state of the register indicating the state of the image forming apparatus. Here, the operation mode of the image forming apparatus indicates an operation state of the image forming apparatus such as a scan mode for reading a document image and a print mode for executing print output of a document image.
In step S42, the priority setting table selection processing unit 83 selects a priority setting table corresponding to the type of operation mode determined in step S41 from the priority setting tables T1 to T3. . Specifically, when the operation mode of the image forming apparatus is the print mode, the priority setting table T1 is selected. When the operation mode is the scan mode, the priority setting table T2 is selected, and printing, scanning is performed. In the simultaneous mode, the priority setting table T3 is selected. That is, the priority setting tables T1 to T3 are switched according to the operation mode of the image forming apparatus. Here, the description will be continued assuming that the operation mode of the image forming apparatus is the scan mode and the priority setting table T2 is selected.
Next, in step S43, based on the second priority notified from each of the module 1 and the module 3, and the priority setting table T2 selected in the step S42, the module 1 and the module 1 A third priority for each module 3 is set. That is, the third priority of the module 1 whose second priority is “4” is “3”, and the third priority of the module 3 whose second priority is “2”. Is set to “1”.
In the subsequent step S44, the arbitration processing unit 81 determines the priority of use of the shared bus 22 by the module 1 and the module 3 for which the third priority has been set. Arbitration is based on priority. Here, since the third priority of the module 1 is “3” and the third priority of the module 3 is “1”, the priority of the module 3 is higher and the module 3 has the shared bus. 22 usage rights are granted, and use of the shared bus by the module 1 is awaited.

以上のように,前記システムX2では,前記ディスクリプタ情報Z1〜Z4各々に含まれた前記第2の優先度と前記画像形成装置の動作モードに応じて選定される前記優先度設定テーブルT1〜T3とに基づいて設定される前記3の優先度に基づいて前記モジュール1〜4による前記共有バス22の使用の優先順位が調停される。即ち,前記画像形成装置においては,該画像形成装置の前記動作モード毎に適した調停が行われ,各動作モードにおける処理速度を向上させることができる。
また,前記メモリ30に記憶された前記ディスクリプタ情報Z1〜Z4各々に含まれる前記第2の優先度を前記画像形成装置の動作モードに応じて変更する構成も考えられる。具体的には,前記CPU10や前記調停装置8によって前記第2の優先度が前記画像形成装置の動作モードに応じて変更される。しかし,この場合には,該変更を実行する前記CPU10や前記調停装置8による処理負担の増加や,該変更に伴う前記共有バス22のバス帯域の混雑が懸念される。ところが,前記システムX2では,前記調停装置8において,前記ディスクリプタ情報Z1〜Z4各々に含まれる第2の優先度を変更することなく,該第2の優先度と前記画像形成装置の動作モードとに基づいて,該動作モードに適切な第3の優先度を設定することが可能であるため,前記CPU10や前記調停装置8による処理負担の増加や,該変更に伴う前記共有バス22のバス帯域の混雑を防止することができる。
As described above, in the system X2, the priority setting tables T1 to T3 selected according to the second priority included in each of the descriptor information Z1 to Z4 and the operation mode of the image forming apparatus, Based on the priority of 3 set based on the above, the priority of use of the shared bus 22 by the modules 1 to 4 is arbitrated. That is, in the image forming apparatus, arbitration suitable for each operation mode of the image forming apparatus is performed, and the processing speed in each operation mode can be improved.
A configuration is also conceivable in which the second priority included in each of the descriptor information Z1 to Z4 stored in the memory 30 is changed according to the operation mode of the image forming apparatus. Specifically, the second priority is changed by the CPU 10 and the arbitrating device 8 according to the operation mode of the image forming apparatus. However, in this case, there are concerns about an increase in processing load by the CPU 10 and the arbitrating device 8 that execute the change, and congestion of the bus bandwidth of the shared bus 22 due to the change. However, in the system X2, the arbitration device 8 changes the second priority and the operation mode of the image forming apparatus without changing the second priority included in each of the descriptor information Z1 to Z4. On the basis of this, it is possible to set an appropriate third priority for the operation mode, so that the processing load on the CPU 10 and the arbitrating device 8 is increased, and the bus bandwidth of the shared bus 22 due to the change is increased. Congestion can be prevented.

本発明の実施の形態に係る情報転送方式が採用されたシステムX1の概略構成を示すブロック図。The block diagram which shows schematic structure of the system X1 by which the information transfer system which concerns on embodiment of this invention was employ | adopted. 本発明におけるディスクリプタ情報の一例を示す図。The figure which shows an example of the descriptor information in this invention. 調停処理部81により実行される調停処理の手順の一例を説明するためのフローチャート。7 is a flowchart for explaining an example of a procedure of an arbitration process executed by an arbitration processing unit 81. 本発明の実施例に係る情報転送方式が採用されたシステムX2の概略構成を示すブロック図。The block diagram which shows schematic structure of the system X2 by which the information transfer system based on the Example of this invention was employ | adopted. 優先度設定テーブルの一例を示す図。The figure which shows an example of a priority setting table. 調停装置18により実行される調停処理の手順の一例を説明するフローチャート。The flowchart explaining an example of the procedure of the arbitration process performed by the arbitration apparatus. 従来の情報転送方式が採用されたシステムX3の概略構成を示すブロック図。The block diagram which shows schematic structure of the system X3 by which the conventional information transfer system was employ | adopted. 従来のディスクリプタ情報の一例を示す図。The figure which shows an example of the conventional descriptor information.

符号の説明Explanation of symbols

1〜4…モジュール(マスタ装置の一例)
7…BIU
8…調停装置(調停手段の一例)
81…調停処理部
82…動作モード判別処理部(動作モード判別手段の一例)
83…優先度設定テーブル記憶部(優先度設定情報記憶手段の一例)
84…優先度設定テーブル選定処理部(優先度設定情報選定手段の一例)
85…優先度設定処理部(優先度情報設定手段の一例)
10…CPU
20…ASIC
21,22…共有バス
30…メモリ(記憶手段の一例)
31…ディスクリプタ格納領域
31a…データ領域
32…データ格納領域
X1〜X3…システム
Y1〜Y4…データ
Z1〜Z4…ディスクリプタ情報
S1,S2,,,…処理手順(ステップ)番号
1-4 ... module (an example of a master device)
7 ... BIU
8. Arbitration device (an example of arbitration means)
81. Arbitration processing unit 82 ... Operation mode discrimination processing unit (an example of operation mode discrimination means)
83... Priority setting table storage unit (an example of priority setting information storage means)
84 ... Priority setting table selection processing unit (an example of priority setting information selection means)
85... Priority setting processing unit (an example of priority information setting means)
10 ... CPU
20 ... ASIC
21, 22 ... shared bus 30 ... memory (an example of storage means)
31 ... Descriptor storage area 31a ... Data area 32 ... Data storage areas X1 to X3 ... System Y1 to Y4 ... Data Z1 to Z4 ... Descriptor information S1, S2, ... Processing procedure (step) number

Claims (4)

複数のデータ及び該データ各々に対応する複数のディスクリプタ情報を記憶する記憶手段と,
前記記憶手段から取得した前記ディスクリプタ情報に基づいて前記記憶手段との間でデータの転送を行う複数のデータ転送手段と,
前記記憶手段と前記データ転送手段とを接続する共有バスと,
前記複数のデータ転送手段毎に予め設定された第1の優先度情報に基づいて前記複数のデータ転送手段による前記共有バスの使用の優先順位を調停する調停手段と,
を備えてなる情報転送方式であって,
前記ディスクリプタ情報が,該ディスクリプタ情報毎に予め設定された第2の優先度情報を含んでなり,
前記データ転送手段が,前記調停手段により前記第1の優先度情報に基づいて調停された前記共有バスの使用の優先順位に従って前記記憶手段から前記ディスクリプタ情報を取得すると共に,その後,前記記憶手段との間でデータの転送を行うに際して前記第2の優先度情報を前記調停手段に通知するものであって,
前記調停手段が,前記データ転送手段により通知された前記第2の優先度情報に基づいて前記複数のデータ転送手段による前記共有バスの使用の優先順位を調停してなることを特徴とする情報転送方式。
Storage means for storing a plurality of data and a plurality of descriptor information corresponding to each of the data;
A plurality of data transfer means for transferring data to and from the storage means based on the descriptor information acquired from the storage means;
A shared bus connecting the storage means and the data transfer means;
Arbitration means for arbitrating the priority of use of the shared bus by the plurality of data transfer means based on first priority information preset for each of the plurality of data transfer means;
An information transfer method comprising:
The descriptor information includes second priority information set in advance for each descriptor information;
The data transfer means acquires the descriptor information from the storage means in accordance with the priority of use of the shared bus arbitrated based on the first priority information by the arbitration means, and thereafter, the storage means Notifying the arbitration means of the second priority information when transferring data between
The information transfer characterized in that the arbitration means arbitrates the priority of use of the shared bus by the plurality of data transfer means based on the second priority information notified by the data transfer means method.
前記調停手段が,前記データ転送手段により通知された前記第2の優先度情報に基づく第3の優先度情報に基づいて前記複数のデータ転送手段による前記共有バスの使用の優先順位を調停してなる請求項1に記載の情報転送方式。   The arbitrating means arbitrates the priority of use of the shared bus by the plurality of data transfer means based on third priority information based on the second priority information notified by the data transfer means. The information transfer method according to claim 1. 前記調停手段が,
当該情報転送方式が採用された情報処理装置における現在の動作モードを判別する動作モード判別手段と,
前記動作モードに対応する優先度設定情報を記憶する優先度設定情報記憶手段と,
前記動作モード判別手段による判別結果に応じて,前記優先度設定情報記憶手段に記憶された複数の優先度設定情報のうちいずれか一を選定する優先度設定情報選定手段と,
前記優先度設定情報選定手段により選定された前記優先度設定情報と前記第2の優先度情報とに基づいて前記第3の優先度情報を設定する優先度情報設定手段と,
を備えてなる請求項2に記載の情報転送方式。
The mediation means is
An operation mode discrimination means for discriminating a current operation mode in the information processing apparatus adopting the information transfer method;
Priority setting information storage means for storing priority setting information corresponding to the operation mode;
Priority setting information selection means for selecting any one of a plurality of priority setting information stored in the priority setting information storage means according to the determination result by the operation mode determination means;
Priority information setting means for setting the third priority information based on the priority setting information and the second priority information selected by the priority setting information selecting means;
The information transfer system according to claim 2, further comprising:
請求項1〜3のいずれかに記載の情報転送方式を備えてなる画像形成装置。   An image forming apparatus comprising the information transfer method according to claim 1.
JP2005095838A 2005-03-29 2005-03-29 Information transfer system, and image forming device Pending JP2006277363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005095838A JP2006277363A (en) 2005-03-29 2005-03-29 Information transfer system, and image forming device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005095838A JP2006277363A (en) 2005-03-29 2005-03-29 Information transfer system, and image forming device

Publications (1)

Publication Number Publication Date
JP2006277363A true JP2006277363A (en) 2006-10-12

Family

ID=37212055

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005095838A Pending JP2006277363A (en) 2005-03-29 2005-03-29 Information transfer system, and image forming device

Country Status (1)

Country Link
JP (1) JP2006277363A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8065448B2 (en) 2008-05-15 2011-11-22 Fuji Xerox Co., Ltd. DMA control system, printing apparatus, transfer instruction method and computer readable medium
US10366020B2 (en) 2017-09-22 2019-07-30 Kabushiki Kaisha Toshiba Data transfer control device and image forming apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8065448B2 (en) 2008-05-15 2011-11-22 Fuji Xerox Co., Ltd. DMA control system, printing apparatus, transfer instruction method and computer readable medium
US10366020B2 (en) 2017-09-22 2019-07-30 Kabushiki Kaisha Toshiba Data transfer control device and image forming apparatus

Similar Documents

Publication Publication Date Title
JP4480427B2 (en) Resource management device
JP2008130056A (en) Semiconductor circuit
JP4715801B2 (en) Memory access control device
JP2006227836A (en) Data transfer system and data transfer method
KR100644596B1 (en) Bus system and bus arbitration method thereof
JP2007094649A (en) Access arbitration circuit
JP2016173798A (en) Semiconductor device
JP2001356961A (en) Arbitration device
JP5718305B2 (en) Image forming apparatus
JP2006277363A (en) Information transfer system, and image forming device
JP2009043089A (en) Bus control device and bus control method
JP2005303718A (en) Matrix bus connection system
US20160154603A1 (en) Data transfer control device, apparatus including the same, and data transfer control method
JPH09153009A (en) Arbitration method for hierarchical constitution bus
JP3985085B2 (en) DMA controller
JP4151362B2 (en) Bus arbitration method, data transfer device, and bus arbitration method
JP6582598B2 (en) Arbitration circuit
JP2007108858A (en) Pin sharing device and pin sharing method
JP2000099391A (en) Printer, printer controlling method and storage medium
JP2005316621A (en) Bus arbitration device and image processor
JP2013131139A (en) Access controller, image processing apparatus and access control method
JP7292044B2 (en) Control device and control method
JPH0844661A (en) Information processor
JPS63175964A (en) Shared memory
JP2007102509A (en) Arbitration device