JPH10301658A - Computer - Google Patents

Computer

Info

Publication number
JPH10301658A
JPH10301658A JP9104944A JP10494497A JPH10301658A JP H10301658 A JPH10301658 A JP H10301658A JP 9104944 A JP9104944 A JP 9104944A JP 10494497 A JP10494497 A JP 10494497A JP H10301658 A JPH10301658 A JP H10301658A
Authority
JP
Japan
Prior art keywords
signal
detection
cpu
circuit
generation
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
JP9104944A
Other languages
Japanese (ja)
Inventor
Yuichi Takeda
雄一 竹田
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.)
Niigata Fuji Xerox Manufacturing Co Ltd
Original Assignee
Niigata Fuji Xerox Manufacturing Co 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 Niigata Fuji Xerox Manufacturing Co Ltd filed Critical Niigata Fuji Xerox Manufacturing Co Ltd
Priority to JP9104944A priority Critical patent/JPH10301658A/en
Publication of JPH10301658A publication Critical patent/JPH10301658A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To lower power by monitoring the change of address data on an address bus, detecting an idle state where an instruction is not executed and stopping the generation of the clock signals of a signal generation means. SOLUTION: A PLL 3 stops the generation of the clock signals CKB when control signals are '0' for instance and an interruption control part 4 outputs detection signals K1 to an AND circuit 10 by the value of '0' when interruption signals STOPCLK# for requesting the stoppage of the generation of the clock signals CKB of the PLL 3 are inputted. An idle detector 8 detects the case that the change of the address data of the address bus AB is turned to a certain fixed pattern timewise as the idle state of a CPU 1 and outputs the detection signals K2 to the AND circuit 10 by the value of '0'. The AND circuit 10 outputs '0' to the PLL 3 in the case that '0' is inputted from one of the interruption control circuit 4 and an address detection circuit 8.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、低消費電力駆動の
可能なCPU(Central Processing
Unit:中央処理装置)に関する。
The present invention relates to a CPU (Central Processing) capable of driving with low power consumption.
Unit: central processing unit).

【0002】[0002]

【従来の技術】従来のCPUの消費電力の削減のための
構成について図3を参照して説明する。、図3は、「イ
ンテルジャパン(株)、1994年発行Pentium
TMファミリーユーザーズマニュアル(上巻)、305P
〜311P」に示されるCPUのクロック制御のブロッ
ク図である。
2. Description of the Related Art A configuration for reducing power consumption of a conventional CPU will be described with reference to FIG. , FIG. 3 shows “Pentium, published by Intel Japan Co., Ltd., 1994.
TM Family User's Manual (first volume), 305P
-311P "is a block diagram of clock control of the CPU shown in FIG.

【0003】この図において、1はCPUである。2は
CPUコア部であり、CPU1における命令の解釈およ
び実行を行う基本部分である。3はPLL(フェーズ・
ロック・ループ)であり、CPU1の外部より入力され
るクロック信号CKAの周波数をたとえば1.5倍また
は2倍の周波数のクロック信号CKBへ変換してCPU
コア部2へ出力する。4は割り込み制御部であり、入力
される割り込み信号の制御を行う。
In FIG. 1, reference numeral 1 denotes a CPU. Reference numeral 2 denotes a CPU core unit, which is a basic unit for interpreting and executing instructions in the CPU 1. 3 is a PLL (phase
And converts the frequency of the clock signal CKA input from outside of the CPU 1 into a clock signal CKB having a frequency of, for example, 1.5 times or 2 times the frequency of the clock signal CKB.
Output to the core unit 2. Reference numeral 4 denotes an interrupt control unit that controls an input interrupt signal.

【0004】次に、上述した従来例の動作を図3を参照
して説明する。図1に、従来CPUのクロック制御のブ
ロック図の一例を示す。CPUコア部2は、外部データ
信号の集まりであるデータバスDBおよびアドレス信号
の集まりであるアドレスバスABの1.5倍または2倍
の周波数で動作している。この1.5倍または2倍のク
ロック信号CKBの周波数は、外部からのクロック信号
CKAを元にPLL3により生成されている。
Next, the operation of the above-described conventional example will be described with reference to FIG. FIG. 1 shows an example of a block diagram of clock control of a conventional CPU. The CPU core unit 2 operates at a frequency 1.5 times or twice the frequency of the data bus DB, which is a collection of external data signals, and the address bus AB, which is a collection of address signals. The frequency of the 1.5 times or 2 times clock signal CKB is generated by the PLL 3 based on an external clock signal CKA.

【0005】また、割り込み制御部4は、割り込み信号
STOPCLK#が入力されると、PLL3を制御し、
CPUコア部2に対する内部クロック5Bを停止させ
る。これにより、CPU1は、CPUコア部2における
消費電力を制御することができる。すなわち、CPUl
は、割り込み制御部4が割り込み信号STOPCLK#
を検出すると、次の命令境界で命令の実行を停止し、P
LL3からのクロック信号CKBの出力を停止する。
When the interrupt signal STOPCLK # is input, the interrupt control unit 4 controls the PLL 3
The internal clock 5B for the CPU core unit 2 is stopped. Thereby, the CPU 1 can control the power consumption in the CPU core unit 2. That is, CPUl
Indicates that the interrupt control unit 4 outputs the interrupt signal STOPCLK #
Is detected, execution of the instruction is stopped at the next instruction boundary, and P
The output of the clock signal CKB from LL3 is stopped.

【0006】また、CPU1は、割り込み制御部4が割
り込み信号STOPCLK#の解除を検出することによ
り、割り込まれた命令の次の命令から実行するため、P
LL3のクロック信号CKBの出力を再開させ、通常の
処理動作に復帰する。このように、従来のCPUlのシ
ステムにおいては、消費電力の制御のため、外部から割
り込み信号STOPCLK#を外部回路により生成して
いる。
When the interrupt control unit 4 detects the release of the interrupt signal STOPCLK #, the CPU 1 executes the instruction following the interrupted instruction.
The output of the clock signal CKB of LL3 is restarted, and the process returns to the normal processing operation. As described above, in the conventional CPU 1 system, the interrupt signal STOPCLK # is externally generated by an external circuit for controlling power consumption.

【0007】また、通常コンピュータシステムは、何ら
かの入力に対して一連の作業をするように作られている
のであるが、何の作業要求の入力もない場合には、アイ
ドル状態として「何もしない」状態となっている。
Usually, a computer system is designed to perform a series of operations for some input. When there is no input for a work request, the computer system is set to an idle state and "do nothing". It is in a state.

【0008】[0008]

【発明が解決しようとする課題】しかしながら、上述し
たようなアイドル状態においても、外部回路からCPU
1に対して割り込み信号STOPCLK#が入力されな
い限り、常にCPUコア部2にPLL3からクロック信
号CKBが出力されている。そのため、CPU1自体が
何らかの処理動作をしているときと同じ電力を消費する
ので、十分な低消費電力化の実現は、困難であった。
However, even in the idle state as described above, the CPU cannot be controlled by an external circuit.
The clock signal CKB is always output from the PLL 3 to the CPU core unit 2 unless the interrupt signal STOPCLK # is input to the CPU core unit 1. For this reason, since the same power is consumed as when the CPU 1 itself performs some processing operation, it is difficult to realize sufficiently low power consumption.

【0009】本発明はこのような背景の下になされたも
ので、CPUがアイドル状態を検出し、CPUコア部へ
のクロック信号を停止させ、低電力化を実現することが
可能なコンピュータを提供することにある。
The present invention has been made under such a background, and provides a computer capable of realizing low power consumption by detecting an idle state of a CPU, stopping a clock signal to a CPU core unit. Is to do.

【0010】[0010]

【課題を解決するための手段】請求項1記載の発明は、
コンピュータにおいて、コンピュータの中央処理装置に
おけるアドレスデータを転送するアドレスバス上のアド
レスデータの変化を監視し、この監視結果により監視信
号を出力する監視手段と、この監視信号から命令が実行
されていないアイドル状態であることを検出し、この検
出結果により検出信号を出力するアイドル検出手段と、
前記中央処理装置を動作させるクロック信号を発生させ
る信号発生手段と、この信号発生手段の前記クロック信
号の発生を停止させる停止手段とを有し、前記停止手段
は、前記検出信号により前記信号発生手段からの前記ク
ロック信号の発生を停止させることを特徴とする
According to the first aspect of the present invention,
In the computer, monitoring means for monitoring a change in address data on an address bus for transferring address data in a central processing unit of the computer, and outputting a monitoring signal based on the monitoring result; Idle detection means for detecting the state, and outputting a detection signal based on the detection result;
Signal generating means for generating a clock signal for operating the central processing unit; and stopping means for stopping the generation of the clock signal by the signal generating means. From the generation of the clock signal.

【0011】請求項2記載の発明は、請求項1記載のコ
ンピュータにおいて、割り込み信号を制御する割り込み
制御手段を具備し、前記割り込み制御手段は、前記中央
処理装置に対するクロック信号の停止を要求する割り込
み信号が入力された場合、前記停止手段へ制御信号を出
力し、前記信号発生手段からの前記クロック信号の発生
を停止させることを特徴とする。
According to a second aspect of the present invention, in the computer according to the first aspect, the computer further comprises interrupt control means for controlling an interrupt signal, wherein the interrupt control means requests the central processing unit to stop a clock signal. When a signal is input, a control signal is output to the stopping means, and the generation of the clock signal from the signal generating means is stopped.

【0012】請求項3記載の発明は、請求項1または請
求項2記載のコンピュータにおいて、アンド回路を具備
し、このアンド回路は、前記検出信号と前記制御信号と
が入力され、前記検出信号と前記制御信号とのアンドを
とり、アンド結果として停止信号を前記停止手段へ出力
することを特徴とする。
According to a third aspect of the present invention, in the computer according to the first or second aspect, an AND circuit is provided. The AND circuit receives the detection signal and the control signal, and outputs the detection signal and the control signal. An AND operation with the control signal is performed, and as a result of the AND operation, a stop signal is output to the stop unit.

【0013】請求項4記載の発明は、請求項1または請
求項2記載のコンピュータにおいて、オア回路を具備
し、このオア回路は、前記検出信号と前記制御信号とが
入力され、前記検出信号と前記制御信号とのオアをと
り、オア結果として停止信号を前記停止手段へ出力する
ことを特徴とする。。
According to a fourth aspect of the present invention, in the computer according to the first or second aspect, an OR circuit is provided. The OR circuit receives the detection signal and the control signal, and outputs the detection signal and the control signal. An OR operation with the control signal is performed, and a stop signal is output to the stop unit as an OR result. .

【0014】[0014]

【発明の実施の形態】以下、図面を参照して本発明の実
施形態について説明する。図1は本発明の一実施形態に
よるコンピュータの構成を示すブロック図である。この
図において、1はCPUである。2はCPUコア部であ
り、CPU1における命令の解釈および実行を行う基本
部分である。3はPLLであり、CPU1の外部より入
力されるクロック信号CKAの周波数をたとえば1.5
倍または2倍の周波数のクロック信号CKBへ変換して
CPUコア部2へ出力する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a computer according to an embodiment of the present invention. In this figure, 1 is a CPU. Reference numeral 2 denotes a CPU core unit, which is a basic unit for interpreting and executing instructions in the CPU 1. Reference numeral 3 denotes a PLL, which changes the frequency of the clock signal CKA input from outside the CPU 1 to, for example, 1.5.
The clock signal CKB is converted into a double or double frequency clock signal and output to the CPU core unit 2.

【0015】また、PLL3は制御信号Sが、たとえば
「0」であるとクロック信号CKBの発生を停止する。
4は割り込み制御部であり、入力される割り込み信号の
制御を行う。また、割り込み制御部4は、PLL3のク
ロック信号CKBの発生の停止を要求する割り込み信号
STOPCLK#が入力されると、検出信号K1を
「0」の値でアンド回路10へ出力する。8はアイドル
検出装置であり、CPU1のアドレスバスADのデータ
変化を監視する。
When the control signal S is, for example, "0", the PLL 3 stops generating the clock signal CKB.
Reference numeral 4 denotes an interrupt control unit that controls an input interrupt signal. Further, when an interrupt signal STOPCLK # requesting stop of generation of the clock signal CKB of the PLL 3 is input, the interrupt control unit 4 outputs the detection signal K1 to the AND circuit 10 with a value of “0”. Reference numeral 8 denotes an idle detection device that monitors a change in data on the address bus AD of the CPU 1.

【0016】すなわち、アイドル検出装置8は、CPU
1がアイドル状態の場合に命令ループだけを実行してい
るため、ある周期で同じアドレスデータの時間的変化が
アドレスバスABにおいて繰り返される特性を利用して
アイドル状態の検出を行う。つまり、アイドル検出装置
8は、アドレスバスABにおけるアドレスデータの変化
が、時間的にある一定のパターンとなった場合をアイド
ル状態として検出し、検出信号K2を「0」の値でアン
ド回路10へ出力する。
That is, the idle detecting device 8 has a CPU
Since only the instruction loop is executed when 1 is in the idle state, the idle state is detected using the characteristic that the temporal change of the same address data is repeated on the address bus AB in a certain cycle. That is, the idle detection device 8 detects, as an idle state, a case where a change in address data on the address bus AB has a certain pattern with respect to time, and outputs the detection signal K2 to the AND circuit 10 with a value of “0”. Output.

【0017】アンド回路10は、割り込み制御回路4お
よびアドレス検出回路8のどちらかから「0」が入力さ
れた場合、「0」をPLL3へ出力する。
When “0” is input from either the interrupt control circuit 4 or the address detection circuit 8, the AND circuit 10 outputs “0” to the PLL 3.

【0018】次に、上述した一実施形態の操作を図1お
よび図2を参照して説明する。図2は、CPU1におけ
るクロック信号CKBの発生に関する停止クロック状態
遷移図である。
Next, the operation of the above-described embodiment will be described with reference to FIGS. FIG. 2 is a stop clock state transition diagram regarding generation of the clock signal CKB in the CPU 1.

【0019】状態S1(通常ステート)において、CP
U1は通常の命令の処理動作を行っている。ここで、割
り込み制御部4に割り込み信号STOPCLK#が入力
されるか、アドレス検出装置8がアドレスバスADのア
ドレスデータの変化パターンからCPU1のアイドル状
態が検出されたかの場合、CPU1は、状態S2へ処理
状態を移行する。
In state S1 (normal state), CP
U1 performs a normal instruction processing operation. Here, if the interrupt signal STOPCLK # is input to the interrupt control unit 4, or if the address detection device 8 detects the idle state of the CPU 1 from the change pattern of the address data of the address bus AD, the CPU 1 proceeds to the state S2. Transition state.

【0020】次に、状態2(クロック停止許可ステー
ト)において、CPU1は、CPU内部に搭載された高
速メモリの内部キャッシュメモリの外部メモリとの整合
性を維持するため、内部キャッシュメモリのライトバッ
ク用に外部アドレスストローブ信号EADS#信号の検
出を行う。
Next, in the state 2 (clock stop permission state), the CPU 1 performs write-back of the internal cache memory in order to maintain consistency of the internal cache memory of the high-speed memory mounted inside the CPU with the external memory. , An external address strobe signal EADS # signal is detected.

【0021】すなわち、CPU1は、アイドル状態でメ
モリのアクセスは行っていないが、アドレスバスABお
よびデータバスDBを共有している他の装置は、外部メ
モリへのアクセスを行っている可能性がある。そして、
CPU1は、外部アドレスストローブ信号EADS#信
号を検出した場合、処理を状態S3へ移行する。
That is, the CPU 1 does not access the memory in the idle state, but another device sharing the address bus AB and the data bus DB may access the external memory. . And
When detecting the external address strobe signal EADS # signal, the CPU 1 shifts the processing to the state S3.

【0022】また、CPU1は、外部アドレスストロー
ブ信号EADS#信号を検出しない場合、処理を状態S
4へ移行する。ここでは、CPU1は、外部アドレスス
トローブ信号EADS#信号を検出したとすると、処理
を状態S3へ移行する。
When the CPU 1 does not detect the external address strobe signal EADS # signal, the CPU 1 sets the processing to the state S.
Move to 4. Here, assuming that CPU 1 detects external address strobe signal EADS # signal, CPU 1 shifts the processing to state S3.

【0023】次に、状態S3(クロック停止スヌープス
テート)において、CPU1は、外部メモリとアドレス
が一致する内部キャッシュメモリの内容を外部メモリの
内容に合わせて書き換えるキャッシュ・スヌープ・サイ
クルを実行する。そして、CPU1は、キャッシュ・ス
ヌープ・サイクルが終了すると状態S2へ処理を移行す
る。
Next, in the state S3 (clock stop snoop state), the CPU 1 executes a cache snoop cycle in which the contents of the internal cache memory whose address matches the external memory are rewritten according to the contents of the external memory. Then, when the cache snoop cycle ends, the CPU 1 shifts the processing to the state S2.

【0024】次に、状態S2において、CPU1は、内
部キャッシュメモリの外部メモリとの整合性を確保した
ので、状態S4へ処理を移行する。
Next, in the state S2, the CPU 1 shifts the processing to the state S4 because the consistency of the internal cache memory with the external memory is ensured.

【0025】次に、状態S4(クロック停止ステート)
において、CPU1は、割り込み信号が入力された場合
に、割り込み制御部4が検出信号K1を「0」とし、ま
た、アドレス検出装置8がアドレスバスADのアドレス
データの変化パターンからCPU1のアイドル状態を検
出して、検出信号K2を「0」とする。
Next, state S4 (clock stop state)
When the CPU 1 receives an interrupt signal, the interrupt controller 4 sets the detection signal K1 to "0", and the address detection device 8 changes the idle state of the CPU 1 from the change pattern of the address data on the address bus AD. Upon detection, the detection signal K2 is set to “0”.

【0026】これにより、アンド回路10は、制御信号
Sを「0」としてPLL3へ出力する。この結果、PL
L3はクロック信号CKBの発生を停止する。これによ
り、CPUコア部2は駆動用クロックのクロック信号C
KBが入力されないことにより動作を停止する。
As a result, the AND circuit 10 outputs the control signal S to the PLL 3 as "0". As a result, PL
L3 stops generating the clock signal CKB. As a result, the CPU core unit 2 receives the clock signal C of the driving clock.
The operation stops when KB is not input.

【0027】そして、通常処理への復帰は、停止された
条件が解除された場合に行われる。すなわち、割り込み
信号STOPCLK#の要求によりPLL3が停止した
場合、通常処理への復帰は、割り込み信号STOPCL
K#が解除されることが条件である。
The return to the normal processing is performed when the stopped condition is released. That is, when the PLL 3 is stopped by the request of the interrupt signal STOPCLK #, the return to the normal processing is performed by the interrupt signal STOPCL #.
The condition is that K # is released.

【0028】また、アイドル状態がアイドル検出装置8
により検出されPLL3が停止した場合、アイドル検出
装置8がアドレスバスABの変化パターンから非アイド
ル状態を検出することが条件である。
The idle state is detected by the idle detecting device 8.
And the PLL 3 is stopped, the condition is that the idle detecting device 8 detects the non-idle state from the change pattern of the address bus AB.

【0029】そして、これらの条件が満たされた場合、
CPU1は、割り込み制御部4の検出信号K1およびア
イドル検出装置8の検出信号K2を「1」とし、PLL
3のクロック信号CKBの発生を再開する。これによ
り、CPU1は、状態S5へ処理を移行する。
When these conditions are satisfied,
The CPU 1 sets the detection signal K1 of the interrupt control unit 4 and the detection signal K2 of the idle detection device 8 to "1",
The generation of the third clock signal CKB is restarted. Thereby, the CPU 1 shifts the processing to the state S5.

【0030】次に、状態S5(WAITステート)にお
いて、CPU1は、PLL3の発生するクロック信号C
KBの発信周波数が安定するまで、所定の時間の間を待
ち状態(WAITステート)として、実際の処理を再開
しない。そして、CPU1は所定の時間が経過した後、
通常動作を行う状態S1へ処理を移行する。
Next, in a state S5 (WAIT state), the CPU 1 controls the clock signal C generated by the PLL3.
Until the KB transmission frequency is stabilized, a predetermined period of time is set to a wait state (WAIT state), and actual processing is not resumed. Then, after a predetermined time has elapsed, the CPU 1
The process proceeds to a state S1 in which a normal operation is performed.

【0031】以上、本発明の一実施形態を図面を参照し
て詳述してきたが、具体的な構成はこの実施形態に限ら
れるものではなく、本発明の要旨を逸脱しない範囲の設
計変更等があっても本発明に含まれる。例えば、割り込
み制御回路4は、割り込み信号STOPCLK#が入力
された場合、出力信号K1を「1」で出力する。また、
アイドル検出装置8は、アイドル状態を検出した場合、
検出信号K2を「1」で出力する。かつ、PLL3は、
制御信号Sが「1」となった場合、クロック信号CKB
の出力を停止する。上述した各信号状態の場合、アンド
回路10の代わりにオア回路を用いることができる。
As mentioned above, one embodiment of the present invention has been described in detail with reference to the drawings. However, the specific configuration is not limited to this embodiment, and a design change and the like within a range not departing from the gist of the present invention. The present invention is also included in the present invention. For example, when the interrupt signal STOPCLK # is input, the interrupt control circuit 4 outputs the output signal K1 as “1”. Also,
When the idle detection device 8 detects the idle state,
The detection signal K2 is output as "1". And PLL3 is
When the control signal S becomes “1”, the clock signal CKB
Stop output of In the case of each signal state described above, an OR circuit can be used instead of the AND circuit 10.

【0032】[0032]

【発明の効果】請求項1記載の発明によれば、コンピュ
ータにおいて、コンピュータの中央処理装置におけるア
ドレスデータを転送するアドレスバス上のアドレスデー
タの変化を監視し、この監視結果により監視信号を出力
する監視手段と、この監視信号から命令が実行されてい
ないアイドル状態であることを検出し、この検出結果に
より検出信号を出力するアイドル検出手段と、前記中央
処理装置を動作させるクロック信号を発生させる信号発
生手段と、この信号発生手段の前記クロック信号の発生
を停止させる停止手段とを有し、前記停止手段は、前記
検出信号により前記信号発生手段からの前記クロック信
号の発生を停止させるため、コンピュータ自身がアイド
ル状態の場合、コンピュータが自身のアイドル状態を検
出することができ自身で駆動のためのクロック信号を停
止させることにより、無駄な動作を中央処理装置が行わ
なくなり、低消費電力化を実現することが可能となる効
果がある。
According to the first aspect of the present invention, a computer monitors a change in address data on an address bus for transferring address data in a central processing unit of the computer, and outputs a monitoring signal based on the monitoring result. Monitoring means, idle detection means for detecting an idle state in which no instruction is executed from the monitoring signal, and outputting a detection signal based on the detection result; and a signal for generating a clock signal for operating the central processing unit. Generating means; and stopping means for stopping the generation of the clock signal by the signal generating means. The stopping means stops the generation of the clock signal from the signal generating means by the detection signal. If you are idle, the computer can detect your idle state By stopping the clock signal for driving at body no longer perform unnecessary operation the central processing unit, there is an effect that it is possible to achieve low power consumption.

【0033】また、請求項2記載の発明によれば、割り
込み信号を制御する割り込み制御手段を具備し、前記割
り込み制御手段は、前記中央処理装置に対するクロック
信号の停止を要求する割り込み信号が入力された場合、
前記信号発生手段からの前記クロック信号の発生を停止
させるため、従来と同様に外部からの割り込み信号によ
っても、中央処理装置の駆動のためのクロック信号を停
止させることが出来る効果がある。
According to the second aspect of the present invention, there is provided an interrupt control means for controlling an interrupt signal, wherein the interrupt control means receives an interrupt signal for requesting the central processing unit to stop a clock signal. If
Since the generation of the clock signal from the signal generation unit is stopped, the clock signal for driving the central processing unit can be stopped by an external interrupt signal as in the related art.

【0034】さらに、請求項3記載の発明によれば、ア
ンド回路を具備し、このアンド回路は、前記検出信号と
前記制御信号とが入力され、前記検出信号と前記制御信
号とのアンドをとり、アンド結果として停止信号を前記
停止手段へ出力するため、前記検出信号または前記制御
信号の一方が入力された場合、中央処理装置の駆動のた
めのクロック信号を停止させることが出来る効果があ
る。
Further, according to the third aspect of the present invention, an AND circuit is provided, and the AND circuit receives the detection signal and the control signal, and performs an AND operation on the detection signal and the control signal. Since a stop signal is output to the stop means as an AND result, the clock signal for driving the central processing unit can be stopped when either the detection signal or the control signal is input.

【0035】また、請求項4記載の発明によれば、オア
回路を具備し、このオア回路は、前記検出信号と前記制
御信号とが入力され、前記検出信号と前記制御信号との
オアをとり、オア結果として停止信号を前記停止手段へ
出力するため、前記検出信号または前記制御信号の一方
が入力された場合、中央処理装置の駆動のためのクロッ
ク信号を停止させることが出来る効果がある。
According to a fourth aspect of the present invention, there is provided an OR circuit. The OR circuit receives the detection signal and the control signal, and ORs the detection signal and the control signal. Since a stop signal is output to the stop means as an OR result, when one of the detection signal and the control signal is input, the clock signal for driving the central processing unit can be stopped.

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

【図1】 本発明の一実施形態によるコンピュータの構
成を示すブロック図である。
FIG. 1 is a block diagram illustrating a configuration of a computer according to an embodiment of the present invention.

【図2】 本発明の一実施形態によるコンピュータの停
止クロック状態遷移図である。
FIG. 2 is a diagram illustrating a stop clock state transition of a computer according to an embodiment of the present invention.

【図3】 従来例によるコンピュータの構成を示すブロ
ック図である。
FIG. 3 is a block diagram showing a configuration of a computer according to a conventional example.

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

1 CPU 2 CPUコア部 3 PLL 4 割り込み制御部 8 アイドル検出装置 10 アンド回路 DESCRIPTION OF SYMBOLS 1 CPU 2 CPU core part 3 PLL 4 Interrupt control part 8 Idle detection device 10 AND circuit

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 コンピュータの中央処理装置におけるア
ドレスデータを転送するアドレスバス上のアドレスデー
タの変化を監視し、この監視結果により監視信号を出力
する監視手段と、 この監視信号から命令が実行されていないアイドル状態
であることを検出し、この検出結果により検出信号を出
力するアイドル検出手段と、 前記中央処理装置を動作させるクロック信号を発生させ
る信号発生手段と、 この信号発生手段の前記クロック信号の発生を停止させ
る停止手段と、を有し、 前記停止手段は、前記検出信号により前記信号発生手段
からの前記クロック信号の発生を停止させることを特徴
とするコンピュータ。
1. A monitoring means for monitoring a change in address data on an address bus for transferring address data in a central processing unit of a computer and outputting a monitoring signal according to the monitoring result, and an instruction is executed from the monitoring signal. Idle detection means for detecting that there is no idle state, and outputting a detection signal based on the detection result; signal generation means for generating a clock signal for operating the central processing unit; and And a stop means for stopping generation of the clock signal, wherein the stop means stops generation of the clock signal from the signal generation means in response to the detection signal.
【請求項2】 割り込み信号を制御する割り込み制御手
段を具備し、前記割り込み制御手段は、前記中央処理装
置に対するクロック信号の停止を要求する割り込み信号
が入力された場合、前記停止手段へ制御信号を出力し、
前記信号発生手段からの前記クロック信号の発生を停止
させることを特徴とする請求項1記載のコンピュータ。
2. An interrupt control means for controlling an interrupt signal, wherein the interrupt control means sends a control signal to the stop means when an interrupt signal for requesting the central processing unit to stop a clock signal is input. Output,
2. The computer according to claim 1, wherein generation of said clock signal from said signal generation means is stopped.
【請求項3】 アンド回路を具備し、このアンド回路
は、前記検出信号と前記制御信号とが入力され、前記検
出信号と前記制御信号とのアンドをとり、アンド結果と
して停止信号を前記停止手段へ出力することを特徴とす
る請求項1または請求項2記載のコンピュータ。
3. An AND circuit, to which the detection signal and the control signal are inputted, which ANDs the detection signal and the control signal, and outputs a stop signal as an AND result to the stop means. The computer according to claim 1, wherein the output is performed to a computer.
【請求項4】 オア回路を具備し、このオア回路は、前
記検出信号と前記制御信号とが入力され、前記検出信号
と前記制御信号とのオアをとり、オア結果として停止信
号を前記停止手段へ出力することを特徴とする請求項1
または請求項2記載のコンピュータ。
4. An OR circuit, to which the detection signal and the control signal are inputted, which ORs the detection signal and the control signal, and outputs a stop signal as an OR result to the stop means. 2. An output to a computer.
Or the computer according to claim 2.
JP9104944A 1997-04-22 1997-04-22 Computer Pending JPH10301658A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9104944A JPH10301658A (en) 1997-04-22 1997-04-22 Computer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9104944A JPH10301658A (en) 1997-04-22 1997-04-22 Computer

Publications (1)

Publication Number Publication Date
JPH10301658A true JPH10301658A (en) 1998-11-13

Family

ID=14394209

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9104944A Pending JPH10301658A (en) 1997-04-22 1997-04-22 Computer

Country Status (1)

Country Link
JP (1) JPH10301658A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6611939B1 (en) 1999-01-26 2003-08-26 Matsushita Electrical Industrial Co., Ltd. Iterative decoding of multiply-added error-correcting codes in a data processing error correction device
KR100478226B1 (en) * 2001-09-19 2005-03-21 알프스 덴키 가부시키가이샤 Computer with the function of suppressing unnecessary signal generation
JP2010141803A (en) * 2008-12-15 2010-06-24 Nippon Telegr & Teleph Corp <Ntt> Data transmission method and system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6611939B1 (en) 1999-01-26 2003-08-26 Matsushita Electrical Industrial Co., Ltd. Iterative decoding of multiply-added error-correcting codes in a data processing error correction device
KR100478226B1 (en) * 2001-09-19 2005-03-21 알프스 덴키 가부시키가이샤 Computer with the function of suppressing unnecessary signal generation
JP2010141803A (en) * 2008-12-15 2010-06-24 Nippon Telegr & Teleph Corp <Ntt> Data transmission method and system

Similar Documents

Publication Publication Date Title
JP4685312B2 (en) Data processing system and power saving method
JP3526920B2 (en) Computer system and system and method for controlling peripheral bus clock signals
US6085330A (en) Control circuit for switching a processor between multiple low power states to allow cache snoops
US5935253A (en) Method and apparatus for powering down an integrated circuit having a core that operates at a speed greater than the bus frequency
US5815725A (en) Apparatus and method for reducing power consumption in microprocessors through selective gating of clock signals
US5930516A (en) Real time power conservation for computers
US5630146A (en) Method and apparatus for invalidating a cache while in a low power state
KR0145025B1 (en) Circuitry and method for reducing power consumption within an electronic circuitth
JP4083816B2 (en) Method and apparatus for maintaining cache coherency in an integrated circuit operating in a low power state
US5951689A (en) Microprocessor power control system
EP1361501B1 (en) Power conservation and thermal management arrangements for computers
US7093153B1 (en) Method and apparatus for lowering bus clock frequency in a complex integrated data processing system
JPH0667768A (en) Method for operating processor of type including bus unit and executing unit, central processing unit, computer system and clock control device circuit
US6848058B1 (en) Power reduction circuit and method with multi clock branch control
JP2005527906A (en) Method and apparatus for providing a separate power management state
WO1998044405A1 (en) Automatic transitioning between acpi c3 and c2 states
JP2003242104A (en) Bus control method, and information processing device
US20020104032A1 (en) Method for reducing power consumption using variable frequency clocks
JPH1153049A (en) Computer system
JPH10301658A (en) Computer
JP2643579B2 (en) Microcomputer
JP2835224B2 (en) Clock switching control device
JP3058070B2 (en) Information processing device
JP2003122536A (en) Printer controller
JPH0876875A (en) Microcomputer application system