JP4649926B2 - Data processing device - Google Patents

Data processing device Download PDF

Info

Publication number
JP4649926B2
JP4649926B2 JP2004276410A JP2004276410A JP4649926B2 JP 4649926 B2 JP4649926 B2 JP 4649926B2 JP 2004276410 A JP2004276410 A JP 2004276410A JP 2004276410 A JP2004276410 A JP 2004276410A JP 4649926 B2 JP4649926 B2 JP 4649926B2
Authority
JP
Japan
Prior art keywords
power saving
bus
circuit
cpu
data
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
JP2004276410A
Other languages
Japanese (ja)
Other versions
JP2006092230A (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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation 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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2004276410A priority Critical patent/JP4649926B2/en
Publication of JP2006092230A publication Critical patent/JP2006092230A/en
Application granted granted Critical
Publication of JP4649926B2 publication Critical patent/JP4649926B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

この発明は、データ処理装置に関し、とくに、汎用I/Oインタフェース装置を用いた場合でもCPUやDRAMの節電状態に起因する問題を解消できるようにしたものである。   The present invention relates to a data processing apparatus, and in particular, can solve a problem caused by a power saving state of a CPU or DRAM even when a general-purpose I / O interface apparatus is used.

近年、環境に優しい製品の要求が強まり、プリンタ等のOA機器等においても待機時の消費電力削減の要求が大きくなっている。図1に従来のプリンタの構成例を示す。図1に示すように、プリンタ10は転写装置100および基板回路部(Electrrical Sub systemともいう)200を含み、基板回路部200は、例えば、CPU201、キャッシュメモリ202、バスブリッジ回路203、メモリバス204、DRAM205、206、PCIバス207、ビデオインタフェース回路208、イーサネット(商標)インタフェース回路209、USBインタフェース回路210、パラレルインタフェース回路211等を含んで構成される。プリンタ10は通信ネットワーク(イーサネット。商標)30にイーサネットインタフェース回路209を介して接続され、リモートのホスト装置から印刷ジョブを受け付け、また通信ネットワーク30に接続された、あるいはスタンドアローンのホスト装置(パーソナルコンピュータ)40にUSBインタフェース回路210またはパラレルインタフェース211を介して接続され、当該ホスト装置40から印刷ジョブを受け付ける。   In recent years, the demand for environmentally friendly products has increased, and the demand for reducing power consumption during standby has also increased in office automation equipment such as printers. FIG. 1 shows a configuration example of a conventional printer. As shown in FIG. 1, the printer 10 includes a transfer device 100 and a substrate circuit unit (also referred to as an electrical sub system) 200. The substrate circuit unit 200 includes, for example, a CPU 201, a cache memory 202, a bus bridge circuit 203, and a memory bus 204. DRAM 205, 206, PCI bus 207, video interface circuit 208, Ethernet (trademark) interface circuit 209, USB interface circuit 210, parallel interface circuit 211, and the like. The printer 10 is connected to a communication network (Ethernet ™) 30 via an Ethernet interface circuit 209, accepts a print job from a remote host device, and is connected to the communication network 30 or a stand-alone host device (personal computer). ) 40 via the USB interface circuit 210 or the parallel interface 211, and accepts a print job from the host device 40.

このようなプリンタ等において、消費電力を削減する一手段として、CPU201やDRAM205、206をスリープモードやセルフリフレッシュモード等といった回路素子に組み込まれた省エネ機能を使用する方法が一般的である(図2)。   In such a printer or the like, as a means for reducing power consumption, a method of using an energy saving function in which the CPU 201 and the DRAMs 205 and 206 are incorporated in a circuit element such as a sleep mode and a self-refresh mode is generally used (FIG. 2). ).

一方、CPU201をスリープモード等の深い節電状態(最も省エネ効果が高い状態)に入れた場合、データバスが動作する事だけでは節電を解除する条件とはならない為、結果としてDRAM205、206のセルフリフレッシュを解除せずにデータ書き込みを実施してしまうためにデータが破棄されてしまったり、キャッシュメモリ202がバススヌープを行わない為にキャッシュメモリ202内データとDRAM205、206内データとの間に不整合が生じる、といった問題が発生する(図3)。   On the other hand, when the CPU 201 is put into a deep power saving state (the state where the energy saving effect is the highest) such as a sleep mode, the operation of the data bus is not a condition for releasing the power saving. The data is discarded because the data is written without releasing the data, or the cache memory 202 does not perform the bus snoop, so the data in the cache memory 202 and the data in the DRAMs 205 and 206 are inconsistent. Will occur (FIG. 3).

これを回避する技術として、外部IO装置とのI/Fを司るI/O ASIC(特定用途向けIC)220に、データを受信したらCPUに割り込みを発生させる手段を持たせ、CPU201が節電状態から復帰してから所望のデータ転送を開始する事で上記問題を解決する技術が知られている(図4及び図5)。具体的には、I/O ASIC220がホスト装置からデータを受信したらCPU201にSMI(System Management Interrupt)割り込みを行い、CPU201をスリープモードから復帰させ、これに応じてバス207にデータを転送する。   As a technique for avoiding this, an I / O ASIC (specific application IC) 220 that controls I / F with an external IO device has a means for generating an interrupt to the CPU when data is received. There is known a technique for solving the above problem by starting desired data transfer after returning (FIGS. 4 and 5). Specifically, when the I / O ASIC 220 receives data from the host device, the CPU 201 performs an SMI (System Management Interrupt) interrupt to return the CPU 201 from the sleep mode, and transfers the data to the bus 207 accordingly.

ところで、外部インターフェイスからデータを受信した際、データ転送を開始する前に割り込みを発生する機能は、汎用部品には無い為、ASIC等カスタマイズ部品を設計する必要がある。一方でPCのインターフェイスに見られる通り新しいインターフェイスが短期間に出てくるためにカスタマイズ部品の作り替えが短期間に発生してしまい投資額が嵩むと言う問題がある。したがって、投資額を抑制した場合には、汎用品を使用せざるをえず、先に指摘したとおり深い節電状態に入れる事が出来ない、と言う問題が生じる。   By the way, since a general-purpose component does not have a function of generating an interrupt before starting data transfer when data is received from an external interface, it is necessary to design a customized component such as an ASIC. On the other hand, since a new interface appears in a short period of time as seen in the PC interface, there is a problem that customization parts need to be recreated in a short period of time and the investment amount increases. Therefore, when the investment amount is suppressed, there is a problem that it is unavoidable to use a general-purpose product and cannot enter a deep power saving state as pointed out earlier.

この発明は、以上の事情を考慮してなされたものであり、汎用品を用いても深い節電状態に入れることができるデータ処理技術を提供することを目的としている。   The present invention has been made in view of the above circumstances, and an object of the present invention is to provide a data processing technique capable of entering a deep power saving state even if a general-purpose product is used.

この発明の原理的な構成例においては、上述の目的を達成するために、汎用部品を使用して、新しい機能を実現しつつカスタマイズ部品を使用した時と遜色ない低消費電力を実現する。具体的には、汎用部品が有するDMA機能用の信号線を使用してデータ転送の開始タイミングを検出して節電の復帰を行うと同時に、この信号線を制御することで節電状態から復帰した後にデータ転送を開始することで問題を解決するものである。   In the basic configuration example of the present invention, in order to achieve the above-described object, a low-power consumption comparable to that when a customized part is used is realized using a general-purpose part while realizing a new function. Specifically, the DMA function signal line of the general-purpose component is used to detect the start timing of data transfer to restore power saving, and at the same time, after returning from the power saving state by controlling this signal line The problem is solved by starting the data transfer.

すなわち、入力データの処理等を行うCPUと、データの蓄積等を担うメモリと、データを外部と通信する機能を有するI/Oインタフェース回路(I/Oデバイスともいう)を構成要素としてデータ処理装置を構成し、CPUやメモリ等に節電機能を設け、節電中にI/Oデバイスとメモリ間もしくはI/Oデバイス間でデータ転送を行う前に、データ転送に必要な箇所の節電状態を解除する。   That is, the data processing apparatus includes a CPU for processing input data, a memory for storing data, and an I / O interface circuit (also referred to as an I / O device) having a function of communicating data with the outside. The power saving function is provided in the CPU, memory, etc., and the power saving state at the location necessary for data transfer is canceled before data transfer between the I / O device and memory or between the I / O devices during power saving. .

節電の解除は、典型的には、節電解除トリガ検出手段への信号入力によって行う。   Release of power saving is typically performed by inputting a signal to the power saving release trigger detection means.

節電解除トリガ検出手段への入力信号は、例えばI/Oデバイスのデータ転送要求信号から作成する。   The input signal to the power saving release trigger detection means is created from, for example, a data transfer request signal of the I / O device.

節電中にI/Oデバイスがデータ転送要求を出した際、節電状態が解除されてからデータ転送要求処理を行う。   When the I / O device issues a data transfer request during power saving, the data transfer request processing is performed after the power saving state is released.

さらに、この発明を説明する。   Further, the present invention will be described.

この発明の一側面によれば、上述の目的を達成するために、入力データの処理等を行うCPUと、データの蓄積等を担うメモリと、外部とデータ通信を行なう機能を有するI/Oインタフェース回路とを具備し、上記CPUまたは上記メモリに節電機能を有するデータ処理装置に:上記I/Oインタフェース回路からデータ転送要求をデータ転送要求を受け取るデータ転送要求受信手段と;上記CPUおよび上記メモリが節電状態のときに上記データ転送要求を受け取った場合、上記CPUに節電解除要求を行なうための割り込み要求を送る割り込み要求送信手段と;上記CPUから節電解除通知を受け取る節電解除通知受信手段とを設け、この節電解除通知に応じて上記I/Oインタフェース回路にデータ転送を許諾するようにしている。   According to one aspect of the present invention, in order to achieve the above object, a CPU that processes input data, a memory that stores data, and the like, and an I / O interface that has a function of performing data communication with the outside A data processing apparatus having a power saving function in the CPU or the memory: a data transfer request receiving means for receiving a data transfer request from the I / O interface circuit; and the CPU and the memory When receiving the data transfer request in the power saving state, there is provided an interrupt request transmitting means for sending an interrupt request for making a power saving release request to the CPU; and a power saving release notification receiving means for receiving a power saving release notification from the CPU. In response to the power saving cancellation notification, the I / O interface circuit is permitted to transfer data.

典型的には、CPUおよびメモリの双方に節電機能が設けられるが、これに限定されず、例えば、CPUのみに節電機能があってもよい。メモリはメモリコントローラを含むメモリ装置を広く指し、メモリコントローラに節電機能を設けた場合にも、ここでいう節電機能付きのメモリに含まれる。メモリコントローラは例えばバスブリッジ等に配されるが、これに限定されない。   Typically, both the CPU and the memory are provided with a power saving function, but the present invention is not limited to this. For example, only the CPU may have a power saving function. The memory broadly refers to a memory device including a memory controller, and even when the memory controller is provided with a power saving function, the memory is included in the memory with the power saving function referred to here. For example, the memory controller is arranged in a bus bridge or the like, but is not limited thereto.

この構成においてはI/Oインタフェース回路自体は通常の汎用のものを使用することができ、それでいて節電状態を解除してからデータ転送を行なうことができる。   In this configuration, a general-purpose I / O interface circuit itself can be used, and data transfer can be performed after the power saving state is canceled.

この構成において、典型的には、バス調停回路を用いてバス要求を調停するアーキテクチャを前提とする。この具体的なアーキテクチャでは、節電解除通知受信手段は、節電解除通知を受け取ったときに上記バス調停回路にバス要求を送り、上記バス調停回路は上記バス要求に対するバス許諾通知を上記I/Oインタフェース回路に送るように構成する。   This configuration typically assumes an architecture that arbitrates bus requests using a bus arbitration circuit. In this specific architecture, the power saving cancellation notification receiving means sends a bus request to the bus arbitration circuit when receiving the power saving cancellation notification, and the bus arbitration circuit sends a bus permission notification for the bus request to the I / O interface. Configure to send to circuit.

また、I/Oインタフェース特定用途ICを具備し、当該I/Oインタフェース特定用途ICは、上記CPUからの節電移行指示に伴って節電状態へ移行し、データ転送要求を受け取ったときに上記CPUに節電解除要求を行なうための割り込み要求を送り、上記CPUから節電解除通知を受け、これに応じてデータ転送を開始ようにしてもよい。   The I / O interface specific application IC includes an I / O interface specific application IC. The I / O interface specific application IC shifts to a power saving state in response to a power saving transition instruction from the CPU and receives a data transfer request. An interrupt request for making a power saving release request may be sent to receive a power saving release notification from the CPU, and data transfer may be started in response thereto.

また、ビデオインタフェース回路を有し、このビデオインタフェース回路に印刷ユニットが接続されるようにしてもよい。   Further, a video interface circuit may be provided, and a printing unit may be connected to the video interface circuit.

この発明の上述の側面および他の側面は特許請求の範囲に記載され以下実施例を用いて詳述される。   These and other aspects of the invention are set forth in the appended claims and will be described in detail below with reference to examples.

この発明によれば、汎用部品を使用して、新しい機能を実現しつつカスタマイズ部品を使用した時と遜色ない低消費電力を実現する。   According to the present invention, a low-power consumption comparable to that of using a customized part is realized while realizing a new function by using a general-purpose part.

以下、この発明の実施例について説明する。   Examples of the present invention will be described below.

図6は、この発明をプリンタに適用した実施例を示しており、この図において図4と対応する箇所には対応する符号を付した。なお、図6のPCIバスアービタ219は図4では便宜上示されていないが、図4の構成例でも実際には存在する。PCIバスアービタ219は、PCIバス207の使用権を適切に与える機能を提供するバス調停回路である。また、汎用I/O LSI221と記載している部分が、I/O ASIC220では提供できていない新たなIF LSIで、これを図4に記載した回路に直接接続した場合には節電機能を有効に活用できない(浅い節電モードにしか入れない)と言う問題がある。この問題を解決する為に新たに設けたのが、図6記載の節電対応回路222である。   FIG. 6 shows an embodiment in which the present invention is applied to a printer. In this figure, parts corresponding to those in FIG. The PCI bus arbiter 219 of FIG. 6 is not shown for convenience in FIG. 4, but actually exists in the configuration example of FIG. The PCI bus arbiter 219 is a bus arbitration circuit that provides a function for appropriately giving the right to use the PCI bus 207. In addition, the portion indicated as general-purpose I / O LSI 221 is a new IF LSI that cannot be provided by I / O ASIC 220, and when this is directly connected to the circuit shown in FIG. There is a problem that it can not be used (can only be put into shallow power saving mode). In order to solve this problem, a power saving circuit 222 shown in FIG. 6 is newly provided.

PCIバスアービタ219は、各PCIデバイスからの信号/REQを受け、唯一のデバイスにのみ信号/GNTを与える。PCIデバイスは信号/GNTを受け取った場合にのみPCIバス207の使用権を得、PCIバス207を使用する事が可能となる。PCIバスアービタ219は、バスブリッジ回路203に内臓される場合もあれば外部に独立した回路として存在する場合もある。   The PCI bus arbiter 219 receives the signal / REQ from each PCI device, and provides the signal / GNT to only one device. The PCI device obtains the right to use the PCI bus 207 only when it receives the signal / GNT, and can use the PCI bus 207. The PCI bus arbiter 219 may be built in the bus bridge circuit 203 or may exist as an independent circuit outside.

この実施例の構成では、汎用I/O LSI221の信号/REQが節電対応回路222の/REQ端子に送られる。節電対応回路222は汎用I/O LSI221から信号/REQを受け取ると、信号/SMIをCPU201に送り、CPU201は節電状態解除後に信号/QACKを節電対応回路222に返す。節電対応回路222はCPU201から信号/QACKを受け取って初めて汎用I/O LSI221に代わってPCIバスアービタ219に信号/REQを送り、調停後にバスアクセス権が許諾されるときには信号/GRTがPCIバスアービタ219から汎用I/O LSI221に送られる。これにより、汎用I/O LSI221はPCIバス207の使用が可能となる。   In the configuration of this embodiment, the signal / REQ of the general-purpose I / O LSI 221 is sent to the / REQ terminal of the power saving circuit 222. When the power saving circuit 222 receives the signal / REQ from the general-purpose I / O LSI 221, the signal / SMI is sent to the CPU 201, and the CPU 201 returns the signal / QACK to the power saving circuit 222 after canceling the power saving state. The power saving circuit 222 sends a signal / REQ to the PCI bus arbiter 219 instead of the general-purpose I / O LSI 221 only after receiving the signal / QACK from the CPU 201. When the bus access right is granted after arbitration, the signal / GRT is sent from the PCI bus arbiter 219. It is sent to the general purpose I / O LSI 221. As a result, the general-purpose I / O LSI 221 can use the PCI bus 207.

次に、図7〜図9も参照して汎用I/O LSI221に着目して動作を説明する。   Next, with reference to FIGS. 7 to 9 as well, the operation will be described focusing on the general-purpose I / O LSI 221. FIG.

図7は、節電モードへの遷移を説明し、図8はシステムの状態と信号との相関関係を示し、図9は、節電対応回路222の状態遷移図を示し、図10はこの状態遷移に対する節電対応回路222の出力信号の真理値表を示す。   7 illustrates the transition to the power saving mode, FIG. 8 illustrates the correlation between the system state and the signal, FIG. 9 illustrates the state transition diagram of the power saving correspondence circuit 222, and FIG. 10 illustrates the state transition. The truth table of the output signal of power saving correspondence circuit 222 is shown.

まず、システム全体が節電モードに移行する際には、図7に示すように、節電対応回路222に対してI/O ASIC220の汎用バス223経由でPower−Saveモードへの移行を指示する(S10)。具体的には、節電対応回路222内に設けたレジスタへの設定を行う。これと前後して、I/O ASIC220を初めとする各デバイスに対して節電モードへの移行設定を行う(S11)。これらの節電モード移行準備が整ったら最後にCPU201を節電モードへ移行する(S12)。このフローに従って設定を行うと、図6に記載の通りCPU201の/QACK出力がHレベルからLレベルに遷移し、この遷移によってCPU201が節電モードへ移行した事を節電対応回路222は検知する事が可能となる。   First, when the entire system shifts to the power saving mode, as shown in FIG. 7, the power saving corresponding circuit 222 is instructed to shift to the Power-Save mode via the general-purpose bus 223 of the I / O ASIC 220 (S10). ). Specifically, a setting is made in a register provided in the power saving circuit 222. Before and after this, the transition setting to the power saving mode is performed for each device including the I / O ASIC 220 (S11). When these power saving mode preparations are completed, the CPU 201 is finally transferred to the power saving mode (S12). When the setting is performed according to this flow, the / QACK output of the CPU 201 transitions from the H level to the L level as shown in FIG. 6, and the power saving corresponding circuit 222 may detect that the CPU 201 has shifted to the power saving mode due to this transition. It becomes possible.

節電中に汎用I/O LSI221がデータを受信すると、DRAM205、206へデータを転送する為にPCIバス207の使用許可を求める/REQ信号をアサート(Lレベルを出力)する。節電対応回路222は/REQI入力がLレベルになった事を検出してCPU201に対して/SMI信号をアサートして節電復帰のための割り込み動作を行わせる。CPU201が節電モードから復帰するとCPU201の/QACK出力がネゲート(Hレベル出力)されるため、節電対応回路222はCPU201が節電モードから復帰した事を知ることができる。節電対応回路222は信号/QACKがネゲートされた事を検出し、PCIバスアービタ219への/REQO出力をアサートする。そして、バス調停の結果として、バス利用権が汎用I/O LSI221に与えられ、データ転送が開始される。以上の動作を行うことで、汎用IO LSI221を使用しながら、システムを深い節電モードに移行していたとしても、システムが節電モードから復帰してから通常のPCIデータ転送を開始するため、従来懸念されていた不具合が発生しなくなる。   When the general-purpose I / O LSI 221 receives data during power saving, the / REQ signal for requesting permission to use the PCI bus 207 is asserted (outputs L level) in order to transfer the data to the DRAMs 205 and 206. The power saving support circuit 222 detects that the / REQI input has become L level, and asserts the / SMI signal to the CPU 201 to perform an interrupt operation for restoring power saving. When the CPU 201 returns from the power saving mode, the / QACK output of the CPU 201 is negated (H level output), so that the power saving corresponding circuit 222 can know that the CPU 201 has returned from the power saving mode. The power saving circuit 222 detects that the signal / QACK is negated, and asserts the / REQO output to the PCI bus arbiter 219. As a result of the bus arbitration, a bus use right is given to the general-purpose I / O LSI 221 and data transfer is started. By performing the above operation, even if the system is shifted to the deep power saving mode while using the general-purpose IO LSI 221, normal PCI data transfer is started after the system returns from the power saving mode. The problem that has been done will not occur.

なお、本動作を行う為には、節電モード移行中のバスパーキングが汎用I/O LSI以外になっている必要がある(汎用I/O LSIがパーキングデバイスである場合には、既にPCIバスが獲得できている為に信号/REQを出力することなくデータ転送をしても良い事がPCIの仕様で唄われており、結果として不具合を起こしてしまう問題を回避するため)。   In order to perform this operation, the bus parking during the transition to the power saving mode must be other than the general-purpose I / O LSI (if the general-purpose I / O LSI is a parking device, the PCI bus has already been (According to the PCI specification, it is advisable to transfer data without outputting a signal / REQ because it has been acquired, in order to avoid the problem of causing problems as a result).

なお本実施例では既存ASICとの混在を想定し、既存ASICは節電中にPCIバスの使用が必要な場合にはSMIを先に出す仕組みが出来上がっているため、節電対応回路に既存ASICのSMI出力を入力して内部状態との矛盾が発生しないようにしている。   In this embodiment, it is assumed that the existing ASIC is mixed with the existing ASIC, and the existing ASIC has a mechanism in which the SMI is first issued when the PCI bus is required during power saving. The output is input so that there is no conflict with the internal state.

次に、Systemの状態と信号線の相関関係について図8を用いて説明する。Systemが通常状態にある時には、汎用IO I/Fがデータを受信するとPCIバスを獲得する為に/REQ出力をアサートする。この信号は、節電回路の/REQI入力に入るが、節電回路が通常状態にある場合にはそのまま/REQO出力にそのまま値を出力する。節電回路の/REQO出力はPCIバスアービタの/REQ入力に加わり、アービタに設定されたアービトレーションアルゴリズム(例えばラウンドロビン)に従って優先順位付けが行われ、適当な優先順位で汎用IO I/Fに対して信号/GNTをアサートしてPCI使用権を渡す。Systemが節電状態に入る場合には、図7記載の節電モードへの移行フローチャートに準じたSW処理を行う。この処理によって最後にはCPUが節電状態へ入るが、この状態は/QACK出力信号がアサートされる為に節電回路で検出する。節電中に汎用IO I/Fがデータを受信すると、PCIバスの使用権を獲得する為に/REQ出力がアサートされ、節電回路の/REQI入力がLレベルとなる。節電回路はPowerSave状態の時に/REQI入力がアサートされたらまず、/SMI出力をアサートし、CPUに対して節電復帰割り込みを発生させる。節電復帰割り込みを受けたCPUは節電状態から復帰すると同時に/QACK出力がHレベルに移行するため、節電状態から復帰したことを節電回路が検出する事が可能となる。節電回路は、/REQO出力をアサートしてPCIバスアービタに対して汎用IO I/Fに対するPCIバス使用許諾要求を出し、汎用IO I/Fに対してバスの使用権を与える。上記の動作を行うことで、汎用IO I/Fを使用しつつ、深い節電状態に入っている場合においてもデータを安全に転送する事が可能となる。   Next, the correlation between the state of the system and the signal line will be described with reference to FIG. When the system is in the normal state, when the general-purpose IO I / F receives data, the / REQ output is asserted to acquire the PCI bus. This signal enters the / REQI input of the power saving circuit, but when the power saving circuit is in a normal state, the value is output as it is to the / REQO output. The / REQO output of the power saving circuit is added to the / REQ input of the PCI bus arbiter, and prioritization is performed according to an arbitration algorithm (for example, round robin) set in the arbiter, and signals are sent to the general-purpose IO I / F with appropriate priorities. Assert / GNT and pass the right to use PCI. When the system enters the power saving state, SW processing is performed in accordance with the flowchart for shifting to the power saving mode shown in FIG. By this processing, the CPU finally enters the power saving state. This state is detected by the power saving circuit because the / QACK output signal is asserted. When the general-purpose IO I / F receives data during power saving, the / REQ output is asserted to acquire the right to use the PCI bus, and the / REQI input of the power saving circuit becomes L level. When the / REQI input is asserted in the Power Save state, the power saving circuit first asserts the / SMI output and generates a power saving return interrupt to the CPU. When the CPU that has received the power saving return interrupt returns from the power saving state and the / QACK output shifts to the H level, the power saving circuit can detect the return from the power saving state. The power saving circuit asserts the / REQO output, issues a PCI bus use permission request for the general-purpose IO I / F to the PCI bus arbiter, and gives the right to use the bus to the general-purpose IO I / F. By performing the above operation, it is possible to transfer data safely even in the deep power saving state while using the general-purpose IO I / F.

図9には、本実施例において使用する節電回路の状態遷移図を、図10には前記状態遷移に対する節電回路の出力信号の真理値表を示す。   FIG. 9 shows a state transition diagram of the power saving circuit used in this embodiment, and FIG. 10 shows a truth table of output signals of the power saving circuit with respect to the state transition.

なお、本実施例では汎用IO I/Fが一つしか接続されていないケースについて説明しているが、複数の汎用IO I/Fが接続されたシステムにおいても、容易な回路構成の変更によって対応することが可能である。   In this embodiment, the case where only one general-purpose IO I / F is connected has been described. However, even in a system in which a plurality of general-purpose IO I / Fs are connected, it can be handled by a simple circuit configuration change. Is possible.

本実施例では、PCIバスアービタへの/REQ入力を制御することで節電中にデータ転送が行われることを防止する方式としているが、/GNT出力を制御する方式とする事も可能である。ただし、信号/GNTを制御する場合には、/GNT出力を節電回路にてマスクしてしまうためにPCIバスパーキングが行われなくなる結果入力信号レベルが不定となりラッチアップ等を引き起こす懸念がある。この懸念を回避するため、例えば信号/GNTをマスクしている間は汎用IO I/F以外のデバイス(Bridge等)に信号/GNTを与えてバスパーキングする方式や、PCIバスを適切にPull−UpもしくはPull−Down処理する方式の他、バスホールド機能を有したBufferを使用する方法を用いることが可能である。   In the present embodiment, a method of preventing data transfer during power saving by controlling the / REQ input to the PCI bus arbiter is used, but a method of controlling the / GNT output can also be used. However, when the signal / GNT is controlled, the output of the / GNT is masked by the power saving circuit, so that the PCI bus parking is not performed. As a result, there is a concern that the input signal level becomes unstable and causes latch-up. In order to avoid this concern, for example, while masking the signal / GNT, a signal parking / parking is performed by giving a signal / GNT to a device other than the general-purpose IO I / F (Bridge, etc.), or a PCI bus is appropriately pulled In addition to the Up or Pull-Down processing method, a method using a Buffer having a bus hold function can be used.

また、本実施例ではPCIバスアービタを一つの機能ブロックとして記載しているが、このアービタは例えばBridge等に内臓されるものであっても良い。更に、節電回路はPCIバスアービタとは別回路構成としているが、PCIバスアービタに機能を付加し、同一回路内にバス調停機能と節電機能とを実装することも可能である。   In this embodiment, the PCI bus arbiter is described as one functional block. However, this arbiter may be incorporated in, for example, Bridge or the like. Further, although the power saving circuit has a circuit configuration different from that of the PCI bus arbiter, it is possible to add a function to the PCI bus arbiter and to implement a bus arbitration function and a power saving function in the same circuit.

また、上述の実施例ではプリンタを例に挙げたが、節電機能を有するCPU、DRAMを採用するデータ処理システムであればどのようなものでもよい。   In the above embodiment, the printer is taken as an example, but any data processing system adopting a CPU and DRAM having a power saving function may be used.

従来のデータ処理装置(プリンタ)の構成を説明する図である。It is a figure explaining the structure of the conventional data processing apparatus (printer). 図1のデータ処理装置の節電中の状態を説明する図である。It is a figure explaining the state in power saving of the data processor of FIG. 図1のデータ処理装置が節電中のときに発生する不具合を説明する図である。It is a figure explaining the malfunction which generate | occur | produces when the data processor of FIG. 1 is in power saving. 従来のデータ処理装置の不具合を特定用途ICで解消した構成例を説明する図である。It is a figure explaining the structural example which eliminated the malfunction of the conventional data processing apparatus by specific application IC. 図4の構成例の動作を説明する図である。It is a figure explaining operation | movement of the structural example of FIG. この発明の実施例の構成を説明する図である。It is a figure explaining the structure of the Example of this invention. 実施例のおける節電モードへの移行を説明する図である。It is a figure explaining the transfer to the power saving mode in an Example. 実施例におけるシステムの状態と信号の相関関係を示すタイムチャートである。It is a time chart which shows the correlation of the state of the system and signal in an Example. 実施例の節電対応回路の状態遷移図である。It is a state transition diagram of the power saving circuit of the embodiment. 実施例の節電対応回路の出力真理値表を説明する図である。It is a figure explaining the output truth value table of the power-saving corresponding | compatible circuit of an Example.

符号の説明Explanation of symbols

10 プリンタ
30 通信ネットワーク
40 ホスト装置
100 転写装置
200 基板回路部
201 CPU
202 キャッシュメモリ
203 バスブリッジ回路
204 メモリバス
205、206 DRAM
207 PCIバス
208 ビデオインタフェース回路
209 イーサネットインタフェース回路
209 インタフェース回路
210 USBインタフェース回路
211 パラレルインタフェース
211 パラレルインタフェース回路
219 PCIバスアービタ
220 I/O ASIC
221 汎用I/O LSI
222 節電対応回路
223 汎用バス
10 Printer 30 Communication Network 40 Host Device 100 Transfer Device 200 Substrate Circuit Unit 201 CPU
202 Cache memory 203 Bus bridge circuit 204 Memory bus 205, 206 DRAM
207 PCI bus 208 Video interface circuit 209 Ethernet interface circuit 209 Interface circuit 210 USB interface circuit 211 Parallel interface 211 Parallel interface circuit 219 PCI bus arbiter 220 I / O ASIC
221 General-purpose I / O LSI
222 Power saving circuit 223 General purpose bus

Claims (2)

入力データの処理等行うCPUと、データの蓄積等を担うメモリと、外部とデータ通信を行なう機能を有するI/Oインタフェース回路と、上記CPU、上記メモリ、および上記I/Oインタフェース回路の間のPCIバスを介したデータの送受を行うためのバス要求を調停するバス調停回路を具備し、上記CPUまたは上記メモリに節電機能を有するデータ処理装置において、
上記I/Oインタフェース回路から上記PCIバスに対するバス要求を受け取り、上記CPUまたは上記メモリが節電状態のときに上記バス要求を受け取った場合、上記CPUに節電解除要求を行なうための割り込み要求を送り、上記CPUから節電解除通知を受け取り、上記節電解除通知に基づいて上記I/Oインタフェース回路に関して上記PCIバスに対するバス要求を上記バス調停回路に供給する節電対応回路を有し、
上記バス調停回路はバス調停結果に基づいて上記I/Oインタフェース回路にバス許諾通知を送ることを特徴とするデータ処理装置。
A CPU that processes input data, a memory that stores data, an I / O interface circuit that has a function of performing data communication with the outside, and the CPU, the memory, and the I / O interface circuit In a data processing apparatus including a bus arbitration circuit that arbitrates a bus request for transmitting and receiving data via a PCI bus, and having a power saving function in the CPU or the memory,
When a bus request for the PCI bus is received from the I / O interface circuit and the bus request is received when the CPU or the memory is in a power saving state, an interrupt request for performing a power saving release request is sent to the CPU, A power saving circuit that receives a power saving cancellation notification from the CPU and supplies a bus request for the PCI bus to the bus arbitration circuit with respect to the I / O interface circuit based on the power saving cancellation notification;
The data processing apparatus, wherein the bus arbitration circuit sends a bus permission notice to the I / O interface circuit based on a bus arbitration result.
ビデオインタフェース回路を有し、このビデオインタフェース回路に印刷ユニットが接続される請求項1記載のデータ処理装置。 The data processing apparatus according to claim 1, further comprising a video interface circuit, wherein the printing unit is connected to the video interface circuit.
JP2004276410A 2004-09-24 2004-09-24 Data processing device Expired - Fee Related JP4649926B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004276410A JP4649926B2 (en) 2004-09-24 2004-09-24 Data processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004276410A JP4649926B2 (en) 2004-09-24 2004-09-24 Data processing device

Publications (2)

Publication Number Publication Date
JP2006092230A JP2006092230A (en) 2006-04-06
JP4649926B2 true JP4649926B2 (en) 2011-03-16

Family

ID=36233132

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004276410A Expired - Fee Related JP4649926B2 (en) 2004-09-24 2004-09-24 Data processing device

Country Status (1)

Country Link
JP (1) JP4649926B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4716167B2 (en) * 2005-03-28 2011-07-06 富士ゼロックス株式会社 Data processing method, data processing apparatus, and image forming apparatus

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10254587A (en) * 1997-03-14 1998-09-25 Toshiba Corp Computer system
JP2000039937A (en) * 1998-07-22 2000-02-08 Toshiba Corp Computer system and its power-saving control method
JP2001180083A (en) * 1999-12-24 2001-07-03 Fuji Xerox Co Ltd Printer
JP2003099162A (en) * 2001-09-21 2003-04-04 Denso Corp Portable terminal and its computer program
JP2003157226A (en) * 2001-11-20 2003-05-30 Canon Inc Information processor and controlling method thereof
JP2004258695A (en) * 2003-02-24 2004-09-16 Canon Inc Data transfer system

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10254587A (en) * 1997-03-14 1998-09-25 Toshiba Corp Computer system
JP2000039937A (en) * 1998-07-22 2000-02-08 Toshiba Corp Computer system and its power-saving control method
JP2001180083A (en) * 1999-12-24 2001-07-03 Fuji Xerox Co Ltd Printer
JP2003099162A (en) * 2001-09-21 2003-04-04 Denso Corp Portable terminal and its computer program
JP2003157226A (en) * 2001-11-20 2003-05-30 Canon Inc Information processor and controlling method thereof
JP2004258695A (en) * 2003-02-24 2004-09-16 Canon Inc Data transfer system

Also Published As

Publication number Publication date
JP2006092230A (en) 2006-04-06

Similar Documents

Publication Publication Date Title
KR100329344B1 (en) Power management apparatus and method
JP5522279B2 (en) Semiconductor integrated circuit and power saving control method thereof
US11289131B2 (en) Dynamic control of multi-region fabric
JP2003515221A (en) Bus arbitration in low power systems
JP5102789B2 (en) Semiconductor device and data processor
KR20040091705A (en) Low power system and method for a data processing system
KR102320386B1 (en) Image forming apparatus and power control method for image forming apparatus
JP2009260918A (en) Image processing apparatus, image processing method and image processing program
TW201435524A (en) Dynamic clock and power gating with decentralized wake-ups
JP3954011B2 (en) Method and computer system for communicating between subsystems
JP3665030B2 (en) Bus control method and information processing apparatus
US20060026330A1 (en) Bus arbitration system that achieves power savings based on selective clock control
JP2004514211A (en) Power management method and configuration for bus-coupled circuit blocks
US20200242066A1 (en) Semiconductor integrated circuit and operation method thereof
JP4649926B2 (en) Data processing device
JP5783348B2 (en) Control device, control program, and image forming apparatus
JP4716167B2 (en) Data processing method, data processing apparatus, and image forming apparatus
US11036668B2 (en) Electronic apparatus including device configured to be shifted to power saving state and connected to PCI device, and control method thereof
JP4151362B2 (en) Bus arbitration method, data transfer device, and bus arbitration method
JP2004118234A (en) Data transfer device
JP2004287761A (en) Semiconductor device, semiconductor circuit, electronic equipment and clock supply control method
JP3962923B2 (en) Semiconductor device, semiconductor circuit, electronic device, and clock supply control method
JP5107121B2 (en) Data transfer apparatus, initialization method thereof, and image forming apparatus
JP2004287530A (en) Memory control circuit, printer controller, and method for controlling operating mode of printer controller having storage device capable of switching operating mode
JP2002229932A (en) Dma transfer device and data transfer system

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070816

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20091002

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091110

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100108

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100727

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100924

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20101116

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101129

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131224

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees