JP3117214B2 - Sequencer microprogram control method - Google Patents

Sequencer microprogram control method

Info

Publication number
JP3117214B2
JP3117214B2 JP02253758A JP25375890A JP3117214B2 JP 3117214 B2 JP3117214 B2 JP 3117214B2 JP 02253758 A JP02253758 A JP 02253758A JP 25375890 A JP25375890 A JP 25375890A JP 3117214 B2 JP3117214 B2 JP 3117214B2
Authority
JP
Japan
Prior art keywords
control
transition
address
program logic
storage device
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
JP02253758A
Other languages
Japanese (ja)
Other versions
JPH04130924A (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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP02253758A priority Critical patent/JP3117214B2/en
Publication of JPH04130924A publication Critical patent/JPH04130924A/en
Application granted granted Critical
Publication of JP3117214B2 publication Critical patent/JP3117214B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔発明の目的〕 (産業上の利用分野) 本発明はマイクロプログラムにより複数のハードウェ
ア機能装置の制御を行うシーケンサのマイクロプログラ
ム制御方式に関する。
DETAILED DESCRIPTION OF THE INVENTION [Object of the Invention] (Industrial application field) The present invention relates to a microprogram control method for a sequencer that controls a plurality of hardware function devices by a microprogram.

(従来の技術) 第3図はこの種のシーケンサのマイクロプログラムの
構成の一例を示すものであり、そのマイクロコードで制
御するハードウェア機能装置の状態によって他のハード
ウェア機能装置を制御するようなシーケンス(コンディ
ション・ジャンプ12)や、一つのハードウェア機能装置
を制御した後、他のハードウェア機能装置を制御するよ
うなシーケンス(ノンコンディション・ジャンプ13)な
どを含んでいる。
(Prior Art) FIG. 3 shows an example of the configuration of a microprogram of a sequencer of this type, which controls other hardware functional devices according to the state of the hardware functional device controlled by the microcode. It includes a sequence (condition jump 12) and a sequence (non-condition jump 13) for controlling one hardware functional device and then controlling another hardware functional device.

このような構成のマイクロプログラムの制御におい
て、従来は、初めのハードウェア機能装置を制御するプ
ログラムロジック11から、次のハードウェア機能装置を
制御するプログラムロジックに遷移する場合、遷移先の
プログラムロジックの先頭に対するアドレスをマイクロ
コード内のフィールドを使って制御コード記憶装置に与
えるといった制御方式が採用されていた。
Conventionally, in the control of a microprogram having such a configuration, when transitioning from the program logic 11 for controlling the first hardware functional device to the program logic for controlling the next hardware functional device, conventionally, A control method has been adopted in which an address for the head is given to a control code storage device using a field in the microcode.

この従来のマイクロプログラム制御方式によるシステ
ム構成の概要を第4図に示している。
FIG. 4 shows an outline of a system configuration based on this conventional microprogram control method.

第4図において、21はハードウェア機能装置を制御す
るマイクロプログラムを記憶する制御コード記憶装置で
ある。
In FIG. 4, reference numeral 21 denotes a control code storage device for storing a microprogram for controlling a hardware function device.

22はその制御コード記憶装置21に対してアドレスを発
生させるカウンタである。
A counter 22 generates an address for the control code storage device 21.

23は制御コード記憶装置21より出力されたマイクロコ
ードをラッチする制御コードラッチ部である。
Reference numeral 23 denotes a control code latch unit that latches the microcode output from the control code storage device 21.

24はマイクロコードにより制御されるハードウェア機
能装置である。
24 is a hardware functional device controlled by microcode.

25はマイクロコード中の遷移制御を行うステータス許
可ビットのデコーダである。
Reference numeral 25 denotes a status permission bit decoder for performing transition control in the microcode.

26はマイクロコード、27は制御コードバス、28は制御
コードアドレスバスである。
26 is a microcode, 27 is a control code bus, and 28 is a control code address bus.

ここで、上述の如くのプログラムロジックの遷移を行
うために用いるマイクロコード26のフィールドは、遷移
先のプログラムロジックに対するアドレス指示用のフィ
ールド(Jump先アドレス)及びそのアドレスを制御コー
ド記憶装置21に与える動作を制御するフィールド(ステ
ータス許可ビット)とから構成されている。
Here, the field of the microcode 26 used for performing the transition of the program logic as described above gives a field (Jump destination address) for indicating an address to the transition destination program logic and the address thereof to the control code storage device 21. And a field (status permission bit) for controlling the operation.

このように、ハードウェア機能装置24を制御している
プログラムロジック間で、そのロジックの遷移を行う際
に、遷移動作のみを行うマイクロコード26を用いる従来
方式によれば、実際のハードウェア機能装置24の制御処
理が、プログラムロジック間遷移制御のためのマイクロ
コード26への対処処理によって中断されることになり、
これによってハードウェア機能装置24の処理速度が低速
になるといった不具合があった。
As described above, according to the conventional method using the microcode 26 that performs only the transition operation when performing the logic transition between the program logics controlling the hardware functional device 24, 24 control processing will be interrupted by the processing of the microcode 26 for the transition control between program logics,
As a result, there was a problem that the processing speed of the hardware functional device 24 was reduced.

この不具合を解決すべく、従来、第5図に示すような
方式も提案されていた。
Conventionally, a system as shown in FIG. 5 has been proposed to solve this problem.

すなわち、この従来方式においては、マイクロコード
26aにハードウェア機能装置24を制御するフィールドと
プログラムロジックの遷移を行うフィールドの両方(こ
れら両フィールドに対応してデコーダ25a、25bも設けら
れる)を設け、プログラムロジックの遷移とハードウェ
ア機能装置24の制御処理動作を同時に、且つ連続的に処
理することで高速化を図るものであった。
That is, in this conventional method, the microcode
26a is provided with both a field for controlling the hardware function device 24 and a field for performing transition of the program logic (decoders 25a and 25b are also provided corresponding to these fields). In this case, the speed is increased by simultaneously and continuously performing the above control processing operations.

しかしながら、この従来方式の場合、マイクロコード
26aが長くなり、必然的に、このマイクロコード26aを記
憶する制御コード記憶装置21も大きくせざるを得なかっ
た。
However, in the case of this conventional method, the microcode
The length of the control code storage device 21 for storing the microcode 26a is inevitably increased.

(発明が解決しようとする問題点) このように上記従来のシーケンサのマイクロプログラ
ム制御方式では、ハードウェア機能装置を制御するプロ
グラムロジック相互間の遷移を行う場合、そのロジック
遷移の実行及び遷移先の指示をマイクロコードにより与
えると、当該ロジック遷移制御を他の制御を中断して行
うことで、ハードウェア機能装置の制御処理速度が低下
するという問題点があった。
(Problems to be Solved by the Invention) As described above, in the conventional microprogram control method of the sequencer, when a transition between program logics for controlling the hardware function device is performed, the execution of the logic transition and the transition destination are performed. When an instruction is given by microcode, there is a problem in that the logic transition control is performed while other controls are interrupted, thereby reducing the control processing speed of the hardware functional device.

また、制御処理速度を改善すべくマイクロコードにロ
ジック遷移を指示するフィールドとハードウェア機能装
置を制御するフィールドの両方を設けると、マイクロコ
ード長が長くなり、これを記憶する制御コード記憶装置
が大型化するという問題点があった。
In addition, if both a field for instructing a logic transition to the microcode and a field for controlling the hardware functional device are provided to improve the control processing speed, the microcode length becomes long, and the control code storage device for storing the microcode becomes large. There was a problem of becoming.

本発明はこの問題点を除去し、ロジック遷移制御に際
してもハードウェア機能装置の制御を連続的に行って処
理の高速化を図ることができ、しかもその制御に用いる
マイクロコード長を短くせしめることにより制御コード
記憶装置の大型化も防止できるシーケンサのマイクロプ
ログラム制御方式を提供することを目的とする。
The present invention eliminates this problem, and can continuously increase the speed of processing by continuously controlling hardware functional devices even during logic transition control, and by shortening the microcode length used for the control. It is an object of the present invention to provide a microprogram control method for a sequencer that can prevent an increase in the size of a control code storage device.

〔発明の構成〕[Configuration of the invention]

(問題点を解決するための手段) 本発明は、複数のハードウェア機能装置の個別制御用
のプログラムロジックを一連の意味を持つ制御情報とし
てまとめて制御コード記憶装置に記憶したマイクロプロ
グラムを対象とするシーケンサのマイクロプログラム制
御方式において、前記プログラムロジックの遷移制御に
必要な遷移アドレスを前記制御コード記憶装置に与える
ための複数のアドレスレジスタと、前記シーケンサの動
作初期時、前記プログラムロジックの先頭に対する遷移
アドレスを対応するアドレスレジスタにローディングす
るローディング手段と、他のプログラムロジックへ遷移
する際、その制御に必要な遷移アドレスがローディング
されているアドレスレジスタを、前記制御コード記憶装
置から出力される遷移する前のプログラムロジックの最
終マイクロコード内に設定されるプログラムロジック及
びハードウェア機能装置の状態表示信号に基づいて選択
し、該選択されたアドレスレジスタ中の遷移アドレスを
前記制御コード記憶装置に出力させる出力手段とを具備
したことを特徴とする。
(Means for Solving the Problems) The present invention is directed to a microprogram in which program logics for individual control of a plurality of hardware function devices are grouped together as a series of control information and stored in a control code storage device. A plurality of address registers for providing a transition address required for transition control of the program logic to the control code storage device, and a transition to a head of the program logic at an initial operation of the sequencer. Loading means for loading an address into a corresponding address register, and when transitioning to another program logic, the address register loaded with a transition address required for the control is changed before the transition output from the control code storage device. Program Output means for selecting based on the program logic set in the final microcode of the logic and the status display signal of the hardware function device, and outputting the transition address in the selected address register to the control code storage device. It is characterized by having.

(作用) 本発明では、プログラムロジックの遷移を行う際に必
要なアドレスを、マイクロコードを使わず、レジスタに
より制御コード記憶装置に与えるようにしたものであ
る。
(Operation) In the present invention, an address necessary for performing a transition of program logic is provided to the control code storage device by a register without using microcode.

その際、まず、マイクロプログラムの初期動作によっ
てレジスタへプログラムロジックの先頭に対するアドレ
スをロードする。
At this time, first, an address for the head of the program logic is loaded into the register by the initial operation of the microprogram.

その後、実際にハードウェア機能装置の制御動作を行
うプログラムロジックにおいては、そのロジック内の処
理を終了し、次のロジックへ遷移する際、ロジックの最
終のマイクロコードで、そこに含まれるロジック遷移を
行う制御フィールドを使って、遷移動作の指示、ハード
ウェア機能装置の状態表示信号の判定、レジスタの選択
を行うようにしている。
Then, in the program logic that actually performs the control operation of the hardware functional device, when the processing in the logic is completed and the transition to the next logic is performed, the logic transition included in the final microcode of the logic is performed. The control field to be performed is used to instruct a transition operation, determine the status display signal of the hardware functional device, and select a register.

このため、ロジック遷移制御に際しても、一連のハー
ドウェア機能装置の制御処理動作を中断させずに済み、
高速な処理を実現できる。
For this reason, even in the logic transition control, it is not necessary to interrupt the control processing operation of a series of hardware functional devices,
High-speed processing can be realized.

また、プログラムロジックに対するアドレス値を指示
するためにマイクロコードのフィールドを用いていない
ことから、マイクロコード長を短縮でき、これを記憶す
る装置の形状も小さなものに抑えることができる。
In addition, since the microcode field is not used to indicate the address value for the program logic, the microcode length can be reduced, and the size of the device for storing the microcode can be reduced.

(実施例) 以下、本発明の実施例を添付図面に基づいて詳細に説
明する。
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings.

第1図は本発明のシーケンサのマイクロプログラム制
御方式によるシステム構成の概要を示したものである。
FIG. 1 shows an outline of a system configuration according to a microprogram control method of a sequencer of the present invention.

この本発明の方式では、プログラムロジックの遷移を
行う際に必要なアドレスを与えるためにアドレスレジス
タ29を設けている。
In the method of the present invention, an address register 29 is provided to give an address necessary for performing a transition of the program logic.

また、マイクロコード26Aのフィールドが、ハードウ
ェア機能装置を制御するフィールド(ハードウェア制御
ビット)と、プログラムロジックの遷移を行うフィール
ド(ステータス許可ビット)から構成されている。
The field of the microcode 26A is composed of a field for controlling the hardware functional device (hardware control bit) and a field for performing transition of the program logic (status permission bit).

そして、このマイクロコード26Aの各フィールドをデ
コードするために、それぞれのフィールドに対応してデ
コーダ25A、25Bが設けられている。
To decode each field of the microcode 26A, decoders 25A and 25B are provided corresponding to each field.

それ以外の構成は従来方式と同様であって、マイクロ
プログラムを記憶する制御コード記憶装置21、その制御
コード記憶装置21に対してアドレスを発生させるカウン
タ22、制御コード記憶装置21より出力されたマイクロコ
ード26Aをラッチする制御コードラッチ部23、マイクロ
コード26Aにより制御されるハードウェア機能装置24が
具備されている。
Otherwise, the configuration is the same as that of the conventional system. A control code storage device 21 for storing a microprogram, a counter 22 for generating an address for the control code storage device 21, and a microcode output from the control code storage device A control code latch unit 23 for latching the code 26A and a hardware function device 24 controlled by the microcode 26A are provided.

以下にこのマイクロプログラム制御方式の動作を説明
する。
The operation of the microprogram control method will be described below.

まず、制御コード記憶装置21にはハードウェア機能装
置24を制御するためのマイクロプログラムを記憶させ
る。
First, a microprogram for controlling the hardware function device 24 is stored in the control code storage device 21.

カウンタ22はハードウェア機能装置24の動作周期に合
わせ、あるプログラムロジックを実施するためのアドレ
スを、制御コードアドレスバス28を通じて制御コード記
憶装置21に与える。
The counter 22 supplies an address for executing a certain program logic to the control code storage device 21 through the control code address bus 28 in accordance with the operation cycle of the hardware function device 24.

制御コード記憶装置21は、与えられたアドレス値に従
って、予め記憶されたマイクロコード26Aを制御コード
バス27を通じて制御コードラッチ部23へ出力する。
The control code storage device 21 outputs the previously stored microcode 26A to the control code latch unit 23 through the control code bus 27 according to the given address value.

制御コードラッチ部23でラッチされたマイクロコード
26Aは、そのマイクロコード26Aの各フィールド毎に設け
られたデコーダ25A、25Bでデコードされ、それぞれの機
能制御のために用いられる。
Microcode latched by control code latch unit 23
26A is decoded by decoders 25A and 25B provided for each field of the microcode 26A, and is used for function control of each.

通常のハードウェア機能装置24の制御処理では、マイ
クロコード26A中のステータス許可ビットはセットされ
ず、ハードウェア制御ビットのみの設定によりハードウ
ェア機能装置24の制御だけが行われる。
In a normal control process of the hardware function device 24, the status permission bit in the microcode 26A is not set, and only the hardware function device 24 is controlled by setting only the hardware control bit.

これに対し、複数のハードウェア機能装置24を制御し
て、一つの完成された処理を行うマイクロプログラム
が、1つのハードウェア機能装置24を制御するプログラ
ムロジックを複数用いて構成され、その処理としてプロ
グラムロジック間の遷移を行う場合は、マイクロコード
26Aのステータス許可ビットをセットし、ハードウェア
機能装置24の状態表示信号をカウンタ22及びアドレスレ
ジスタ29に伝えて、遷移先のプログラムロジックのアド
レスの選択及びセットを行う。
On the other hand, a microprogram that controls a plurality of hardware function devices 24 and performs one completed process is configured using a plurality of program logics that control one hardware function device 24. When performing transitions between program logics, use microcode
The status permission bit of 26A is set, and the status display signal of the hardware functional device 24 is transmitted to the counter 22 and the address register 29 to select and set the address of the transition destination program logic.

マイクロコード26Aには、このように状態遷移を行う
ステータス許可ビットと、ハードウェア機能装置24を制
御する制御ビットを持つため、遷移動作を指示する場合
においてもハードウェア機能装置24の制御動作を中断さ
せずに済むようになる。
Since the microcode 26A has the status permission bit for performing the state transition and the control bit for controlling the hardware function device 24, the control operation of the hardware function device 24 is interrupted even when the transition operation is instructed. You don't have to.

しかも、上記遷移動作のためのアドレスをアドレスレ
ジスタ29よりセットするため、そのアドレスを指示する
ためのフィールドをマイクロコードから削除することが
でき、これにより当該マイクロコード長を短くすること
ができる。
In addition, since the address for the transition operation is set from the address register 29, a field for designating the address can be deleted from the microcode, thereby shortening the microcode length.

次ぎに、第2図は、このマイクロプログラム制御方式
を応用したシステムの具体的構成例を示したものであ
る。
Next, FIG. 2 shows a specific configuration example of a system to which the microprogram control method is applied.

第2図において、30は第1図に示した本発明方式によ
って成るシーケンサであり、31はマイクロプログラムが
記憶されている制御コード記憶装置である。
2, reference numeral 30 denotes a sequencer according to the method of the present invention shown in FIG. 1, and reference numeral 31 denotes a control code storage device in which a microprogram is stored.

32はマイクロプログラムによって制御されるハードウ
ェア機能装置であり、この例ではA〜Fの複数ユニット
がある。
Reference numeral 32 denotes a hardware function device controlled by a microprogram. In this example, there are a plurality of units A to F.

33は端末34との間でデータを送受するFIFO(first−i
n first−out;先入れ先出し方式)回路であり、35は端
末34のデータ及びハードウェア機能装置32A〜Fのパラ
メータを多重するデータバスである。
33 is a FIFO (first-i
n is a first-out (first-in-first-out) circuit, and 35 is a data bus for multiplexing the data of the terminal 34 and the parameters of the hardware functional units 32A to 32F.

第2図のハードウェアは、ハードウェア機能装置32A
〜Fのパラメータと端末34のデータをデータバス35で多
重し、この多重データを伝送路へ出力する動作を行うも
のである。
The hardware in FIG. 2 is a hardware functional device 32A.
FF and the data of the terminal 34 are multiplexed on the data bus 35, and the operation of outputting the multiplexed data to the transmission line is performed.

シーケンサ30は、ハードウェア機能装置32A〜Fのそ
れぞれを制御をするプログラムロジックを持ち、それぞ
れのハードウェア機能装置32A〜Fの状態表示信号の値
によって、多重速度に応じたパラメータを選択する。
The sequencer 30 has program logic for controlling each of the hardware function devices 32A to 32F, and selects a parameter corresponding to the multiplexing speed according to the value of the status display signal of each of the hardware function devices 32A to 32F.

仮に、ハードウェア機能装置32Aのパラメータを多重
した後、ハードウェア機能装置32Bのパラメータを多重
する場合を考えると、本発明方式によるシーケンサ30の
マイクロプログラム制御方式では、ハードウェア機能装
置32の制御とプログラムロジックの遷移動作を同時に行
うことができる。
Considering the case where the parameters of the hardware function device 32A are multiplexed and then the parameters of the hardware function device 32B are multiplexed, in the microprogram control method of the sequencer 30 according to the present invention, the control of the hardware function device 32 and The transition operation of the program logic can be performed simultaneously.

このため、ハードウェア機能装置32Aのパラメータの
多重を行うプログラムロジックの最終マイクロコード
で、ステータス許可ビットをセットすることにより、ハ
ードウェア機能装置32Aの最終パラメータの多重と、次
のハードウェア機能装置32Bを制御するプログラムロジ
ックの先頭アドレスのセットとを同時に行うことがで
き、これにより多重速度が向上する。
Therefore, by setting the status permission bit in the final microcode of the program logic for multiplexing the parameters of the hardware functional device 32A, the multiplexing of the final parameters of the hardware functional device 32A and the next hardware functional device 32B And the setting of the start address of the program logic for controlling the multiplexing can be performed simultaneously, thereby improving the multiplexing speed.

このように、多重速度が向上した場合、当然、そこで
サポートする端末速度の許容速度も向上させ得ることに
なる。
As described above, when the multiplex speed is improved, the allowable speed of the terminal speed supported by the multiplex speed can be naturally improved.

また、本発明では、制御コード記憶装置31に与えるア
ドレスをマイクロコードからでなく、予めセットされた
レジスタから与えて、マイクロコード長を短くしている
ため、シーケンサ30及び端末34を除いたハードウェア機
能装置32A〜Fをゲートアレイとして製作した場合、ゲ
ートアレイのピン数を削減することもできる。
Further, in the present invention, the address given to the control code storage device 31 is given not from the microcode but from a register set in advance, and the microcode length is shortened, so that the hardware excluding the sequencer 30 and the terminal 34 is used. When the functional devices 32A to 32F are manufactured as a gate array, the number of pins of the gate array can be reduced.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明によれば、複数のアドレ
スレジスタを設け、シーケンサの動作初期時、プログラ
ムロジックの先頭に対する遷移アドレスを対応するアド
レスレジスタ毎にローディングしておき、他のプログラ
ムロジックに遷移する処理を行う場合、遷移する前のプ
ログラムロジックの最終マイクロコード内に設定される
プログラムロジック及びハードウェア機能装置の状態表
示信号を指標にしながら(つまり、ハードウェア機能装
置の処理動作を実行しながら)、該当する遷移アドレス
をアドレスレジスタから制御コード記憶装置に与えるよ
うにしたため、プログラムロジックの遷移制御に際して
他の制御、例えば、シーケンサ外部の先ハードウェア機
能装置の動作制御を中断する必要がなく、プログラムロ
ジックの遷移(ジャンプ命令)を含む一連のシーケンス
処理の高速化が図れる。
As described above, according to the present invention, a plurality of address registers are provided, and at the initial stage of operation of the sequencer, a transition address for the beginning of the program logic is loaded for each corresponding address register, and the transition to another program logic is performed. When processing is performed, the program logic set in the final microcode of the program logic before the transition and the status display signal of the hardware functional device are used as indices (that is, while the processing operation of the hardware functional device is performed). Since the corresponding transition address is provided from the address register to the control code storage device, there is no need to interrupt other control, for example, operation control of a destination hardware function device external to the sequencer, in transition control of the program logic. Program logic transition (ja Up instruction) speed can be of a series of sequence processing, including.

また、本発明では、他のプログラムロジックに遷移す
る処理を行う場合、アドレスレジスタから遷移アドレス
を与える構成としたため、制御コード記憶装置から出力
されるマイクロコード中に該遷移アドレスを指定するフ
ィールドを設ける必要がなく、その分だけマイクロコー
ド長を短くし、これを記憶する装置の形状も小型化でき
る。
Further, in the present invention, when performing a process of transiting to another program logic, a transition address is provided from the address register. Therefore, a field for designating the transition address is provided in the microcode output from the control code storage device. There is no need, and the microcode length can be shortened accordingly, and the shape of the device for storing the microcode can be downsized.

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

第1図は本発明に係るシーケンサのマイクロプログラム
制御方式によるシステム構成の一例を示す図、第2図は
本発明に係るシーケンサのマイクロプログラム制御方式
を応用して成るシステムの構成図、第3図はシーケンサ
のマイクロプログラムの一般的構成を示す概念図、第4
図は従来のマイクロプログラム制御方式によるシステム
構成の一例を示す図、第5図はこの種の従来システムの
他の構成例を示す図である。 11……プログラムロジック、12……コンディションジャ
ンプ、13……ノンコンディションジャンプ、21……制御
コード記憶装置、22……カウンタ、23……制御コードラ
ッチ部、24……ハードウェア機能装置、25A……ステー
タス許可ビットコードのデコーダ、25B……制御用コー
ドのデコーダ、26A……マイクロコード、27……制御コ
ードバス、28……制御コードアドレスバス、29……アド
レスレジスタ、30……シーケンサ、31……制御コード記
憶装置、32A〜F……各種ハードウェア機能装置、33…
…FIFO(first−in first−out)回路、34……端末、35
……ハードウェア機能装置32A〜Fのパラメータ及びFIF
O33のデータを多重するデータバス
FIG. 1 is a diagram showing an example of a system configuration according to a microprogram control method of a sequencer according to the present invention, FIG. 2 is a configuration diagram of a system applying the microprogram control method of a sequencer according to the present invention, and FIG. Is a conceptual diagram showing the general structure of a sequencer microprogram.
FIG. 1 is a diagram showing an example of a system configuration according to a conventional microprogram control system, and FIG. 5 is a diagram showing another example of the configuration of this type of conventional system. 11: Program logic, 12: Condition jump, 13: Non-condition jump, 21: Control code storage device, 22: Counter, 23: Control code latch unit, 24: Hardware function device, 25A ... Decoder for status permission bit code, 25B ... Decoder for control code, 26A ... Microcode, 27 ... Control code bus, 28 ... Control code address bus, 29 ... Address register, 30 ... Sequencer, 31 ... Control code storage devices, 32A to F ... Various hardware function devices, 33 ...
... FIFO (first-in first-out) circuit, 34 ... Terminal, 35
.... Parameters and FIF of hardware functional units 32A to 32F
Data bus for multiplexing O33 data

───────────────────────────────────────────────────── フロントページの続き (72)発明者 渡辺 晃 東京都日野市旭が丘3丁目1番地の1 東芝通信システムエンジニアリング株式 会社内 (56)参考文献 特開 昭61−58042(JP,A) (58)調査した分野(Int.Cl.7,DB名) G06F 9/26 320 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Akira Watanabe 3-1-1 Asahigaoka, Hino-shi, Tokyo Toshiba Communication Systems Engineering Co., Ltd. (56) References JP-A-61-58042 (JP, A) (58) ) Surveyed field (Int.Cl. 7 , DB name) G06F 9/26 320

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】複数のハードウェア機能装置の個別制御用
のプログラムロジックを一連の意味を持つ制御情報とし
てまとめて制御コード記憶装置に記憶したマイクロプロ
グラムを対象とするシーケンサのマイクロプログラム制
御方式において、 前記プログラムロジックの遷移制御に必要な遷移アドレ
スを前記制御コード記憶装置に与えるための複数のアド
レスレジスタと、 前記シーケンサの動作初期時、前記プログラムロジック
の先頭に対する遷移アドレスを対応するアドレスレジス
タにローディングするローディング手段と、 他のプログラムロジックへ遷移する際、その制御に必要
な遷移アドレスがローディングされているアドレスレジ
スタを、前記制御コード記憶装置から出力される遷移す
る前のプログラムロジックの最終マイクロコード内に設
定されるプログラムロジック及びハードウェア機能装置
の状態表示信号に基づいて選択し、該選択されたアドレ
スレジスタ中の遷移アドレスを前記制御コード記憶装置
に出力させる出力手段と を具備したことを特徴とするシーケンサのマイクロプロ
グラム制御方式。
1. A microprogram control method for a sequencer which targets a microprogram stored in a control code storage device by integrating program logic for individual control of a plurality of hardware function devices as a series of control information having a meaning. A plurality of address registers for providing a transition address necessary for the transition control of the program logic to the control code storage device; and, at an initial stage of the operation of the sequencer, loading a transition address for the top of the program logic into a corresponding address register. The loading means and, when transiting to another program logic, an address register loaded with a transition address required for the control is stored in the control code storage device. Output means for selecting a transition address in the selected address register to the control code storage device, based on the program logic set in the device and the status display signal of the hardware function device. The sequencer's microprogram control method.
【請求項2】状態表示信号中に、前記プログラムロジッ
クの遷移制御用と前記ハードウェア機能装置の動作制御
用の各信号との両方を設定し、前記プログラムロジック
の遷移制御で前記アドレスレジスタから適切な遷移アド
レスを選択して前記制御コード記憶装置に与える処理
と、前記ハードウェア機能装置の制御処理とを並列に可
能ならしめるようにしたことを特徴とする請求項(1)
記載のシーケンサのマイクロプログラム制御方式。
2. A method according to claim 1, wherein both a signal for controlling the transition of the program logic and a signal for controlling the operation of the hardware functional device are set in the state display signal, and the transition of the program logic controls the transition from the address register appropriately. 3. The method according to claim 1, wherein a process of selecting a proper transition address and providing the selected control address to the control code storage device and a control process of the hardware functional device are enabled in parallel.
Microprogram control method of the described sequencer.
JP02253758A 1990-09-21 1990-09-21 Sequencer microprogram control method Expired - Fee Related JP3117214B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP02253758A JP3117214B2 (en) 1990-09-21 1990-09-21 Sequencer microprogram control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP02253758A JP3117214B2 (en) 1990-09-21 1990-09-21 Sequencer microprogram control method

Publications (2)

Publication Number Publication Date
JPH04130924A JPH04130924A (en) 1992-05-01
JP3117214B2 true JP3117214B2 (en) 2000-12-11

Family

ID=17255735

Family Applications (1)

Application Number Title Priority Date Filing Date
JP02253758A Expired - Fee Related JP3117214B2 (en) 1990-09-21 1990-09-21 Sequencer microprogram control method

Country Status (1)

Country Link
JP (1) JP3117214B2 (en)

Also Published As

Publication number Publication date
JPH04130924A (en) 1992-05-01

Similar Documents

Publication Publication Date Title
JPS6239780B2 (en)
US5046040A (en) Microprogram control apparatus using don't care bits as part of address bits for common instructions and generating variable control bits
JP3117214B2 (en) Sequencer microprogram control method
JPH0394303A (en) Timing generator
US5752061A (en) Arrangement of data processing system having plural arithmetic logic circuits
KR100396189B1 (en) Digital signal processing apparatus and method for controlling the same
JPS6410854B2 (en)
JPH03288228A (en) Information processor
EP0556825A1 (en) Microprocessor
JPS61282946A (en) Programmable controller
JP2747353B2 (en) Address generator
JPH04251331A (en) Information processor
JPH0233173B2 (en)
JP2557043B2 (en) Bit pattern detector
JP2859921B2 (en) Instruction queue controller
JPS6015969B2 (en) Microinstruction address generation method
JPH0290324A (en) Microprogram controller
JPH05120005A (en) Processor having repeat instruction of preceding instruction
JPH06161946A (en) Dma address control method
JPS6361331A (en) Control device for computer
JP2001084139A (en) Arithmetic processor and arithmetic processing method
JPS62105239A (en) Microbranch system
JPS6120135A (en) Data processor
JPS58221444A (en) Controlling device of microprogram
JPH04362737A (en) Data processing system

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees