JPS62138940A - Register access control system - Google Patents

Register access control system

Info

Publication number
JPS62138940A
JPS62138940A JP27965085A JP27965085A JPS62138940A JP S62138940 A JPS62138940 A JP S62138940A JP 27965085 A JP27965085 A JP 27965085A JP 27965085 A JP27965085 A JP 27965085A JP S62138940 A JPS62138940 A JP S62138940A
Authority
JP
Japan
Prior art keywords
storage devices
access
same
writing
reading
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.)
Pending
Application number
JP27965085A
Other languages
Japanese (ja)
Inventor
Kazushi Sakamoto
一志 坂本
Shoji Nakatani
中谷 彰二
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 JP27965085A priority Critical patent/JPS62138940A/en
Publication of JPS62138940A publication Critical patent/JPS62138940A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To increase a reading access processing capacity by providing two pairs of a storage device to constitute the register group of the same constitution, writing the same data in parallel in the writing and executing respectively independently both individual accesses in the reading. CONSTITUTION:The mechanism to write such as the writing side of two pairs of load mechanisms L1 and L2 and an arithmetic mechanism E1 to a mask register 10 is in the same way connected to both storage devices 11 and 12, and the contents of the storage devices 11 and 12 are always coincident. Concerning the reading access, the access requester is suitably distributed to the storage devices 11 and 12, and respective requesters use either of the storage devices. Thus, the data of the same bank can be simultaneously read from the storage devices 11 and 12, in the reading cycle, the double number of the cycle can be used, and therefore, the number to be able to execute the parallel processing can be increased.

Description

【発明の詳細な説明】 〔概 要〕 ベクトル処理装置等のレジスタに対する並行アクセス可
能数を増加するための制御方式である。
[Detailed Description of the Invention] [Summary] This is a control method for increasing the number of parallel accesses to registers of a vector processing device, etc.

同一構成のレジスタ群を構成する記憶装置を2組設け、
書込みにおいては再記憶装置に同一データを並列に書き
込むことによって、再記憶装置の内容を常に一致させ、
読出しにおいては、両者個別のアクセスを、それぞれ独
立に実行するように構成する。以上により、読出しアク
セスの処理能力を高めて、処理装置の性能を向上するこ
とができる。
Two sets of storage devices forming register groups with the same configuration are provided,
During writing, by writing the same data to the re-storage device in parallel, the contents of the re-storage device are always made to match.
In reading, both accesses are configured to be executed independently. As described above, it is possible to increase the processing capacity of read access and improve the performance of the processing device.

〔産業上の利用分野〕[Industrial application field]

本発明は、計算機システムのベクトル処理装置等におけ
る、レジスタへのアクセスの制御方式に関する。
The present invention relates to a method for controlling access to registers in a vector processing device or the like of a computer system.

ベクトル処理装置は、配列データに関する演算をいわゆ
るパイプライン制御方式によって連続的に処理すること
により高速化される処理装置である。
A vector processing device is a processing device that speeds up operations on array data by continuously processing operations using a so-called pipeline control method.

従って、ベクトル処理装置においては、パイプラインを
効率良く動作させるように、レジスタからの被演算デー
タ及び制御データの供給を十分な速度で行うようにしな
ければならない。
Therefore, in a vector processing device, operand data and control data must be supplied from registers at a sufficient speed so that the pipeline can operate efficiently.

〔従来の技術と発明が解決しようとする問題点〕第3図
は、ベクトル処理装置等におけるマスクレジスタの一構
成例を示すブロック図である。
[Prior art and problems to be solved by the invention] FIG. 3 is a block diagram showing an example of the configuration of a mask register in a vector processing device or the like.

ベクトル処理装置のマスクレジスタは、公知のように被
演算対象の配列の要素データの抽出等の制御を行うため
に、要素データに対応して設けられる制御ビットである
マスクビットを保持するレジスタであり、図示しない公
知のベクトルレジスタに保持されている該データに対す
る演算等に同期してアクセスされる。
As is well known, the mask register of a vector processing device is a register that holds mask bits, which are control bits provided corresponding to element data, in order to control the extraction of element data of an array to be operated on. , are accessed in synchronization with operations on the data held in a known vector register (not shown).

そのために、第3図に示すように、マスクレジスタ1は
、ベクトルレジスタと同数の複数バンク(図の例は8バ
ンク)2に分割され、異なるバンク2は同時にアクセス
できるようにして、複数のアクセスを並行に実行できる
ようにする。
To this end, as shown in FIG. 3, the mask register 1 is divided into multiple banks 2, the same number as the vector registers (8 banks in the example shown), and different banks 2 are made to be accessible simultaneously, allowing multiple access to be able to run in parallel.

又、マスクレジスタ1のアドレスは、バンク0、バンク
1、バンク2・・・−のように並ぶ、いわゆるインタリ
ーブ方式のアドレス付与がなされ、この構成によって、
多数のアクセス源が所定のタイミングから開始して、連
続するアクセスサイクルにより、連続するアドレスに順
次アクセスできるようにする。
Further, the addresses of the mask register 1 are assigned in a so-called interleaved manner, in which they are arranged in the order of bank 0, bank 1, bank 2, etc., and with this configuration,
Starting from a predetermined timing, multiple access sources can sequentially access successive addresses through successive access cycles.

こ−で、マスクレジスタ1に対してアクセスを要求する
機構となる、パイプライン機構には、主記憶装置とマス
クレジスタ1との間のデータ書込み及び読出しを処理す
るロード機構(シ、とする、以下同じ)及びストア機構
(STυ、マスクビット間の演算を行って結果をマスク
レジスタlに書き込むためのマスク演算機構(M)、及
び複数のデータ演算m横にマスクビットを供給し、又は
データ演算機構からの出力をマスクレジスタに書き込む
ための、各種の演算機構(El、El)等のアクセス要
求機構がある。
The pipeline mechanism, which is the mechanism that requests access to the mask register 1, includes a load mechanism (referred to as a The same applies hereafter) and a store mechanism (STυ, a mask operation mechanism (M) for performing operations between mask bits and writing the result into a mask register l, and a mask operation mechanism (M) for performing operations between mask bits and writing the result to a mask register l, and supplying mask bits horizontally to multiple data operations m, or for data operations There are access request mechanisms, such as various arithmetic mechanisms (El, El), for writing outputs from the mechanisms into mask registers.

それらは、第3図に示すようにマスクレジスタ1に切換
器3.4により接続され、例えば第4図に示すようなタ
イミング割当に従って、各機構は各サイクルにバンク2
の中の何れかlバンクにアクセスでき、全8サイクルで
8バンクにアクセスできるようにする。
They are connected by a switch 3.4 to the mask register 1 as shown in FIG.
Any one of the banks can be accessed, and 8 banks can be accessed in a total of 8 cycles.

図の各バンクの線の線上の数字はアクセス先のバンク番
号を示し、Rで読出しアクセス、Wで書込みアクセスを
示す。
The numbers on the lines of each bank in the figure indicate the bank number of the access destination, with R indicating read access and W indicating write access.

このような制御方式において、本例のようなアクセスを
要求する機構があると、第4図から明らかなように、8
バンクによって最大5個までの機構のアクセス要求を並
列処理できる。
In such a control system, if there is a mechanism for requesting access as in this example, as is clear from FIG.
Banks allow access requests for up to five mechanisms to be processed in parallel.

従って更に多くの並列処理に対応しようとすれば、ベク
トルレジスタとマスクレジスタlのバンク数を増加し、
且つ制御サイクル時間を短縮する等の、処理装置全般に
影響する大きな変更をしなければならないという問題が
あった。
Therefore, in order to support even more parallel processing, the number of banks of vector registers and mask registers l must be increased,
In addition, there was a problem in that major changes had to be made that affected the entire processing device, such as shortening the control cycle time.

〔問題点を解決するための手段〕[Means for solving problems]

第1図は、本発明の構成を示すブロック図である。 FIG. 1 is a block diagram showing the configuration of the present invention.

図はマスクレジスタの例を示し、マスクレジスタ10は
、同一構成の2組の記憶装置11.12によって構成さ
れる。
The figure shows an example of a mask register, and the mask register 10 is composed of two sets of storage devices 11 and 12 having the same configuration.

〔作 用〕[For production]

例えば2′fFJiのロード機構り、、 L2及び演算
機構E1の書込み側等マスクレジスタに書込みを行う機
構は、両記憶装置11.12に対して同様に接続し、そ
れぞれ同一サイクルが両記憶装置11.12への書込み
のために割当られ、書込みの実行においては、記憶装置
11と12の同一アドレスのレジスタに、同一データが
同時に書き込まれる。その結果、記憶装置11と12の
内容は常に一致している。
For example, the load mechanism of 2'fFJi, L2 and the mechanism that writes to the mask register, such as the write side of the arithmetic unit E1, are connected in the same way to both storage devices 11 and 12, and the same cycle is performed on both storage devices 11 and 12. .12, and when writing is performed, the same data is written to registers at the same address in storage devices 11 and 12 at the same time. As a result, the contents of storage devices 11 and 12 always match.

マスクレジスタ10の読出しアクセスについては、記憶
装置11.12にアクセス要求元を適当に配分して、各
要求元は何れか一方の記jl V置を利用するように構
成する。
For read access to the mask register 10, access request sources are appropriately allocated to the storage devices 11 and 12, and each request source is configured to use one of the memory locations.

かくして、同一ハ゛ンクのデータを記憶装置11と12
から同時に読み出すことが可能になり、読出しサイクル
については2倍のサイクル数が利用できることになるの
で、並列処理の可能数を増大することができる。且つ記
憶装置1112の各構成を従来と同様に維持すれば、ベ
クトルレジスタその他処理装置全最の方式に対する影響
を最小に抑えることができる。
In this way, data of the same hunk can be stored in storage devices 11 and 12.
Since it becomes possible to simultaneously read data from and double the number of read cycles, it is possible to increase the number of possible parallel processes. In addition, by maintaining each configuration of the storage device 1112 in the same manner as before, the influence on vector registers and other systems of the processing device can be minimized.

〔実施例〕〔Example〕

第1図において、記憶装置11及び12は、それぞれ従
来のマスクレジスタ1と同一の構成を有し、8バンクの
並列アクセスが可能なように構成されているものとする
In FIG. 1, it is assumed that the storage devices 11 and 12 each have the same configuration as the conventional mask register 1, and are configured so that eight banks can be accessed in parallel.

マスクレジスタ10に対し、従来と同じアクセス機構り
いST、、M、 E、、 E、の他に、ロード機構L2
、ストア機構ST、 、及び演算機構E3及びE4を追
加するものとし、それぞれ第1図に示すように、切換器
13.14.15.16を介して、読出し側インタフェ
ースは記憶装置11又は12の一方に接続し、占込み側
インタフェースは両記憶装置IL 12に並列に接続す
る。
For the mask register 10, in addition to the conventional access mechanisms ST, , M, E, , E, a load mechanism L2 is used.
, store mechanism ST, and calculation mechanisms E3 and E4 are added, and as shown in FIG. The write side interface is connected to both storage devices IL 12 in parallel.

このようにして、各記憶装置11.12のアクセスは従
来のマスクレジスタ1の場合と同様に8サイクルによっ
て各8バンクにアクセスできるように、制御サイクルを
例えば第2図に示すように割り当てることにより、図か
ら明らかなように、合計9個ノアクセス要求機構の並行
アクセスを8バンク構成によって実現することができる
In this way, each storage device 11, 12 can be accessed by allocating control cycles, for example as shown in FIG. As is clear from the figure, parallel access by a total of nine access request mechanisms can be realized by the eight bank configuration.

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

以上の説明から明らかなように、本発明によれば、ベク
トル処理装置のマスクレジスタ等の並行アクセス可能数
の増加が、該レジスタの並列設置による比較的小規模の
回路の追加によって可能になるので、処理装置等の性能
価格比を向上するという著しい工業的効果がある。
As is clear from the above description, according to the present invention, it is possible to increase the number of parallel accessible mask registers, etc. of a vector processing device by adding a relatively small-scale circuit by installing the registers in parallel. , it has a remarkable industrial effect of improving the performance-price ratio of processing equipment, etc.

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

第1図は本発明の実施例構成ブロック図、第2図は本発
明のタイミング説明図、 第3図は従来の一構成例ブロック図、 第4図は従来のタイミング説明図 である。 図において、 1.10はマスクレジスタ、 2はバンク、 3.4.13.14.15.16は切換器、11.12
は記憶装置、 Ll、L2、ST+ 、STz 、E+、 Ezはアク
セス要求機構本発明の実堵殴ル戊ブロック図 第1図 サイクル    012345670123456本発
明のタイミング説明図 第2図 従来の一構成例ブロ7り図 第3図 従来のタイミング説明図
FIG. 1 is a block diagram of an embodiment of the present invention, FIG. 2 is a timing explanatory diagram of the present invention, FIG. 3 is a block diagram of a conventional configuration example, and FIG. 4 is a conventional timing diagram. In the figure, 1.10 is a mask register, 2 is a bank, 3.4.13.14.15.16 is a switch, 11.12
are storage devices; Ll, L2, ST+, STz, E+, Ez are access request mechanisms; Figure 3 Conventional timing explanatory diagram

Claims (1)

【特許請求の範囲】 複数のバンクからなり、バンク間にインタリーブされた
アドレスによって指定される複数のレジスタを構成する
記憶装置と、該記憶装置に所定のタイミングにおいてア
クセスするように接続されている複数のアクセス源とを
有する処理装置において、 同一構成の該記憶装置を複数組(11、12)設け、所
要の上記アクセス源(L_1、L_2、E_1、M)の
書込みバスを、それぞれすべての該記憶装置(11、1
2)に並列に接続し、 該アクセス源ごとに、すべての該記憶装置(11、12
)に共通の書込みタイミングを割り当て、所要の上記ア
クセス源(ST_1、ST_2、E_1、E_2、E_
3、E_4、M)の読出しバスを、それぞれ何れか1記
憶装置(11、12)に接続し、 該アクセス源ごとに、それぞれ各記憶装置(11、12
)ごとの個別の読み出しタイミングを割り当てることを
特徴とするレジスタアクセス制御方式。
[Claims] A storage device consisting of a plurality of banks and configuring a plurality of registers specified by addresses interleaved between the banks, and a plurality of storage devices connected so as to access the storage device at a predetermined timing. In a processing device having access sources of Equipment (11, 1
2) in parallel, and for each access source, all the storage devices (11, 12
) and assign a common write timing to the required access sources (ST_1, ST_2, E_1, E_2, E_
3, E_4, M) are connected to any one storage device (11, 12), respectively, and each access source is connected to each storage device (11, 12) for each access source.
) is a register access control method characterized by allocating individual read timings for each register.
JP27965085A 1985-12-12 1985-12-12 Register access control system Pending JPS62138940A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP27965085A JPS62138940A (en) 1985-12-12 1985-12-12 Register access control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP27965085A JPS62138940A (en) 1985-12-12 1985-12-12 Register access control system

Publications (1)

Publication Number Publication Date
JPS62138940A true JPS62138940A (en) 1987-06-22

Family

ID=17613936

Family Applications (1)

Application Number Title Priority Date Filing Date
JP27965085A Pending JPS62138940A (en) 1985-12-12 1985-12-12 Register access control system

Country Status (1)

Country Link
JP (1) JPS62138940A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01122731A (en) * 1987-11-09 1989-05-16 Toyota Motor Corp Shift lever for automatic transmission
JPH0294194A (en) * 1988-09-30 1990-04-04 Nec Corp Interleave buffer

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57105078A (en) * 1980-12-23 1982-06-30 Hitachi Ltd Vector processor

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPS57105078A (en) * 1980-12-23 1982-06-30 Hitachi Ltd Vector processor

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH01122731A (en) * 1987-11-09 1989-05-16 Toyota Motor Corp Shift lever for automatic transmission
JPH0294194A (en) * 1988-09-30 1990-04-04 Nec Corp Interleave buffer

Similar Documents

Publication Publication Date Title
JPH0520776B2 (en)
EP0280251B1 (en) Shared memory controller arrangement
JP2002373115A (en) Replacement control method for shared cache memory and device therefor
JPH0764853A (en) Variable-accuracy indirect addressing method for simd multiprocessor and apparatus for execution of it
JPH02208771A (en) Memory constitution used in means for interfacing between system controller for multiprocessor system and system main memory
US3601812A (en) Memory system
JPH0479026B2 (en)
JP2561261B2 (en) Buffer storage access method
JPH0282330A (en) Move out system
JP4240610B2 (en) Computer system
CN111694513A (en) Memory device and method including a circular instruction memory queue
JPS62138940A (en) Register access control system
EP0067519A1 (en) Telecommunications system
EP4150467B1 (en) Two-way interleaving in a three-rank environment
JPH0358163A (en) Loosely coupled multiprocessor system
JPS60253083A (en) Storage device controlling system
JPS6023384B2 (en) Internal memory control method in array processor
JP2000099496A (en) Cache storage device
JP3607548B2 (en) Vector arithmetic unit
JPH0368045A (en) Main memory control system
JP2647092B2 (en) Multi-processor system
JPS62274346A (en) Memory access circuit
JPS61198344A (en) Block data writing system
JPS62128342A (en) Memory access control system
JPS6134643A (en) Buffer control system