JP2512994B2 - Vector register - Google Patents
Vector registerInfo
- Publication number
- JP2512994B2 JP2512994B2 JP63136967A JP13696788A JP2512994B2 JP 2512994 B2 JP2512994 B2 JP 2512994B2 JP 63136967 A JP63136967 A JP 63136967A JP 13696788 A JP13696788 A JP 13696788A JP 2512994 B2 JP2512994 B2 JP 2512994B2
- Authority
- JP
- Japan
- Prior art keywords
- memory cell
- bit
- word
- lines
- line
- 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
Links
Landscapes
- Complex Calculations (AREA)
- Semiconductor Memories (AREA)
Description
【発明の詳細な説明】 〔産業上の利用分野〕 本発明はスーパーコンピュータで代表されるベクトル
演算装置に用いられるベクトルレジスタに関する。The present invention relates to a vector register used in a vector operation device represented by a supercomputer.
ベクトル演算装置はパイプライン制御方式に基づいて
ベクトルレジスタに格納されている配列データを連続的
に演算処理することにより高速化している。最近では、
演算するか否かの条件が定められた配列データに対して
もパイプライン制御を乱すことなく、ベクトル演算を実
行できるようにしている。すなわち、各配列要素に対す
る演算を行なうか否かをマスクレジスタ内のマスクデー
タで制御するマスク付きベークトル演算命令をベクトル
演算装置が備えている。ベクトル演算装置の実効的な処
理速度はベクトル演算処理できる割合、すなわちベクト
ル化率に大きく影響される。従ってベクトルレジスタは
マスク付きベクトル演算を処理できる構成でなければな
らない。The vector arithmetic unit is operated at a high speed by continuously operating the array data stored in the vector register based on the pipeline control method. recently,
The vector operation can be executed without disturbing the pipeline control even for the array data for which the condition of whether or not to perform the operation is determined. That is, the vector operation device includes a vector operation instruction with a mask for controlling whether or not an operation is performed on each array element by mask data in the mask register. The effective processing speed of the vector operation device is greatly influenced by the ratio of vector operation processing, that is, the vectorization rate. Therefore, the vector register must be constructed so that it can process vector operations with masks.
第4図は従来のベクトルレジスタの一構成例を示すブ
ロック図である。同図には説明の便宜上、演算器5も含
めている。FIG. 4 is a block diagram showing a configuration example of a conventional vector register. For convenience of description, the figure also includes the arithmetic unit 5.
第1ベクトルレジスタ1及び第2ベクトルレジスタ2
には配列データの各配列要素を一次元に格納している。
この2個のベクトルレジスタ1,2から各々配列要素を演
算器5に供給し、演算結果を第1ベクトルレジスタ1あ
るいは第2ベクトルレジスタ2に書込む処理を連続的に
他の配列要素に対し行なうことによりベクトル演算が行
なわれる。First vector register 1 and second vector register 2
Each array element of array data is stored in one dimension.
The array elements are respectively supplied from the two vector registers 1 and 2 to the arithmetic unit 5, and the processing result is written to the first vector register 1 or the second vector register 2 continuously for other array elements. Thus, vector operation is performed.
第1マスクレジスタ3と第2マスクレジスタ4のビッ
ト数は第1,第2ベクトルレジスタ1,2のワード数に等し
く、第1,第2マスクレジスタ3,4の各ビットは第1,第2
ベクトルレジスタ1,2の各ワードに対するマスクデータ
を記憶する。マスクデータの各ビットが第1,第2ベクト
ルレジスタ1,2内の各配列要素に対する演算を制御す
る。The number of bits of the first mask register 3 and the second mask register 4 is equal to the number of words of the first and second vector registers 1 and 2, and the respective bits of the first and second mask registers 3 and 4 are the first and the second.
Stores mask data for each word of vector registers 1 and 2. Each bit of the mask data controls the operation for each array element in the first and second vector registers 1 and 2.
マスク付きベクトル演算では第1,第2ベクトルレジス
タ1,2からの配列要素の読取りに同期して第1マスクレ
ジスタ3(あるいは第2マスクレジスタ4)からマスク
データを直列に読取り、1ビットの論理演算器6(AL
U)を介して書込み制御回路7にマスクデータを供給す
る。書込み制御回路7はマスクデータに基づいて演算結
果を第1ベクトルレジスタ1(あるいは第2ベクトルレ
ジスタ2)に書込むか否かを制御する。このように制御
することにより、パイプライン制御を乱すことなくマス
ク付きベクトル演算を実行できる。In the vector operation with mask, the mask data is serially read from the first mask register 3 (or the second mask register 4) in synchronization with the reading of the array elements from the first and second vector registers 1 and 2, and the 1-bit logic Arithmetic unit 6 (AL
The mask data is supplied to the write control circuit 7 via U). The write control circuit 7 controls whether or not the calculation result is written in the first vector register 1 (or the second vector register 2) based on the mask data. By controlling in this way, it is possible to execute the vector operation with mask without disturbing the pipeline control.
マスク付きベクトル演算は条件付き演算を含む繰返し
演算を高速に処理する。この場合のマスクデータは条件
の真偽により生成される。この条件が複数の配列要素に
より決められる場合には、複数のマスクデータ間の論理
演算により新たなマスクデータを生成することが必要で
ある。Vector operations with masks process repetitive operations including conditional operations at high speed. The mask data in this case is generated by the truth of the condition. When this condition is determined by a plurality of array elements, it is necessary to generate new mask data by a logical operation between the plurality of mask data.
従来のベクトルレジスタでは、第1,第2マスクレジス
タ3,4から1ビット毎にマスクデータを読取り、論理演
算器(ALU)6で論理演算を行ない、新たなマスクデー
タを第1マスクレジスタ3(あるいは第2マスクレジス
タ4)に格納させていた。したがって新たなマスクデー
タの生成には配列要素数分の論理演算時間が必要とな
る。すなわち、従来のベクトルレジスタはマスクデータ
の生成に多大な処理時間を必要とし、さらにマスクデー
タ用のALU6を必要とするという欠点がある。In the conventional vector register, the mask data is read bit by bit from the first and second mask registers 3 and 4, and a logical operation is performed by the logical operation unit (ALU) 6, and the new mask data is transferred to the first mask register 3 ( Alternatively, it is stored in the second mask register 4). Therefore, the logical operation time for the number of array elements is required to generate new mask data. That is, the conventional vector register has a drawback that it requires a great deal of processing time to generate mask data and further requires the ALU 6 for mask data.
本発明の目的は配列要素の読取りと同期してマスクデ
ータを読取るようにして上記の欠点を改善したベクトル
レジスタを提供することにある。SUMMARY OF THE INVENTION An object of the present invention is to provide a vector register in which the mask data is read in synchronization with the reading of array elements and the above drawbacks are improved.
本発明のベクトルレジスタは、N本の第1ワード線と
それと交差するM組の第1ビット線を有するNワードM
ビットの第1メモリセル・アレイと、前記第1ビット線
の各々とM本の第2ワード線の各々とに各メモリセルが
接続し第2ビット線と並列マスクデータ選択線にそれぞ
れ共通に接続した第2メモリセル・アレイと、ワードア
ドレスに従って前記第1ワード線を選択的に駆動する列
デコーダと、ビットアドレスに従って前記第2ワード線
を選択的に駆動する行デコーダと、前記第1ビット線の
各々に接続したM個の第1R/Wアンプと、前記第2ビット
線に接続した第2R/Wアンプとを具備し、またはN本の第
1ワード線とそれと交差するM組の第1ビット線を有す
るMワードNビットの第1メモリセル・アレイと、各メ
モリセルが前記N本の第1ワード線とN組の第2ビット
線の各々に接続し1組の第3ビット線と並列マスクデー
タ選択線にそれぞれ共通に接続したNビットの第2メモ
リセル・アレイと、ワードアドレスに従って前記第1ワ
ード線を選択的に駆動する列デコーダと、前記第1ビッ
ト線と前記第3ビット線の各々に接続した第1R/Wアンプ
と、前記第2ビット線の各々に接続した第2R/Wアンプと
を具備する。The vector register of the present invention comprises N first word lines and N word M words having M sets of first bit lines intersecting the first word lines.
Each memory cell is connected to a first memory cell array of bits, each of the first bit lines and each of the M second word lines, and is commonly connected to the second bit lines and the parallel mask data selection lines. A second memory cell array, a column decoder for selectively driving the first word line according to a word address, a row decoder for selectively driving the second word line according to a bit address, and the first bit line Each of M first R / W amplifiers and a second R / W amplifier connected to the second bit line, or N first word lines and M sets of first R lines intersecting the first word lines. A first memory cell array of M words N bits having bit lines, each memory cell connected to each of said N first word lines and N sets of second bit lines and a set of third bit lines. For each parallel mask data selection line A second memory cell array of N bits connected in series, a column decoder for selectively driving the first word line according to a word address, and a column decoder connected to each of the first bit line and the third bit line. It comprises a 1R / W amplifier and a second R / W amplifier connected to each of the second bit lines.
上記のような手段をとることにより、第1メモリセル
・アレイ内の配列要素の読取りに同期して第2メモリセ
ル・アレイ内のマスクデータを直列に読取ることが可能
となる。また、第2メモリセル・アレイ内のマスクデー
タの並列読取り・書込みができるので、高速なマスクデ
ータの生成が可能となる。By taking the above means, it becomes possible to read the mask data in the second memory cell array in series in synchronization with the reading of the array elements in the first memory cell array. Further, since the mask data in the second memory cell array can be read and written in parallel, the mask data can be generated at high speed.
次に、本発明について図面を参照して説明する。 Next, the present invention will be described with reference to the drawings.
第1図は本発明の第一の実施例を示す構成図である。
同図においてベクトルレジスタは、第1メモリセル111
をM行N列配置した第1メモリセル・アレイ110と,M個
の第2メモリセル121からなる第2メモリセル・アレイ1
20と,第1メモリセル・アレイ110の列を選択的に駆動
する列デコーダ130と,第2メモリセル・アレイ120内の
1つの第2メモリセル121を選択的に駆動する行デコー
ダ140と,列デコーダ130で選択駆動された特定列の第1
メモリセル111あるいは並列マスクデータ選択線に接続
する第2メモリセル・アレイ120に対する読取り・書込
みを行なうM個の第1R/Wアンプ160と,行デコーダ140で
選択駆動された第2メモリセル121に対する読取り・書
込みを行なう第2R/Wアンプ170とを含む。FIG. 1 is a block diagram showing the first embodiment of the present invention.
In the figure, the vector register is the first memory cell 111.
A first memory cell array 110 having M rows and N columns and a second memory cell array 1 including M second memory cells 121.
20, a column decoder 130 that selectively drives the columns of the first memory cell array 110, and a row decoder 140 that selectively drives one second memory cell 121 in the second memory cell array 120, The first of the specific columns selectively driven by the column decoder 130
For the M first R / W amplifiers 160 for reading and writing to the memory cells 111 or the second memory cell array 120 connected to the parallel mask data selection line, and for the second memory cells 121 selectively driven by the row decoder 140. And a second R / W amplifier 170 for reading and writing.
列デコーダ130はワード・アドレス131で指定された第
1ワード線132を選択的に駆動する。選択駆動した第1
ワード線132に接続する列のM個の第1メモリセル111は
読取り時に内容を第1ビット線161に出力し、書込み時
に第1ビット線161上の内容を取込む。この読取りと書
込みの選択は第1R/W信号162により第1R/Wアンプ160が第
1ビット線161を高インピーダンスにするか(読取り
時),書込みデータを第1ビット線161に供給するか
(書込み時)により定まる。The column decoder 130 selectively drives the first word line 132 designated by the word address 131. Selectively driven first
The M first memory cells 111 in the column connected to the word line 132 output the contents to the first bit line 161 when reading, and take in the contents on the first bit line 161 when writing. This read / write selection is performed by the first R / W signal 162, whether the first R / W amplifier 160 makes the first bit line 161 high impedance (during reading) or whether the write data is supplied to the first bit line 161 ( It depends on writing).
行デコーダ140はビットアドレス141で指定された第2
ワード線142を選択的に駆動する。選択駆動した第2ワ
ード線142に接続する第2メモリセル121は読取り時にそ
の内容を第2ビット線171に出力し、書込み時に第2ビ
ット線171上の内容を取込む。この読取りと書込みの選
択は第2R/W信号172で定める。The row decoder 140 is the second designated by the bit address 141.
The word line 142 is selectively driven. The second memory cell 121 connected to the selectively driven second word line 142 outputs the content to the second bit line 171 at the time of reading, and takes in the content on the second bit line 171 at the time of writing. The selection between reading and writing is determined by the second R / W signal 172.
第1メモリセル・アレイ110の各ワードはMビットの
配列要素を記憶し、ベクトルレジスタとして用いられ
る。第2メモリセル・アレイ120の各第2メモリセル121
は第1メモリセル・アレイ110内の各配列要素に関する
マスタデータを記憶し、マスクレジスタとして用いられ
る。Each word of the first memory cell array 110 stores an M-bit array element and is used as a vector register. Each second memory cell 121 of the second memory cell array 120
Stores master data for each array element in the first memory cell array 110 and is used as a mask register.
ベクトルレジスタとなる第1メモリセル・アレイ110
への配列要素の書込みは第1R/Wアンプ160を介してR/Wデ
ータ線163から第1ビット線161にMビットの配列要素を
供給することにより行なわれる。書込みワードはワード
アドレス131で指定する。また、第1メモリセル・アレ
イ110内に格納されているMビットの配列要素は第1ビ
ット線161と第1R/Wアンプ160を介してR/Wデータ線163に
出力される。なお、並列マスクデータ選択線150を駆動
した場合には、第2メモリセル・アレイ120の並列読取
りあるいは並列書込みがなされる。この場合、列デコー
ダ130の第1ワード線132の駆動は並列マスクデータ選択
線150が禁止するので、第1メモリセル・アレイ110の読
取り・書込み動作は禁止される。First memory cell array 110 serving as a vector register
The writing of the array element to is performed by supplying the M-bit array element from the R / W data line 163 to the first bit line 161 via the first R / W amplifier 160. The write word is specified by the word address 131. The M-bit array element stored in the first memory cell array 110 is output to the R / W data line 163 via the first bit line 161 and the first R / W amplifier 160. When the parallel mask data selection line 150 is driven, parallel reading or writing of the second memory cell array 120 is performed. In this case, the parallel mask data selection line 150 inhibits the driving of the first word line 132 of the column decoder 130, and thus the read / write operation of the first memory cell array 110 is inhibited.
第2メモリセル・アレイ120は並列読取り・書込み動
作に併行してビットアドレス141で指定した第2メモリ
セル121への読取り・書込み動作が可能である。したが
って第1メモリセル・アレイ110から配列要素を読取り
ながら、その配列要素に関するマスクデータを第2メモ
リセル・アレイ120から直列に読取りできるので、マス
ク付きベクトル演算を処理できる。また、マスクデータ
の論理演算は配列要素に用いる演算器でMビット並列に
処理可能である。The second memory cell array 120 can perform a read / write operation to the second memory cell 121 designated by the bit address 141 in parallel with the parallel read / write operation. Therefore, while the array element is being read from the first memory cell array 110, the mask data relating to that array element can be read serially from the second memory cell array 120, so that the vector operation with mask can be processed. The logical operation of the mask data can be processed in M bits in parallel by the arithmetic unit used for the array elements.
すなわち、本発明のベクトルレジスタは配列要素とマ
スクデータの双方を格納でき、マスクデータの論理演算
を高速化し、マスクデータ用の論理演算器を不用とす
る。That is, the vector register of the present invention can store both array elements and mask data, accelerates the logical operation of mask data, and eliminates the need for a logical arithmetic unit for mask data.
第2図(a)および(b)は第1図における第1メモ
リセル111と第2メモリセル121の構成例を示す回路図で
ある。2 (a) and 2 (b) are circuit diagrams showing configuration examples of the first memory cell 111 and the second memory cell 121 in FIG.
第2図(a)の第1メモリセル111は2個のインバー
タ201,202と、一対のビット線203,204に各々のドレイン
端子がつながり、ゲートが第1ワード線132につながる
2個のMOSトランジスタ206,207とで構成される。第1図
では説明の便宜上、一対のビット線203,204を1つの第
1のビット線161で代表させている。この第1メモリセ
ルは通常のスタティックメモリセルである。The first memory cell 111 of FIG. 2A is composed of two inverters 201 and 202, and two MOS transistors 206 and 207 whose drain terminals are connected to a pair of bit lines 203 and 204 and whose gates are connected to the first word line 132. Composed. In FIG. 1, for convenience of description, the pair of bit lines 203 and 204 is represented by one first bit line 161. The first memory cell is a normal static memory cell.
第2図(b)の第2メモリセル121は2ポートメモリ
セルであり、2個のインバータ210,211と、4個のMOSト
ランジスタ212,213,214,215とからなる。MOSトランジス
タ212,213のゲートは第1図における並列マスクデータ
選択線150につながり、各々のドレイン端子は一対のビ
ット線216,217(第1図の第1ビット線161)につなが
る。MOSトランジスタ214,215のゲートは第1図における
第2ワード線142につながり、各々のドレイン端子は他
対のビット線218,219(第1図の第2ビット線)につな
がる。このメモリセルは並列マスクデータ選択線150と
第2ワード線142を高レベルにすることにより、一対の
ビット線216,217を介しての読取り・書込み動作と他対
のビット線218,219を介しての読取り・書込み動作を併
行して行なえる。The second memory cell 121 in FIG. 2B is a two-port memory cell, which is composed of two inverters 210, 211 and four MOS transistors 212, 213, 214, 215. The gates of the MOS transistors 212 and 213 are connected to the parallel mask data selection line 150 in FIG. 1, and their drain terminals are connected to a pair of bit lines 216 and 217 (the first bit line 161 in FIG. 1). The gates of the MOS transistors 214 and 215 are connected to the second word line 142 in FIG. 1, and their drain terminals are connected to the bit lines 218 and 219 of the other pair (the second bit line in FIG. 1). This memory cell sets the parallel mask data selection line 150 and the second word line 142 to the high level, so that the read / write operation via the pair of bit lines 216 and 217 and the read / write operation via the other pair of bit lines 218 and 219 are performed. The writing operation can be performed in parallel.
第3図は本発明の第二の実施例を示す構成図である。
同図においてベクトルレジスタは、第1メモリセル311
をM行N列配置した第1メモリセル・アレイ310と,N個
の第2メモリセル321からなる第2メモリセル・アレイ3
20と,第1メモリセル・アレイ310と第2メモリセル・
アレイ320の列を選択的に駆動する列デコーダ330と,各
行に第1メモリセル311及び第2メモリセル321と第1ビ
ット線361でつながる(M+1)個のR/Wアンプ360と,
第2メモリセル321と第2ビット線372でつながるN個の
第2R/Wアンプ370とからなる。FIG. 3 is a block diagram showing a second embodiment of the present invention.
In the figure, the vector register is the first memory cell 311.
A first memory cell array 310 having M rows and N columns and a second memory cell array 3 including N second memory cells 321
20, the first memory cell array 310 and the second memory cell array
A column decoder 330 that selectively drives a column of the array 320, (M + 1) R / W amplifiers 360 connected to each row by the first memory cell 311 and the second memory cell 321 and the first bit line 361,
The second memory cell 321 is composed of N second R / W amplifiers 370 connected by a second bit line 372.
第1メモリセル・アレイ310は各列すなわち各ワード
に配列要素を記憶し、第1メモリセル・アレイ310の各
列に対応する第2メモリセル321はマスクデータを記憶
する。The first memory cell array 310 stores array elements in each column or word, and the second memory cells 321 corresponding to each column of the first memory cell array 310 store mask data.
列デコーダ330はワードアドレス331が指定したワード
線332を選択的に駆動する。選択駆動したワード線332に
接続する列のM個の第1メモリセル311と第2メモリセ
ル321は読取り時に内容を第1ビット線361に出力する
か、あるいは書込み時に第1ビット線361上の内容を取
込む。The column decoder 330 selectively drives the word line 332 designated by the word address 331. The M first memory cells 311 and the second memory cells 321 in the column connected to the selectively driven word line 332 output the contents to the first bit line 361 at the time of reading, or on the first bit line 361 at the time of writing. Capture the content.
第1R/W信号362は第1メモリセル・アレイ310の読取り
と書込みを指定し、第2R/W信号363は第2メモリセル・
アレイ320の読取りと書込みを指定する。R/Wアンプ360
は読取り動作時に第1ビット線361上の内容を外部に出
力し、書込み動作時に外部からのデータを第1ビット線
361上に出力する。したがってワードアドレス331を走査
することにより、読取り時に(M+1)個のR/Wアンプ3
60は第1メモリセル・アレイ310内に格納されている配
列要素とそれに関するマスクデータを連続して出力し、
マスク付きベクトル演算を可能にする。The first R / W signal 362 specifies reading and writing of the first memory cell array 310, and the second R / W signal 363 is the second memory cell array 310.
Specifies read and write for array 320. R / W amplifier 360
Outputs the contents on the first bit line 361 to the outside during a read operation, and transfers the data from the outside to the first bit line during a write operation.
Output on 361. Therefore, by scanning the word address 331, (M + 1) R / W amplifiers 3 can be read.
60 continuously outputs the array elements stored in the first memory cell array 310 and the mask data relating to them,
Enables vector operations with masks.
第2メモリセル・アレイ320に格納されているNビッ
トのマスクデータの並列読取りは並列マスクデータ選択
線350を駆動することにより行なわれる。並列マスクデ
ータ選択線350を駆動し、第3R/W信号371を読取りモード
に設定すると、Nビットのマスクデータは第2R/Wアンプ
370を介して外部に出力される。一方、第3R/W信号371を
書込みモードに設定すると、外部から第2R/Wアンプ370
を介してNビットのマスクデータが並列に第2メモリセ
ル・アレイ320に書込まれる。すなわち、マスクデータ
の並列読取り・書込みが可能であるので、複数のマスク
データ間の論理演算を並列処理でき高速化をもたらす。Parallel reading of N-bit mask data stored in the second memory cell array 320 is performed by driving the parallel mask data select line 350. When the parallel mask data selection line 350 is driven and the third R / W signal 371 is set to the read mode, the N-bit mask data is transferred to the second R / W amplifier.
It is output to the outside via 370. On the other hand, when the third R / W signal 371 is set to the write mode, the second R / W amplifier 370 is externally connected.
N-bit mask data is written in parallel to the second memory cell array 320 via. That is, since the mask data can be read / written in parallel, the logical operation between a plurality of mask data can be processed in parallel, resulting in high speed operation.
なお、第1メモリセル311は第2図(a)に示すよう
に構成され、第2メモリセル321は第2図(b)に示す
ように構成される。The first memory cell 311 is configured as shown in FIG. 2 (a), and the second memory cell 321 is configured as shown in FIG. 2 (b).
〔発明の効果〕 以上説明したように、本発明によればマスクデータを
配列データと同様に並列にアクセスできるので、複数の
マスクデータ間の論理演算を配列データ用の並列演算器
を用いて高速に処理できる。すなわち、マスクデータ用
の論理演算器が不用となる。また、配列データとマスク
データの双方をベクトルレジスタに格納できるので、集
積回路化した場合チップサイズを縮小することができ
る。[Effects of the Invention] As described above, according to the present invention, mask data can be accessed in parallel in the same manner as array data, so that logical operations between a plurality of mask data can be performed at high speed by using a parallel operation unit for array data. Can be processed. That is, the logic operation unit for mask data is unnecessary. Moreover, since both the array data and the mask data can be stored in the vector register, the chip size can be reduced when integrated into an integrated circuit.
第1図は本発明の第一の実施例の構成図、第2図(a)
および(b)はメモリセルの構成例を示す回路図、第3
図は第二の実施例の構成図、第4図は従来のベクトルレ
ジスタの構成図である。 110,310……第1メモリセル・アレイ、111,311……第1
メモリセル、120,320……第2メモリセル・アレイ、12
1,321……第2メモリセル、130,330……列デコーダ、14
0……行デコーダ、160,360……第1R/Wアンプ、170,370
……第2R/Wアンプ。FIG. 1 is a block diagram of the first embodiment of the present invention, and FIG. 2 (a).
And (b) is a circuit diagram showing a configuration example of a memory cell.
FIG. 4 is a block diagram of the second embodiment, and FIG. 4 is a block diagram of a conventional vector register. 110,310 …… First memory cell array, 111,311 …… First
Memory cells, 120, 320 ... Second memory cell array, 12
1,321 …… Second memory cell, 130,330 …… Column decoder, 14
0 …… Row decoder, 160,360 …… First R / W amplifier, 170,370
...... Second R / W amplifier.
Claims (2)
の第1ビット線を有するNワードMビットの第1メモリ
セル・アレイと、前記第1ビット線の各々とM本の第2
ワード線の各々とに各メモリセルが接続し第2ビット線
と並列マスクデータ選択線にそれぞれ共通に接続した第
2メモリセル・アレイと、ワードアドレスに従って前記
第1ワード線を選択的に駆動する列デコーダと、ビット
アドレスに従って前記第2ワード線を選択的に駆動する
行デコーダと、前記第1ビット線の各々に接続したM個
の第1R/Wアンプと、前記第2ビット線に接続した第2R/W
アンプとを具備することを特徴とするベクトルレジス
タ。1. An N-word M-bit first memory cell array having N first word lines and M sets of first bit lines intersecting the first word lines, and each of the first bit lines and M first bits. Two
A second memory cell array having memory cells connected to each of the word lines and commonly connected to a second bit line and a parallel mask data selection line, and the first word line is selectively driven according to a word address. A column decoder, a row decoder for selectively driving the second word line according to a bit address, M first R / W amplifiers connected to each of the first bit lines, and a second bit line Second R / W
A vector register comprising an amplifier.
の第1ビット線を有するMワードNビットの第1メモリ
セル・アレイと、各メモリセルが前記N本の第1ワード
線とN組の第2ビット線の各々に接続し1組の第3ビッ
ト線と並列マスクデータ選択線にそれぞれ共通に接続し
たNビットの第2メモリセル・アレイと、ワードアドレ
スに従って前記第1ワード線を選択的に駆動する列デコ
ーダと、前記第1ビット線と前記第3ビット線の各々に
接続した第1R/Wアンプと、前記第2ビット線の各々に接
続した第2R/Wアンプとを具備することを特徴とするベク
トルレジスタ。2. A first memory cell array of M words and N bits having N first word lines and M sets of first bit lines intersecting the first word lines, each memory cell being the N first word lines. And an N-bit second memory cell array connected to each of the N bit second bit lines and commonly connected to one set of the third bit line and the parallel mask data selection line, respectively, and the first word according to the word address. A column decoder for selectively driving lines, a first R / W amplifier connected to each of the first bit line and the third bit line, and a second R / W amplifier connected to each of the second bit line A vector register comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63136967A JP2512994B2 (en) | 1988-06-02 | 1988-06-02 | Vector register |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP63136967A JP2512994B2 (en) | 1988-06-02 | 1988-06-02 | Vector register |
Publications (2)
Publication Number | Publication Date |
---|---|
JPH01305472A JPH01305472A (en) | 1989-12-08 |
JP2512994B2 true JP2512994B2 (en) | 1996-07-03 |
Family
ID=15187669
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP63136967A Expired - Lifetime JP2512994B2 (en) | 1988-06-02 | 1988-06-02 | Vector register |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2512994B2 (en) |
-
1988
- 1988-06-02 JP JP63136967A patent/JP2512994B2/en not_active Expired - Lifetime
Also Published As
Publication number | Publication date |
---|---|
JPH01305472A (en) | 1989-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US4680738A (en) | Memory with sequential mode | |
US7805561B2 (en) | Method and system for local memory addressing in single instruction, multiple data computer system | |
US4835684A (en) | Microcomputer capable of transferring data from one location to another within a memory without an intermediary data bus | |
JPH0255878B2 (en) | ||
US4621324A (en) | Processor for carrying out vector operation wherein the same vector element is used repeatedly in succession | |
US5946256A (en) | Semiconductor memory having data transfer between RAM array and SAM array | |
JP2512994B2 (en) | Vector register | |
US4571703A (en) | Static semiconductor memory device | |
US6707754B2 (en) | Method of constructing a very wide, very fast distributed memory | |
JPH11338767A (en) | Functional memory device for image processing | |
JPH0259943A (en) | Memory device with operational function | |
US5606525A (en) | Data register structure and semiconductor integrated circuit device using the same | |
JPH081745B2 (en) | Serial access memory | |
JPH0514359B2 (en) | ||
JPH07192471A (en) | Semiconductor memory | |
KR0172369B1 (en) | Semiconductor memory device | |
JP2976418B2 (en) | Pattern matching processing device | |
JPH01112592A (en) | Semiconductor storage device | |
JPH04100150A (en) | Register circuit | |
JPH0346833B2 (en) | ||
JP2517126B2 (en) | Semiconductor memory device | |
JP3111051B2 (en) | Byte write method and apparatus for memory array | |
JPH02224041A (en) | Cache memory control circuit | |
JPS62188093A (en) | Semiconductor memory device | |
JPH06103780A (en) | Logical sum arithmetic circuit |