JPH06187148A - Order control circuit for information processor - Google Patents

Order control circuit for information processor

Info

Publication number
JPH06187148A
JPH06187148A JP33588592A JP33588592A JPH06187148A JP H06187148 A JPH06187148 A JP H06187148A JP 33588592 A JP33588592 A JP 33588592A JP 33588592 A JP33588592 A JP 33588592A JP H06187148 A JPH06187148 A JP H06187148A
Authority
JP
Japan
Prior art keywords
circuit
data
address
signal
program counter
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.)
Withdrawn
Application number
JP33588592A
Other languages
Japanese (ja)
Inventor
Fumihiko Tamura
文彦 田村
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 Engineering Ltd
Original Assignee
NEC Engineering 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 Engineering Ltd filed Critical NEC Engineering Ltd
Priority to JP33588592A priority Critical patent/JPH06187148A/en
Publication of JPH06187148A publication Critical patent/JPH06187148A/en
Withdrawn legal-status Critical Current

Links

Abstract

PURPOSE:To provide an order control circuit of an information processor made possible easily performing the branching and feed-back processings of sequences and realizing acceleration. CONSTITUTION:Order control information CD read from a memory circuit 1 is periodically held by a register circuit 2, direct address data D1 in held information are inputted and held by plural program counter circuits 5 and 6 for respective load signals in the held information, one of them is selectively supplied to the memory circuit 1 as memory address data AD and the order control information CD of a next step is read. At this time, whether or not external input signals Sin satisfy conditions set by reference data D2 for judgement is judged, an address selection state is held as it is in the case of satisfying the conditions, one of the plural program counter circuits 5 and 6 is counting operated based on next address selecting signals S1 in the held information and output data are selected in the case of not satisfying the conditions.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】この発明は情報処理装置で使用さ
れる順序制御回路に係り、特に外部入力信号の変化を検
出し、それに応じた制御を即時に行うようにしたものに
関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a sequence control circuit used in an information processing apparatus, and more particularly to a sequence control circuit which detects a change in an external input signal and immediately performs control according to the change.

【0002】[0002]

【従来の技術】従来の情報処理装置に使用されている順
序制御回路は、論理ゲート、フリップフロップなどの個
別回路素子で構成されていたが、近年、この種の順序制
御回路はマイクロプログラム方式が採用されるようにな
ってきた。
2. Description of the Related Art A sequence control circuit used in a conventional information processing apparatus has been composed of individual circuit elements such as logic gates and flip-flops. In recent years, this type of sequence control circuit has a microprogram system. It has been adopted.

【0003】このマイクロプログラム方式では、順序制
御の為の複数の情報(以下、順序制御情報と称する)を
予めメモリ回路に格納しておき、アドレス指定によって
任意の順序制御情報を取り出し、クロックに同期して順
次レジスタ回路に取り込み、保持する。そして、保持し
た順序制御情報と外部入力信号とを比較し、その比較結
果から次のステップの順序制御情報をアドレス切換によ
ってメモリ回路から読み出すようにしている。
In this microprogram system, a plurality of pieces of information for order control (hereinafter referred to as order control information) are stored in advance in a memory circuit, and arbitrary order control information is taken out by addressing and synchronized with a clock. Then, they are sequentially taken into the register circuit and held. Then, the held sequence control information is compared with the external input signal, and the sequence control information of the next step is read from the memory circuit by address switching from the comparison result.

【0004】具体的には、まず外部入力信号が順序制御
情報で設定した条件と一致しているかどうかを判別し、
一致していれば順序制御情報内の分岐アドレスをアドレ
ス発生用のプログラムカウンタにロードして同一アドレ
スを発生させ、メモリ回路から同一の順序制御情報を取
り出す。外部入力信号が状態遷移して順序制御情報の設
定条件と不一致になると、プログラムカウンタを起動し
て順次アドレスを切り換え、メモリ回路から設定条件が
一致する順序制御情報を選択することで、順序の流れを
変更するようにしている。
Specifically, first, it is determined whether or not the external input signal matches the condition set by the sequence control information,
If they match, the branch address in the sequence control information is loaded into the program counter for address generation to generate the same address, and the same sequence control information is taken out from the memory circuit. When the state of the external input signal changes and the setting conditions of the sequence control information do not match, the program counter is started, the address is switched sequentially, and the sequence control information that matches the setting conditions is selected from the memory circuit. I am trying to change.

【0005】しかしながら、上記のような従来のマイク
ロプログラム方式を用いた順序制御回路では、順序制御
情報内からアドレスを分岐した後、再び分岐前の位置に
戻るときには、分岐前に分岐直前のアドレスを一時的に
記憶しておき、そのアドレスを参照して元の位置に戻る
か、または予め制御情報として分岐アドレスをメモリ回
路内に格納しておかなければならなず、シーケンスの分
岐及び復帰処理が繁雑で、高速化が困難であった。
However, in the order control circuit using the conventional microprogram system as described above, when the address is branched from the order control information and then the address is returned to the position before the branch again, the address immediately before the branch is set before the branch. It must be stored temporarily and then returned to the original position by referring to that address, or the branch address must be stored in advance in the memory circuit as control information. It was complicated and difficult to speed up.

【0006】[0006]

【発明が解決しようとする課題】以上述べたように、従
来の情報処理装置の順序制御回路では、シーケンスの分
岐及び復帰処理が繁雑で、高速化が困難であった。
As described above, in the conventional sequence control circuit of the information processing apparatus, the sequence branching and restoring processing is complicated and it is difficult to increase the speed.

【0007】この発明は上記の課題を解決するためにな
されたもので、シーケンスの分岐及び復帰処理が容易
で、高速化を実現できる情報処理装置の順序制御回路を
提供することを目的とする。
The present invention has been made to solve the above problems, and an object of the present invention is to provide a sequence control circuit of an information processing apparatus which can easily perform sequence branching and restoring processing and can realize high speed.

【0008】[0008]

【課題を解決するための手段】この発明に係る情報処理
装置の順序制御回路は、各々、ダイレクトアドレスデー
タ、判定用基準データ、次アドレス制御信号、及び複数
のロード信号を備える複数の順序制御情報がそれぞれ予
め複数のアドレスに格納されるメモリ回路と、このメモ
リ回路から読み出される順序制御情報を定期的に保持
し、データ別、信号別に出力するレジスタ回路と、それ
ぞれ前記レジスタ回路から出力されるロード信号の一つ
に応じて前記レジスタ回路から出力されるダイレクトア
ドレスデータを取り込み出力する複数個のプログラムカ
ウンタ回路と、この複数個のプログラムカウンタ回路の
各出力データの一つを選択してメモリアドレスデータと
して前記メモリ回路に供給するアドレス切替回路と、前
記レジスタ回路から出力される判定用基準データと外部
入力信号とを比較し、外部入力信号が判定用基準データ
で設定される条件を満たしているか否かを判定する外部
入力判定回路と、この外部入力判定回路が条件を満たす
と判定したとき、前記複数個のプログラムカウンタ回路
及びアドレス切替回路の動作状態をそのまま保持させ、
外部入力判定回路が条件を満たしていないと判定したと
き、前記レジスタ回路から出力される次アドレス制御信
号に基づいて、前記複数のプログラムカウンタ回路のい
ずれかをカウント動作させ、その出力データを前記アド
レス切替回路に選択させるプログラムカウンタ制御回路
とを具備して構成される。
A sequence control circuit of an information processing apparatus according to the present invention includes a plurality of sequence control information each including direct address data, reference data for determination, a next address control signal, and a plurality of load signals. Each of which is stored in advance at a plurality of addresses, a register circuit which periodically holds the order control information read from the memory circuit, and outputs by data and by signal, and a load output by each of the register circuits. A plurality of program counter circuits that take in and output the direct address data output from the register circuit according to one of the signals, and select one of the output data of the plurality of program counter circuits to select the memory address data. From the register circuit and the address switching circuit supplied to the memory circuit as The external input determination circuit that compares the input determination reference data with the external input signal and determines whether the external input signal satisfies the conditions set by the determination reference data, and this external input determination circuit When it is determined that the conditions are satisfied, the operating states of the plurality of program counter circuits and address switching circuits are retained as they are,
When the external input determination circuit determines that the condition is not satisfied, one of the plurality of program counter circuits is caused to perform a count operation based on the next address control signal output from the register circuit, and the output data is output to the address. And a program counter control circuit for selecting the switching circuit.

【0009】[0009]

【実施例】以下、図面を参照してこの発明の一実施例を
詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described in detail below with reference to the drawings.

【0010】図1は、この発明に係る順序制御回路の構
成を示すものである。図1において、メモリ回路1は予
め外部入力信号の各種状態に応じた複数の制御データ
(所定フォーマットの順序制御情報)を格納し、メモリ
アドレスデータADに対応する制御データを選択的に読
み出し出力する。
FIG. 1 shows the arrangement of a sequence control circuit according to the present invention. In FIG. 1, a memory circuit 1 stores in advance a plurality of control data (sequence control information of a predetermined format) corresponding to various states of an external input signal, and selectively reads and outputs control data corresponding to the memory address data AD. .

【0011】順序制御情報は、次アドレス選択信号S
1、判定許可信号S2、第1ロード信号S3、第2ロー
ド信号S4、ダイレクトアドレスデータD1、判定用基
準データD2で構成される。
The sequence control information is the next address selection signal S.
1, determination permission signal S2, first load signal S3, second load signal S4, direct address data D1, and determination reference data D2.

【0012】レジスタ回路2はメモリ回路1から読み出
される制御データ(順序制御情報)CDをクロック信号
CKに同期して取り込み保持して、信号別、データ別に
出力する。
The register circuit 2 fetches and holds the control data (sequence control information) CD read from the memory circuit 1 in synchronization with the clock signal CK and outputs it by signal and by data.

【0013】外部入力判定回路3はレジスタ回路2から
出力される判定用基準データD2と外部入力信号Sinと
を比較し、外部入力信号Sinが基準データD2で設定さ
れている条件を満足しているか否かを判別する。
The external input judgment circuit 3 compares the judgment reference data D2 output from the register circuit 2 with the external input signal Sin, and whether the external input signal Sin satisfies the condition set by the reference data D2. Determine whether or not.

【0014】プログラムカウンタ制御回路4は、クロッ
ク信号CKによって起動され、レジスタ回路2から出力
される次アドレス選択信号S1、判定許可信号S2、外
部入力判定回路3からの判定結果信号S5に基づいて第
1カウント許可信号S6、第2カウント許可信号S7及
びアドレス切替信号S8を生成する。
The program counter control circuit 4 is activated by the clock signal CK, and outputs the next address selection signal S1 from the register circuit 2, the judgment permission signal S2, and the judgment result signal S5 from the external input judgment circuit 3 based on the judgment result signal S5. The 1-count permission signal S6, the second count permission signal S7, and the address switching signal S8 are generated.

【0015】第1プログラムカウンタ回路5、第2プロ
グラムカウンタ回路6は共に同一構成であって、リセッ
ト信号RSによって初期状態に設定され、それぞれ対応
するカウント許可信号S6,S7によって起動状態とな
り、上記レジスタ回路2から出力されるロード信号S
3,S4に従ってレジスタ回路2から出力されるダイレ
クトアドレスデータD1を取り込み、出力する。
The first program counter circuit 5 and the second program counter circuit 6 both have the same structure, are set to an initial state by a reset signal RS, and are activated by corresponding count enable signals S6 and S7, respectively, and the above register is set. Load signal S output from circuit 2
The direct address data D1 output from the register circuit 2 is fetched and output according to S3 and S4.

【0016】アドレス切替回路7はプログラムカウンタ
制御回路4から出力されるアドレス切替信号S8に応じ
て第1、第2プログラムカウンタ回路5,6から出力さ
れるアドレスデータAD1,AD2のいずれか一方を選
択し、メモリ回路1に供給する。
The address switching circuit 7 selects one of the address data AD1 and AD2 output from the first and second program counter circuits 5 and 6 according to the address switching signal S8 output from the program counter control circuit 4. And supplies it to the memory circuit 1.

【0017】上記構成において、以下その動作を説明す
る。
The operation of the above arrangement will be described below.

【0018】まず、初期状態において、リセット信号R
Sにより第1、第2プログラムカウンタ回路5,6内の
データがクリア(初期値)され、初期アドレスAD1,
AD2のいずれか一方がアドレス切替回路7を介してメ
モリ回路1に供給されて、ある制御データCDが読み出
されたとする。レジスタ回路2はクロック信号CKに同
期してその制御データCDを保持し、信号別、データ別
に振り分ける。
First, in the initial state, the reset signal R
The data in the first and second program counter circuits 5, 6 is cleared (initial value) by S, and the initial address AD1,
It is assumed that either one of AD2 is supplied to the memory circuit 1 via the address switching circuit 7 and the certain control data CD is read. The register circuit 2 holds the control data CD in synchronization with the clock signal CK and distributes the control data CD by signal or data.

【0019】そのうち、判定用基準データD2は外部入
力信号Sinと共に外部入力判定回路3に供給される。こ
の外部入力判定回路3は外部入力信号Sinが基準データ
D2で設定される条件を満たしているか否かを判別し、
条件を満たしているときは論理“1”、条件を満たして
いないときは論理“0”の判定結果信号S5を出力す
る。
Of these, the judgment reference data D2 is supplied to the external input judgment circuit 3 together with the external input signal Sin. The external input determination circuit 3 determines whether or not the external input signal Sin satisfies the condition set by the reference data D2,
When the condition is satisfied, the determination result signal S5 of logic "1" is output, and when the condition is not satisfied, the determination result signal S5 of logic "0" is output.

【0020】この判定結果信号S5はレジスタ回路3か
ら出力される次アドレス選択信号S1及び判定許可信号
S2と共にプログラムカウンタ制御回路4に供給され
る。このプログラムカウンタ制御回路4は、予め図2に
示す入出力テーブルを備えており、クロック信号CKが
供給されると、このテーブルを参照して、入力された各
信号S1、S2、S5の状態から第1、第2カウント許
可信号S6,S7及びアドレス切替信号S8の各論理レ
ベルを決定する。
The determination result signal S5 is supplied to the program counter control circuit 4 together with the next address selection signal S1 and the determination permission signal S2 output from the register circuit 3. The program counter control circuit 4 is provided with the input / output table shown in FIG. 2 in advance. When the clock signal CK is supplied, the program counter control circuit 4 refers to this table to check the states of the input signals S1, S2, S5. The respective logic levels of the first and second count enable signals S6 and S7 and the address switching signal S8 are determined.

【0021】図2において、判定許可信号S2が論理
“0”のとき(図2(a),(b))、カウント許可信
号S6,S7及びアドレス切替信号S8はどの信号も判
定結果信号S5とは無関係となり、次アドレス選択信号
S1の論理レベルにより決定される。
In FIG. 2, when the determination permission signal S2 is logic "0" (FIGS. 2A and 2B), the count permission signals S6 and S7 and the address switching signal S8 are all the determination result signal S5. Becomes irrelevant and is determined by the logic level of the next address selection signal S1.

【0022】ここで、次アドレス選択信号S1が論理0
のとき(図2(a))、アドレス切替信号S8は論理
“0”に、第1カウント許可信号S6は論理“1”に、
第2カウント許可信号S7は論理“0”に設定される。
Here, the next address selection signal S1 is logic 0.
(FIG. 2 (a)), the address switching signal S8 is logic "0", the first count enable signal S6 is logic "1",
The second count enable signal S7 is set to logic "0".

【0023】次アドレス選択信号S1が論理“1”のと
き(図2(b))、アドレス切替信号S8は論理“1”
に、第1カウント許可信号S6は論理“0”に、第2カ
ウント許可信号S7は論理“1”に設定される。
When the next address selection signal S1 is logic "1" (FIG. 2B), the address switching signal S8 is logic "1".
In addition, the first count enable signal S6 is set to logic "0" and the second count enable signal S7 is set to logic "1".

【0024】一方、判定許可信号S2が論理“1”のと
き(図2(c),(d),(e))は以下のようにな
る。
On the other hand, when the determination permission signal S2 is logic "1" (FIGS. 2C, 2D and 2E), the following is performed.

【0025】判定結果信号S5が論理“1”で、次アド
レス選択信号S1が論理“0”のとき(図2(c))、
アドレス切替信号S8は論理“0”に、第1カウント許
可信号S6は論理“1”に、第2カウント許可信号S7
は論理“0”に設定される。
When the determination result signal S5 is logic "1" and the next address selection signal S1 is logic "0" (FIG. 2 (c)),
The address switching signal S8 is logic "0", the first count enable signal S6 is logic "1", and the second count enable signal S7 is
Is set to a logical "0".

【0026】判定結果信号S5が論理“1”で、次アド
レス選択信号S1が論理“1”のとき(図2(d))、
アドレス切替信号S8は論理“1”に、第1カウント許
可信号S6は論理“0”に、第2カウント許可信号S7
は論理“1”に設定される。
When the determination result signal S5 is logic "1" and the next address selection signal S1 is logic "1" (FIG. 2 (d)),
The address switching signal S8 has a logic "1", the first count enable signal S6 has a logic "0", and the second count enable signal S7.
Is set to a logical "1".

【0027】判定結果信号S5が論理“0”のとき(図
2(e))、アドレス切替信号S8、第1カウント許可
信号S6、第2カウント許可信号S7はいずれも変化せ
ず、その前の状態が保持される。
When the judgment result signal S5 is logic "0" (FIG. 2 (e)), none of the address switching signal S8, the first count permission signal S6, and the second count permission signal S7 are changed, and the preceding signal. State is retained.

【0028】以上のように論理レベルが設定された第1
カウント許可信号S6は第1プログラムカウンタ回路5
に、第2カウント許可信号S7は第2プログラムカウン
タ回路6に供給される。
The first logical level is set as described above
The count enable signal S6 is the first program counter circuit 5
In addition, the second count enable signal S7 is supplied to the second program counter circuit 6.

【0029】第1プログラムカウンタ回路5は、次の条
件により第1アドレスデータAD1を出力する。
The first program counter circuit 5 outputs the first address data AD1 under the following conditions.

【0030】レジスタ回路2から供給される第1ロード
信号S3が論理“1”のとき、レジスタ回路2から供給
されるダイレクトアドレスデータD1を入力し、内部に
保持した後、第1アドレスデータAD1として出力す
る。但し、その出力状態は第1カウント許可信号S6の
論理レベルによって決定される。
When the first load signal S3 supplied from the register circuit 2 is a logic "1", the direct address data D1 supplied from the register circuit 2 is input and held internally, and then as the first address data AD1. Output. However, its output state is determined by the logic level of the first count enable signal S6.

【0031】すなわち、第1ロード信号S3の論理レベ
ルにかかわらず、第1カウント許可信号S6が論理
“0”のとき、第1プログラムカウンタ回路5は何もせ
ず、すでに保持しているデータをそのまま保持して、第
1アドレスデータAD1として出力する。また、第1ロ
ード信号S3が論理“1”で第1カウント許可信号S6
も論理“1”のとき、今まで保持していたデータに1を
加算して内部に保持し、第1アドレスデータAD1とし
て出力する。
That is, irrespective of the logic level of the first load signal S3, when the first count enable signal S6 is logic "0", the first program counter circuit 5 does nothing and retains the data already held. It is held and output as the first address data AD1. In addition, the first load signal S3 is logic "1" and the first count enable signal S6
Also has a logic "1", it adds 1 to the data held so far and holds it internally and outputs it as the first address data AD1.

【0032】同様に、第2プログラムカウンタ回路6
は、次の条件により第2アドレスデータAD2を出力す
る。
Similarly, the second program counter circuit 6
Outputs the second address data AD2 under the following conditions.

【0033】レジスタ回路2から供給される第2ロード
信号S4が論理“1”のとき、レジスタ回路2から供給
されるダイレクトアドレスデータD1を入力し、内部に
保持した後、第2アドレスデータAD2として出力す
る。但し、その出力状態は第2カウント許可信号S7の
論理レベルによって決定される。
When the second load signal S4 supplied from the register circuit 2 is logic "1", the direct address data D1 supplied from the register circuit 2 is input and held internally, and then as the second address data AD2. Output. However, its output state is determined by the logic level of the second count enable signal S7.

【0034】すなわち、第2ロード信号S4の論理レベ
ルにかかわらず、第2カウント許可信号S7が論理
“0”のとき、第2プログラムカウンタ回路6は何もせ
ず、すでに保持しているデータをそのまま保持して、第
2アドレスデータAD2として出力する。また、第2ロ
ード信号S4が論理“1”で第2カウント許可信号S7
も論理1のとき、今まで保持していたデータに1を加算
して内部に保持し、第2アドレスデータAD2として出
力する。
That is, irrespective of the logic level of the second load signal S4, when the second count enable signal S7 is logic "0", the second program counter circuit 6 does nothing and retains the data already held. It is held and output as the second address data AD2. Further, the second load signal S4 is logic "1" and the second count enable signal S7
Also, when it is a logic 1, it adds 1 to the data that has been held so far, holds it internally, and outputs it as the second address data AD2.

【0035】第1、第2プログラムカウンタ回路5,6
から出力される第1、第2アドレスデータAD1,AD
2はアドレス切替回路7に供給される。このアドレス切
替回路7は、プログラムカウンタ制御回路4から供給さ
れるアドレス切替信号S8が論理“0”のとき、第1ア
ドレスデータAD1をメモリアドレスデータADとして
メモリ回路1に導出し、アドレス切替信号S8が論理
“1”のとき、第2アドレスデータAD2をメモリアド
レスデータADとしてメモリ回路1に供給する。
First and second program counter circuits 5, 6
From the first and second address data AD1, AD
2 is supplied to the address switching circuit 7. The address switching circuit 7 derives the first address data AD1 as the memory address data AD to the memory circuit 1 when the address switching signal S8 supplied from the program counter control circuit 4 is logical "0", and the address switching signal S8 is output. Is logic "1", the second address data AD2 is supplied to the memory circuit 1 as the memory address data AD.

【0036】メモリ回路1は入力したメモリアドレスデ
ータADで指定される領域の制御データCDを読み出
し、レジスタ回路2に送る。レジスタ回路2はクロック
信号CKに同期して制御データCDを保持する。
The memory circuit 1 reads the control data CD in the area designated by the input memory address data AD and sends it to the register circuit 2. The register circuit 2 holds the control data CD in synchronization with the clock signal CK.

【0037】以後、上記の動作を繰り返し、制御データ
CD中の判定用基準データD2と外部入力信号Sinとを
比較し、条件が満たされていれば、次のステップも同じ
制御データを用い、条件が満たされていなければ、次の
ステップでは1加算されたアドレスデータに対応する制
御データで処理される。
After that, the above operation is repeated to compare the judgment reference data D2 in the control data CD with the external input signal Sin. If the condition is satisfied, the same control data is used in the next step and the condition is satisfied. If is not satisfied, in the next step, the control data corresponding to the address data added by 1 is processed.

【0038】したがって、上記構成による順序制御回路
は、複数のプログラムカウンタ回路5,6,により、制
御を分岐するときの飛び先アドレスをそれぞれのプログ
ラムカウンタ回路5,6に設定しておき、外部入力信号
Sinの状態に応じてその制御のシーケンスを変化させる
とき、複数のプログラムカウンタ回路5,6から出力さ
れるアドレスAD1,AD2を選択してメモリアドレス
ADとするようにしているので、極めて容易にシーケン
スの分岐及び復帰処理を行うことができ、これによって
処理の高速化を実現することができる。
Therefore, in the sequence control circuit having the above-mentioned configuration, the jump destination address at the time of branching the control is set in each of the program counter circuits 5 and 6 by the plurality of program counter circuits 5 and 6, and the external input is performed. When the control sequence is changed according to the state of the signal Sin, the addresses AD1 and AD2 output from the plurality of program counter circuits 5 and 6 are selected and used as the memory address AD, which is extremely easy. It is possible to perform the branching and returning processing of the sequence, and thereby to speed up the processing.

【0039】尚、この発明は上記の実施例に限定される
ものではなく、この発明の要旨を逸脱しない範囲で種々
変更しても実施可能である。
The present invention is not limited to the above-described embodiments, but can be implemented with various modifications without departing from the gist of the present invention.

【0040】[0040]

【発明の効果】以上述べたようにこの発明によれば、シ
ーケンスの分岐及び復帰処理が容易で、高速化を実現で
きる情報処理装置の順序制御回路を提供することができ
る。
As described above, according to the present invention, it is possible to provide a sequence control circuit of an information processing device which facilitates branching and restoring of a sequence and can realize high speed.

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

【図1】この発明に係る情報処理装置の順序制御回路の
一実施例を示すブロック回路構成図である。
FIG. 1 is a block circuit configuration diagram showing an embodiment of a sequence control circuit of an information processing apparatus according to the present invention.

【図2】同実施例のプログラムカウンタ制御回路の入出
力条件を表すテーブル構成図である。
FIG. 2 is a table configuration diagram showing input / output conditions of a program counter control circuit of the same embodiment.

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

1 メモリ回路 2 レジスタ回路 3 外部入力判定回路 4 プログラムカウンタ制御回路 5 第1プログラムカウンタ回路 6 第2プログラムカウンタ回路 7 アドレス切替回路 AD メモリアドレスデータ CD 順序制御データ D1 ダイレクトアドレスデータ D2 判定用基準データ Sin 外部入力信号 CK クロック信号 RS リセット信号 S1 次アドレス選択信号 S2 判定許可信号 S3 第1ロード信号 S4 第2ロード信号 S5 判定結果信号 S6 第1カウント許可信号 S7 第2カウント許可信号 S8 アドレス切替信号 AD1 第1アドレスデータ AD2 第2アドレスデータ 1 memory circuit 2 register circuit 3 external input determination circuit 4 program counter control circuit 5 first program counter circuit 6 second program counter circuit 7 address switching circuit AD memory address data CD sequence control data D1 direct address data D2 determination reference data Sin External input signal CK Clock signal RS Reset signal S1 Primary address selection signal S2 Judgment permission signal S3 First load signal S4 Second load signal S5 Judgment result signal S6 First count permission signal S7 Second count permission signal S8 Address switching signal AD1 1 address data AD2 2nd address data

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 各々、ダイレクトアドレスデータ、判定
用基準データ、次アドレス制御信号、及び複数のロード
信号を備える複数の順序制御情報がそれぞれ予め複数の
アドレスに格納されるメモリ回路と、 このメモリ回路から読み出される順序制御情報を定期的
に保持し、データ別、信号別に出力するレジスタ回路
と、 それぞれ前記レジスタ回路から出力される前記複数のロ
ード信号の一つに応じて前記レジスタ回路から出力され
る前記ダイレクトアドレスデータを取り込み出力する複
数個のプログラムカウンタ回路と、 この複数個のプログラムカウンタ回路の各出力データの
一つを選択してメモリアドレスデータとして前記メモリ
回路に供給するアドレス切替回路と、 前記レジスタ回路から出力される前記判定用基準データ
と外部入力信号とを比較し、該外部入力信号が前記判定
用基準データで設定される条件を満たしているか否かを
判定する外部入力判定回路と、 この外部入力判定回路が条件を満たすと判定したとき、
前記複数個のプログラムカウンタ回路及び前記アドレス
切替回路の動作状態をそのまま保持させ、前記外部入力
判定回路が条件を満たしていないと判定したとき、前記
レジスタ回路から出力される前記次アドレス制御信号に
基づいて、前記複数のプログラムカウンタ回路のいずれ
かをカウント動作させ、その出力データを前記アドレス
切替回路に選択させるプログラムカウンタ制御回路とを
具備したことを特徴とする情報処理装置の順序制御回
路。
1. A memory circuit in which a plurality of order control information each including direct address data, judgment reference data, a next address control signal, and a plurality of load signals are stored in advance in a plurality of addresses, respectively, and the memory circuit. From the register circuit that periodically holds the sequence control information read from the register circuit and outputs the data according to the data and the signal according to one of the plurality of load signals output from the register circuit. A plurality of program counter circuits for fetching and outputting the direct address data; an address switching circuit for selecting one of the output data of the plurality of program counter circuits and supplying it as memory address data to the memory circuit; The judgment reference data output from the register circuit and the external input signal Comparing the door, and the external input judging circuit judges whether to satisfy the condition that external input signal is set by the determination reference data, when the external input determination circuit determines that the condition is satisfied,
Based on the next address control signal output from the register circuit when the operation states of the plurality of program counter circuits and the address switching circuit are held as they are and the external input determination circuit determines that the conditions are not satisfied. And a program counter control circuit for causing one of the plurality of program counter circuits to perform a count operation and select output data thereof from the address switching circuit.
JP33588592A 1992-12-16 1992-12-16 Order control circuit for information processor Withdrawn JPH06187148A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33588592A JPH06187148A (en) 1992-12-16 1992-12-16 Order control circuit for information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33588592A JPH06187148A (en) 1992-12-16 1992-12-16 Order control circuit for information processor

Publications (1)

Publication Number Publication Date
JPH06187148A true JPH06187148A (en) 1994-07-08

Family

ID=18293467

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33588592A Withdrawn JPH06187148A (en) 1992-12-16 1992-12-16 Order control circuit for information processor

Country Status (1)

Country Link
JP (1) JPH06187148A (en)

Similar Documents

Publication Publication Date Title
US5812806A (en) Data driven information processor configuring each data packet with a multi-attribute tag having at least two components
JPH0772864B2 (en) Digital signal processor
US5426766A (en) Microprocessor which holds selected data for continuous operation
JP2636088B2 (en) Information processing device
JPH06187148A (en) Order control circuit for information processor
JPH06149662A (en) Continuous read expanding system for burst transfer of rom and rom built-in type microcomputer using the system
JPH0556347A (en) Picture processor
JP2906792B2 (en) Digital processor and control method thereof
JP2979653B2 (en) Information processing device
JP2004062401A (en) Arithmetic processor and camera device using it
JPH07111683B2 (en) Processor with task switching function
JP2878160B2 (en) Competitive mediation device
JP3541498B2 (en) Data processing device
JP2845780B2 (en) Data transfer control circuit
JP2001350645A (en) Computer system
JPH10334081A (en) List vector processor
JPH1069371A (en) Data temporary storage device and clock synchronous type data processor
JPH09114779A (en) Wait control system for information processor
JPH0553791A (en) Control information reader
JPH06180987A (en) Decoder circuit
JPH01228026A (en) Sequence control circuit
JPS63223852A (en) Information processor
JPH05151072A (en) Data reader for semiconductor device
JPH10143354A (en) Dsp, and maximum and minimum value detector suiting it
JPH03294970A (en) Logical simulation method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20000307