JPS6313212B2 - - Google Patents

Info

Publication number
JPS6313212B2
JPS6313212B2 JP55161333A JP16133380A JPS6313212B2 JP S6313212 B2 JPS6313212 B2 JP S6313212B2 JP 55161333 A JP55161333 A JP 55161333A JP 16133380 A JP16133380 A JP 16133380A JP S6313212 B2 JPS6313212 B2 JP S6313212B2
Authority
JP
Japan
Prior art keywords
control
storage device
control storage
address
register
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
Application number
JP55161333A
Other languages
Japanese (ja)
Other versions
JPS5785147A (en
Inventor
Shigemi Uemoto
Koichi Ueda
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP16133380A priority Critical patent/JPS5785147A/en
Publication of JPS5785147A publication Critical patent/JPS5785147A/en
Publication of JPS6313212B2 publication Critical patent/JPS6313212B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/22Microcontrol or microprogram arrangements
    • G06F9/28Enhancement of operational speed, e.g. by using several microcontrol devices operating in parallel

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Advance Control (AREA)

Description

【発明の詳細な説明】 本発明はマイクロプログラム制御装置に関し、
特に、パイプライン処理を採用して制御を容易に
したマイクロプログラム制御装置に関する。
DETAILED DESCRIPTION OF THE INVENTION The present invention relates to a microprogram controller;
In particular, the present invention relates to a microprogram control device that employs pipeline processing to facilitate control.

従来のマイクロプログラム制御装置において
は、単一の制御記憶装置による制御の下に、デー
タの入力、演算処理および格納といつた各段の処
理を行つている。この場合、上記の単一の制御記
憶装置はすべての処理段を監視しながら制御を行
わなければならないので、各段の制御を細密に行
うためには制御記憶装置に入力される命令のビツ
ト数が膨大なものとなり、この膨大なビツト数の
命令を収容するために制御記憶装置は大規模なも
のとなつて高価格であるという問題がある。ま
た、単一の制御記憶装置であるので1つの段を制
御している間は他の段を制御できず、従つて命令
に含まれるワードを構成するビツトのすべてを同
時に使用できないので、不使用のビツトはその時
点では無駄な情報となるという問題がある。
In a conventional microprogram control device, each stage of processing such as data input, arithmetic processing, and storage is performed under the control of a single control storage device. In this case, the single control storage device described above must monitor and control all processing stages, so in order to precisely control each stage, the number of bits of the instruction input to the control storage device must be increased. The problem is that the control storage device has to be large-scale and expensive in order to accommodate instructions of this huge number of bits. Also, since it is a single control memory, while controlling one stage it cannot control the other stages, and therefore all of the bits that make up the word included in the instruction cannot be used at the same time. The problem is that the bits become useless information at that point.

本発明の目的は、上述の従来技術における問題
にかんがみ、データの入力、演算処理および格納
といつた各段の処理を個々の制御記憶装置を用い
てパイプライン方式で制御するという構想に基づ
き、マイクロプログラム制御装置に含まれる複数
の制御装置に含まれる複数の制御記憶装置の各々
の記憶容量を低減化し、それによりマイクロプロ
グラム制御装置の価格を低くするとともに入力ビ
ツト情報の有効利用を企ることにある。
In view of the above-mentioned problems in the prior art, an object of the present invention is to control each stage of processing such as data input, arithmetic processing, and storage in a pipeline manner using individual control storage devices. To reduce the storage capacity of each of a plurality of control storage devices included in a plurality of control devices included in a microprogram control device, thereby lowering the price of the microprogram control device and making effective use of input bit information. It is in.

上述の目的を達成するために、本発明において
は、パイプライン処理に含まれるN段(Nは2以
上の整数)の処理過程の各々に対応して設けられ
たN個の制御記憶装置を具備し、該N段の制御記
憶装置の初段の制御記憶装置のアドレスは外部か
ら入力された命令または該第1の制御記憶装置よ
り読出された内容により決定され、以下、第2段
の制御記憶装置ないし第N段の制御記憶装置のア
ドレスはそれぞれの制御記憶装置の少なくとも前
段の制御記憶装置により読出された内容により決
定されるようにしたことを特徴とするマイクロプ
ログラム制御装置が提供される。
In order to achieve the above object, the present invention includes N control storage devices provided corresponding to each of N stages (N is an integer of 2 or more) of processing steps included in pipeline processing. However, the address of the first-stage control storage device of the N-stage control storage device is determined by an externally input instruction or the contents read from the first control storage device, and hereinafter, the address of the second-stage control storage device There is provided a microprogram control device characterized in that the addresses of the control storage devices in the first to Nth stages are determined by the contents read by at least the preceding control storage device of each control storage device.

以下、本発明によるマイクロプログラム制御装
置の1実施例を添附の図面に基づいて説明する。
添附の図面は、データの入力、加算および加算結
果の出力という三段階の処理を行うマイクロプロ
グラム制御装置の1実施例を示すブロツク図であ
る。図において、第1の制御記憶装置10はデー
タの入力処理部11を制御し、第2の制御記憶装
置20は演算処理部21を制御し、第3の制御記
憶装置は演算結果の出力部31を制御する。第1
の制御記憶装置10内の命令のアドレスは、外部
から指定されるアドレスと第1の制御記憶装置か
ら読出されたアドレスをアドレス選択回路12で
選択し、これを第1のアドレスレジスタ13に入
力し、該第1のアドレスレジスタ13から出力さ
れるアドレスによつて指定される。第1の制御装
置10から出力される命令は第1の命令レジスタ
14に格納される。また、第1の制御装置10か
ら出力されるアドレスデータはアドレス選択回路
12に入力されると共に第2のアドレスレジスタ
22に入力される。
DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a microprogram control device according to the present invention will be described below with reference to the accompanying drawings.
The accompanying drawing is a block diagram showing one embodiment of a microprogram control device that performs three-step processing: data input, addition, and output of the addition result. In the figure, a first control storage device 10 controls a data input processing section 11, a second control storage device 20 controls an arithmetic processing section 21, and a third control storage device controls a calculation result output section 31. control. 1st
The address of the instruction in the control storage device 10 is determined by selecting an address specified from the outside and an address read from the first control storage device in the address selection circuit 12, and inputting the selected address to the first address register 13. , is designated by the address output from the first address register 13. Instructions output from the first control device 10 are stored in the first instruction register 14. Further, address data output from the first control device 10 is input to the address selection circuit 12 and also input to the second address register 22.

第2のアドレスレジスタ22からのアドレスデ
ータに基づいて第2の制御記憶装置20から命令
が出力されて第2の命令レジスタ23に格納され
ると共に、アドレスデータが出力されて第3のア
ドレスレジスタ32に格納される。
An instruction is output from the second control storage device 20 based on address data from the second address register 22 and stored in the second instruction register 23, and address data is output and stored in the third address register 32. is stored in

第3のアドレスレジスタ32からのアドレスデ
ータに基づいて第3の制御記憶装置30から命令
が出力されて第3の命令レジスタ35に格納され
る。
An instruction is output from the third control storage device 30 based on the address data from the third address register 32 and stored in the third instruction register 35.

第1の命令レジスタ14から出力される命令に
従つて、データ入力部11においてデータが入力
ゲート回路15を介してけた合せ回路16には加
数データが、けた合せ回路17には被加数データ
がそれぞれ入力されて指数部のけた合せが行わ
れ、次いでデータレジスタ18および19にそれ
ぞれ格納される。
According to the command output from the first instruction register 14, data is input to the data input section 11 via the input gate circuit 15, and the addend data is sent to the digit matching circuit 16, and the summand data is sent to the digit matching circuit 17. are input, the exponent parts are matched, and then stored in data registers 18 and 19, respectively.

第2の命令レジスタ23から出力される命令に
従つて、データレジスタ18および19からのデ
ータが加算器(キヤリープロパーゲートアダー)
25に入力されて加算され、この加算結果がレジ
スタ26に格納される。
According to the instruction output from the second instruction register 23, the data from the data registers 18 and 19 is sent to an adder (carry proper adder).
25 and are added, and the result of this addition is stored in register 26.

第3の命令レジスタ35から出力される命令に
従つて、レジスタ26に格納されている演算結果
のデータはポストシフタ33に入力されて正規化
され結果レジスタ34に格納された後、出力され
る。
According to the command output from the third command register 35, the data of the operation result stored in the register 26 is input to the post-shifter 33, normalized, and stored in the result register 34, and then output.

こうして、データの入力処理部11、演算処理
部21および出力部31が別々の制御記憶装置に
よつて制御されるので、各制御記憶装置は1つの
処理段のみを制御すればよく、従つて記憶容量は
小さくてすみ、かつ制御が簡単になる。
In this way, since the data input processing section 11, arithmetic processing section 21 and output section 31 are controlled by separate control storage devices, each control storage device only needs to control one processing stage, and therefore the storage The capacity can be small and the control can be simplified.

なお、上述の実施例においては処理段数を3段
としたが、本発明はこれに限るものではなく、必
要に応じて2段以上の任意の段数にしてもよい。
また、演算は加算に限らず、ベクトル演算である
限り、減算、乗算、除算にも適用できる。
In the above-described embodiment, the number of processing stages is three, but the present invention is not limited to this, and the number of processing stages may be set to two or more as necessary.
Further, the calculation is not limited to addition, but can also be applied to subtraction, multiplication, and division as long as it is a vector calculation.

以上の説明から明らかなように、本発明によれ
ば、制御記憶装置は1つの処理段のみを制御すれ
ばよいので、制御記憶装置の記憶容量は小さくて
すみ、従つてマイクロプログラム制御装置の価格
は低減化される。また、各段の制御を独立に行う
ことができるので、各制御記憶装置の記憶容量に
無駄が生じない。
As is clear from the above description, according to the present invention, since the control storage device only needs to control one processing stage, the storage capacity of the control storage device can be small, and therefore the cost of the microprogram control device can be reduced. is reduced. Furthermore, since each stage can be controlled independently, the storage capacity of each control storage device is not wasted.

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

添附の図面は本発明によるマイクロプログラム
制御装置の1実施例を示すブロツク図である。 10…第1の制御記憶装置、11…データ入力
処理部、12…アドレス選択回路、13…第1の
アドレスレジスタ、14…第1の命令レジスタ、
15…入力ゲート回路、16,17…けた合せ回
路、18,19…ゲータレジスタ、20…第2の
制御記憶装置、21…演算処理部、22…第2の
アドレスレジスタ、23…第2の命令レジスタ、
25…加算器、26…レジスタ、30…第3の制
御記憶装置、31…データ出力部、32…第3の
アドレスレジスタ、33…ポストシフタ、34…
結果レジスタ、35…第3の命令レジスタ。
The accompanying drawing is a block diagram showing one embodiment of a microprogram control device according to the present invention. DESCRIPTION OF SYMBOLS 10... First control storage device, 11... Data input processing unit, 12... Address selection circuit, 13... First address register, 14... First instruction register,
DESCRIPTION OF SYMBOLS 15... Input gate circuit, 16, 17... Digit circuit, 18, 19... Gator register, 20... Second control storage device, 21... Arithmetic processing unit, 22... Second address register, 23... Second instruction register,
25... Adder, 26... Register, 30... Third control storage device, 31... Data output section, 32... Third address register, 33... Post shifter, 34...
Result register, 35...Third instruction register.

Claims (1)

【特許請求の範囲】[Claims] 1 パイプライン処理に含まれるN段(Nは2以
上の整数)の処理過程の各々に対応して設けられ
たN個の制御記憶装置を具備し、該N個の制御記
憶装置の初段の制御記憶装置のアドレスは外部か
ら入力された命令または該第1の制御記憶装置よ
り読出された内容により決定され、以下、第2段
の制御記憶装置ないし第N段の制御記憶装置のア
ドレスはそれぞれの制御記憶装置の少なくとも前
段の制御記憶装置により読出された内容により決
定されるようにしたことを特徴とするマイクロプ
ログラム制御装置。
1 Equipped with N control storage devices provided corresponding to each of N stages (N is an integer of 2 or more) included in the pipeline processing, and controlling the first stage of the N control storage devices. The address of the storage device is determined by an instruction input from the outside or the contents read from the first control storage device.Hereinafter, the addresses of the second to Nth control storage devices are determined by the instructions input from the outside or the contents read from the first control storage device. A microprogram control device characterized in that the control storage device is determined based on contents read out by at least a preceding control storage device.
JP16133380A 1980-11-18 1980-11-18 Microprogram control device Granted JPS5785147A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP16133380A JPS5785147A (en) 1980-11-18 1980-11-18 Microprogram control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP16133380A JPS5785147A (en) 1980-11-18 1980-11-18 Microprogram control device

Publications (2)

Publication Number Publication Date
JPS5785147A JPS5785147A (en) 1982-05-27
JPS6313212B2 true JPS6313212B2 (en) 1988-03-24

Family

ID=15733081

Family Applications (1)

Application Number Title Priority Date Filing Date
JP16133380A Granted JPS5785147A (en) 1980-11-18 1980-11-18 Microprogram control device

Country Status (1)

Country Link
JP (1) JPS5785147A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5475935A (en) * 1977-11-17 1979-06-18 Burroughs Corp Templit micromemory structure
JPS5480049A (en) * 1977-12-09 1979-06-26 Toshiba Corp Microprogram control system
JPS54109349A (en) * 1977-11-22 1979-08-27 Honeywell Inf Systems Microprogrammed data processor including multiple function secondary control storage

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5475935A (en) * 1977-11-17 1979-06-18 Burroughs Corp Templit micromemory structure
JPS54109349A (en) * 1977-11-22 1979-08-27 Honeywell Inf Systems Microprogrammed data processor including multiple function secondary control storage
JPS5480049A (en) * 1977-12-09 1979-06-26 Toshiba Corp Microprogram control system

Also Published As

Publication number Publication date
JPS5785147A (en) 1982-05-27

Similar Documents

Publication Publication Date Title
US4287566A (en) Array processor with parallel operations per instruction
JPS6161436B2 (en)
KR850004680A (en) Integrated processor
JPS6313215B2 (en)
US3202805A (en) Simultaneous digital multiply-add, multiply-subtract circuit
US4621324A (en) Processor for carrying out vector operation wherein the same vector element is used repeatedly in succession
US5363322A (en) Data processor with an integer multiplication function on a fractional multiplier
US3641331A (en) Apparatus for performing arithmetic operations on numbers using a multiple generating and storage technique
GB1445714A (en) Array processors
JPH034936B2 (en)
JPH0345420B2 (en)
JPS6313212B2 (en)
US3564227A (en) Computer and accumulator therefor incorporating push down register
US4723258A (en) Counter circuit
US4323978A (en) Arithmetic element based on the DDA principle
JPS6058503B2 (en) Data processing control method
JPS6148174B2 (en)
JP2605792B2 (en) Arithmetic processing unit
JP3088956B2 (en) Arithmetic unit
JPH0243216B2 (en)
SU491946A1 (en) Root degree extractor
JPS6244657B2 (en)
SU1545214A1 (en) Device for processing illegible information
FR2520528A1 (en) MICROCOMPUTER PROCESSOR
JPS5921068B2 (en) Program step calculation method