JP2522564B2 - Programmable controller - Google Patents

Programmable controller

Info

Publication number
JP2522564B2
JP2522564B2 JP1297068A JP29706889A JP2522564B2 JP 2522564 B2 JP2522564 B2 JP 2522564B2 JP 1297068 A JP1297068 A JP 1297068A JP 29706889 A JP29706889 A JP 29706889A JP 2522564 B2 JP2522564 B2 JP 2522564B2
Authority
JP
Japan
Prior art keywords
data
register
alu
instruction
general
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
JP1297068A
Other languages
Japanese (ja)
Other versions
JPH03156606A (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.)
Panasonic Electric Works Co Ltd
Original Assignee
Matsushita Electric Works 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 Matsushita Electric Works Ltd filed Critical Matsushita Electric Works Ltd
Priority to JP1297068A priority Critical patent/JP2522564B2/en
Publication of JPH03156606A publication Critical patent/JPH03156606A/en
Application granted granted Critical
Publication of JP2522564B2 publication Critical patent/JP2522564B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Programmable Controllers (AREA)
  • Advance Control (AREA)

Description

【発明の詳細な説明】 [産業上の利用分野] 本発明は、負荷を予め設定されたプログラムに基づい
てシーケンス制御するプログラマブルコントローラに関
するものである。
Description: TECHNICAL FIELD The present invention relates to a programmable controller for sequence-controlling a load based on a preset program.

[従来の技術] 従来、負荷を予め設定されたプログラムに基づいてシ
ーケンス制御するこの種のプログラマブルコントローラ
において、命令を縮少命令化(Reduced Instruction
Set)して高速実行する手法として、RISCアーキテクチ
ャが提案されている。ここに、従来のRISCアーキテクチ
ャでは、実効データアドレスの計算に算術論理演算ユニ
ット(以下ALUと称する)を用いており、例えば、加算
命令の場合には、第6図に示すように10サイクルで実行
できるようになっている。すなわち、データを参照する
メモリアクセスの必要な命令(LOAD/STORE)は、IFで命
令を読み出し、RFで命令をデコードし、ALUでデータの
実効アドレスを計算し、MEMでデータメモリからデータ
を読み出し(あるいは書き込み)、WBでレジスタへの書
き込みが行われるようになっている。次に、データメモ
リを参照しない命令(例えば、加減算論理演算命令AD
D)では、IFで命令を読み出し、RFで命令デコードおよ
びレジスタ読み出しを行い、ALUで演算を実行し、MEMを
ダミーサイクルとし、WBでレジスタへの書き込みを行う
命令実行サイクルとなる。したがって、いずれにしても
IF,RF,ALU,MEM,WBという実行サイクルは単一である。こ
こに、2つのLOAD命令の後にNOP(無操作)命令が3つ
挿入されているのは、次のADD命令に必要なデータがレ
ジスタに書き込まれるのを待たなければならないためで
ある。すなわち、2つ目のLOAD命令で読み出されたデー
タがレジスタに書き込まれてからADD命令のRFサイクル
が実行できるからである。なお、汎用のRISCコンピュー
タの場合、このNOPの代わりに次命令以降で先に実行で
きる命令を挿入して実行時間の短縮を図ることが一般的
であるが、コンパイラの設計が複雑になるという問題が
ある。また、命令の組み合わせによってはNOPの代わり
に挿入できる命令がない場合もある。ADD命令とSTORE命
令の間の3つのNOPも同様の理由によって挿入されてい
る。したがって、最悪の場合には、命令実行サイクルは
10サイクル必要になる。
[Prior Art] Conventionally, in a programmable controller of this type, which performs sequence control of a load based on a preset program, instructions are reduced (Reduced Instruction).
The RISC architecture has been proposed as a method for executing high speed execution. Here, in the conventional RISC architecture, an arithmetic logic operation unit (hereinafter referred to as ALU) is used to calculate the effective data address. For example, in the case of an addition instruction, it is executed in 10 cycles as shown in FIG. You can do it. In other words, for an instruction (LOAD / STORE) that requires memory access that references data, the IF reads the instruction, the RF decodes the instruction, the ALU calculates the effective address of the data, and the MEM reads the data from the data memory. (Or write), WB is used to write to the register. Next, an instruction that does not refer to the data memory (for example, add / subtract logical operation instruction AD
In D), the instruction is read by IF, the instruction is decoded and the register is read by RF, the operation is executed by ALU, the dummy cycle is MEM, and the register is written by WB. So anyway
The execution cycle of IF, RF, ALU, MEM, and WB is single. Three NOP (non-operation) instructions are inserted after the two LOAD instructions here because it is necessary to wait until the data necessary for the next ADD instruction is written in the register. That is, the RF cycle of the ADD instruction can be executed after the data read by the second LOAD instruction is written in the register. In the case of a general-purpose RISC computer, it is common to insert an instruction that can be executed after the next instruction first instead of this NOP to reduce the execution time, but the problem is that the compiler design becomes complicated. There is. Also, there may be no instruction that can be inserted instead of NOP depending on the combination of instructions. The three NOPs between the ADD instruction and the STORE instruction are also inserted for the same reason. Therefore, in the worst case, the instruction execution cycle is
You will need 10 cycles.

[発明が解決しようとする課題] 上述の従来例にあっては、命令実行サイクル中に多く
のNOPを含んでおり、命令実行サイクルが不必要に多く
なって非効率的な命令実行サイクルになってしまうとい
う問題があった。
[Problems to be Solved by the Invention] In the above-described conventional example, many NOPs are included in the instruction execution cycle, which unnecessarily increases the instruction execution cycle, resulting in an inefficient instruction execution cycle. There was a problem that it would end up.

本発明は上記の点に鑑みて為されたものであり、その
目的とするところは、無駄なNOPサイクルを除去して実
行サイクルを少なくし、パイプライン効率を高くして高
速実行を図ることができるプログラマブルコントローラ
を提供することにある。
The present invention has been made in view of the above points, and an object thereof is to eliminate useless NOP cycles to reduce execution cycles, improve pipeline efficiency, and achieve high-speed execution. It is to provide a programmable controller that can.

[課題を解決するための手段] 本発明のプログラマブルコントローラは、負荷をシー
ケンス制御するプログラムが記憶されたプログラムメモ
リと、プログラムメモリから読み出されたプログラムの
命令に基づいてデータメモリの接点データを演算処理す
る演算プロセッサとを具備し、上記プログラムの基本命
令と応用命令を順次実行して負荷をシーケンス制御する
ようにし、上記演算プロセッサとして応用命令を縮少命
令化して演算処理するRISC演算プロセッサを用いてパイ
プライン処理を行うとともに、上記RISC演算プロセッサ
を、汎用レジスタ群と、算術論理演算ユニット(ALU)
と、ALU入力レジスタおよびALU出力レジスタを用いて形
成したプログラマブルコントローラにおいて、汎用レジ
スタ群に格納されるデータの内容がパイプライン処理中
のどの段階にあるかを示すタグ情報を各汎用レジスタの
データに付加するとともに、データバスとして、ALU出
力レジスタからALU入力レジスタへのフィードバックパ
スと、データバスから直接ALU入力レジスタへのパスを
設けたものである。
[Means for Solving the Problems] A programmable controller according to the present invention calculates contact data of a data memory based on a program memory in which a program for sequence-controlling a load is stored and an instruction of the program read from the program memory. A RISC arithmetic processor which is provided with an arithmetic processor for processing, sequentially executes basic instructions and application instructions of the program to control the load, and uses the RISC arithmetic processor as the arithmetic processor to reduce application instructions to arithmetic processing. Pipeline processing by using the RISC arithmetic processor and general-purpose register group, arithmetic logic unit (ALU)
In the programmable controller formed using the ALU input register and the ALU output register, tag information indicating at which stage in the pipeline processing the contents of the data stored in the general-purpose register group is added to the data of each general-purpose register. In addition to this, a feedback path from the ALU output register to the ALU input register and a path from the data bus directly to the ALU input register are provided as a data bus.

[作 用] 本発明は上述のように構成されており、RISC演算プロ
セッサにて縮少命令化した応用命令をパイプライン処理
にて実行して負荷をシーケンス制御するようにし、上記
RISC演算プロセッサを、汎用レジスタ群と、算術論理演
算ユニット(ALU)と、ALU入力レジスタおよびALU出力
レジスタを用いて形成したプログラマブルコントローラ
において、汎用レジスタ群に格納されるデータの内容が
パイプライン処理中のどの段階にあるかを示すタグ情報
を各汎用レジスタのデータに付加するとともに、データ
バスとして、ALU出力レジスタからALU入力レジスタへの
フィードバックパスと、データバスから直接ALU入力レ
ジスタへのパスを設けたものであり、無駄なNOPサイク
ルを除去して実行サイクルを少なくし、パイプライン効
率を高くして高速実行を図ることができるようになって
いる。
[Operation] The present invention is configured as described above. The RISC arithmetic processor executes application instructions reduced in size by pipeline processing to control the load in sequence.
In a programmable controller that is a RISC processor that is composed of a general-purpose register group, an arithmetic and logic unit (ALU), and an ALU input register and an ALU output register, the contents of the data stored in the general-purpose register group are undergoing pipeline processing. In addition to adding tag information that indicates at which stage the data is in each general-purpose register, a feedback path from the ALU output register to the ALU input register and a path from the data bus directly to the ALU input register are provided as a data bus. It is possible to eliminate unnecessary NOP cycles, reduce the number of execution cycles, improve pipeline efficiency, and achieve high-speed execution.

[実施例] 第1図は本発明一実施例を示すもので、負荷をシーケ
ンス制御するプログラムが記憶されたプログラムメモリ
1と、データが記憶されたデータメモリ2と、プログラ
ムメモリ1から読み出されたプログラムの命令コードに
基づいてデータメモリ2のデータを演算処理するRISC演
算プロセッサ3と、接点データの取り込み、上記接点デ
ータのデータメモリ2への書き込み、RISC演算プロセッ
サ3の制御などを行うメインコントローラ8とを具備
し、命令コードの先読み、パイプライン処理を行うよう
にしたプログラマブルコントローラにおいて、プログラ
ムメモリ1のデータバス4aと、データメモリ2のデータ
バス4bを別々に設けるとともに、両メモリ1,2のアドレ
スバス5a,5bも別々に設け、命令コードの読み出し、ア
ドレス設定および演算処理を並列的に実行できるように
したものである。図中、6はコントロールバス、7はイ
ンターフェースである。ここに、実施例にあっては、プ
ログラムメモリ1は、ソース命令(CISC型)を記憶する
ソース命令メモリ1aと、RISC命令を記憶するRISC命令メ
モリ1bとで構成されており、ソース命令メモリ1aからマ
ルチビット演算の命令コードだけを取り出してRISC命令
コードに再構成してRISC命令メモリ1bに書き込むように
なっている。また、命令の実行サイクル数が同一となる
ようなRISCプロセッサ3の基本命令セット(縮少命令セ
ット)を定義して命令コードの再構成を行うようにし、
ソース命令メモリ1aはソース命令(CISC型)を記憶して
おり、RISC命令メモリ1aは縮小命令(RISC型)を記憶し
ている。
[Embodiment] FIG. 1 shows an embodiment of the present invention, in which a program memory 1 in which a program for sequence-controlling a load is stored, a data memory 2 in which data is stored, and a program memory 1 read out. RISC arithmetic processor 3 for arithmetically processing data in the data memory 2 based on the instruction code of the program, and a main controller for fetching contact data, writing the contact data into the data memory 2, controlling the RISC arithmetic processor 3 and the like. In the programmable controller including 8 and prefetching the instruction code and pipeline processing, the data bus 4a of the program memory 1 and the data bus 4b of the data memory 2 are separately provided, and both memories 1 and 2 are provided. Address buses 5a and 5b are also provided separately to read instruction codes, set addresses, and Process is what was to be executed in parallel. In the figure, 6 is a control bus and 7 is an interface. Here, in the embodiment, the program memory 1 is composed of a source instruction memory 1a for storing a source instruction (CISC type) and a RISC instruction memory 1b for storing a RISC instruction. Only the instruction code of the multi-bit operation is taken out from it, reconstructed into the RISC instruction code and written in the RISC instruction memory 1b. Also, the basic instruction set (reduced instruction set) of the RISC processor 3 is defined so that the instruction execution cycles are the same, and the instruction code is reconfigured.
The source instruction memory 1a stores source instructions (CISC type), and the RISC instruction memory 1a stores reduced instructions (RISC type).

第2図はRISC演算プロセッサの構成を示すブロック回
路図であり、ALU10と、ビット演算処理ユニット11と、
専用のデータアドレスジェネレータ12と、デコーダ、タ
イミングジェネレータおよびプログラムカウンタよりな
るコントローラ13とで構成されている。M1〜M4はマルチ
プレクサ、R1〜Rnは汎用レジスタ、R10は入力バッファ
レジスタ、R11,R12はALU入力レジスタ、R13は出力バッ
ファレジスタ、R14は命令レジスタ、R15はALU出力レジ
スタである。なお、ビット演算ユニット11は、シーケン
ス基本命令を実行するもので、様々な構成法が考えられ
るが、本発明とは直接関係ないので簡略化してブロック
表示している。また、専用のデータアドレスジェネレー
タ12およびコントローラ13の内部構造も本発明に直接関
係がないので簡略化してブロック表示している。
FIG. 2 is a block circuit diagram showing the configuration of the RISC arithmetic processor, which includes an ALU 10, a bit arithmetic processing unit 11,
It is composed of a dedicated data address generator 12 and a controller 13 including a decoder, a timing generator and a program counter. M 1 ~M 4 multiplexer, R 1 ~Rn general purpose registers, R 10 is an input buffer register, R 11, R 12 is ALU input registers, R 13 is an output buffer register, R 14 is an instruction register, R 15 is ALU It is an output register. The bit operation unit 11 executes a sequence basic instruction, and various construction methods are conceivable. However, since it is not directly related to the present invention, it is simplified and shown as a block. Further, the internal structures of the dedicated data address generator 12 and the controller 13 are not directly related to the present invention and are therefore simplified and shown in blocks.

また、実施例では、汎用レジスタR1〜Rnに格納される
データの内容がパイプライン処理中のどの段階にあるか
を示すタグ情報を各汎用レジスタR1〜Rnのデータに付加
するとともに、データバスとして、ALU出力レジスタR15
からALU入力レジスタR11,R12へのフィードバックパスC
と、データバス4bから直接AL入力レジスタR11,R12への
直接入力パスBを設けている。第3図はレジスタデータ
に対応するタグ情報の格納部(数ビット)を汎用レジス
タR1〜Rnに設けたものであり、第4図は、各汎用レジス
タR1〜Rnのデータ内容を示すタグ情報を一括して格納す
るレジスタスコアボードSBを設けたものである。
In the embodiment, as well as additional tag information indicating whether the contents of data stored in the general-purpose register R 1 ~Rn is in any stage of the pipeline process on the data of each general register R 1 ~Rn, data As a bus, ALU output register R 15
To ALU input registers R 11 and R 12 feedback path C
And a direct input path B from the data bus 4b directly to the AL input registers R 11 and R 12 . FIG. 3 shows a storage unit (several bits) for storing tag information corresponding to register data provided in the general-purpose registers R 1 to Rn, and FIG. 4 shows tags showing the data contents of the general-purpose registers R 1 to Rn. It has a register scoreboard SB that stores information collectively.

以下、実施例の動作について説明する。第5図は、本
発明による加算命令(ADD命令)の実行手順を示すもの
で、まず最初に、汎用レジスタR1へデータメモリ2から
データを読み込み、次に汎用レジスタR2へデータメモリ
2からデータを読み込む。ここまでの処理は従来例と同
様である。次に、ADD命令を実行するためには、RFサイ
クルの前に汎用レジスタにデータが用意されていること
が必要である。したがって、本発明では次の順序でALU
入力レジスタR11,R12へデータをセットする。
The operation of the embodiment will be described below. FIG. 5 shows an execution procedure of an addition instruction (ADD instruction) according to the present invention. First, data is read from the data memory 2 into the general-purpose register R 1 and then from the data memory 2 into the general-purpose register R 2 . Read the data. The processing up to this point is the same as in the conventional example. Next, in order to execute the ADD instruction, it is necessary that data be prepared in the general-purpose register before the RF cycle. Therefore, in the present invention, the ALU
Set data in input registers R 11 and R 12 .

i)汎用レジスタR1のデータは、入力バッファレジスタ
R10にあることがWBサイクル中のレジスタ用タグの情報
により分かるので、入力バッファレジスタR10の内容を
パスAを介して直接ALU入力レジスタR11に格納する。
i) The data in general-purpose register R 1 is the input buffer register.
Since in the R 10 can be seen by the information in the tag register in the WB cycle, stores the contents of the input buffer register R 10 directly ALU input registers R 11 via the path A.

ii)汎用レジスタR2のデータは、レジスタ用タグの情報
によりメモリサイクル中であることが分かるので、デー
タバス4bから直接ALU入力レジスタR12へパスBを介して
格納する。
ii) The data in the general-purpose register R 2 is stored in the ALU input register R 12 directly from the data bus 4b via the path B because it is known from the information of the register tag that the memory cycle is in progress.

iii)さらに、演算結果をデータメモリへ書き込むと
き、ALU出力を直接出力バッファレジスタへ格納する。
この場合、レジスタ用タグの情報により汎用レジスタR3
はALUサイクル中であることが分かっているため、パス
Cを介してデータを格納する。
iii) Furthermore, when writing the operation result to the data memory, the ALU output is directly stored in the output buffer register.
In this case, general-purpose register R 3
Stores the data via path C since it is known to be in the ALU cycle.

以上のようにして、レジスタ読み込みサイクル(RFま
たはADRS)時には、レジスタ用タグの情報を用いて、 i)通常の汎用レジスタR1〜Rnからの読み込み、 汎用レジスタ→ALU入力レジスタまたは出力バッファレ
ジスタ ii)ALU10出力の読み込み、 ALU出力→ALU入力レジスタまたは出力バッファレジスタ iii)データバス4b上のデータを直接読み込み、 データバス→ALU入力レジスタまたは出力バッファレジ
スタ の3通りのデータの読み込み制御が可能となる。これに
より、4実行サイクルで加算命令(ADD命令)が実行で
きることになる。
As described above, during the register read cycle (RF or ADRS), the information of the register tag is used to: i) read from normal general-purpose registers R 1 to Rn; general-purpose register → ALU input register or output buffer register ii ) ALU10 output read, ALU output → ALU input register or output buffer register iii) Direct reading of data on data bus 4b, and data bus → ALU input register or output buffer register three types of data read control are possible . As a result, the add instruction (ADD instruction) can be executed in four execution cycles.

このとき、パイプライン処理を矛盾なく行うためのデ
ータフローを各サイクル間で定義する必要があることは
言うまでもない。すなわち、同一サイクルでの、WBサイ
クルの入力バッファから汎用レジスタへの格納は、RFサ
イクルの汎用レジスタからALU入力レジスタよりも早い
タイミングで行わなければならない。また、同じくRFサ
イクルの汎用レジスタからALU入力レジスタへの格納
は、MEMサイクルのデータメモリから入力バッファレジ
スタへの格納より早いタイミングで行わなければならな
い。これにより前記のレジスタ用タグによるデータの読
み込み制御が矛盾なく行われる。
At this time, needless to say, it is necessary to define a data flow between each cycle so that pipeline processing can be performed consistently. That is, in the same cycle, the storage from the input buffer in the WB cycle to the general-purpose register must be performed at a timing earlier than that from the general-purpose register in the RF cycle to the ALU input register. Similarly, the storage from the general-purpose register to the ALU input register in the RF cycle must be performed earlier than the storage from the data memory to the input buffer register in the MEM cycle. As a result, the data reading control by the register tag is performed without contradiction.

なお、実施例では、専用のデータアドレスジェネレー
タ12を備えているためALU10が動作中でも並行してデー
タアドレスの計算が可能となるため、2タイプの応用命
令(メモリ参照命令、メモリ非参照命令)のNOPを少な
くし、基本実行サイクルを少なくしてパイプライン効率
を高くすることができ、高速実行を可能にしている。
In the embodiment, since the dedicated data address generator 12 is provided, the data address can be calculated in parallel while the ALU 10 is operating. Therefore, two types of application instructions (memory reference instruction, memory non-reference instruction) The NOP can be reduced, the basic execution cycle can be reduced, and the pipeline efficiency can be increased, enabling high-speed execution.

[発明の効果] 本発明は上述のように構成されており、RISC演算プロ
セッサにて縮少命令化した応用命令をパイプライン処理
にて実行して負荷をシーケンス制御するようにし、上記
RISC演算プロセッサを、汎用レジスタ群と、算術論理演
算ユニット(ALU)と、ALU入力レジスタおよびALU出力
レジスタを用いて形成したプログラマブルコントローラ
において、汎用レジスタ群に格納されるデータの内容が
パイプライン処理中のどの段階にあるかを示すタグ情報
を各汎用レジスタのデータに付加するとともに、データ
バスとして、ALU出力レジスタからALU入力レジスタへの
フィードバックパスと、データバスから直接ALU入力レ
ジスタへのパスを設けたものであり、無駄なNOPサイク
ルを除去して実行サイクルを少なくし、パイプライン効
率を高くして高速実行を図ることができるという効果が
ある。
[Advantages of the Invention] The present invention is configured as described above. The RISC arithmetic processor executes application instructions that have been reduced in size by pipeline processing to sequence control the load.
In a programmable controller that is a RISC processor that is composed of a general-purpose register group, an arithmetic and logic unit (ALU), and an ALU input register and an ALU output register, the contents of the data stored in the general-purpose register group are undergoing pipeline processing. In addition to adding tag information that indicates at which stage the data is in each general-purpose register, a feedback path from the ALU output register to the ALU input register and a path from the data bus directly to the ALU input register are provided as a data bus. Therefore, there is an effect that wasteful NOP cycles can be removed to reduce the number of execution cycles, the pipeline efficiency can be improved, and high-speed execution can be achieved.

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

第1図は本発明一実施例の概略構成図、第2図は同上の
要部ブロック回路図、第3図乃至第5図は同上の動作説
明図、第6図は従来例の動作説明図である。 1はプログラムメモリ、2はデータメモリ、3は演算プ
ロセッサ、4aは命令データバス、4bはデータバス、5aは
命令アドレスバス、5bはデータアドレスバス、6はコン
トロールバス、8はメインコントローラ、12はデータア
ドレスジェネレータである。
FIG. 1 is a schematic configuration diagram of an embodiment of the present invention, FIG. 2 is a block circuit diagram of essential parts of the same, FIGS. 3 to 5 are operation explanatory diagrams of the same, and FIG. 6 is an operation explanatory diagram of a conventional example. Is. 1 is program memory, 2 is data memory, 3 is arithmetic processor, 4a is instruction data bus, 4b is data bus, 5a is instruction address bus, 5b is data address bus, 6 is control bus, 8 is main controller, 12 is It is a data address generator.

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】負荷をシーケンス制御するプログラムが記
憶されたプログラムメモリと、プログラムメモリから読
み出されたプログラムの命令に基づいてデータメモリの
接点データを演算処理する演算プロセッサとを具備し、
上記プログラムの基本命令と応用命令を順次実行して負
荷をシーケンス制御するようにし、上記演算プロセッサ
として応用命令を縮少命令化して演算処理するRISC演算
プロセッサを用いてパイプライン処理を行うとともに、
上記RISC演算プロセッサを、汎用レジスタ群と、算術論
理演算ユニット(ALU)と、ALU入力レジスタおよびALU
出力レジスタを用いて形成したプログラマブルコントロ
ーラにおいて、汎用レジスタ群に格納されるデータの内
容がパイプライン処理中のどの段階にあるかを示すタグ
情報を各汎用レジスタのデータに付加するとともに、デ
ータバスとして、ALU出力レジスタからALU入力レジスタ
へのフィードバックパスと、データバスから直接ALU入
力レジスタへのパスを設けたことを特徴とするプログラ
マブルコントローラ。
1. A program memory, which stores a program for sequence-controlling a load, and an arithmetic processor, which arithmetically processes contact data of a data memory based on an instruction of the program read from the program memory,
The basic instructions and the application instructions of the program are sequentially executed so that the load is sequence-controlled, and pipeline processing is performed using the RISC arithmetic processor that reduces the application instructions to the arithmetic processing as the arithmetic processor,
The RISC arithmetic processor has a general-purpose register group, an arithmetic logic unit (ALU), an ALU input register, and an ALU.
In a programmable controller formed using output registers, tag information indicating at which stage in the pipeline processing the contents of the data stored in the general-purpose register group is added to the data of each general-purpose register, and as a data bus A programmable controller characterized by providing a feedback path from the ALU output register to the ALU input register and a path from the data bus directly to the ALU input register.
JP1297068A 1989-11-15 1989-11-15 Programmable controller Expired - Fee Related JP2522564B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP1297068A JP2522564B2 (en) 1989-11-15 1989-11-15 Programmable controller

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP1297068A JP2522564B2 (en) 1989-11-15 1989-11-15 Programmable controller

Publications (2)

Publication Number Publication Date
JPH03156606A JPH03156606A (en) 1991-07-04
JP2522564B2 true JP2522564B2 (en) 1996-08-07

Family

ID=17841798

Family Applications (1)

Application Number Title Priority Date Filing Date
JP1297068A Expired - Fee Related JP2522564B2 (en) 1989-11-15 1989-11-15 Programmable controller

Country Status (1)

Country Link
JP (1) JP2522564B2 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS63292301A (en) * 1987-05-26 1988-11-29 Matsushita Electric Works Ltd Programmable controller
JP2585708B2 (en) * 1988-04-28 1997-02-26 株式会社東芝 Programmable controller

Also Published As

Publication number Publication date
JPH03156606A (en) 1991-07-04

Similar Documents

Publication Publication Date Title
US7346760B2 (en) Data processing apparatus of high speed process using memory of low speed and low power consumption
US20020188830A1 (en) Bit replacement and extraction instructions
JPH03233630A (en) Information processor
JP4800582B2 (en) Arithmetic processing unit
JP2522564B2 (en) Programmable controller
JPH10214188A (en) Method for supplying instruction of processor, and device therefor
KR19980024622A (en) Program execution method and device using the method
JP2522563B2 (en) Programmable controller
JPH0512751B2 (en)
JPH04104350A (en) Micro processor
JPH0222413B2 (en)
JPH0524537B2 (en)
US20050114626A1 (en) Very long instruction word architecture
JP2522562B2 (en) Programmable controller
JP2591325B2 (en) Branch control device
JP3954159B2 (en) Synchronous RAM access control circuit, data processor and control method thereof
JP2522561B2 (en) Programmable controller
JP3414579B2 (en) Programmable controller
JPH05173778A (en) Data processor
JPS62189535A (en) Microprocessor controller
JP2004062427A (en) Microprocessor
JPH0546389A (en) Parallel processor
JPH11203133A (en) Information processor
JPH05250156A (en) Risc processor
JPH10207708A (en) Programmable controller

Legal Events

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