JPH02224123A - Information processor - Google Patents

Information processor

Info

Publication number
JPH02224123A
JPH02224123A JP1046198A JP4619889A JPH02224123A JP H02224123 A JPH02224123 A JP H02224123A JP 1046198 A JP1046198 A JP 1046198A JP 4619889 A JP4619889 A JP 4619889A JP H02224123 A JPH02224123 A JP H02224123A
Authority
JP
Japan
Prior art keywords
clock
circuit
processing
microinstruction
execution time
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
JP1046198A
Other languages
Japanese (ja)
Inventor
Yoshihisa Soda
曽田 善久
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Home Electronics Ltd
NEC Corp
Original Assignee
NEC Home Electronics Ltd
Nippon Electric 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 NEC Home Electronics Ltd, Nippon Electric Co Ltd filed Critical NEC Home Electronics Ltd
Priority to JP1046198A priority Critical patent/JPH02224123A/en
Publication of JPH02224123A publication Critical patent/JPH02224123A/en
Pending legal-status Critical Current

Links

Landscapes

  • Executing Machine-Instructions (AREA)

Abstract

PURPOSE:To make information processing efficient by executing adaptive type clock selection corresponding to execution time in each microinstruction, and excluding redundancy included in logical processing or physical processing. CONSTITUTION:A logical circuit part 2 including a part of a CPU and a clock circuit part 3 for selectively generating two kinds of operation clocks constitute a main part. At the time of executing logical processing or physical processing in accordance with a microinstruction whose processing contents can be variably defined, clock frequency selection commanding means 6, 7 decoding the microinstruction command the selection of specified clock frequency to a clock generating circuit 3 for selectively outputting plural operation clocks having respectively different frequency values while considering the execution time in each microinstruction, so that adaptive clock selection considering the execution time in each microinstruction can be executed and redundancy included in the logical processing or physical processing can be excluded. Consequently, highly efficient information processing can be attained.

Description

【発明の詳細な説明】 [産業上の利用分野] この発明は、マイクロ命令により適応型のクロック変更
を可能にした情報処理装置に関する。
DETAILED DESCRIPTION OF THE INVENTION [Field of Industrial Application] The present invention relates to an information processing device that enables adaptive clock changes using microinstructions.

[従来の技術] ミニコンピユータよりも小規模のコンピュータを、超小
型を意味するマイクロの語を冠してマイクロコンピュー
タと呼ぶことがあるが、マイクロコンピュータのなかで
も16ビツト処理を採用するような大型のらのには、従
来のミニコンピユータを上回る機能をもつものもあるた
め、回路規模の大小をもって超小型の範ちゅうを定める
のは困難な場合がある。
[Prior Art] A computer smaller than a minicomputer is sometimes called a microcomputer after the word micro, which means ultra-compact. Some Noranos have functions that exceed those of conventional minicomputers, so it may be difficult to define the category of microcomputer based on the size of the circuit.

ミニコンピユータを含めたこうした小型の情報処理装置
にあっては、命令デコーダに相当する機能をユーザに解
放し、中央処理装置内の詳細な動作指示を、ユーザが応
用システムに合わせて組み立てられるよう、マイクロ命
令をユーザ側で自由に定義できるようにしたものがあり
、マイクロ命令により作成したマイクロプログラムを工
夫することで、ユーザは個々の応用システムの拡張範囲
を広げることができる。
In these small information processing devices, including minicomputers, the function equivalent to an instruction decoder is released to the user so that the user can assemble detailed operating instructions within the central processing unit to suit the application system. Some systems allow users to freely define microinstructions, and by devising microprograms created using microinstructions, users can expand the scope of their individual application systems.

[発明が解決しようとする課題] 上記従来の情報処理装置は、中央処理装置が発するマイ
クロ命令を、算術演算や論理演算或はシフト命令などの
データ処理に関連するF型命令。
[Problems to be Solved by the Invention] The conventional information processing device described above uses microinstructions issued by the central processing unit as F-type instructions related to data processing such as arithmetic operations, logical operations, or shift instructions.

ブランチ、割り込み処理といった実行シーケンスを制御
するP型命令、さらには入・出力制御や外部制御などに
関連するE型命令のごとく、機能的には大略3種類に分
類できるが、命令形態の観点からは、ソフトウェア上の
論理処理に関連するマイクロ命令と、ハードウェア上の
物理処理に関するマイクロ命令とに大別することができ
る。一般に、情報処理装置が扱うプログラムでは、論理
処理と物理処理とが、交互に或はまた単独でそれぞれシ
ーケンシャルに連続しており、各処理ごとに実行時間も
異なる。しかし、動作クロックが単一周波数に固定され
ていた従来の情報処理装置は、論理処理又は物理処理の
うち、もっとら長い実行時間をもつ命令に合わせてクロ
ック周波数を設定していたため、短時間で処理できる命
令についても、やむなく長周期の動作クロックに従って
実行するケースが多々見受けられ、複数の命令をシーケ
ンシャルに実行する処理過程の随所に冗長性が潜在する
結果、効率の良い情報処理が困難であるといった課題を
抱えていた。
Functionally, they can be roughly classified into three types, such as P-type instructions that control execution sequences such as branches and interrupt processing, and E-type instructions related to input/output control and external control, but from the perspective of instruction format. can be roughly divided into microinstructions related to logical processing on software and microinstructions related to physical processing on hardware. In general, in a program handled by an information processing device, logical processing and physical processing are sequentially executed alternately or singly, and the execution time differs for each process. However, in conventional information processing devices whose operating clocks were fixed to a single frequency, the clock frequency was set according to instructions that take longer to execute, either logical processing or physical processing. Even for the instructions that can be processed, there are many cases where it is unavoidable to execute them according to a long-cycle operating clock, and as a result of the latent redundancy throughout the processing process where multiple instructions are executed sequentially, efficient information processing is difficult. I was faced with such issues.

[課題を解決するための手段] この発明は、上記課題を解決したものであり、処理内容
が定義可変のマイクロ命令に従って、論理処理又は物理
処理を実行する情報処理装置であって一周波数が異なる
複数の動作クロックを選択的に出力するクロック発生手
段と、前記マイクロ命令を解読し、あらかじめ命令ごと
に実行時間を勘案して指定されたクロック周波数を、前
記クロック発生手段に選択指示するクロック周波数選択
指示手段とを具備することを特徴とするものである。
[Means for Solving the Problems] The present invention has solved the above problems, and is an information processing device that executes logical processing or physical processing according to microinstructions whose processing contents are variable in definition, and which has different frequencies. Clock generation means for selectively outputting a plurality of operating clocks; and a clock frequency selection means for decoding the microinstruction and instructing the clock generation means to select a clock frequency specified by taking into consideration the execution time for each instruction in advance. The present invention is characterized by comprising an instruction means.

[作用] この発明は、処理内容が定義可変のマイクロ命令に従っ
て、論理処理又は物理処理を実行する上で、周波数が異
なる複数の動作クロックを選択的に出力するクロック発
生手段に対し、マイクロ命令を解読したクロック周波数
選択指示手段が、命令ごとに実行時間を勘案して指定済
みのクロック周波数を選択指示することにより、マイク
ロ命令ごとに実行時間を勘案した適応型のクロック選択
を行い、論理処理や物理処理に潜在する冗長性を可及的
に排除する。
[Operation] This invention provides microinstructions to clock generation means that selectively outputs a plurality of operating clocks with different frequencies when executing logical processing or physical processing in accordance with microinstructions whose processing contents are variable in definition. The decoded clock frequency selection instructing means selects and instructs the specified clock frequency taking into account the execution time for each instruction, thereby performing adaptive clock selection that takes into account the execution time for each microinstruction, and performs logic processing and Eliminate potential redundancy in physical processing as much as possible.

[実施例] 以下、この発明の実施例について、第1図ないし第3図
を参照して説明する。第1図は、この発明の情報処理装
置の一実施例を示す概略構成図、第2,3図は、それぞ
れ第1図の要部を具体的に示す回路図及び回路各部の信
号波形図である。
[Example] Hereinafter, an example of the present invention will be described with reference to FIGS. 1 to 3. FIG. 1 is a schematic configuration diagram showing an embodiment of an information processing device of the present invention, and FIGS. 2 and 3 are a circuit diagram specifically showing the main parts of FIG. 1 and signal waveform diagrams of each part of the circuit, respectively. be.

第1図に示す情報処理装置lは、中央処理装置の一部を
包含する論理回路部2と、2種類の動作クロックを選択
的に発生するクロック発生手段としてのクロック回路部
3が主要部を構成する。論理回路部2は、マイクロ命令
と命令側々に定義された処理内容の対応関係を記憶する
制御記憶回路4と、プログラムを消化する過程で制御記
憶回路4から読み出されるマイクロ命令を、逐次保持す
るマイクロ命令保持レジスタ5及びマイクロ命令保持レ
ジスタ5に保持されたマイクロ命令を解読するマイクロ
命令デコード回路6といった中央処理装置内の構成要素
に、クロック周期切り替え指示回路7を付加したもので
ある。
The main parts of the information processing device l shown in FIG. 1 include a logic circuit section 2 that includes a part of a central processing unit, and a clock circuit section 3 that serves as clock generation means that selectively generates two types of operating clocks. Configure. The logic circuit unit 2 includes a control storage circuit 4 that stores the correspondence between microinstructions and processing contents defined for each instruction, and sequentially stores microinstructions read from the control storage circuit 4 in the process of digesting the program. A clock cycle switching instruction circuit 7 is added to the components within the central processing unit, such as a microinstruction holding register 5 and a microinstruction decoding circuit 6 that decodes the microinstructions held in the microinstruction holding register 5.

マイクロ命令デコード回路6とクロック周期切り替え指
示回路7は、クロック周波数選択指示手段を構成してお
り、マイクロ命令を解読し、あらかじめ命令ごとに実行
時間を勘案して指定されたクロック周波数を、クロック
発生手段であるクロック回路部3に選択指示する。クロ
ック回路部3は、基準発振パルスを生成する発振器8と
、発振器8の発振出力を分周し、2種類の動作クロック
を生成するクロック周期変換回路9と、クロック周期切
り替え指示回路7からの指示に従い、クロック周期変換
回路9が出力する2種類の動作クロックのうちの一方を
選択するクロック周期切り替え回路IOからなる。
The micro-instruction decoding circuit 6 and the clock cycle switching instructing circuit 7 constitute a clock frequency selection instructing means, which decodes the micro-instructions and generates a clock at a specified clock frequency by considering the execution time for each instruction in advance. A selection instruction is given to the clock circuit section 3 which is the means. The clock circuit section 3 receives instructions from an oscillator 8 that generates a reference oscillation pulse, a clock period conversion circuit 9 that divides the oscillation output of the oscillator 8 and generates two types of operating clocks, and a clock period switching instruction circuit 7. Accordingly, the clock cycle switching circuit IO selects one of the two types of operating clocks output by the clock cycle conversion circuit 9.

以下、クロック周期切り替え指示回路7とクロック周期
切り替え回路lOの具体的な回路構成及び動作について
、第2.3図を併せ説明する。
Hereinafter, the specific circuit configuration and operation of the clock cycle switching instruction circuit 7 and the clock cycle switching circuit IO will be explained with reference to FIG. 2.3.

まず、初期状態においてクロック周期切り替え指示回路
7内のフリップフロップ回路II、12はリセット状態
にあるものとする。また、クロック回路部3内の発振器
8から供給される発振パルスは、クロック周期変換回路
9内で分周され、短周期(高周波)と長周期(低周波)
の2種類の動作クロックが、クロック周期切り替え回路
IO内の一対のセレクタ回路13.14のそれぞれに供
給される。
First, it is assumed that in the initial state, the flip-flop circuits II and 12 in the clock cycle switching instruction circuit 7 are in a reset state. Further, the oscillation pulse supplied from the oscillator 8 in the clock circuit section 3 is frequency-divided in the clock period conversion circuit 9, and is divided into a short period (high frequency) and a long period (low frequency).
Two types of operating clocks are supplied to each of the pair of selector circuits 13 and 14 in the clock cycle switching circuit IO.

フリップフロップ回路11.12のQ出力を受けるナン
トゲート回路15.16の出力は、ともにハイレベルで
あるため、クロック周期切り替え回路10内のナントゲ
ート回路17とアンドゲート回路18の出力は、ともに
ロウレベルであり、アンドゲート回路18の出力をデー
タ入力とするフリップフロップ回路19はリセット状態
にある。
Since the outputs of the Nant gate circuits 15 and 16 that receive the Q outputs of the flip-flop circuits 11 and 12 are both high level, the outputs of the Nant gate circuit 17 and the AND gate circuit 18 in the clock cycle switching circuit 10 are both low level. The flip-flop circuit 19, which uses the output of the AND gate circuit 18 as a data input, is in a reset state.

このため、フリップフロップ回路19のロウレベルのQ
出力を選択指令として受けるセレクタ回路13は、長周
期の動作クロックを選択する。また、ナントゲート回路
15.16の出力をゲート入力とするアンドゲート回路
20は、そのゲートを開いているため、セレクタ回路1
3の出力である長周期動作クロックは、そのままアンド
ゲート回路20を通って論理回路部2に供給される。ま
た、もう一つのセレクタ回路14は、短周期の動作クロ
ックを選択し、フリップフロップ回路!9と次段の7リ
ツプフロツブ回路21の各クロック入力端子に供給する
Therefore, the low level Q of the flip-flop circuit 19
The selector circuit 13, which receives the output as a selection command, selects a long-period operating clock. Furthermore, since the AND gate circuit 20 which receives the outputs of the Nant gate circuits 15 and 16 as its gate input has its gate open, the selector circuit 1
The long-period operation clock outputted from the circuit 3 is supplied directly to the logic circuit section 2 through the AND gate circuit 20. In addition, another selector circuit 14 selects a short-cycle operation clock and selects a flip-flop circuit! 9 and the clock input terminals of the next stage 7 lip-flop circuit 21.

ここで、論理回路部2内の制御記憶回路4が、マイクロ
命令保持レジスタ5に対し、第3図に示す時刻tlの時
点で、クロック周期を長周期から短周期に変更するマイ
クロ命令を与えたとする。
Here, the control storage circuit 4 in the logic circuit unit 2 gives a microinstruction to the microinstruction holding register 5 to change the clock period from a long period to a short period at time tl shown in FIG. do.

この命令は、マイクロ命令デコード回路6にて解読され
、クロック周期切り替え指示回路7内の初段に控える2
個のナントゲート回路22.23のうち、一方ナンドゲ
ート回路22にロウレベルのデコード出力として供給さ
れる。ナントゲート回路22後段のアンドゲート回路2
4は、フリツプフロツプ回路21のQ出力を受けた時点
でゲートを開いているため、デコード出力の供給ととも
に出力がハイレベルに切り替わる。このため、フリップ
フロップ回路11はセットされ、自身のQ出力をナント
ゲート回路22とアンドゲート回路24を介してセット
入力端子に帰還される結果、セット状態を維持する。
This instruction is decoded by the microinstruction decoding circuit 6 and stored in the first stage of the clock cycle switching instruction circuit 7.
Of the NAND gate circuits 22 and 23, one of the NAND gate circuits 22 is supplied as a low level decode output. AND gate circuit 2 after Nant gate circuit 22
4 has its gate open when it receives the Q output from the flip-flop circuit 21, so the output switches to high level when the decode output is supplied. Therefore, the flip-flop circuit 11 is set and its Q output is fed back to the set input terminal via the Nant gate circuit 22 and the AND gate circuit 24, thereby maintaining the set state.

ところで、フリップフロップ回路11のQ出力は、ナン
トゲート回路15にて反転され、ロウレベルの切り替え
指示信号としてクロック周期切り替え回路10内のナン
トゲート回路17とアンドゲート回路20に送り込まれ
る。このとき、ナントゲート回路16の出力はハイレベ
ルであるため、フリップフロップ回路19は、アンドゲ
ート回路18からハイレベルの出力を受けてセットされ
、セレクタ回路13に対しハイレベルの選択指令を与え
る。その結果、セレクタ回路13は、短周期の動作クロ
ックを選択する。ただし、アンドゲート回路20は既に
ゲートを閉じているため、論理回路部2へのクロック供
給は中断される。また、フリップフロップ回路19によ
りセットされたフリップフロップ回路21が、もう一つ
のセレクタ回路14に対しハイレベルの選択指令を与え
ると、ここでは長周期の動作クロックが選択され、これ
が7リツプフロツプ回路19.21のクロック入力端子
に送り込まれる。
Incidentally, the Q output of the flip-flop circuit 11 is inverted by the Nant's gate circuit 15 and sent to the N'and's gate circuit 17 and the AND gate circuit 20 in the clock cycle switching circuit 10 as a low level switching instruction signal. At this time, since the output of the Nant gate circuit 16 is at a high level, the flip-flop circuit 19 receives a high level output from the AND gate circuit 18 and is set, and gives a high level selection command to the selector circuit 13. As a result, the selector circuit 13 selects a short-cycle operating clock. However, since the AND gate circuit 20 has already closed its gate, the clock supply to the logic circuit section 2 is interrupted. Further, when the flip-flop circuit 21 set by the flip-flop circuit 19 gives a high-level selection command to the other selector circuit 14, the long-period operating clock is selected here, and this is applied to the seven flip-flop circuits 19. 21 clock input terminal.

一方、長周期のクロック入力とともにセットされたフリ
ップフロップ回路21のQ出力により、クロック周期切
り替え指示回路7内のアンドゲート回路24がゲートを
閉じるため、フリップフロップ回路11はリセットされ
、それまでロウレベルの切り替え指示信号を出力してい
たナントゲート回路15の出力はハイレベルとなる。そ
の結果、アンドゲート回路20がゲートを開き、ここに
至って初めてセレクタ回路13にて選択された短周期の
動作クロックが、アンドゲート回路20を介、して論理
回路部2に送り出され、論理回路部2の動作クロックは
、長周期(低周波)から短周期(高周波)に切り替えら
れる。
On the other hand, due to the Q output of the flip-flop circuit 21 set together with the long-cycle clock input, the AND gate circuit 24 in the clock cycle switching instruction circuit 7 closes the gate, so the flip-flop circuit 11 is reset, and until then the low level The output of the Nant gate circuit 15, which had been outputting the switching instruction signal, becomes high level. As a result, the AND gate circuit 20 opens the gate, and only then the short-cycle operating clock selected by the selector circuit 13 is sent to the logic circuit unit 2 via the AND gate circuit 20, and the logic circuit The operating clock of section 2 is switched from long cycle (low frequency) to short cycle (high frequency).

次に、論理回路部2内の制御記憶回路4が、マイクロ命
令保持レジスタ5に対し、第3図に示す時刻t、におい
て、動作クロックを短周期から長周期に変更する命令を
与えたとする。この命令は、マイクロ命令デコード回路
6にて解読され、ナントゲート回路23の一方の入力を
ロウレベルとする。ナントゲート回路23の出力を受け
るアンドゲート回路24は、インバータ回路25により
反転されてハイレベルとされたフリップ70ツブ回路2
1のQ出力を受けているため、結局アンドゲート回路2
4の出力はハイレベルに切り替わり、フリップフロップ
回路12はセットされる。フリップフロップ回路!2の
Q出力は、ナントゲート回路16にて反転され、ロウレ
ベルの切り替え指示信号としてクロック周期切り替え回
路IO内のアンドゲート回路18.20に送り込まれる
。その結果、アンドゲート回路!8の出力はロウレベル
に切り替わり、これを受けてリセットされたフリップフ
ロップ回路19が、ナントゲート回路17とアンドゲー
ト回路18を介して帰還されるQ出力によりリセット状
態を保持する。ただし、アンドゲート回路20は既にゲ
ートを閉じているため、論理回路部2へのクロック供給
は中断する。
Next, assume that the control storage circuit 4 in the logic circuit unit 2 gives an instruction to the microinstruction holding register 5 to change the operating clock from a short period to a long period at time t shown in FIG. This instruction is decoded by the microinstruction decoding circuit 6, and one input of the Nant gate circuit 23 is set to a low level. The AND gate circuit 24 receiving the output of the Nant gate circuit 23 is the flip 70 tube circuit 2 which is inverted by the inverter circuit 25 and set to a high level.
Since it receives the Q output of 1, it ends up being AND gate circuit 2.
The output of 4 is switched to high level, and the flip-flop circuit 12 is set. Flip-flop circuit! The Q output of No. 2 is inverted by the Nant gate circuit 16 and sent as a low-level switching instruction signal to the AND gate circuit 18.20 in the clock cycle switching circuit IO. The result is an AND gate circuit! The output of 8 is switched to low level, and the flip-flop circuit 19, which is reset in response to this, maintains the reset state by the Q output fed back via the Nant gate circuit 17 and the AND gate circuit 18. However, since the AND gate circuit 20 has already closed its gate, the clock supply to the logic circuit section 2 is interrupted.

ところで、セレクタ回路13は、フリップフロップ回路
19からロウレベルの選択指令を受け、今度は長周期の
動作クロックを選択する。また、フリップフロップ回路
!9によりリセットされたフリップフロップ回路21か
らの選択指令を受けたセレクタ回路14は、短周期の動
作クロックを選択し、これをフリップフロップ回路19
.21の各クロック入力端子に供給する。
By the way, the selector circuit 13 receives a low level selection command from the flip-flop circuit 19, and this time selects a long-period operating clock. Also, flip-flop circuits! The selector circuit 14 receives the selection command from the flip-flop circuit 21 reset by 9, selects a short-cycle operating clock, and sends it to the flip-flop circuit 19.
.. 21 clock input terminals.

一方、アンドゲート回路24は、フリップフロップ回路
21のハイレベルのQ出力をインバータ回路25を介し
て反転供給されてゲートを閉じるため、フリツプフロツ
プ回路12はリセットされる。
On the other hand, the AND gate circuit 24 is inverted and supplied with the high-level Q output of the flip-flop circuit 21 via the inverter circuit 25 to close its gate, so that the flip-flop circuit 12 is reset.

その結果、ナントゲート回路16にて反転されてハイレ
ベルとされたフリップフロップ回路12のQ出力が、ア
ンドゲート回路20のゲートを開くので、セレクタ回路
13にて選択された長周期の動作クロックが、アンドゲ
ート回路20を介して論理回路部2に送り出され、動作
クロックは、短周期(高周波)から長周期(低周波)に
切り替えられる。
As a result, the Q output of the flip-flop circuit 12, which is inverted and set to high level by the Nant gate circuit 16, opens the gate of the AND gate circuit 20, so that the long-period operating clock selected by the selector circuit 13 is activated. , and is sent to the logic circuit unit 2 via the AND gate circuit 20, and the operating clock is switched from short cycle (high frequency) to long cycle (low frequency).

このように、上記情報処理装置Iは、処理内容が定義可
変のマイクロ命令に従って、論理処理又は物理処理を実
行する上で、周波数が異なる複数の動作クロックを選択
的に出力するクロック回路部3に対し、マイクロ命令デ
コード回路6とクロック周期切り替え指示回路7が、命
令ごとに実行時間を勘案して指定済みのクロック周期を
選択指示する構成としたから、マイクロ命令ごとに実行
時間に対応する適応型のクロック選択を行うことで、論
理処理や物理処理に潜在する冗長性を可及的に排除する
ことができる。これにより、例えば論理処理と物理処理
が交互に連続するような場合に、実行時間の長いマイク
ロ命令に対しては、低周波の動作クロックによりクロッ
ク周期を長周期化する一方、逆に実行時間の短いマイク
ロ命令に対しては高周波の動作クロックによりクロック
周期を短周期化することで、与えられた処理の実行に冗
長性を排除することができる。さらにまた、論理処理だ
け又は物理処理だけが連続する場合も、各処理の実行時
間に応じてクロック周期を選択することで、効率の良い
論理処理と物理処理が可能である。
In this way, the information processing device I has a clock circuit unit 3 that selectively outputs a plurality of operating clocks having different frequencies when executing logical processing or physical processing in accordance with microinstructions whose processing contents are variable in definition. On the other hand, since the microinstruction decoding circuit 6 and the clock period switching instruction circuit 7 are configured to select and instruct the specified clock period by taking into consideration the execution time for each instruction, an adaptive type that corresponds to the execution time for each microinstruction is provided. By selecting these clocks, redundancy latent in logical processing and physical processing can be eliminated as much as possible. As a result, for example, when logical processing and physical processing occur in succession, the clock period for microinstructions with a long execution time is lengthened using a low-frequency operation clock, while conversely, the execution time is By shortening the clock cycle using a high-frequency operation clock for short microinstructions, it is possible to eliminate redundancy in the execution of a given process. Furthermore, even when only logical processing or only physical processing is continuous, efficient logical processing and physical processing can be performed by selecting the clock period according to the execution time of each processing.

[発明の効果] 以上説明したように、この発明は、処理内容が定義可変
のマイクロ命令に従って、論理処理又は物理処理を実行
する上で、周波数が異なる複°数の動作クロックを選択
的に出力するクロック発生手段に対し、マイクロ命令を
解読したクロック周波数選択指示手段が、命令ごとに実
行時間を勘案して指定済みのクロック周波数を選択指示
する構成としたから、マイクロ命令ごとに実行時間に対
応する適応型のクロック選択を行うことで、論理処理や
物理処理に潜在する冗長性を可及的に排除することがで
き、従って例えば論理処理と物理処理が交互に連続する
ような場合に、実行時間の長いマイクロ命令に対しては
、クロック周期を長周期化する一方、逆に実行時間の短
いマイクロ命令に対してはクロック周期を短周期化する
ことで、与えられた処理の実行に冗長性を排除し、また
論理処理だけ又は物理処理だけが連続する場合も、各処
理の実行時間に応じてクロック周期を選択することで、
効率の良い論理処理と物理処理が可能である等の優れた
効果を奏する。
[Effects of the Invention] As explained above, the present invention selectively outputs multiple operating clocks with different frequencies when executing logical processing or physical processing according to microinstructions whose processing contents are variable in definition. The clock frequency selection instructing means that decodes the microinstruction selects and instructs the clock generation means to select the specified clock frequency, taking into consideration the execution time for each instruction, so that the clock frequency selection instructing means for the clock generation means that decodes the microinstruction selects and instructs the specified clock frequency, taking into account the execution time of each instruction. By performing adaptive clock selection, potential redundancy in logical and physical processing can be eliminated as much as possible. By increasing the clock cycle for microinstructions that take a long time, and conversely by shortening the clock cycle for microinstructions that take a short execution time, redundancy is created in the execution of a given process. In addition, even when only logical processing or only physical processing is continuous, by selecting the clock period according to the execution time of each processing,
It has excellent effects such as efficient logical processing and physical processing.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、この発明の情報処理装置の一実施例を示す概
略構成図、第2.3図は、それぞれ第1図の要部を具体
的に示す回路図及び回路各部の信号波形図である。 109.情報処理装置、2.、、論理回路部。 380.クロック回路部、6.、、マイクロ命令デコー
ド回路、7.、、クロック周期切り替え指示回路。
FIG. 1 is a schematic configuration diagram showing an embodiment of an information processing device of the present invention, and FIGS. 2 and 3 are a circuit diagram and a signal waveform diagram of each part of the circuit, respectively, specifically showing the main parts of FIG. 1. be. 109. Information processing device, 2. ,,Logic circuit section. 380. Clock circuit section, 6. , , Microinstruction decoding circuit, 7. ,,Clock period switching instruction circuit.

Claims (1)

【特許請求の範囲】[Claims] 処理内容が定義可変のマイクロ命令に従って、論理処理
又は物理処理を実行する情報処理装置であって、周波数
が異なる複数の動作クロックを選択的に出力するクロッ
ク発生手段と、前記マイクロ命令を解読し、あらかじめ
命令ごとに実行時間を勘案して指定されたクロック周波
数を、前記クロック発生手段に選択指示するクロック周
波数選択指示手段とを具備する情報処理装置。
An information processing device that executes logical processing or physical processing in accordance with microinstructions whose processing contents are variable in definition, the information processing device comprising: clock generation means for selectively outputting a plurality of operating clocks having different frequencies; An information processing device comprising clock frequency selection instructing means for instructing the clock generating means to select a clock frequency specified in advance by taking into account execution time for each instruction.
JP1046198A 1989-02-27 1989-02-27 Information processor Pending JPH02224123A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1046198A JPH02224123A (en) 1989-02-27 1989-02-27 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1046198A JPH02224123A (en) 1989-02-27 1989-02-27 Information processor

Publications (1)

Publication Number Publication Date
JPH02224123A true JPH02224123A (en) 1990-09-06

Family

ID=12740379

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1046198A Pending JPH02224123A (en) 1989-02-27 1989-02-27 Information processor

Country Status (1)

Country Link
JP (1) JPH02224123A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04251331A (en) * 1991-01-09 1992-09-07 Nec Corp Information processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH04251331A (en) * 1991-01-09 1992-09-07 Nec Corp Information processor

Similar Documents

Publication Publication Date Title
US3623017A (en) Dual clocking arrangement for a digital computer
JPS6340412A (en) Limited state mechanical circuit
US5459462A (en) Keyboard controller state machine
JPH02226423A (en) Microcode controller
EP0229734A2 (en) Microprogram control device
JP4753895B2 (en) Array type processor having delay adjustment circuit
EP0037935A2 (en) Sequence control circuit for a computer
JPH02224123A (en) Information processor
JPH1091430A (en) Instruction decoding device
JP4204655B2 (en) Microcomputer with pulse output function
JP2979653B2 (en) Information processing device
JPH05298088A (en) Microcomputer
JPH01293440A (en) Microcomputer system
JPH08249227A (en) Data processor and control method of electronic apparatus
JP2004302827A (en) Microcontroller
JPH01300341A (en) Information processor
JPH07248918A (en) Microprocessor
KR0152224B1 (en) Ready state generating apparatus capable of varying state number
JPH01300321A (en) Information processor
JPS61282946A (en) Programmable controller
JPS5917460B2 (en) computer control device
JP2770420B2 (en) Micro program control method
JPH05143322A (en) Microcomputer
JPH01298432A (en) System setting information switching system
JPS6015969B2 (en) Microinstruction address generation method