JPH0316665B2 - - Google Patents

Info

Publication number
JPH0316665B2
JPH0316665B2 JP58226331A JP22633183A JPH0316665B2 JP H0316665 B2 JPH0316665 B2 JP H0316665B2 JP 58226331 A JP58226331 A JP 58226331A JP 22633183 A JP22633183 A JP 22633183A JP H0316665 B2 JPH0316665 B2 JP H0316665B2
Authority
JP
Japan
Prior art keywords
vector
vector register
data
register
signal
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 - Lifetime
Application number
JP58226331A
Other languages
Japanese (ja)
Other versions
JPS60118976A (en
Inventor
Nobuo Uchida
Shoji Nakatani
Juji Oinaga
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 JP22633183A priority Critical patent/JPS60118976A/en
Publication of JPS60118976A publication Critical patent/JPS60118976A/en
Publication of JPH0316665B2 publication Critical patent/JPH0316665B2/ja
Granted legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F15/00Digital computers in general; Data processing equipment in general
    • G06F15/76Architectures of general purpose stored program computers
    • G06F15/80Architectures of general purpose stored program computers comprising an array of processing units with common control, e.g. single instruction multiple data processors
    • G06F15/8053Vector processors

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Complex Calculations (AREA)

Description

【発明の詳細な説明】 〔発明の技術分野〕 本発明は、パイプライン方式を用いたベクトル
処理装置において、ベクトルレジスタの連鎖が生
じた際に、ベクトルレジスタへのデータ書き込み
およびそれらのデータ読み出しの同期性を保証す
るパイプライン制御方式に関するものである。
Detailed Description of the Invention [Technical Field of the Invention] The present invention provides a method for writing data to and reading data from vector registers when a chain of vector registers occurs in a vector processing device using a pipeline method. This paper relates to a pipeline control method that guarantees synchronization.

〔技術の背景〕[Technology background]

第1図にベクトル処理装置の概要を示す。図
中、1は主記憶装置、2はデータバツフア、3は
ベクトルレジスタ群、4は演算パイプラインを示
す。ベクトル処理のプロセスとしては、まず主記
憶装置からベクトルデータがベクトルレジスタ上
に連続的に複数個のデータがロードされる。次
に、ベクトルレジスタ上のロードデータが演算パ
イプラインに供給され、演算を施された後、その
演算結果が再びベクトルレジスタ上に書き込まれ
るというものである。このようにベクトル処理装
置では、処理能力を上げるために、記憶装置1と
演算パイプライン4との間のデータ転送を少なく
する目的で、記憶装置1と演算パイプライン4と
の間にベクトルレジスタ群3(VR)が設けられ
ている。
FIG. 1 shows an overview of the vector processing device. In the figure, 1 is a main memory, 2 is a data buffer, 3 is a vector register group, and 4 is an arithmetic pipeline. In the vector processing process, first, a plurality of pieces of vector data are successively loaded from the main memory onto a vector register. Next, the load data on the vector register is supplied to the arithmetic pipeline, and after the arithmetic operation is performed, the result of the arithmetic operation is written onto the vector register again. In this way, in a vector processing device, a vector register group is installed between the storage device 1 and the calculation pipeline 4 in order to reduce data transfer between the storage device 1 and the calculation pipeline 4 in order to increase processing performance. 3 (VR) is provided.

今ここで、次の場合について考えてみる。すな
わち、ロード命令の次の命令が演算命名もしくは
ストア命令であり、かつこの命令が前記ロード命
令の結果ベクトルレジスタ上に書き込まれたデー
タを使用する場合である。このような状態を、ベ
クトルレジスタが連鎖しているという。
Now, let's consider the following case. That is, this is the case when the instruction following the load instruction is an operation naming or store instruction, and this instruction uses data written on the result vector register of the load instruction. This state is said to be a chain of vector registers.

この場合、第2図に示すようにベクトルロード
データの全要素がベクトルレジスタに書き込まれ
てから、次の演算命令あるいはストア命令を起動
すれば、次の演算命令がベクトルレジスタからデ
ータを読み出す際に、全く問題は生じない。しか
しこの方法は、ベクトルロード完了まで、次の命
令を実行する演算パイプラインは待たされること
になり、大量のデータを1命令で処理するベクト
ル計算機においては著しい性能の低下を招くこと
になる。
In this case, as shown in Figure 2, if you start the next operation instruction or store instruction after all elements of the vector load data have been written to the vector register, the next operation instruction will read data from the vector register. , no problem arises. However, in this method, the arithmetic pipeline that executes the next instruction is forced to wait until the vector load is completed, resulting in a significant drop in performance in a vector computer that processes a large amount of data with one instruction.

このため、ベクトル計算機では、通常、第3図
に示すようにロードパイプラインと演算パイプラ
インあるいはストアパイプラインを並行して動か
すようにしている。
For this reason, vector computers usually run a load pipeline and an operation pipeline or a store pipeline in parallel, as shown in FIG.

この場合において、ベクトルロード命令を実行
中、主記憶装置から、毎サイクル確実にベクトル
レジスタ上にデータが供給されれば別に問題はな
いが、主記憶装置をアクセスする際に、メモリの
バンクコンフリクトや、データバスの競合が生じ
て、その結果優先順位が得られないことがある。
この時はデータが毎サイクル供給されないことに
なる。
In this case, there is no problem if data is reliably supplied from the main memory to the vector register every cycle while executing the vector load instruction, but when accessing the main memory, there may be a memory bank conflict or , data bus contention may occur, resulting in a lack of priority.
At this time, data will not be supplied every cycle.

ところが、演算あるいはストアパイプラインで
は毎サイクル、データ処理を続けようとする。こ
のことは、いずれはベクトルレジスタ上のロード
データは枯渇し、正常な演算あるいはストア処理
が出来なくなる可能性が生じることを意味する。
However, an operation or store pipeline attempts to continue processing data every cycle. This means that there is a possibility that the load data on the vector register will eventually become exhausted and normal arithmetic or store processing will no longer be possible.

そこで、このような場合に対処するために、必
要なデータが、ベクトルレジスタ上にロードされ
るのを待たせるため、演算あるいはストアパイプ
ラインを、一定のサイクルだけ停止させ、ベクト
ルレジスタからデータが読み出されるのを一時的
に中断するような制御が必要になつてくる。
Therefore, in order to deal with such a case, in order to wait for the necessary data to be loaded onto the vector register, the operation or store pipeline is stopped for a certain number of cycles, and the data is read from the vector register. It becomes necessary to have a control that can temporarily interrupt the process.

〔発明の目的と構成〕[Purpose and structure of the invention]

本発明の目的は、ベクトルレジスタの連鎖のあ
る相続く2つのベクトル命令を並行して実行させ
る場合に、ベクトルレジスタへのデータの転送
と、ベクトルレジスタからのデータの読み出しと
を、データ転送が中断されても、正しい前後関係
で保持できるように制御することにあり、そのた
めの本発明の構成は、1個または複数個のエレメ
ントを同時にアクセス可能とするベクトルレジス
タと、ベクトルレジスタ間で演算を行なう演算パ
イプラインと、記憶装置と前記ベクトルレジスタ
間でデータ転送を行なうためのアクセスパイプラ
インと、命令処理部と、パイプライン制御部とを
備えたベクトル処理装置において、 命令処理部は、ベクトルレジスタへベクトルデ
ータを書き込む際の最初のエレメントの書き込み
タイミングを示すベクトルレジスタ書き込み開始
信号と、同じベクトルデータの最後のエレメント
の書き込みタイミングを示すベクトルレジスタ書
き込み終了信号と、ベクトルレジスタへ書き込ま
れるエレメントごとにそれが有効であるか無効で
あるかを示すエレメント有効化信号と、ベクトル
レジスタからベクトルデータを読み出す際の最初
のエレメントの読み出しタイミングを示すレジス
タ連鎖検出信号とをそれぞれ作成してパイプライ
ン制御部へ供給し、パイプライン制御部は、ベク
トルレジスタ書き込み開始信号によりセツトされ
ベクトルレジスタ書き込み終了信号によつてリセ
ツトされる第1の状態表示手段と、レジスタ連鎖
検出信号によりリセツトされベクトルレジスタ書
き込み終了信号によつてリセツトされる第2の状
態表示手段と、エレメント有効化信号によつてそ
の有効、無効によりサイクルごとにセツトされあ
るいはセツトされない第3の状態表示手段とをそ
なえ、第1および第2の状態表示手段がセツトさ
れかつ第3の状態表示手段がセツトされない場合
を検出して、レジスタ連鎖が生じかつベクトルレ
ジスタへのデータ転送が中断されているものとし
て、その時点で、ベクトルレジスタよりデータの
読み出しが行なわれる演算またはアクセスパイプ
ラインを停止する制御を行うようにしたことを特
徴とするものである。
An object of the present invention is to interrupt the transfer of data to the vector register and the reading of data from the vector register when two consecutive vector instructions with a chain of vector registers are executed in parallel. The purpose of the present invention is to control the elements so that they can be held in the correct context even if the elements are stored in the correct context.The structure of the present invention for this purpose includes a vector register that allows access to one or more elements at the same time, and an operation between the vector registers. In a vector processing device comprising an arithmetic pipeline, an access pipeline for transferring data between a storage device and the vector register, an instruction processing section, and a pipeline control section, the instruction processing section transfers data to the vector register. A vector register write start signal indicating the write timing of the first element when writing vector data, a vector register write end signal indicating the write timing of the last element of the same vector data, and a vector register write end signal indicating the write timing of the last element of the same vector data. Creates an element enable signal that indicates whether it is valid or invalid, and a register chain detection signal that indicates the read timing of the first element when reading vector data from a vector register, and supplies them to the pipeline control unit. , the pipeline control section includes a first status display means that is set by the vector register write start signal and reset by the vector register write end signal, and a first status display means that is reset by the register chain detection signal and reset by the vector register write end signal. and a third status display means that is set or not set every cycle depending on whether it is enabled or disabled by an element enable signal, and the first and second state display means are It is detected that the vector register is set and the third status display means is not set, and it is assumed that a register chain has occurred and data transfer to the vector register has been interrupted, and at that point, data is read from the vector register. The feature is that control is performed to stop the calculation or access pipeline.

〔発明の実施例〕[Embodiments of the invention]

以下に、本発明の詳細を実施例にしたがつて説
明する。
The details of the present invention will be explained below with reference to Examples.

第4図は、本発明の1実施例の全体構成図であ
る。図中、1は主記憶装置、2はデータバツフ
ア、3はベクトルレジスタ群VR、4は演算パイ
プライン、5は命令処理部、6はパイプライン制
御部、7はレジスタ連鎖情報、8はパイプライン
停止制御信号を示す。
FIG. 4 is an overall configuration diagram of one embodiment of the present invention. In the figure, 1 is the main memory, 2 is the data buffer, 3 is the vector register group VR, 4 is the arithmetic pipeline, 5 is the instruction processing unit, 6 is the pipeline control unit, 7 is the register chain information, and 8 is the pipeline stop Indicates a control signal.

ここで、主記憶装置1から、ベクトルレジスタ
群3へのロードデータのバス幅は、複数エレメン
ト分あるものとし、また、ベクトルレジスタ群3
へのデータの書き込みとそれからデータを読み出
すタイミングとは規定されているものとする。こ
のため、主記憶装置1とベクトルレジスタ群3の
間にデータバツフア2を設けて、データを一時保
持しておく必要がある。このデータバツフア2
は、一定のサイクル数だけデータを保持できるも
のとする。
Here, it is assumed that the bus width for loading data from the main memory device 1 to the vector register group 3 is equal to a plurality of elements, and
It is assumed that the timing for writing data to and the timing for reading data from it are stipulated. Therefore, it is necessary to provide a data buffer 2 between the main memory device 1 and the vector register group 3 to temporarily hold data. This data buffer 2
is assumed to be able to hold data for a certain number of cycles.

命令処理部5からパイプライン制御部6には、
各種の連鎖情報7が送られ、この情報に基づいて
演算パイプラインを停止するかどうかを決定す
る。連鎖情報7には、VR書き込み開始信号、
VR書き込み終了信号、エレメント有効化信
号、及びレジスタ連鎖検出信号などがある。
From the instruction processing unit 5 to the pipeline control unit 6,
Various types of chain information 7 are sent, and based on this information it is determined whether to stop the calculation pipeline. Chain information 7 includes a VR writing start signal,
These include a VR write end signal, an element enable signal, and a register chain detection signal.

第6図は、上記各信号乃至の発生タイミン
グを示した図であり、VR書き込み開始信号
は、ベクトルレジスタに最初のエレメントが書き
込まれるタイミングでONになる信号であり、
VR書き込み終了信号は、最後のエレメントが
書き込まれるタイミングにONになる信号であ
る。エレメント有効化信号は、書き込まれるエ
レメントが有効であることを示す信号である。し
たがつて、上記信号およびの間に信号が
OFFになるときは、ロードデータが連続に送ら
れていない状態であることを意味する。
FIG. 6 is a diagram showing the generation timing of each of the above signals, and the VR write start signal is a signal that turns ON at the timing when the first element is written to the vector register.
The VR write end signal is a signal that turns ON at the timing when the last element is written. The element validation signal is a signal indicating that the element to be written is valid. Therefore, the above signal and the signal between
When it is OFF, it means that load data is not being sent continuously.

レジスタ連鎖検出信号は、演算パイプライン
4が、ベクトルレジスタ群3の最初のエレメント
を読み出そうとするタイミングでONになる信号
である。これら乃至の信号は、命令処理部5
からパイプライン制御部6へ毎サイクルに送ら
れ、その度に演算パイプライン4を停止させるか
どうかが決定される。
The register chain detection signal is a signal that turns ON at the timing when the arithmetic pipeline 4 is about to read the first element of the vector register group 3. These signals are sent to the instruction processing unit 5
The data is sent to the pipeline control unit 6 every cycle, and it is determined each time whether or not to stop the calculation pipeline 4.

前述したように、ベクトルレジスタ群3にデー
タを書き込むタイミングとベクトルレジスタ群3
からデータを読み出すタイミングとはエレメント
により固定されているから、いつたん停止すると
次のタイミングが来るまで停止したままであり、
その間に主記憶装置より読み出されたデータは、
直ちにはベクトルレジスタには書かれず、データ
バツフアに保持される。そして、停止が解除にな
つたとき、再びVRへのデータの書き込み及び読
み出しが開始される。このように制御すれば、ベ
クトルロード命令とベクトル演算命令の順序性を
保つことが出来る。
As mentioned above, the timing of writing data to vector register group 3 and the timing of writing data to vector register group 3
The timing to read data from is fixed by the element, so once it stops, it will remain stopped until the next timing comes.
The data read from the main memory during this time is
It is not written to the vector register immediately, but is held in the data buffer. Then, when the stop is released, writing and reading data to and from VR starts again. By controlling in this way, it is possible to maintain the order of vector load instructions and vector operation instructions.

第5図は、上述した制御動作を行なうパイプラ
イン制御部6の1実施例構成図であり、第6図は
その1動作例のタイミング図である。
FIG. 5 is a configuration diagram of one embodiment of the pipeline control section 6 that performs the above-mentioned control operation, and FIG. 6 is a timing chart of one example of the operation.

第5図において、6はパイプライン制御部、9
乃至11はラツチ回路、12は固定サイクルホー
ルド回路、13はインバータ、14乃至16は
AND回路、17および18はOR回路である。
In FIG. 5, 6 is a pipeline control section, 9
11 to 11 are latch circuits, 12 is a fixed cycle hold circuit, 13 is an inverter, and 14 to 16 are
AND circuits 17 and 18 are OR circuits.

第5図における信号、、、およびA、
B、C、Dは、それぞれ第6図中に示されている
同番号の信号タイミングに対応している。
The signals in FIG. 5, and A,
B, C, and D correspond to the signal timings with the same numbers shown in FIG. 6, respectively.

ラツチ回路9は、VR書き込み開始信号によ
つてセツトされ、そしてVR書き込み終了信号
によつてリセツトされて、信号Aを生じる。
Latch circuit 9 is set by the VR write start signal and reset by the VR write end signal to produce signal A.

ラツチ回路10は、レジスタ連鎖検出信号に
よりセツトされ、そしてVR書き込み終了信号
によつてリセツトされて、信号Cを生じる。
Latch circuit 10 is set by the register chain detect signal and reset by the VR write completion signal to produce signal C.

ラツチ回路11は、エレメント有効化信号に
よつてサイクルごとにセツトされ、信号Bを生じ
る。信号Bは、エレメント有効化信号が途切れ
たとき、セツトされずにオフの状態を示す。
Latch circuit 11 is set every cycle by the element enable signal and produces signal B. Signal B is not set and indicates an off state when the element enable signal is interrupted.

AND回路16は、これらの信号A,B,Cの
論理積をとり、ベクトルレジスタ書き込み期間中
であつてレジスタ連鎖が生じている場合に、エレ
メント有効化信号のオフ、すなわちデータ転送の
中断状態を検出して、固定サイクルホールド回路
12を起動する。
The AND circuit 16 takes the logical product of these signals A, B, and C, and turns off the element enable signal, that is, interrupts data transfer, when a register chain occurs during the vector register write period. It is detected and the fixed cycle hold circuit 12 is activated.

固定サイクルホールド回路12は、起動される
と所定の期間クロツクを停止させるパイプライン
停止制御信号Dを生じ、パイプラインを制御し
て、その間の動作を停止させる。
Fixed cycle hold circuit 12, when activated, generates a pipeline stop control signal D that stops the clock for a predetermined period of time, controlling the pipeline to stop operation during that period.

〔発明の効果〕〔Effect of the invention〕

以上のように、本発明によれば、レジスタ連鎖
のある2つのベクトル命令の並行処理を、高い信
頼度で実行することがえできるようになるため、
並行処理の利用を容易にし、処理の高速化を図る
ことができる。
As described above, according to the present invention, parallel processing of two vector instructions with register chaining can be executed with high reliability.
It is possible to easily utilize parallel processing and speed up processing.

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

第1図はベクトル処理装置の概要図、第2図は
ベクトルレジスタ連鎖がある場合の縦続的な制御
例を示すタイミング図、第3図は第2図と同じ場
合の並行的な制御例のタイミング図、第4図は本
発明の1実施例の全体構成図、第5図はパイプラ
イン制御部の1実施例構成図、第6図は第5図に
示す実施例の1動作例のタイミング図である。 図中、1は主記憶装置、2はデータバツフア、
3はベクトルレジスタ群、4は演算パイプライ
ン、5は命令処理部、6はパイプライン制御部、
7はレジスタ連鎖情報、8はパイプライン停止制
御信号、はVR書き込み開始信号、はVR書
き込み終了信号、はエレメント有効化信号、
はレジスタ連鎖検出信号を表わす。
Figure 1 is a schematic diagram of the vector processing device, Figure 2 is a timing diagram showing an example of cascade control when there is a chain of vector registers, and Figure 3 is a timing diagram of an example of parallel control in the same case as Figure 2. 4 is an overall configuration diagram of one embodiment of the present invention, FIG. 5 is a configuration diagram of one embodiment of the pipeline control section, and FIG. 6 is a timing diagram of one operation example of the embodiment shown in FIG. 5. It is. In the figure, 1 is the main memory, 2 is the data buffer,
3 is a vector register group, 4 is an arithmetic pipeline, 5 is an instruction processing unit, 6 is a pipeline control unit,
7 is register chain information, 8 is pipeline stop control signal, is VR write start signal, is VR write end signal, is element enable signal,
represents a register chain detection signal.

Claims (1)

【特許請求の範囲】 1 1個または複数個のエレメントを同時にアク
セス可能とするベクトルレジスタと、ベクトルレ
ジスタ間で演算を行なう演算パイプラインと、記
憶装置と前記ベクトルレジスタ間でデータ転送を
行なうためのアクセスパイプラインと、命令処理
部と、パイプライン制御部とを備えたベクトル処
理装置において、 命令処理部は、ベクトルレジスタへベクトルデ
ータを書き込む際の最初のエレメントの書き込み
タイミングを示すベクトルレジスタ書き込み開始
信号と、同じベクトルデータの最後のエレメント
の書き込みタイミングを示すベクトルレジスタ書
き込み終了信号と、ベクトルレジスタへ書き込ま
れるエレメントごとにそれが有効であるか無効で
あるかを示すエレメント有効化信号と、ベクトル
レジスタからベクトルデータを読み出す際の最初
のエレメントの読み出しタイミングを示すレジス
タ連鎖検出信号とをそれぞれ作成してパイプライ
ン制御部へ供給し、 パイプライン制御部は、ベクトルレジスタ書き
込み開始信号によりセツトされベクトルレジスタ
書き込み終了信号によつてリセツトされる第1の
状態表示手段と、レジスタ連鎖検出信号によりセ
ツトされベクトルレジスタ書き込み終了信号によ
つてリセツトされる第2の状態表示手段と、エレ
メント有効化信号によつてその有効、無効により
サイクルごとにセツトされあるいはセツトされな
い第3の状態表示手段とをそなえ、第1および第
2の状態表示手段がセツトされかつ第3の状態表
示手段がセツトされない場合を検出して、レジス
タ連鎖が生じかつベクトルレジスタへのデータ転
送が中断されているものとして、その時点で、ベ
クトルレジスタよりデータの読み出しが行なわれ
る演算またはアクセスパイプラインを停止する制
御を行うようにしたことを特徴とするパイプライ
ン制御方式。
[Claims] 1. A vector register that allows one or more elements to be accessed simultaneously, an arithmetic pipeline that performs operations between the vector registers, and a system for transferring data between a storage device and the vector register. In a vector processing device including an access pipeline, an instruction processing unit, and a pipeline control unit, the instruction processing unit generates a vector register write start signal indicating the write timing of the first element when writing vector data to the vector register. , a vector register write end signal that indicates the write timing of the last element of the same vector data, an element enable signal that indicates whether each element written to the vector register is valid or invalid, and a signal from the vector register. A register chain detection signal indicating the read timing of the first element when reading vector data is generated and supplied to the pipeline control unit, and the pipeline control unit is set by the vector register write start signal and finishes the vector register write. A first status display means is reset by a signal, a second status display means is set by a register chain detection signal and reset by a vector register write end signal, and a second status display means is reset by an element enable signal. , a third status display means that is set or not set every cycle due to invalidity, detects the case where the first and second status display means are set and the third status display means is not set, and registers the register. Assuming that a chain occurs and the data transfer to the vector register is interrupted, at that point, control is performed to stop the operation or access pipeline in which data is read from the vector register. Pipeline control method.
JP22633183A 1983-11-30 1983-11-30 Pipeline control system Granted JPS60118976A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP22633183A JPS60118976A (en) 1983-11-30 1983-11-30 Pipeline control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP22633183A JPS60118976A (en) 1983-11-30 1983-11-30 Pipeline control system

Publications (2)

Publication Number Publication Date
JPS60118976A JPS60118976A (en) 1985-06-26
JPH0316665B2 true JPH0316665B2 (en) 1991-03-06

Family

ID=16843491

Family Applications (1)

Application Number Title Priority Date Filing Date
JP22633183A Granted JPS60118976A (en) 1983-11-30 1983-11-30 Pipeline control system

Country Status (1)

Country Link
JP (1) JPS60118976A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5492143A (en) * 1977-12-29 1979-07-21 Fujitsu Ltd Control system for pipeline arithmetic unit
JPS5692643A (en) * 1979-12-26 1981-07-27 Hitachi Ltd Operational processor
JPS582975A (en) * 1981-06-27 1983-01-08 Fujitsu Ltd Controlling system for vector data processing device

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS5492143A (en) * 1977-12-29 1979-07-21 Fujitsu Ltd Control system for pipeline arithmetic unit
JPS5692643A (en) * 1979-12-26 1981-07-27 Hitachi Ltd Operational processor
JPS582975A (en) * 1981-06-27 1983-01-08 Fujitsu Ltd Controlling system for vector data processing device

Also Published As

Publication number Publication date
JPS60118976A (en) 1985-06-26

Similar Documents

Publication Publication Date Title
JP3057934B2 (en) Shared bus arbitration mechanism
KR100335785B1 (en) Execution of data processing instructions
JPS60258671A (en) Processor
US20150234661A1 (en) Semiconductor integrated circuit device and system using the same
JPH01109466A (en) System for controlling parallel operation of coprocessor
JPS6218057B2 (en)
JPH0316665B2 (en)
EP0550976B1 (en) Memory accessing device using address pipeline
JPS5914775B2 (en) Common memory lock method
JPS60214044A (en) Microcomputer
JPS60118977A (en) Pipeline control system
US20030028756A1 (en) Programmable unit
JPH0247785B2 (en) PAIPURAINSEIGYOKAIRO
JPS6259829B2 (en)
JPH0321941B2 (en)
JPS5819094B2 (en) Priority vector interrupt device
JP2679440B2 (en) Information processing device
JPH0252301B2 (en)
JPS63155330A (en) Microprogram controller
JPH04372030A (en) Memory access system for processor
JP2531207B2 (en) Channel device
JPH0479022B2 (en)
JPH0285951A (en) Input/output bus cycle control system
JPS58205258A (en) Data processor
JPH08137738A (en) Cpu arbitration circuit