JP4409421B2 - Memory device and access control method thereof - Google Patents

Memory device and access control method thereof Download PDF

Info

Publication number
JP4409421B2
JP4409421B2 JP2004364414A JP2004364414A JP4409421B2 JP 4409421 B2 JP4409421 B2 JP 4409421B2 JP 2004364414 A JP2004364414 A JP 2004364414A JP 2004364414 A JP2004364414 A JP 2004364414A JP 4409421 B2 JP4409421 B2 JP 4409421B2
Authority
JP
Japan
Prior art keywords
data
bank
memory array
address
column
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
JP2004364414A
Other languages
Japanese (ja)
Other versions
JP2005116174A (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.)
Lapis Semiconductor Co Ltd
Original Assignee
Oki Semiconductor Co 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 Oki Semiconductor Co Ltd filed Critical Oki Semiconductor Co Ltd
Priority to JP2004364414A priority Critical patent/JP4409421B2/en
Publication of JP2005116174A publication Critical patent/JP2005116174A/en
Application granted granted Critical
Publication of JP4409421B2 publication Critical patent/JP4409421B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Dram (AREA)
  • Image Input (AREA)

Description

この発明は、例えば動画のディジタル処理に有用な特徴を有するメモリ装置及びそのアクセス制御方法に関する。   The present invention relates to a memory device having characteristics useful for, for example, digital processing of moving images and an access control method thereof.

この種の処理の必要性は次第に強くなっている。例えば、テレビ受像機はディジタル画像処理技術を利用するものが多くなり、パソコンやワークステーションは映像の表示に用いられることが多くなっている。また、動画がこれらの異なるメディア間でやり取りされることが増えており、異なるフォーマット間の変換が必要になっている。   The need for this type of treatment is increasing. For example, many television receivers use digital image processing technology, and personal computers and workstations are often used for displaying images. In addition, moving images are increasingly exchanged between these different media, and conversion between different formats is required.

多くのディジタル画像処理は複数の画素からなる矩形のブロックに対して行なわれる。その典型的な例として、ノイズ削減のための空間的及び時間的フィルタリング、効果処理及びフォーマット変換がある。他の例として、画像圧縮のための動き予測がある。動画をリアルタイムで処理するとき、画素のブロックを高速に検索することが必要である。例えば、動画の新しい画素の各々が受信され、記憶されるとき、新しい画素が生じた画素ブロック及び幾つかの先行する画像フレーム若しくはフィールドからの対応する画素ブロックを、次の新しい画素が受信される前に、読出す必要があるかも知れない。   Many digital image processes are performed on rectangular blocks of pixels. Typical examples are spatial and temporal filtering for noise reduction, effect processing and format conversion. Another example is motion prediction for image compression. When processing a moving image in real time, it is necessary to search a block of pixels at high speed. For example, when each new pixel of the video is received and stored, the next new pixel is received for the pixel block in which the new pixel occurred and the corresponding pixel block from several previous image frames or fields. It may need to be read before.

従来のDRAMは、このタスクには遅過ぎる。読出しや書込みのためのアクセスの度に、時間の掛かる新しいアドレスの入力を行なう必要があるからである。   Conventional DRAM is too slow for this task. This is because it is necessary to input a new address which takes time for every access for reading and writing.

従来のデュアルポートDRAM(ビデオRAM、VRAMとも呼ばれる)は、行全体の画素、例えば、画面上の水平走査線上の全ての画素の高速のシリアル読出しを可能にする。しかし、この特徴は矩形の画素ブロックに対しては有用ではない。   Conventional dual-port DRAM (also called video RAM, VRAM) allows high-speed serial readout of the entire row of pixels, eg, all pixels on a horizontal scan line on the screen. However, this feature is not useful for rectangular pixel blocks.

同期DRAM(SDRAM)及び同期グラフィクスRAM(SGRAM)は画素のより小さなグループに対するバーストアクセスを可能にするが、読出しと書込みとで異なるアドレス入力を必要とする。この点は、新しい画素の到着により、読出しと書込みの双方が必要となる場合には不便である。SDRAM及びSGRAMはまた、ディジタルフィルタリングで最も頻繁に要求されるバースト長さをサポートしない。   Synchronous DRAM (SDRAM) and synchronous graphics RAM (SGRAM) allow burst access to smaller groups of pixels, but require different address inputs for reading and writing. This is inconvenient when both new reading and writing require both reading and writing. SDRAM and SGRAM also do not support the burst length that is most often required for digital filtering.

その上、これらのメモリは何れも、幾つかのフレーム若しくはフィールド内の画素ブロックへのアクセスを可能にする従属接続をすることが困難である。   In addition, any of these memories is difficult to make a cascade connection that allows access to pixel blocks in several frames or fields.

従来のRAMの性能が不十分であるため、フィールド若しくはフレームを記憶するためにFIFOメモリを用い、ラインメモリを備えたASIC(application specific integrated circuit)を用い矩形の画素ブロックのアクセスを行なっていた。例えば各々がSRAM(static RAM) からなり、1024ワード(1ワード=8ビット)を記憶するラインメモリを21個備えたASICが、ディジタルテレビ受像機に用いられた。SRAMメモリセルは大きく、従って、ラインメモリはASIC内で大きなスペースを取り、画像処理回路のためのスペースが小さくなってしまう。また、SRAMはシフトレジスタとして動作するため、大きな電流を消費し、ASICのコストが高くなる。   Since the performance of a conventional RAM is insufficient, a FIFO memory is used to store a field or frame, and a rectangular pixel block is accessed using an ASIC (application specific integrated circuit) equipped with a line memory. For example, an ASIC comprising 21 line memories each consisting of SRAM (static RAM) and storing 1024 words (1 word = 8 bits) was used in a digital television receiver. SRAM memory cells are large and therefore line memory takes up a lot of space in the ASIC and space for the image processing circuit is reduced. In addition, since the SRAM operates as a shift register, a large current is consumed, and the cost of the ASIC increases.

詳細は後述する。   Details will be described later.

本発明の目的は、フィールド若しくはフレームメモリの機能と、複数のラインメモリの機能を組合せたメモリ装置を提供することにある。   An object of the present invention is to provide a memory device that combines the functions of a field or frame memory and the functions of a plurality of line memories.

本発明の他の目的は、単一の行−列アドレスの入力によりバースト読出しアクセス及び単一の書込みアクセスを行なうことができるメモリ装置を提供することにある。   It is another object of the present invention to provide a memory device capable of performing burst read access and single write access by inputting a single row-column address.

本発明のさらに他の目的は、単一の行アドレスの入力により、前もって入力された列アドレスを用い、バースト読出しアクセス及び単一の書込みアクセスを行なうことができるメモリ装置を提供することにある。   It is still another object of the present invention to provide a memory device capable of performing burst read access and single write access using a column address previously input by inputting a single row address.

本発明のさらに他の目的は、従属接続に適したメモリ装置を提供することにある。   Still another object of the present invention is to provide a memory device suitable for slave connection.

本発明のさらに他の目的は、動画の、複数のフィールド若しくはフレームのための画素データを記憶することができ、単一の組合せバーストで各フィールド若しくはフレームからの複数の画素データを出力することができるメモリ装置を提供することにある。   Yet another object of the present invention is to store pixel data for multiple fields or frames of a moving image and to output multiple pixel data from each field or frame in a single combined burst. An object of the present invention is to provide a memory device.

本発明のメモリ装置は、
行及び列アドレス信号、入力データ、及び外部制御信号を、クロック信号に同期して受ける、2つのメモリバンクを有するメモリ装置であって、
制御信号発生器(68)と、
上記入力データを受けるデータ入力ユニット(14)と、
出力データの出力のためのデータ出力ユニット(16)と、
バンクバススイッチ(56)と
上記バンクバススイッチに結合され、上記2つのメモリバンクのすべてにより共用される転送レジスタ(62)と
を備え、
各メモリバンク(A,B)が
複数のワード線と、
上記ワード線のうち、受信した行アドレス信号によって選択されたワード線を活性化する行デコーダ(6A,6B)と、
主メモリアレイ(2A,2B)と、
列アドレス発生器(12A、12B)と、
主列デコーダ(8A,8B)と、
副メモリアレイ(4A,4B)と、
副列デコーダ(10A,10B)と、
内部データバス(24A,24B)と
を有し、
上記バンクバススイッチ(56)は、上記内部データバス(24A、24B)を上記データ入力ユニット(14)及び上記データ出力ユニット(16)に結合し、
上記主メモリアレイ(2A,2B)は、互いに交差する行及び列を形成するように配列された複数のメモリセルを有し、上記ワード線が該メモリセルのそれぞれの行に結合され、
上記列アドレス発生器(12A,12B)は、単一の受信された列アドレス信号から一連の列アドレスを発生し、該列アドレスの各々は上位部分と下位部分とを有し、
上記主列デコーダ(8A,8B)は、上記主メモリアレイ及び上記列アドレス発生器に結合され、上記列アドレスをデコードし、上記主メモリアレイ内の対応するメモリセルの列を上記内部データバス(24A,24B)に結合し、
上記副メモリアレイ(4A,4B)は、互いに交差する行及び列を形成するように配列された複数のメモリセルを有し、上記ワード線はまた上記副メモリアレイ内のメモリセルのそれぞれの列に結合され、上記副メモリアレイ内の上記列の数が上記主メモリアレイの列の数よりも少なく、
上記副列デコーダ(10A,10B)は、上記副メモリアレイ及び上記列アドレス発生器に結合され、上記列アドレスの下位部分をデコードし、上記副メモリアレイ内のメモリセルの対応する列を上記内部データバスに結合し、
上記制御信号発生器(68)は、
上記列アドレス発生器に結合され、上記外部制御信号を受け、これに基づき、上記主列デコーダ及び上記副列デコーダをイネーブルし、上記データ入力ユニット及びデータ出力ユニットを制御する内部制御信号を発生し、これにより、
上記データ入力ユニット(14)に新しい入力データを入力し、
上記2つのメモリバンクのうちの一方のメモリバンクの上記主メモリアレイの複数の列に記憶されているデータを読み出し、上記一方のメモリバンクの上記内部データバス(24A)及び上記バンクバススイッチ(56)を介して転送し、このようにして転送された複数の列のデータのうちの一つの列から読み出された古いデータを上記転送レジスタ(62)に一時記憶させ、上記データ入力ユニット(14)に入力された新しい入力データと、上記転送された複数の列のデータのうちの上記一つの列以外の列から読み出された新しいデータとを上記データ出力ユニット(16)を介して出力させ、
上記2つのメモリバンクのうちの他方のメモリバンクの上記主メモリアレイ(2B)の複数の列に記憶されているデータを、上記他方のメモリバンクの上記内部データバス(24B)、上記バンクバススイッチ(56)及び上記出力ユニット(16)を介して出力させる間に上記データ入力ユニット(14)に入力された新しい入力データを、上記一方のメモリバンクの上記内部データバス(24A)を介して上記一方のメモリバンクの上記主メモリアレイ(2A)の上記一つの列に転送させて記憶させ、上記転送レジスタ(62)に記憶された古いデータを、上記転送レジスタ(62)から上記副メモリアレイ(4A)に転送させ、
上記転送レジスタ(62)に記憶されている古いデータを上記データ出力ユニット(16)を介して出力させるとともに、上記一方のメモリバンクの上記副メモリアレイ(4A)に記憶されている古いデータを、上記内部データバス(24A)、上記バンクバススイッチ(56)及び上記データ出力ユニット(16)を介して出力させ
The memory device of the present invention includes:
A memory device having two memory banks for receiving a row and column address signal, input data, and an external control signal in synchronization with a clock signal,
A control signal generator ( 68 );
A data input unit (14) for receiving the input data;
A data output unit (16) for outputting output data;
A bank bus switch (56) and a transfer register (62) coupled to the bank bus switch and shared by all of the two memory banks;
Each memory bank (A, B) has a plurality of word lines,
A row decoder (6A, 6B) for activating a word line selected by the received row address signal among the word lines;
A main memory array (2A, 2B);
A column address generator (12A, 12B);
A main column decoder (8A, 8B);
A sub memory array (4A, 4B);
A sub-column decoder (10A, 10B);
Internal data buses (24A, 24B) and
The bank bus switch (56) couples the internal data bus (24A, 24B) to the data input unit (14) and the data output unit (16),
The main memory array (2A, 2B) has a plurality of memory cells arranged to form mutually intersecting rows and columns, and the word line is coupled to each row of the memory cells;
The column address generator (12A, 12B) generates a series of column addresses from a single received column address signal, each of the column addresses having an upper portion and a lower portion;
The main column decoder (8A, 8B) is coupled to the main memory array and the column address generator, decodes the column address, and transfers a column of the corresponding memory cell in the main memory array to the internal data bus ( 24A, 24B)
The sub memory array (4A, 4B) has a plurality of memory cells arranged to form mutually intersecting rows and columns, and the word line is also connected to each column of memory cells in the sub memory array. The number of columns in the secondary memory array is less than the number of columns in the main memory array;
The sub column decoder (10A, 10B) is coupled to the sub memory array and the column address generator, decodes a lower part of the column address, and selects a corresponding column of memory cells in the sub memory array as the internal memory. Coupled to the data bus,
The control signal generator (68)
Coupled to the column address generator, receives the external control signal, and based on this, enables the main column decoder and the sub column decoder, and generates an internal control signal for controlling the data input unit and the data output unit. And this
Input new input data into the data input unit (14),
Data stored in a plurality of columns of the main memory array of one of the two memory banks is read, and the internal data bus (24A ) and the bank bus switch ( 56) , old data read from one column of the plurality of columns transferred in this way is temporarily stored in the transfer register (62), and the data input unit ( The new input data input in 14) and the new data read from columns other than the one of the transferred plurality of columns are output through the data output unit (16). Let
Data stored in a plurality of columns of the main memory array ( 2B) of the other memory bank of the two memory banks is transferred to the internal data bus ( 24B) of the other memory bank, the bank bus switch (56) and between which Ru is outputted through the output unit (16), a new input data input to said data input unit (14), the internal data bus of one of the memory banks described above (24A) The old data stored in the transfer register (62) is transferred from the transfer register (62) to the one column of the main memory array (2A) of the one memory bank. Transferred to the secondary memory array (4A),
The old data stored in the transfer register (62) is output via the data output unit (16), and the old data stored in the sub memory array (4A ) of the one memory bank is output. the internal data bus (24 a), Ru is outputted through the bank bus switch (56) and said data output unit (16).

本発明のメモリ装置のメモリアレイへのアクセスを制御する方法は、
上記メモリ装置内に2つのバンクが設けられ、
各バンクが主メモリアレイ(2A,2B)と副メモリアレイ(4A,4B)とを有し、
異なるバンクが異なる行のメモリセルを有し、
各バンクの上記メモリアレイが、互いに交差するメモリセルの行及び列を有し、
各バンクの上記副メモリアレイが上記主メモリアレイと同数の行と上記主メモリアレイよりも少ない列とを有し、
(a) 行アドレス信号を受け、上記2つのバンクの第1のバンク内の上記主メモリアレイ(2A)及び上記副メモリアレイ(4A)内の対応する行を活性化するステップと、
(a’) 行アドレス信号を受け、上記2つのバンクのうちの第2のバンク内の上記主メモリアレイ(2B)及び上記副メモリアレイ(4B)内の対応する行を活性化するステップと、
(b) 上記メモリ装置内において、上記第1のバンク内の上記主メモリアレイ(2A)内の相連続する列を指定する第1の一連の列アドレスを発生するステップと、
(c) 上記第1のバンクへ新しい入力データを入力するステップと、
(d) 上記ステップ(a)で活性化された上記第1のバンク内の行と上記ステップ(b)で指定された列との交点に配置されているメモリセルからデータを読出し、読出されたデータのうち、上記主メモリアレイ内の上記一つの列から読み出された古いデータを転送レジスタに転送し、転送された古いデータを上記転送レジスタに一時記憶し、上記データ入力ユニットに入力された新しい入力データと、上記主メモリアレイ内の一つの列以外の列から読み出された新しいデータを出力するステップと、
(e) 上記第2のバンク内の主メモリアレイ(2B)内の相連続する列のメモリセルを指定する第2の一連の列アドレスを発生するステップと、
(f) 上記ステップ(a’)において活性化された上記第2のバンク内の行と、上記ステップ(e)において指定された列との交点に配置されたメモリセルからデータを読出して出力する間に、上記データ入力ユニットに入力された新しい入力データを上記第1のバンク内の上記主メモリアレイ内の上記一つの列内に記憶し、上記ステップ(d)で上記転送レジスタ(62)に記憶された古いデータを、上記第1のバンク内の副メモリアレイ(4A)に転送するステップと、
(g) 上記メモリ装置内において、上記第1のバンク内の上記副メモリアレイ(4A)内の相連続する列を指定する第3の一連の列アドレスを発生するステップと、
(h) 上記転送レジスタ(62)に記憶されている古いデータを上記データ出力ユニットを介して出力させるとともに、上記ステップ(a)において活性化された上記第1のバンク内の行と上記ステップ(g)において指定された列の交点に配置されているメモリセルから古いデータを読出し、読出された古いデータを出力するステップと
を有する。
A method for controlling access to a memory array of a memory device of the present invention includes:
Two banks are provided in the memory device,
Each bank has a main memory array (2A, 2B) and a sub memory array (4A, 4B),
Different banks have different rows of memory cells,
The memory array of each bank has rows and columns of memory cells intersecting each other;
The secondary memory array of each bank has the same number of rows as the main memory array and fewer columns than the main memory array;
(A) receiving a row address signal and activating corresponding rows in the main memory array ( 2A ) and the sub memory array ( 4A ) in the first bank of the two banks;
(A ′) receiving a row address signal and activating corresponding rows in the main memory array ( 2B ) and the sub memory array ( 4B ) in the second bank of the two banks;
(B) generating, within the memory device, a first series of column addresses designating consecutive columns in the main memory array ( 2A ) in the first bank;
(C) inputting new input data into the first bank;
(D) Data is read from the memory cell arranged at the intersection of the row in the first bank activated in step (a) and the column specified in step (b). Of the data , old data read from the one column in the main memory array is transferred to the transfer register, and the transferred old data is temporarily stored in the transfer register and input to the data input unit. Outputting new input data and new data read from a column other than one column in the main memory array ;
(E) generating a second series of column addresses specifying memory cells in successive columns in the main memory array (2B) in the second bank;
(F) Read and output data from the memory cell arranged at the intersection of the row in the second bank activated in the step (a ′) and the column designated in the step (e) In the meantime, new input data input to the data input unit is stored in the one column in the main memory array in the first bank, and stored in the transfer register (62) in the step (d). Transferring stored old data to the sub-memory array (4A) in the first bank;
(G) generating, in the memory device, a third series of column addresses designating consecutive columns in the sub-memory array ( 4A ) in the first bank;
(H) The old data stored in the transfer register (62) is output via the data output unit, and the row in the first bank activated in the step (a) and the step ( g) reading out old data from the memory cell arranged at the intersection of the designated column and outputting the read out old data.

以上のように、本発明によれば、フィールド若しくはフレームメモリの機能と、複数のラインメモリの機能を組合せたメモリ装置が得られる。また、単一の行−列アドレスの入力によりバースト読出しアクセス及び単一の書込みアクセスを行なうことができるメモリ装置が得られる。さらに、単一の行アドレスの入力により、前もって入力された列アドレスを用い、バースト読出しアクセス及び単一の書込みアクセスを行なうことができるメモリ装置が得られる。さらにまた、従属接続に適したメモリ装置が得られる。さらにまた、動画の、複数のフィールド若しくはフレームのための画素データを記憶することができ、単一の組合せバーストで各フィールド若しくはフレームからの複数の画素データを出力することができるメモリ装置が得られる。   As described above, according to the present invention, a memory device that combines the function of a field or frame memory and the functions of a plurality of line memories can be obtained. Further, a memory device capable of performing burst read access and single write access by inputting a single row-column address is obtained. Further, the input of a single row address provides a memory device that can perform burst read access and single write access using previously input column addresses. Furthermore, a memory device suitable for slave connection can be obtained. Furthermore, it is possible to store pixel data for a plurality of fields or frames of a moving image, and to obtain a memory device capable of outputting a plurality of pixel data from each field or frame in a single combination burst. .

以下、本発明の実施の形態を、添付の図面を参照して説明する。しかし、その前に、動画処理について一般的なことを説明する。   Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. However, before that, general things about moving image processing will be explained.

ディジタル画像処理の一つは、フィルタリングである。これは画素の値をその周辺の画素の値により修正するものである。図1において、そのようなフィルタリング処理の一例は、n番目の走査線上の、ハッチングした円で示す画素の値を、n−1番目の走査線、n番目の走査線、n+1番目の走査線上の、ハッチングしない円で示す隣接画素により修正することである。   One digital image processing is filtering. This corrects the value of a pixel by the values of surrounding pixels. In FIG. 1, an example of such filtering processing is as follows: the values of pixels indicated by hatched circles on the nth scanning line are represented on the (n−1) th scanning line, the nth scanning line, and the (n + 1) th scanning line. The correction is performed using adjacent pixels indicated by non-hatched circles.

このようなフィルタリングは時間次元の方向において行なわれる場合もある。図2は、動画の5つの相連続するフィールドを示す。この5つのフィールドは、奇数番目フィールドFm−2,Fm,Fm+2と、これらとインターレースする偶数番目のフィールドFm−1,Fm+1を含む。シンボルΔtはフィールド周期、例えば1/60又は1/50秒を表わす。空間的及び時間的フィルタリング処理により、5つのグループDTm−2ないしDTm+2内の全ての画素の値に応じて、フィールドFm内の、ハッチングで示す位置において、フィルタされた画素値が生じる。   Such filtering may be performed in the time dimension direction. FIG. 2 shows five consecutive fields of the moving image. These five fields include odd-numbered fields Fm-2, Fm, Fm + 2, and even-numbered fields Fm-1, Fm + 1 interlaced therewith. The symbol Δt represents a field period, for example 1/60 or 1/50 second. Spatial and temporal filtering processes result in filtered pixel values at the positions indicated by hatching in the field Fm, depending on the values of all the pixels in the five groups DTm−2 to DTm + 2.

図3は、5つの相連続するフィールドにおける、5×5の画素ブロックをアクセスする処理を一般化して示し、空間的及び時間的フィルタリングが、3種類の遅延により互いに分離されている画素への高速アクセスを必要とすることを示す。この3種類の遅延とは、同じライン上の相連続する画素間の間隔に対応するビット遅延(W)と、相連続するライン間の間隔に対応するライン遅延(L)と、フィールド間の間隔に対応するフィールド遅延(t)である。   FIG. 3 generalizes the process of accessing a 5 × 5 pixel block in five consecutive fields, where the spatial and temporal filtering is fast on pixels that are separated from each other by three types of delays. Indicates that access is required. The three kinds of delays are a bit delay (W) corresponding to an interval between consecutive pixels on the same line, a line delay (L) corresponding to an interval between consecutive lines, and an interval between fields. Is the field delay (t) corresponding to.

ビット遅延と言う用語が用いられているのは、同じ画素のデータビットは同時に並列にアクセスされることが多いからである。この用語は画素が単一のビットにより表わされることを意味しない。画素は典型的には、モノクロム画像の場合8ビットで表わされ、カラー画像の場合には、それよりも多い数のビットで表わされる。   The term bit delay is used because data bits of the same pixel are often accessed in parallel at the same time. This term does not imply that a pixel is represented by a single bit. A pixel is typically represented by 8 bits for a monochrome image and a larger number of bits for a color image.

図4は、図3に示される画素値へのアクセスのための従来のシステムを示す。ここでは1画素が8ビットで表わされると想定している。左端に5つの従属接続されたFIFOが示されている。各々は1フィールド分の画素データを記憶する。これらのフィールドメモリはデュアルポートメモリ装置であり、1つのメモリの出力ポートが次のメモリの入力ポートに結合されている。各画素は各フィールドメモリ内に1フィールド期間Δtだけ存在する。入力及び出力は同時に、同じクロック信号(CLK)に同期して行なわれる。例えば、第1のフィールドメモリF1は新しい画素Da5を受けると同時に、先のフィールドの、同じ位置の画素Db5を第2のフィールドメモリF2に渡す。フィールドメモリはこのように、図3に示すフィールド遅延(t)を有する。   FIG. 4 shows a conventional system for accessing the pixel values shown in FIG. Here, it is assumed that one pixel is represented by 8 bits. At the left end, five cascaded FIFOs are shown. Each stores pixel data for one field. These field memories are dual port memory devices, where the output port of one memory is coupled to the input port of the next memory. Each pixel exists in each field memory for one field period Δt. Input and output are simultaneously performed in synchronization with the same clock signal (CLK). For example, the first field memory F1 receives the new pixel Da5 and at the same time passes the pixel Db5 at the same position in the previous field to the second field memory F2. The field memory thus has the field delay (t) shown in FIG.

ライン遅延(L)は複数のラインメモリL11〜L54により与えられる。第1のフィールドメモリF1に供給される各画素は、第1のラインメモリL11にも供給される。ラインメモリL11はラインメモリL12、L13、L14と従属接続されている。画素はこの従属接続を通してシフトレジスタの場合と同じようにシフトされ、各ラインメモリにおいて、1水平走査周期分の時間を費やす。従って、ラインメモリL11の出力は1ライン分遅れており、ラインメモリL12の出力は2ライン分遅れている。他のラインメモリも、フィールドメモリF2〜F5の入力に対し、同様の遅延をもたらす。   The line delay (L) is given by a plurality of line memories L11 to L54. Each pixel supplied to the first field memory F1 is also supplied to the first line memory L11. The line memory L11 is cascade-connected to the line memories L12, L13, and L14. The pixels are shifted through this slave connection in the same way as in the shift register, and each line memory spends one horizontal scanning period. Accordingly, the output of the line memory L11 is delayed by one line, and the output of the line memory L12 is delayed by two lines. Other line memories also introduce similar delays for the inputs of field memories F2-F5.

ビット遅延(W)は、D型フリップフロップDFFの列により与えられる。フィールドメモリに入力される、又はラインメモリから出力される各画素は、4つのD型フリップフロップの従属接続にも供給される。これらの4つフリップフロップの出力は、フィールドメモリ及びラインメモリの入力及び出力とともに、図3に示す5つの相連続するフィールドのそれぞれ5×5のブロックの、すべての画素に対する同時読出しアクセスを可能にする。   The bit delay (W) is given by a sequence of D-type flip-flops DFF. Each pixel input to the field memory or output from the line memory is also supplied to the cascade connection of four D-type flip-flops. The outputs of these four flip-flops, together with the field and line memory inputs and outputs, allow simultaneous read access to all pixels of each 5 × 5 block of the five consecutive fields shown in FIG. To do.

図4のラインメモリ及びD型フリップフロップは、従来ASIC内に形成されていた。しかし、上記のように、ラインメモリはSRAMで構成されており、大きなスペースを必要とし、また電流消費が多く、装置が高価となる。   The line memory and D-type flip-flop of FIG. 4 are conventionally formed in an ASIC. However, as described above, the line memory is composed of SRAM, which requires a large space, consumes a large amount of current, and makes the device expensive.

図5及び図6は、ブロックアクセスを画素入力に同期させる2つの方法を示している。これらの図はともに、1つのフィールドに記憶されている画素を示している。ハッチングした円は、現に受信されているフィールドに属する新しい画素を示し、ハッチングしない円は、先のフィールドに属する画素を示す。「読出し」と記した枠はフィルタリングに用いられている5×5の画素ブロックの位置を示す。「書込み」と記した矢印は現に受信されている画素の位置(Dn)を示す。   5 and 6 show two ways to synchronize block access to pixel input. Both of these figures show the pixels stored in one field. Hatched circles indicate new pixels belonging to the currently received field, and unhatched circles indicate pixels belonging to the previous field. A frame labeled “Read” indicates the position of a 5 × 5 pixel block used for filtering. The arrow marked “write” indicates the position (Dn) of the pixel currently being received.

図5において、新しい画素がフィールド内の位置Dnに書込まれるとき、先のフィールドの5×5の画素ブロックが処理されている。Dnを含む水平走査線はこのブロック内の最も古い走査線である。画素データは図4に示すように従属接続されたD型フリップフロップを通される。従って、位置Dnの新しい画素を書込む前に、太線の円Dn〜Dn+4で示された5つの位置からのデータをD型フリップフロップにロードすれば充分である。これらのデータはすべてフィールド内に保持されている。   In FIG. 5, when a new pixel is written at position Dn in the field, the 5 × 5 pixel block of the previous field is being processed. The horizontal scan line containing Dn is the oldest scan line in this block. The pixel data is passed through a D-type flip-flop connected in cascade as shown in FIG. Therefore, it is sufficient to load the data from the five positions indicated by the bold circles Dn to Dn + 4 into the D flip-flop before writing a new pixel at the position Dn. All of these data are held in fields.

図6は、図5と類似の図である。但し、Dnを含む水平走査線が、ブロック内で最も新しい走査線である。画素Dn−1〜Dn−4はすでに上書されており、Dnがいま上書されようとしている。この場合上書された画素を記憶するための手段を付加する必要がある。フィルタリング動作が現在のフィールドと先のフィールドを共に必要とするのであれば、両フィールド内の位置Dn〜Dn−4から画素値を出力しなければならない。   FIG. 6 is a view similar to FIG. However, the horizontal scanning line including Dn is the newest scanning line in the block. Pixels Dn-1 to Dn-4 have already been overwritten, and Dn is about to be overwritten. In this case, it is necessary to add a means for storing the overwritten pixel. If the filtering operation requires both the current field and the previous field, pixel values must be output from positions Dn to Dn-4 in both fields.

図7及び図8は図4の一部の拡大図である。図7の点線の枠はフィールドメモリF1及びラインメモリL21〜L24を示す。これらは図5の画素Dn〜Dn+4に対する読出しアクセスを可能にする。図8の点線の枠はフィールドメモリF1及びラインメモリL11〜L24を示す。これらは図6の、現フィールド及び先のフィールドの、画素Da5以外の画素Dn〜Dn−4への読出しアクセスを可能にする。   7 and 8 are enlarged views of a part of FIG. 7 indicates the field memory F1 and the line memories L21 to L24. These enable read access to the pixels Dn to Dn + 4 of FIG. A dotted frame in FIG. 8 indicates the field memory F1 and the line memories L11 to L24. These enable read access to the pixels Dn to Dn-4 other than the pixel Da5 in the current field and the previous field in FIG.

本発明は、図7の点線により囲まれた部分又は図8の点線により囲まれた部分のすべての機能をもつ単一のメモリ装置を提供する。メモリ装置はさらに、図4、図7、図8に示されたフィールドメモリの従属接続に適したものである。   The present invention provides a single memory device having all the functions of the portion surrounded by the dotted line in FIG. 7 or the portion surrounded by the dotted line in FIG. The memory device is further suitable for the cascade connection of the field memories shown in FIGS.

第1の実施の形態
第1の実施の形態のメモリ装置を図9のブロック図に示す。これは図8の点線で囲まれた部分の機能を持つものである。本願の第1の発明を例示するもとして、メモリ装置は主メモリアレイ2、副メモリアレイ4、行(X)デコーダ6、主列デコーダ(MYD)8、副列デコーダ(SYD)10、列(Y)アドレス発生器12、データ入力ユニット(DI)14、データ出力ユニット(DO)16を有する。データ入力ユニット14は少なくとも一つのデータ入力端子DINを有する。データ出力ユニット16は少なくとも一つの出力端子DOUTを有する。
First Embodiment A memory device according to a first embodiment is shown in a block diagram of FIG. This has a function of a portion surrounded by a dotted line in FIG. As an example of the first invention of the present application, the memory device includes a main memory array 2, a sub memory array 4, a row (X) decoder 6, a main column decoder (MYD) 8, a sub column decoder (SYD) 10, a column ( Y) It has an address generator 12, a data input unit (DI) 14, and a data output unit (DO) 16. The data input unit 14 has at least one data input terminal DIN. The data output unit 16 has at least one output terminal DOUT.

以下の説明で、行及び列を表わすのに文字X及びYを用いる。   In the following description, the letters X and Y are used to represent rows and columns.

Yアドレス発生器12は、上位アドレスバス18により主Yデコーダ8に結合されており、下位アドレスバス20により主Yデコーダ8及び副Yデコーダ10に結合されている。下位アドレスバスはアドレスバススイッチ22により2つの部分に分けられている。下位アドレスバスの第1の部分は主Yデコーダ8に接続されている。下位アドレスバスの第2の部分は副Yデコーダ10に接続されており、アドレスバススイッチ22によりYアドレス発生器12から分離可能となっている。   The Y address generator 12 is coupled to the main Y decoder 8 by an upper address bus 18 and is coupled to the main Y decoder 8 and the sub Y decoder 10 by a lower address bus 20. The lower address bus is divided into two parts by an address bus switch 22. The first part of the lower address bus is connected to the main Y decoder 8. The second part of the lower address bus is connected to the secondary Y decoder 10 and can be separated from the Y address generator 12 by the address bus switch 22.

データ入力ユニット14及びデータ出力ユニット16は、内部データバス24により主メモリアレイ2及び副メモリアレイ4に接続されている。内部データバス24はデータバススイッチ26により2つの部分に分けられており、一端が書込み増幅器(WAMP)28に接続されている。内部データバス24の2つの部分は主データバス(MDB)及び副データバス(SDB)と呼ばれる。   The data input unit 14 and the data output unit 16 are connected to the main memory array 2 and the sub memory array 4 by an internal data bus 24. The internal data bus 24 is divided into two parts by a data bus switch 26, and one end is connected to a write amplifier (WAMP) 28. The two parts of the internal data bus 24 are called a main data bus (MDB) and a sub data bus (SDB).

主メモリアレイ2及び副メモリアレイ4内の円の各々は、同じX−Y(行−列)アドレスを持つメモリセルのグループを表わす。画像処理の用途においては、各グループは1画素のデータを記憶する。相連続する水平走査線により走査される動画では、同じ列アドレス(Yアドレス)を有する画素が同じ走査線上に配置される。従って、列が図面では水平方向に延在し、行が垂直方向に延在する。各行のメモリセルはワード線(WL)に接続されている。ワード線は主メモリアレイ2及び副メモリアレイ4で共通である。 Each of the circles in the main memory array 2 and the sub memory array 4 represents a group of memory cells having the same XY (row-column) address. In image processing applications, each group stores data for one pixel. In a moving image scanned by successive horizontal scanning lines, pixels having the same column address (Y address) are arranged on the same scanning line. Thus, the columns extend horizontally in the drawing and the rows extend vertically . The memory cells in each row are connected to a word line (WL). The word line is common to the main memory array 2 and the sub memory array 4.

図10は、第1の実施の形態の構成をより詳細に示す。Xデコーダ6はXアドレス発生器29に接続され、このXアドレス発生器29は外部から入力される行アドレスXADを受信する。Yアドレス発生器12は、外部から入力される列アドレスYADを受信するもので、ダウンカウンタ(DC)30及びYアドレス出力回路(YADOUT)32を有する。ダウンカウンタ30は列アドレスカウンタとして動作し、順次小さくなる一連の列アドレス(Yアドレス)を発生する。データ入力ユニット14は、入力データを保持するための内部ラッチ(LT)34を有する。データ出力ユニット16は出力データを増幅するための出力増幅器(OAMP)36を有する。主及び副YデコーダMYD及びSYDは、上位アドレスバス18及び下位アドレスバス20に接続された複数のANDゲート38を有する。アドレス保持ラッチ(HLD)40は、下位アドレスバス20内のアドレス線の各々に対して設けられている。   FIG. 10 shows the configuration of the first embodiment in more detail. The X decoder 6 is connected to an X address generator 29, and the X address generator 29 receives a row address XAD inputted from the outside. The Y address generator 12 receives a column address YAD input from the outside, and includes a down counter (DC) 30 and a Y address output circuit (YADOUT) 32. The down counter 30 operates as a column address counter and generates a series of column addresses (Y addresses) that are sequentially reduced. The data input unit 14 has an internal latch (LT) 34 for holding input data. The data output unit 16 has an output amplifier (OAMP) 36 for amplifying output data. The main and sub Y decoders MYD and SYD have a plurality of AND gates 38 connected to the upper address bus 18 and the lower address bus 20. An address holding latch (HLD) 40 is provided for each address line in the lower address bus 20.

主Yデコーダ内のANDゲート38には記号And1〜Andnが付され、副Yデコーダ内のANDゲート38にはAd1〜Adoが付されている。文字"n"及び"o"はそれぞれ主メモリアレイ2及び副メモリアレイ4内の列の数を表わす。副メモリアレイ4は主メモリアレイ2よりも列の数が少ない(o<n)。ANDゲート38は、列選択信号を発生し、この列選択信号は、主YデコーダにおいてはY1〜Ynで、副YデコーダにおいてはYs1〜Ysoで、それぞれ表わされている。   The AND gates 38 in the main Y decoder are given symbols And1 to Andn, and the AND gates 38 in the secondary Y decoder are given Ad1 to Ado. The letters “n” and “o” represent the number of columns in the main memory array 2 and the sub memory array 4, respectively. The sub memory array 4 has fewer columns than the main memory array 2 (o <n). The AND gate 38 generates a column selection signal, which is represented by Y1 to Yn in the main Y decoder and Ys1 to Yso in the sub Y decoder, respectively.

データバスの各部分は、主データバスにおいて一対の相補バスラインDm及びDm/を有し、副データバスにおいて一対の相補バスラインDs及びDs/を有する。バスラインDm及びDsは、データバススイッチ26内の、一対の逆のチャンネル型のトランジスタで構成されたトランスミッションゲートを介して互に結合されている。同様に、バスラインDm/及びDs/は、データバススイッチ26内の、トランスミッションゲートを介して互に結合されており、下位アドレス信号線はアドレスバススイッチ22内のトランスミッションゲートにより開閉される。これらのトランスミッションゲートは副メモリイネーブル(SME)信号により制御される。このSME信号は各トランスミッションゲートの負チャンネルトランジスタに直接供給され、トランスミッションゲートの正チャンネルトランジスタにはインバータ42により反転された後に供給される。SME信号はまた、インバータ44を介してアドレス保持ラッチ40に制御のために供給される。   Each portion of the data bus has a pair of complementary bus lines Dm and Dm / in the main data bus and a pair of complementary bus lines Ds and Ds / in the sub data bus. The bus lines Dm and Ds are coupled to each other via a transmission gate formed of a pair of reverse channel transistors in the data bus switch 26. Similarly, the bus lines Dm / and Ds / are coupled to each other via a transmission gate in the data bus switch 26, and the lower address signal line is opened and closed by the transmission gate in the address bus switch 22. These transmission gates are controlled by a sub memory enable (SME) signal. The SME signal is directly supplied to the negative channel transistor of each transmission gate, and is supplied to the positive channel transistor of the transmission gate after being inverted by the inverter 42. The SME signal is also supplied to the address holding latch 40 via the inverter 44 for control.

主メモリアレイ2は、複数対の相補ビット線BL1及びBL1/〜BLn及びBLn/を有する。これらは列方向に、即ちワード線WL1〜WLnに対し直角の方向に延存している。ダイナミックメモリセルNijは、各々トランジスタとキャパシタを含み、ワード線及びビット線に図示のように接続されている。センス増幅器(SA)は各対の相補ビット線に接続されている。主メモリアレイ2内の相補ビット線は、一対のトランスファートランジスタ46により相補データバスラインDm及びDm/に接続されている。トランスファートランジスタ46は主デコーダ内のANDゲート38の一つからの列選択信号により駆動される。   The main memory array 2 has a plurality of pairs of complementary bit lines BL1 and BL1 / to BLn and BLn /. These extend in the column direction, that is, in the direction perpendicular to the word lines WL1 to WLn. Each dynamic memory cell Nij includes a transistor and a capacitor, and is connected to a word line and a bit line as shown in the figure. A sense amplifier (SA) is connected to each pair of complementary bit lines. The complementary bit lines in the main memory array 2 are connected to complementary data bus lines Dm and Dm / by a pair of transfer transistors 46. Transfer transistor 46 is driven by a column select signal from one of AND gates 38 in the main decoder.

同様に副メモリアレイ4も複数対の相補ビット線BLs1及びBLs1/〜BLso及びBLso/、メモリセルNsij、センス増幅器SA、及びトランスファートランジスタ46を有する。主メモリアレイ2及び副メモリアレイ4内のセンス増幅器はともに単一のセンス増幅器制御信号PSAにより活性化される。   Similarly, the sub memory array 4 includes a plurality of pairs of complementary bit lines BLs1 and BLs1 / to BLso and BLso /, a memory cell Nsij, a sense amplifier SA, and a transfer transistor 46. Both sense amplifiers in the main memory array 2 and the sub memory array 4 are activated by a single sense amplifier control signal PSA.

簡単のため、図10は各X−Yアドレスにおいてメモリセルを一つだけ示している。上述のように、一般には、各X−Yアドレスにメモリセルのグループが配置されている。データバスは複数の相補対のバスラインを有する。各列において、同数の相補対のビット線及び同数のセンス増幅器が存在し、データ入力ユニット14及びデータ出力ユニット16は同数の入力及び出力端子を有する。   For simplicity, FIG. 10 shows only one memory cell at each XY address. As described above, a group of memory cells is generally arranged at each XY address. The data bus has a plurality of complementary pairs of bus lines. In each column, there are the same number of complementary pairs of bit lines and the same number of sense amplifiers, and the data input unit 14 and the data output unit 16 have the same number of input and output terminals.

第1の実施の形態の部材のうち、図9及び図10には示されていないものとしてメモリ制御信号発生器がある。これは図10に示す制御信号を発生するものである。すでに述べたSME及びPSA制御信号に加え、これらの制御信号には、制御信号R/Wがある。制御信号PYEは副Yデコーダ内のANDゲートに供給される制御信号PYEと、Yアドレス出力回路32に供給される制御信号R/Wとがある。メモリ制御信号発生器は後の実施の形態において図示される。   Among the members of the first embodiment, a memory control signal generator is not shown in FIGS. 9 and 10. This generates the control signal shown in FIG. In addition to the SME and PSA control signals already mentioned, these control signals include a control signal R / W. The control signal PYE includes a control signal PYE supplied to the AND gate in the secondary Y decoder and a control signal R / W supplied to the Y address output circuit 32. The memory control signal generator is illustrated in a later embodiment.

次に第1の実施の形態の動作を説明する。   Next, the operation of the first embodiment will be described.

メモリ制御信号発生器は種々の動作モードでの制御を行ない得るようにプログラムされ得る。第1のモードは図6に示す画素データへのアクセスを可能にするものである。   The memory control signal generator can be programmed to provide control in various operating modes. The first mode enables access to the pixel data shown in FIG.

このモードにつき、図9を参照して説明する。図6についての取決めに従い、図9のハッチングされた円は現フィールドの画素を記憶するメモリセルのグループを示し、ハッチングされていない円は先のフィールドのデータを記憶するメモリセルのグループを示す。 This mode will be described with reference to FIG. In accordance with the convention for FIG. 6, the hatched circles in FIG. 9 indicate groups of memory cells that store the pixels in the current field, and the unhatched circles indicate groups of memory cells that store data in the previous field.

このモードにおいて、Xアドレスが受信され、Xデコーダ6においてデコードされ、対応するワード線WLが活性化される。このワード線に接続された(主メモリアレイ2及び副メモリアレイ4内の)全てのメモリセルがこれにより対応するビット線に接続され、これらのメモリセルに記憶されているデータがセンス増幅器により増幅される。   In this mode, the X address is received, decoded by the X decoder 6, and the corresponding word line WL is activated. All memory cells (in the main memory array 2 and sub memory array 4) connected to the word line are thereby connected to the corresponding bit lines, and the data stored in these memory cells is amplified by a sense amplifier. Is done.

次に、始めのYアドレスがYアドレス発生器12により発生され、主Yデコーダ8によりデコードされ、主メモリアレイ2内の対応する列が選択される。この列とワード線WLの行との交点に位置するメモリセルがデータバス24に接続され、それらのデータがデータ出力ユニット16に転送される。これが太い線(A)で示されている。   Next, the first Y address is generated by the Y address generator 12, decoded by the main Y decoder 8, and the corresponding column in the main memory array 2 is selected. Memory cells located at the intersections of this column and the row of word lines WL are connected to the data bus 24 and their data are transferred to the data output unit 16. This is indicated by a thick line (A).

同時に、これらのデータは主メモリアレイ2から副メモリアレイ4に転送される。これが矢印(B)で示されている。この転送は、内部データバス24を介して行なわれる。このとき主データバス及び副データバスはデータバススイッチ26で結合されている。データは書込み増幅器28により増幅される。書込み増幅器28がデータを得ると直ちにデータバススイッチ26が開き、主データバスと副データバスを分離する。略同じ時に、副Yデコーダ10がYアドレスの下位アドレスビットをデコードし、副メモリアレイ4内の対応する列を選択する。書込み増幅器28で増幅されたデータは、副メモリアレイ4内のこの列と、ワード線WLとの交点に位置するメモリセルに書込まれる。   At the same time, these data are transferred from the main memory array 2 to the sub memory array 4. This is indicated by the arrow (B). This transfer is performed via the internal data bus 24. At this time, the main data bus and the sub data bus are connected by the data bus switch 26. Data is amplified by write amplifier 28. As soon as the write amplifier 28 obtains data, the data bus switch 26 is opened to separate the main data bus and the sub data bus. At substantially the same time, the secondary Y decoder 10 decodes the lower address bits of the Y address and selects the corresponding column in the secondary memory array 4. The data amplified by the write amplifier 28 is written into a memory cell located at the intersection of this column in the sub memory array 4 and the word line WL.

次に、Yアドレス発生器12内のダウンカウンタ30が、順次減少するYアドレスを発生し、主Yデコーダ8は、矢印(C)で示すように、主メモリアレイ2内の列を順に選択する。これらの列内の、ワード線WL上のメモリセル内のデータはデータ出力ユニット16に順次転送される。データ出力ユニット16は転送されたデータをデータ出力端子(DOUT)から、あるレイレンシーをもって出力する。   Next, the down counter 30 in the Y address generator 12 generates Y addresses that sequentially decrease, and the main Y decoder 8 sequentially selects the columns in the main memory array 2 as indicated by arrows (C). . Data in the memory cells on the word line WL in these columns is sequentially transferred to the data output unit 16. The data output unit 16 outputs the transferred data from the data output terminal (DOUT) with a certain latency.

これらのデータ(C)の転送の間、データバススイッチ26は開いたままであり、従って転送は、副メモリアレイ4に影響を与えない。アドレスバススイッチ22も開いており、従って、副Yデコーダ10は、順次変化するYアドレスを受信せず、アドレス保持ラッチ40から、最初のYアドレスを受信し続ける。従って、主メモリアレイ2からデータ出力ユニット16に順次データ(C)が転送される間、副メモリアレイ4内の選択されたメモリセルへのデータ(B)の書込み動作が続けられる。   During the transfer of these data (C), the data bus switch 26 remains open, so that the transfer does not affect the secondary memory array 4. Since the address bus switch 22 is also open, the secondary Y decoder 10 does not receive the sequentially changing Y address and continues to receive the first Y address from the address holding latch 40. Therefore, while the data (C) is sequentially transferred from the main memory array 2 to the data output unit 16, the data (B) write operation to the selected memory cell in the sub memory array 4 is continued.

図9に示された動作において、主メモリアレイ2からデータ出力ユニット16へのデータの転送は、3つの列がアクセスされると終る。この時までに、副メモリアレイ4への最初に転送されたデータの書込み動作は完了している。   In the operation shown in FIG. 9, the transfer of data from the main memory array 2 to the data output unit 16 ends when three columns are accessed. By this time, the operation of writing the first transferred data to the sub memory array 4 has been completed.

次に、アドレスバススイッチ22及びデータバススイッチ26が閉じられ、Yアドレス発生器12が同じ一連の3つのYアドレスを再び発生する。副メモリアレイ4内のワード線WL上の対応するメモリセル(D)に記憶されたデータは、データバス24を介して、データ出力ユニット16に転送され、上記のレイテンシーをもって出力される。主メモリアレイ2及び副メモリアレイ4からのデータはこのように単一の連続したシリアルバーストとして出力される。   Next, the address bus switch 22 and the data bus switch 26 are closed and the Y address generator 12 again generates the same series of three Y addresses. Data stored in the corresponding memory cell (D) on the word line WL in the sub memory array 4 is transferred to the data output unit 16 via the data bus 24, and is output with the above-described latency. Data from the main memory array 2 and the sub memory array 4 is thus output as a single continuous serial burst.

一方、データ入力端子(DIN)では、新しい入力データが受信されており、データ入力ユニット14内のラッチ34に保持されている。副メモリアレイ4からデータ出力ユニット16へのデータ(D)の転送が完了した後、Yアドレス発生器12は開始Yアドレスを再び発生し、新しい入力データは入力ユニット14から主メモリアレイ2に転送され(E)、バーストの最初に読出されたのと同じメモリセルに書込まれる。   On the other hand, at the data input terminal (DIN), new input data is received and held in the latch 34 in the data input unit 14. After the transfer of the data (D) from the sub memory array 4 to the data output unit 16 is completed, the Y address generator 12 generates the start Y address again, and new input data is transferred from the input unit 14 to the main memory array 2. (E) and written to the same memory cell that was read at the beginning of the burst.

バーストの最後に新しいデータを書込む理由の一つは、これにより読出しアクセスを中断なく連続して行なうことが可能になるからである。新しいデータが、バーストの途中に書込むべきものであれば、読出し−書込み−読出しの切換えのための余分な制御が必要となるのに対し、読出し−書込みの切換えを一度だけにすれば動作がより速くなる。   One reason for writing new data at the end of a burst is that this allows read access to be performed continuously without interruption. If new data is to be written in the middle of a burst, extra control is required for read-write-read switching, whereas if read-write switching is performed only once, the operation can be performed. Become faster.

新しいデータの書込みをバーストの最後に行なう他の理由は、データ出力ユニット16のレイテンシーである。これにより、データ出力ユニット16がなおも副メモリアレイ4から読出されたデータを出力している間に、新しいデータが背景(バックグウランド)においてデータバス24を介して転送されるのを可能にする。   Another reason for writing new data at the end of the burst is the latency of the data output unit 16. This allows new data to be transferred via the data bus 24 in the background (background) while the data output unit 16 is still outputting the data read from the sub memory array 4. To do.

上記の動作と図8との関係は以下の通りである。図9の動作(A)は、図8において、フィールドメモリF1からのDb5をフィールドメモリF2へ出力することに対応する。図9の動作(C)は、図8においてラインメモリL11〜L14からのデータDa4〜Da1を出力することに対応する。図9の動作(D)は、図8においてフィールドメモリF1及びラインメモリL21〜L24からデータDb5〜Db1を出力することに対応する。図9の動作(E)は、フィールドメモリF1へ新しいデータDa5を入力することに対応する。このように、第1の実施の形態は図8のフィールドメモリF1及びラインメモリL11〜L24の機能を持つ。   The relationship between the above operation and FIG. 8 is as follows. The operation (A) in FIG. 9 corresponds to outputting Db5 from the field memory F1 to the field memory F2 in FIG. The operation (C) in FIG. 9 corresponds to outputting data Da4 to Da1 from the line memories L11 to L14 in FIG. The operation (D) in FIG. 9 corresponds to outputting data Db5 to Db1 from the field memory F1 and the line memories L21 to L24 in FIG. The operation (E) of FIG. 9 corresponds to inputting new data Da5 to the field memory F1. Thus, the first embodiment has the functions of the field memory F1 and the line memories L11 to L24 in FIG.

第1の実施の形態のメモリ装置を動画のディジタル処理に用いると、メモリ装置を制御するASICにおいて、数千のSRAMメモリセルを要する8つのラインメモリL11〜L24が不要となり、代わりに短い(例えば9段の)シフトレジスタによりメモリ装置から読出されたデータのバーストを記憶すれば足りる。この種のシフトレジスタの一例について後に図75を参照して説明する。このようにして、ASICのサイズ、価格、電流消費が大幅に減少する。   When the memory device of the first embodiment is used for digital processing of moving images, the ASIC that controls the memory device does not require eight line memories L11 to L24 that require thousands of SRAM memory cells, but instead is short (for example, It is sufficient to store a burst of data read from the memory device by means of a 9-stage shift register. An example of this type of shift register will be described later with reference to FIG. In this way, the size, price and current consumption of the ASIC are significantly reduced.

なお、上記の動作中にデータDb5の出力が二度起きる。一度は、バーストの開始時に主メモリアレイ2からであり、他の一度はバーストの途中において副メモリアレイ4からである。この二重の出力は、メモリ装置が従属接続されている場合に、後述のような利用が可能である。   Note that the output of the data Db5 occurs twice during the above operation. One time is from the main memory array 2 at the start of the burst, and the other time is from the sub memory array 4 in the middle of the burst. This dual output can be used as described later when the memory devices are cascade-connected.

第1の実施の形態の、上記の動作の幾つかの側面についてさらに詳細に説明する。   Several aspects of the above operation of the first embodiment will be described in more detail.

第1の実施の形態の動作は図10に示す同期信号(CLK)に同期して行なわれる。さらに第1の実施の形態は以下の外部制御信号を受信する。即ち、チップ選択(CS/)、行アドレスストローブ(RAS/)、列アドレスストローブ(CAS/)、書込みイネーブル(WE/)である。信号名におけるスラッシュ「/」は、該信号が活性化されたとき低レベルとなるものであることを示す。第1の実施の形態はさらに、外部アドレスバス(ADD)を有する。アドレス入力及び他の入力及び出力信号は、クロック信号(CLK)の立上がりエッジに同期している。   The operation of the first embodiment is performed in synchronization with the synchronization signal (CLK) shown in FIG. Furthermore, the first embodiment receives the following external control signals. That is, chip selection (CS /), row address strobe (RAS /), column address strobe (CAS /), and write enable (WE /). A slash “/” in the signal name indicates that the signal is at a low level when activated. The first embodiment further includes an external address bus (ADD). The address input and other input and output signals are synchronized with the rising edge of the clock signal (CLK).

図11は、主メモリアレイ2からのデータの読出し、及び主メモリアレイ2から副メモリアレイ4へのデータの転送の動作(図9の動作(A)、(B)、(C))を行なっているときの、外部制御信号及び内部制御信号の波形を示す。内部制御信号は、外部制御信号に基づき、先に言及した制御信号発生器において、制御信号発生器にプログラムされた動作モード情報に従って、発生される。   FIG. 11 shows operations of reading data from the main memory array 2 and transferring data from the main memory array 2 to the sub memory array 4 (operations (A), (B), and (C) in FIG. 9). The waveforms of the external control signal and the internal control signal are shown. The internal control signal is generated according to the operation mode information programmed in the control signal generator in the control signal generator mentioned above based on the external control signal.

時刻t1において、CS/及びRAS/は低レベルであり、CAS/及びWE/は高レベルである。制御信号のこの組合せは、アドレスバス(ADD)上のアドレスが行アドレス(Xi:Xアドレス発生器29によりXデコーダ6に供給される)であることを示す。Xデコーダ6は対応するワード線WLi(図11においてWL3)を活性化し、このワード線上のメモリセル内のキャパシタを主メモリアレイ2内のビット線BLj及びBLj/(j=1〜n)及び副メモリアレイ4内のビット線BLsj及びBLsj/(j=1〜o)に接続する。これらのキャパシタに記憶されていたデータは各相補対のビット線間に小さな電位の差として現われる。次にセンス増幅器制御信号PSA(図示せず)がセンス増幅器を活性化し、センス増幅器が、両メモリアレイ内のビット線上の電位差を増幅して電源電圧の幅一杯の信号に変換する。   At time t1, CS / and RAS / are at a low level, and CAS / and WE / are at a high level. This combination of control signals indicates that the address on the address bus (ADD) is a row address (Xi: supplied to the X decoder 6 by the X address generator 29). The X decoder 6 activates the corresponding word line WLi (WL3 in FIG. 11), and the capacitor in the memory cell on this word line is replaced with the bit lines BLj and BLj / (j = 1 to n) and the sub-cells in the main memory array 2. The bit lines BLsj and BLsj / (j = 1 to o) in the memory array 4 are connected. The data stored in these capacitors appears as a small potential difference between each complementary pair of bit lines. Next, a sense amplifier control signal PSA (not shown) activates the sense amplifier, and the sense amplifier amplifies the potential difference on the bit lines in both memory arrays and converts it to a signal having a full power supply voltage.

時刻t2において、CS/、CAS/及びWE/が低レベルであり、RAS/が高レベルである。制御信号のこの組合せは、アドレスバス(ADD)上のアドレスが列アドレス(Yj:Yアドレス発生器12内のダウンカウンタ30にロードされる))であることを示す。信号のこの組合せはまた入力データ端子(DIN)における入力データの存在を示す。入力データはデータ入力ユニット14内のラッチ34にラッチされる。しかし、直ちに主メモリアレイ2に書込まれる訳ではない。   At time t2, CS /, CAS /, and WE / are at a low level, and RAS / is at a high level. This combination of control signals indicates that the address on the address bus (ADD) is a column address (Yj: loaded into the down counter 30 in the Y address generator 12). This combination of signals also indicates the presence of input data at the input data terminal (DIN). Input data is latched in a latch 34 in the data input unit 14. However, it is not immediately written into the main memory array 2.

YアドレスYjの4つの下位ビット、従ってダウンカウンタ30により出力される開始アドレスの4つの下位ビットYA3,YA2,YA1,YA0の値が図示のように"0110"であると仮定する。主Yデコーダ8内のANDゲート38はこの開始アドレスをデコードする。これらのANDゲート38のうちの一つのみから出力される列選択信号(Yjとも表わされる)が、時刻t2に始まる1/2クロックサイクルの間、高レベルとなり、その1/2クロックサイクルの間、ビット線BLj及びBLj/を主データバスラインDm及びDm/に接続する。従って、ビット線BLj及びBLj/上の電位がデータD1としてトランスファートランジスタ46を介してデータバスラインDm及びDm/に転送される。   Assume that the four lower bits of the Y address Yj, and therefore the values of the four lower bits YA3, YA2, YA1, YA0 of the start address output by the down counter 30 are “0110” as shown. An AND gate 38 in the main Y decoder 8 decodes this start address. A column select signal (also referred to as Yj) output from only one of these AND gates 38 is high during the 1/2 clock cycle starting at time t2, and during that 1/2 clock cycle. The bit lines BLj and BLj / are connected to the main data bus lines Dm and Dm /. Therefore, the potentials on the bit lines BLj and BLj / are transferred as data D1 to the data bus lines Dm and Dm / via the transfer transistor 46.

イネーブル信号SMEはこのとき高レベルであり、主データバスラインDm及びDm/はデータバススイッチ26を介して副データバスラインDs及びDs/に接続されている。従って、データD1は副データバスラインDs及びDs/にも転送される。   The enable signal SME is at a high level at this time, and the main data bus lines Dm and Dm / are connected to the sub data bus lines Ds and Ds / via the data bus switch 26. Therefore, the data D1 is also transferred to the sub data bus lines Ds and Ds /.

R/W制御信号は、文字Lで示すように、読出し動作中低レベルである。   As indicated by the letter L, the R / W control signal is at a low level during the read operation.

PYE制御信号は、時刻t2に始まる1/2クロックサイクルの間低レベルであり、この間副Yデコーダ10をディスエーブルにする(不活性にする)。全てのANDゲート38から出力された列選択信号は、この間低レベルに保たれる。この結果、書込み増幅器28は、副データバスラインDs及びDs/上の電位(D1)をラッチし、内部的に増幅する時間を与えられる。   The PYE control signal is low for a 1/2 clock cycle starting at time t2, during which the secondary Y decoder 10 is disabled (inactive). The column selection signals output from all the AND gates 38 are kept at a low level during this period. As a result, the write amplifier 28 is given time to latch and internally amplify the potential (D1) on the sub data bus lines Ds and Ds /.

書込み増幅器28はイネーブル信号を有するが、簡単のため図示されていない。主Yデコーダイネーブル信号も図示されていない。この主Yデコーダイネーブル信号は、図11に示す動作では高レベルであり、主Yデコーダ8をイネーブルする。この主Yデコーダイナーブル信号は、PYEを副Yデコーダ10内のANDゲート38に供給するのと同じようにして、主Yデコーダ8内のANDゲート38に供給しても良く、代わりに、主Yデコーダイネーブル信号を、Yアドレス出力回路32に供給し、その後Yアドレス出力回路32からANDゲート38に余分のアドレスビットとして供給しても良い。   Write amplifier 28 has an enable signal, which is not shown for simplicity. The main Y decoder enable signal is also not shown. This main Y decoder enable signal is at a high level in the operation shown in FIG. 11 and enables the main Y decoder 8. This main Y decoder enable signal may be supplied to the AND gate 38 in the main Y decoder 8 in the same manner as PYE is supplied to the AND gate 38 in the secondary Y decoder 10. The Y decoder enable signal may be supplied to the Y address output circuit 32 and then supplied from the Y address output circuit 32 to the AND gate 38 as an extra address bit.

時刻t2から1/2クロックサイクル経過後、PYEは高レベルとなる。副Yデコーダ10は下位アドレスビットをデコードし、副Yデコーダ10内の、対応するANDゲート38により出力される列選択信号Ysjが高レベルとなり、ビット線対BLsj及びBLsj/を副データバスラインDs及びDs/に接続する。副データバスラインDs及びDs/は書込み増幅器28によりデータD1の電位に保持されている。ビット線BLsj及びBLsj/の先の電位に拘らず、書込み増幅器28はこれらのビット線をデータD1の電位に駆動する。   After 1/2 clock cycle has elapsed from time t2, PYE goes high. The sub-Y decoder 10 decodes the lower address bits, and the column selection signal Ysj output from the corresponding AND gate 38 in the sub-Y decoder 10 becomes high level, and the bit line pair BLsj and BLsj / is changed to the sub-data bus line Ds. And Ds /. The sub data bus lines Ds and Ds / are held at the potential of the data D1 by the write amplifier 28. Regardless of the previous potentials of the bit lines BLsj and BLsj /, the write amplifier 28 drives these bit lines to the potential of the data D1.

時刻t2から1クロックサイクル経過後、ダウンカウンタ30の値が1だけ減少し、下位アドレスビットが"0110"から"0101"に変化する(YA3からYA0の順に読むものとする)。しかし、Yアドレス出力回路32の出力は、時刻t3の直前まで"0110"のままである。データ出力ユニット16内の出力増幅器36は、このとき、出力端子(DOUT)からデータD1の出力を開始する。   After the elapse of one clock cycle from time t2, the value of the down counter 30 is decreased by 1, and the lower address bits are changed from “0110” to “0101” (read in the order of YA3 to YA0). However, the output of the Y address output circuit 32 remains “0110” until immediately before time t3. At this time, the output amplifier 36 in the data output unit 16 starts outputting the data D1 from the output terminal (DOUT).

時刻t3の少し前に、イネーブル信号SMEが低レベルとなり、副データバスラインDs及びDs/を主データバスラインDm及びDm/から分離し、副Yデコーダ10への下位アドレスビットの更なる入力を阻止する。アドレス保持ラッチ40は開始アドレスの下位ビット値("0110")を保持し続け、信号Ysjは高レベルのままであり、ビット線BLsj及びBLsj/のデータD1は副メモリアレイ4内の対応するメモリセルに書込まれる。データD1の書込みは、他のデータが主メモリアレイ2から読出されている間、任意の期間続けることができ、書込み増幅器28は、充分な時間を掛けて、書込まれるキャパシタの充電又は放電を行なうことができる。   Shortly before time t3, the enable signal SME goes low, separates the sub data bus lines Ds and Ds / from the main data bus lines Dm and Dm /, and further inputs the lower address bits to the sub Y decoder 10. Stop. The address holding latch 40 continues to hold the lower bit value (“0110”) of the start address, the signal Ysj remains at the high level, and the data D1 of the bit lines BLsj and BLsj / is stored in the corresponding memory in the sub memory array 4. Written in the cell. Writing data D1 can continue for any period of time while other data is being read from main memory array 2, and write amplifier 28 takes sufficient time to charge or discharge the capacitor being written. Can be done.

時刻t3において、Yアドレス出力回路32は減少したYアドレス(下位が"0101")を出力する。このアドレスは主Yデコーダ8でデコードされ、先の列内のANDゲート38により出力される列選択信号Yj−1が高レベルとなる。データD2がこの列のビット線から読まれ、主データバスラインDm及びDm/に伝えられる。列アドレス信号の入力からバーストの最初のデータの出力までの読出しレイテンシーは1クロックサイクルである。   At time t3, the Y address output circuit 32 outputs the decreased Y address (lower order is “0101”). This address is decoded by the main Y decoder 8, and the column selection signal Yj-1 output by the AND gate 38 in the previous column becomes high level. Data D2 is read from the bit lines in this column and transmitted to the main data bus lines Dm and Dm /. The read latency from the input of the column address signal to the output of the first data of the burst is one clock cycle.

このようにしてバースト動作が続けられる。時刻t4において、Yアドレス出力回路32がさらに減少したYアドレス(下位が"0100")を出力し、主メモリアレイ2から主データバスラインDm及びDm/へのデータD3の転送が始まるが、出力端子DOUTにおいてはなおもデータD2が出力されている。バーストのこの部分の更なる説明は省略する。   In this way, the burst operation is continued. At time t4, the Y address output circuit 32 outputs a further reduced Y address (lower order is “0100”), and the transfer of data D3 from the main memory array 2 to the main data bus lines Dm and Dm / starts. Data D2 is still output from the terminal DOUT. Further explanation of this part of the burst is omitted.

主メモリアレイ2からのデータの読出しが終ると、副メモリアレイ4からのデータの読出しが同じようにして行なわれる。このときイネーブル信号SME及びPYEがともに高レベルであり、主Yデコーダイネーブル信号(図示しない)が低レベルである。ダウンカウンタ30はYアドレスYj(下位が"0110")からカウントを再開する。   When reading of data from the main memory array 2 is completed, reading of data from the sub memory array 4 is performed in the same manner. At this time, the enable signals SME and PYE are both at a high level, and the main Y decoder enable signal (not shown) is at a low level. The down counter 30 restarts counting from the Y address Yj (the lower order is “0110”).

これらの動作の読出しレイテンシーは1クロックサイクルに限らない。メモリ装置はより長い読出しレイテンシーを有しても良く、また読出しレイテンシーがプログラム可能であっても良い。   The read latency of these operations is not limited to one clock cycle. The memory device may have a longer read latency and the read latency may be programmable.

新しいデータを主メモリアレイ2に書込む動作の詳細はここでは省略し、後の実施の形態に関して説明する。   Details of the operation of writing new data to the main memory array 2 will be omitted here, and a later embodiment will be described.

次に、第1の実施の形態の第2の動作モードについて説明する。このモードでは、副メモリアレイ4からのデータの読出しを、主メモリアレイ2からのデータの読出しに続いて自動的に行なわない。代わりに、副メモリアレイ4からのデータの読出しを、外部からのコマンドに応じて行なう。このモードは外部装置が主メモリアレイ2及び副メモリアレイ4から、異なる時にデータを得る必要がある場合、又は主メモリアレイ2内の一つの行及び副メモリアレイ4内の他の行からデータを得る必要がある場合に有用である。   Next, the second operation mode of the first embodiment will be described. In this mode, reading of data from the sub memory array 4 is not automatically performed following reading of data from the main memory array 2. Instead, data is read from the sub memory array 4 in response to an external command. This mode is used when an external device needs to obtain data from the main memory array 2 and the sub memory array 4 at different times, or from one row in the main memory array 2 and another row in the sub memory array 4. Useful when you need to get.

主メモリアレイ2からのデータの読出し及び主メモリアレイ2から副メモリアレイ4へのデータの転送は図11に示し、上述したのと同じように行なわれる。   The reading of data from the main memory array 2 and the transfer of data from the main memory array 2 to the sub memory array 4 are shown in FIG. 11 and are performed in the same manner as described above.

図12は、副メモリアレイ4からのデータの読出しを示す。この動作の間、それぞれH,Lで示すように、SME信号は高レベルであり、R/W信号は低レベルである。   FIG. 12 shows reading of data from the sub memory array 4. During this operation, the SME signal is high and the R / W signal is low, as indicated by H and L, respectively.

この動作の前に、制御信号発生器は、副メモリアレイ4へのアクセスを指定する外部コマンド(図示しない)によりプログラムされている。従って時刻t1にXアドレス(Xi)が入力されるとイネーブル信号PYEが高レベルとなる。   Prior to this operation, the control signal generator is programmed with an external command (not shown) that specifies access to the sub memory array 4. Accordingly, when the X address (Xi) is input at time t1, the enable signal PYE becomes high level.

時刻t2において、CS/及びCAS/が低レベルであり、RAS/及びWE/が高レベルである。従って、Yアドレス(Yj)が受信されても新しい入力データはラッチされない。このYアドレス(下位が"0110")はダウンカウンタ30及びYアドレス出力回路32により直ちに出力される。SMEが高レベルであるので、Yアドレスの下位ビットはアドレスバススイッチ22を介して副Yデコーダ10に伝えられる。PYEが高レベルであるので、副Yデコーダ10はイネーブルされ、これら下位ビットをデコードする。副Yデコーダ10内の対応するANDゲート38により出力される列選択信号Ysjは高レベルとなり(1クロックサイクルの間)、副メモリアレイ4の対応する列のワード線WLi(WL3)上のメモリセルに記憶されているデータDs1は副データバスラインDs及びDs/に転送される。SMEが高レベルであるので、これらのデータDs1はデータバススイッチ26を介して主データバスラインDm及びDm/、さらにデータ出力ユニット16に転送される。   At time t2, CS / and CAS / are at a low level, and RAS / and WE / are at a high level. Therefore, even if the Y address (Yj) is received, new input data is not latched. This Y address (lower order is “0110”) is immediately output by the down counter 30 and the Y address output circuit 32. Since SME is at a high level, the lower bits of the Y address are transmitted to the secondary Y decoder 10 via the address bus switch 22. Since PYE is high, the secondary Y decoder 10 is enabled and decodes these lower bits. The column selection signal Ysj output by the corresponding AND gate 38 in the secondary Y decoder 10 becomes high level (for one clock cycle), and the memory cell on the word line WLi (WL3) of the corresponding column in the secondary memory array 4 The data Ds1 stored in is transferred to the sub data bus lines Ds and Ds /. Since the SME is at a high level, these data Ds1 are transferred to the main data bus lines Dm and Dm / through the data bus switch 26 and further to the data output unit 16.

時刻t3において、出力増幅器36により増幅されたデータDs1は出力データ端子DOUTから出力される。このとき、ダウンカウンタ30の値は減少して次の下位アドレス("0100"で終る)になっており、副Yデコーダ10は列選択信号Ysj−1を活性化し、データDs2がこの信号Ysj−1により選択されたメモリセルからデータバスラインに転送される。   At time t3, the data Ds1 amplified by the output amplifier 36 is output from the output data terminal DOUT. At this time, the value of the down counter 30 decreases to the next lower address (ends with "0100"), the secondary Y decoder 10 activates the column selection signal Ysj-1, and the data Ds2 becomes the signal Ysj- 1 is transferred from the memory cell selected by 1 to the data bus line.

読出し動作がこのように時刻t4及びt5でも続けられる。更なる説明は省略する。   The read operation is thus continued at times t4 and t5. Further explanation is omitted.

変形例として、第1の実施の形態を常に第2のモードで動作するように構成することもできる。この場合、副メモリアレイ4へのバーストアクセスの度に別個のアドレス入力が必要である。別個のアドレス入力は、主メモリアレイ2への書込みアクセスにも用い得る。他の種々の動作モードも可能である。第1の実施の形態の基本的特徴は、主メモリアレイ2と同じワード線及び下位Yアドレスを共用し、主メモリアレイ2がアクセスされたとき主メモリアレイ2からデータが自動的に転送される副メモリアレイ4の存在である。   As a modification, the first embodiment can be configured to always operate in the second mode. In this case, a separate address input is required for each burst access to the sub memory array 4. A separate address input can also be used for write access to the main memory array 2. Various other modes of operation are possible. The basic feature of the first embodiment is that it shares the same word line and lower Y address as the main memory array 2, and data is automatically transferred from the main memory array 2 when the main memory array 2 is accessed. This is the presence of the secondary memory array 4.

さらに他の変形例として、新しいデータDa5の入力を古いデータDb5の最初の出力と同時に行なうようにタイミングを定めることもできる。図11を再度参照し、この場合CS/及びCAS/は時刻t2において低レベルとし、CS/及びWE/は時刻t3において低レベルとし、新しいデータを時刻t3(時刻t2ではなく)に入力端子DINに供給する。代わりに、各バーストの最初のデータの出力の際に、データ入力ユニット14が新しいデータを、WE/信号が別個に入力されなくても、自動的にラッチするモードで動作するようにメモリ装置をプログラムすることもできる。この変形例は、図8に示すように、第1の実施の形態(F1)を他のメモリ装置(F2)と従属接続する場合に便利である。両メモリ装置F1、F2がともに入力データを同時に受信することができるからである。   As yet another modification, the timing can be determined so that the new data Da5 is input simultaneously with the first output of the old data Db5. Referring to FIG. 11 again, in this case, CS / and CAS / are set to low level at time t2, CS / and WE / are set to low level at time t3, and new data is input to input terminal DIN at time t3 (not time t2). To supply. Instead, at the output of the first data of each burst, the data input unit 14 operates the memory device to operate in a mode that automatically latches new data, even if no WE / signal is input separately. It can also be programmed. As shown in FIG. 8, this modification is convenient when the first embodiment (F1) is cascade-connected to another memory device (F2). This is because both memory devices F1 and F2 can simultaneously receive input data.

第2の実施の形態
図13を参照し、第2の実施の形態は第1の実施の形態と類似である。異なるのはデータバスの構成である。第1の実施の形態と同一又は相当する部材には同じ符号が付されている。以下、第1の実施の形態との違いについて説明する。
Second Embodiment Referring to FIG. 13, the second embodiment is similar to the first embodiment. The difference is the configuration of the data bus. The same or corresponding members as those in the first embodiment are denoted by the same reference numerals. Hereinafter, differences from the first embodiment will be described.

第1の実施の形態では、主及び副データバスがデータバススイッチ26により相互接続されていた。第2の実施の形態ではこれらは相互接続されていない。代わりに主データバスラインDm及びDm/と副データバスラインDs及びDs/がデータ出力ユニット16内の出力増幅器36に独立に接続されている。出力増幅器36は、主データバスから副データバスにデータを転送することによりデータバススイッチ26と同じ役割を果す。出力増幅器36はまた、副メモリアレイ4に書込まれるデータを増幅し、第1の実施の形態の書込み増幅器28の役割を果す。これによりデータバススイッチ26及び書込み増幅器28を省略することができる。   In the first embodiment, the main and sub data buses are interconnected by the data bus switch 26. In the second embodiment, they are not interconnected. Instead, the main data bus lines Dm and Dm / and the sub data bus lines Ds and Ds / are independently connected to the output amplifier 36 in the data output unit 16. The output amplifier 36 plays the same role as the data bus switch 26 by transferring data from the main data bus to the sub data bus. The output amplifier 36 also amplifies data to be written to the sub memory array 4 and plays the role of the write amplifier 28 of the first embodiment. As a result, the data bus switch 26 and the write amplifier 28 can be omitted.

主データバスラインDm及びDm/はデータ入力ユニット14内のラッチ34に接続されている。副データバスラインDs及びDs/はデータ入力ユニット14に接続されていない。   The main data bus lines Dm and Dm / are connected to a latch 34 in the data input unit 14. The sub data bus lines Ds and Ds / are not connected to the data input unit 14.

第2の実施の形態は第1の実施の形態と同じように動作する。しかし、データバススイッチ26を省略したことに伴い、データバススイッチ26のトランジスタの電気抵抗がなくなり、副メモリアレイ4へのアクセスが一層速くなる。さらに、各データバスラインの電気キャパシタンスが小さくなり、これもまた高速化に貢献する。第2の実施の形態は従って第1の実施の形態よりも高いクロックレートで動作可能である。   The second embodiment operates in the same manner as the first embodiment. However, with the omission of the data bus switch 26, the electric resistance of the transistor of the data bus switch 26 is lost, and access to the sub memory array 4 is further accelerated. Furthermore, the electric capacitance of each data bus line is reduced, which also contributes to speeding up. The second embodiment can therefore operate at a higher clock rate than the first embodiment.

データバススイッチ26及び書込み増幅器28をなくしたので、回路の構成が簡単になる。これも更なる利点である。   Since the data bus switch 26 and the write amplifier 28 are eliminated, the circuit configuration is simplified. This is a further advantage.

第3の実施の形態
図14を参照し、第3の実施の形態は第1の実施の形態と類似である。しかし、列(Y)アドレスバス構成が異なる。第1の実施の形態と同一又は相当する部材には同じ符号が付されている。以下、第1の実施の形態との違いについて説明する。
Third Embodiment Referring to FIG. 14, the third embodiment is similar to the first embodiment. However, the column (Y) address bus configuration is different. The same or corresponding members as those in the first embodiment are denoted by the same reference numerals. Hereinafter, differences from the first embodiment will be described.

第1の実施の形態では、下位アドレスバス20が主Yデコーダ8に直接接続されており、アドレスバススイッチ22を介して副Yデコーダ10に接続されていた。第3の実施の形態では、下位アドレスバス20が二重に設けられ、一方の組の下位アドレスライン47が主Yデコーダ8に接続され、他方の組の下位アドレスライン48が副Yデコーダ10に接続されている。第1の実施の形態のアドレスバススイッチ22及びアドレス保持ラッチ40は省略されている。   In the first embodiment, the lower address bus 20 is directly connected to the main Y decoder 8 and is connected to the secondary Y decoder 10 via the address bus switch 22. In the third embodiment, the lower address bus 20 is provided in duplicate, one set of lower address lines 47 is connected to the main Y decoder 8, and the other set of lower address lines 48 is connected to the sub Y decoder 10. It is connected. The address bus switch 22 and the address holding latch 40 of the first embodiment are omitted.

上位アドレスバス18及び下位アドレスライン47の組合せにより主アドレスバスが構成され、これによりYアドレス発生器12からのYアドレスの上位及び下位部分を主Yデコーダ8に伝える。下位アドレスライン48は副アドレスバスを構成し、Yアドレス発生器12からのYアドレスの下位部分を副Yデコーダ10に伝える。   A combination of the upper address bus 18 and the lower address line 47 constitutes a main address bus, which transmits the upper and lower portions of the Y address from the Y address generator 12 to the main Y decoder 8. The lower address line 48 constitutes a sub address bus and transmits the lower part of the Y address from the Y address generator 12 to the sub Y decoder 10.

第3の実施の形態は第1の実施の形態と同じように動作する。しかし、アドレスバススイッチ22の省略により、アドレスバススイッチ22のトランジスタの電気抵抗がなくなり副メモリアレイ4へのアクセスが速くなる。さらに下位アドレスバスラインの電気キャパシタンスが小さくなるので、これもまたアクセスの高速化に貢献する。従って、第3の実施の形態は第1の実施の形態よりも速いクロックレートで動作可能である。   The third embodiment operates in the same manner as the first embodiment. However, the omission of the address bus switch 22 eliminates the electrical resistance of the transistors of the address bus switch 22 and speeds up access to the sub memory array 4. Furthermore, since the electric capacitance of the lower address bus line is reduced, this also contributes to speeding up of access. Therefore, the third embodiment can operate at a faster clock rate than the first embodiment.

アドレスバススイッチ22及びアドレス保持ラッチ40をなくしたの、回路構成が簡単になる。これも第3の実施の形態の更なる利点である。   Since the address bus switch 22 and the address holding latch 40 are eliminated, the circuit configuration is simplified. This is a further advantage of the third embodiment.

第4の実施の形態
図15を参照し、第4の実施の形態は第2の実施の形態及び第3の実施の形態の特徴を組合せたものである。主データバスラインDm及びDm/並びに副データバスラインDs及びDs/は、データ出力ユニット16内の出力増幅器36に別個に接続され、主Yデコーダ8及び副Yデコーダ10に対し別個の下位アドレスバスライン47及び48が設けてある。第1の実施の形態のアドレスバススイッチ22、データバススイッチ26、書込み増幅器28、及びアドレス保持ラッチ40はすべて除去されている。
Fourth Embodiment Referring to FIG. 15, the fourth embodiment is a combination of the features of the second embodiment and the third embodiment. The main data bus lines Dm and Dm / and the sub data bus lines Ds and Ds / are separately connected to the output amplifier 36 in the data output unit 16, and are separated from the main Y decoder 8 and the sub Y decoder 10 by separate lower address buses. Lines 47 and 48 are provided. The address bus switch 22, data bus switch 26, write amplifier 28, and address holding latch 40 of the first embodiment are all removed.

第4の実施の形態は、回路構成が簡単であり、動作が高速である点において、第2及び第3の実施の形態の利点を兼備している。   The fourth embodiment combines the advantages of the second and third embodiments in that the circuit configuration is simple and the operation is fast.

第1ないし第4の実施の形態の動作を図16を参照して要約する。ここでも、Da1〜Da5により現フィールドの画素データを表わし、Db1〜Db5により先のフィールドの画素データを表わす。新たな画素のデータDa5が受信されると、先のフィールドの同じ画素のデータDb5が主メモリアレイ2から副メモリアレイ4に転送される。データDb5、Da4〜Da1及びDb5〜Db1が主メモリアレイ2及び副メモリアレイ4からバーストとして出力され、新しいデータDa1が主メモリアレイ2に書込まれる。これらのデータは全てメモリ装置内の同じ行アドレス(Xアドレス)を有する。   The operation of the first to fourth embodiments will be summarized with reference to FIG. Again, Da1 to Da5 represent the pixel data of the current field, and Db1 to Db5 represent the pixel data of the previous field. When new pixel data Da5 is received, data Db5 of the same pixel in the previous field is transferred from the main memory array 2 to the sub memory array 4. Data Db5, Da4 to Da1, and Db5 to Db1 are output as bursts from the main memory array 2 and the sub memory array 4, and new data Da1 is written to the main memory array 2. These data all have the same row address (X address) in the memory device.

楕円の矢印により示すように、副メモリアレイ4は循環的に用いられる。主Yデコーダ8及び副Yデコーダ10は別個のアドレスバスラインを有する第3及び第4の実施の形態において、副メモリアレイ4の循環的使用が行なわれる限り、副Yデコーダ10に供給されるアドレスは主Yデコーダ8に供給されるアドレスの下位ビットと同じである必要はない。この場合、副メモリアレイ4の列の数は2のべきでなくても良く、例えば、図16に示すように6であっても良い。   As indicated by the oval arrows, the sub memory array 4 is used cyclically. In the third and fourth embodiments, the main Y decoder 8 and the sub Y decoder 10 have separate address bus lines. As long as the sub memory array 4 is cyclically used, the address supplied to the sub Y decoder 10 is used. Need not be the same as the lower bits of the address supplied to the main Y decoder 8. In this case, the number of columns of the sub memory array 4 may not be 2, and may be 6, for example, as shown in FIG.

以上の説明において、データDb5は同じバーストにおいて2度出力された。しかし、これは必ずしも必要ではない。例えば、データ入力ユニット14からデータ出力ユニット16に新しいデータDa5を転送し、バーストの先頭においてDb5の代わりにDa5が出力されるようにしても良い。この場合も、古いデータDb5が主メモリアレイ2から副メモリアレイ4に転送される。以下の実施の形態でその具体例が説明される。   In the above description, the data Db5 is output twice in the same burst. However, this is not always necessary. For example, new data Da5 may be transferred from the data input unit 14 to the data output unit 16, and Da5 may be output instead of Db5 at the beginning of the burst. Also in this case, the old data Db5 is transferred from the main memory array 2 to the sub memory array 4. Specific examples will be described in the following embodiments.

以上の説明において、バースト長さを制御する手段、及び同じYアドレスをダウンカウンタ30に繰返しロードするための手段の説明を省略した。これらの手段の例については以下の実施の形態において説明する。しかし、第1ないし第4の実施の形態の以下の実施の形態において示される手段に限定されない。先にも述べたように、第1ないし第4の実施の形態は、同じアドレスを外部から繰返し入力して動作するように構成することもできる。バースト長さも外部で制御するように構成することもできる。   In the above description, description of means for controlling the burst length and means for repeatedly loading the same Y address into the down counter 30 is omitted. Examples of these means will be described in the following embodiments. However, the present invention is not limited to the means shown in the following embodiments of the first to fourth embodiments. As described above, the first to fourth embodiments can be configured to operate by repeatedly inputting the same address from the outside. The burst length can also be configured to be controlled externally.

第5の実施の形態
図17を参照して第5の実施の形態は第1の実施の形態と類似である。同一又は相当する部材には同じ符号が付されている。第1の実施の形態とは異なり、Yアドレス発生器12内に3つの付加的部材が設けられている。これらの付加部材とは、アクセスカウンタ(AC)50、アドレスレジスタ(ADR)52、及びアドレスレジスタ出力スイッチ54である。アクセスカウンタ50は、クロック信号CLK及び停止制御信号PSTを受信し、アドレス入力制御信号PAIをアドレスレジスタ出力スイッチ54に出力する。アドレスレジスタ52は外部から入力されるYアドレスYADを受信して記憶する。アドレスレジスタ出力スイッチ54は、アドレスレジスタ52をダウンカウンタ30に結合する。
Fifth Embodiment Referring to FIG. 17, the fifth embodiment is similar to the first embodiment. The same or corresponding members are denoted by the same reference numerals. Unlike the first embodiment, three additional members are provided in the Y address generator 12. These additional members are an access counter (AC) 50, an address register (ADR) 52, and an address register output switch 54. The access counter 50 receives the clock signal CLK and the stop control signal PST, and outputs an address input control signal PAI to the address register output switch 54. The address register 52 receives and stores an externally input Y address YAD. Address register output switch 54 couples address register 52 to down counter 30.

制御信号PSTはアクセスカウンタ50に、バースト長さを制御する値を初期設定する。この値はアクセスカウンタ50にプリセットされる一定値であっても良く、メモリ制御信号発生器(図示しない)に記憶されたプログラム可能な値であって、アクセスカウンタ50に制御信号PST自体により伝達されるものであっても良い。アクセスカウンタ50は制御信号PAIを出力するだけで良く、従って、アクセスカウンタ50は例えばリングカウンタ又はシフトレジスタにより構成可能である。   The control signal PST initializes a value for controlling the burst length in the access counter 50. This value may be a constant value preset in the access counter 50, and is a programmable value stored in a memory control signal generator (not shown), which is transmitted to the access counter 50 by the control signal PST itself. It may be a thing. The access counter 50 only needs to output the control signal PAI. Therefore, the access counter 50 can be constituted by a ring counter or a shift register, for example.

図面に明示されていないが、第5の実施の形態はまたデータ入力ユニット14内のラッチ34に保持されている入力データを、例えば主データバスラインDm及びDm/を介して、またはデータバスラインをバイパスする直接の相互接続線を介して、データ出力ユニット16内の出力増幅器36に転送するための制御信号を有する。この転送は、入力データを、一旦主メモリアレイ2に記憶することなく、データ出力ユニット16から出力することを可能にする。   Although not explicitly shown in the drawings, the fifth embodiment also allows the input data held in the latch 34 in the data input unit 14 to be transmitted via, for example, the main data bus lines Dm and Dm / or the data bus line. And a control signal for transfer to an output amplifier 36 in the data output unit 16 via a direct interconnection line bypassing. This transfer enables the input data to be output from the data output unit 16 without being stored in the main memory array 2 once.

図18を参照し、第5の実施の形態は、先の実施の形態と同じCS/,RAS/,CAS/,WE/制御信号を受信する。これに加えて、アドレス転送制御信号ADX/を受信する。メモリ装置はこの制御信号ADX/を用いて、アドレスバスADD上に入力がなくても、X又はYアドレス信号を内部で発生する。RAS/及びADX/がともに低レベルであるとき、Xアドレス発生器29は、先のXアドレスを増加することにより、新しいXアドレスを発生する。CAS/及びADX/がともに低レベルであるとき、アドレスレジスタ52に保持されているYアドレスはアドレスレジスタ出力スイッチ54を介してダウンカウンタ30に転送される。   Referring to FIG. 18, the fifth embodiment receives the same CS /, RAS /, CAS /, WE / control signal as the previous embodiment. In addition, the address transfer control signal ADX / is received. The memory device uses this control signal ADX / to generate an X or Y address signal internally even if there is no input on the address bus ADD. When RAS / and ADX / are both low, the X address generator 29 generates a new X address by incrementing the previous X address. When CAS / and ADX / are both at a low level, the Y address held in the address register 52 is transferred to the down counter 30 via the address register output switch 54.

図18に示す動作において、読出しレイテンシーは、先の実施の形態とは異なり、2クロックサイクルである。新しいXアドレスXi及びYアドレスYj、並びに新しいデータDa5の入力に続き、入力データDa5が、上記のように、データ入力ユニット14からデータ出力ユニット16に転送される。入力データDa5はまたデータ入力ユニット14内に保持される。新しいデータDa5が書込まれるべきメモリセルに存在する古いデータDb5は主メモリアレイ2から副メモリアレイ4に転送される。この場合、データ出力ユニット16にラッチされない。その後、先の実施の形態と同様、データDa4〜Da1が主メモリアレイ2から読出され、データDb5〜Db1が副メモリアレイ4から読出される。   In the operation shown in FIG. 18, the read latency is two clock cycles, unlike the previous embodiment. Following the input of the new X address Xi and Y address Yj and the new data Da5, the input data Da5 is transferred from the data input unit 14 to the data output unit 16 as described above. The input data Da5 is also held in the data input unit 14. Old data Db5 existing in a memory cell to which new data Da5 is to be written is transferred from the main memory array 2 to the sub memory array 4. In this case, the data output unit 16 is not latched. Thereafter, similarly to the previous embodiment, data Da4 to Da1 are read from main memory array 2, and data Db5 to Db1 are read from sub memory array 4.

従って、データ出力端子(DOUT)から出力されるデータは、Da5、次にDa4〜Da1、次にDb5〜Db1である。このように、現フィールドから5つの画素、先のフィールドから対応する5つの画素を提供する。   Therefore, the data output from the data output terminal (DOUT) is Da5, then Da4 to Da1, and then Db5 to Db1. Thus, five pixels from the current field and five corresponding pixels from the previous field are provided.

図18において、矢印Xは、アドレスレジスタ52からダウンカウンタ30へのアドレスYjの再ローディングを示す。この動作はアクセスカウンタ50により以下のように制御される。列アドレスストローブ信号CAS/が低レベルとなるクロックサイクルにおいて、内部制御信号PSTがアクセスカウンタ50を例えば値「5」に初期設定する。ダウンカウンタ30が5つの相連続するYアドレス(YjからYj−4)カウントする間、アクセスカウンタ50は「5」から「0」にカウントダウンする。アクセスカウンタ50の計数値がゼロになると、アクセスカウンタ50は、PAI制御信号を活性化し、アドレスレジスタ52に保持されているアドレスYjがダウンカウンタ30に再びロードされる。従って、次のクロックサイクルにおいて、アドレスレジスタ52は再びYjからカウントダウンを始める。   In FIG. 18, an arrow X indicates reloading of the address Yj from the address register 52 to the down counter 30. This operation is controlled by the access counter 50 as follows. In the clock cycle when the column address strobe signal CAS / is at a low level, the internal control signal PST initializes the access counter 50 to a value “5”, for example. While the down counter 30 counts five consecutive Y addresses (Yj to Yj-4), the access counter 50 counts down from “5” to “0”. When the count value of the access counter 50 becomes zero, the access counter 50 activates the PAI control signal, and the address Yj held in the address register 52 is loaded into the down counter 30 again. Therefore, in the next clock cycle, the address register 52 starts counting down from Yj again.

このようにして、ダウンカウンタ30は、主メモリアレイ2及び副メモリアレイ4の双方からデータを読出すためのYアドレスを、2度目のアドレス入力なしで、容易に発生する。副メモリアレイ4からのデータの読出しの間、アクセスカウンタ50も再び「5」から「0」へカウントダウンする。副メモリアレイ4からのデータの読出しに続き、アクセスカウンタ50は再び制御信号PAIを活性化し、開始アドレス(Yj)をダウンカウンタ30に今一度ロードする。データ入力14内のラッチ34に保持されている新しい入力データDa5は主メモリアレイ2に転送され、以前データDb5により占められていたメモリセルに書込まれる。   In this way, the down counter 30 easily generates a Y address for reading data from both the main memory array 2 and the sub memory array 4 without the second address input. During the reading of data from the secondary memory array 4, the access counter 50 also counts down from “5” to “0” again. Following the reading of data from the secondary memory array 4, the access counter 50 activates the control signal PAI again and loads the start address (Yj) into the down counter 30 once again. New input data Da5 held in the latch 34 in the data input 14 is transferred to the main memory array 2 and written to the memory cell previously occupied by the data Db5.

このバーストアクセスの後、外部制御信号ADX/は2度低レベルとなる。最初はCS/,RAS/とともにであり、次はCS/,CAS/,WE/とともにである。これらのコマンドにより、Xアドレス発生器29が次のXアドレス(Xi+1)を発生し、アクセスカウンタ50は同じYアドレス(Yj)をダウンカウンタ30に再ロードする。従って、次のバーストにより、現フィールド及び先のフィールドのDa5〜Da1及びDb5〜Db1よりも一つ右側の5つの画素が出力される。   After this burst access, the external control signal ADX / goes low twice. The first is with CS /, RAS /, and the second is with CS /, CAS /, WE /. With these commands, the X address generator 29 generates the next X address (Xi + 1), and the access counter 50 reloads the same Y address (Yj) into the down counter 30. Accordingly, five pixels on the right side of Da5 to Da1 and Db5 to Db1 of the current field and the previous field are output by the next burst.

それ以後、ADX/により新しいアドレスを発生して、同様にバーストを出力することができる。水平走査線全体の画素データをこのようにして受信し、メモリ装置に記憶するとともに、フィルタリングに必要なバースト出力を提供することができる。しかもこれを、走査線の最初にただ一つのXアドレス及びYアドレスを用意することで実現できる。   Thereafter, a new address can be generated by ADX / and a burst can be output in the same manner. Pixel data for the entire horizontal scan line can thus be received and stored in a memory device, and a burst output required for filtering can be provided. In addition, this can be realized by preparing only one X address and Y address at the beginning of the scanning line.

図18はさらに、従来のSDRAMに対する第5実施の形態の利点を示している。第5の実施の形態のバースト長さは、副メモリアレイ4のサイズによってのみ(間接的に)制限される。これに対し、従来のSDRAMにおけるバースト長さは、特定の値「1」、「2」、「4、」、「8」に制限される。制限のないバーストも可能ではあるが、その場合、外部制御によりバーストを停止しなければならない。従来のSDRAMでは、例えば、2つのフィールドの5つの相連続したアドレスから読出された10個のデータを連続したバーストとして得ることが困難である。   FIG. 18 further shows the advantages of the fifth embodiment over the conventional SDRAM. The burst length of the fifth embodiment is limited (indirectly) only by the size of the sub memory array 4. On the other hand, the burst length in the conventional SDRAM is limited to specific values “1”, “2”, “4”, “8”. An unrestricted burst is possible, but in that case the burst must be stopped by external control. In a conventional SDRAM, for example, it is difficult to obtain 10 data read from 5 consecutive addresses in 2 fields as a continuous burst.

第5の実施の形態は図19において点線で囲んだフィールドメモリF1及びラインメモリL11〜L24と同じ役割を果す。第1ないし第4の実施の形態の場合よりも、新しいデータDa5の出力が含まれる点において、機能が多い。しかし、メモリ装置を従属接続する場合にはこの構成は第1ないし第4の実施の形態ほど適切ではない。図19においてメモリ装置F1が単独で用いられているのに対し、図8では、メモリ装置F1がメモリ装置F2と従属接続されている。   The fifth embodiment plays the same role as the field memory F1 and the line memories L11 to L24 surrounded by a dotted line in FIG. Compared to the first to fourth embodiments, there are more functions in that an output of new data Da5 is included. However, when the memory devices are cascade-connected, this configuration is not as appropriate as the first to fourth embodiments. In FIG. 19, the memory device F1 is used alone, whereas in FIG. 8, the memory device F1 is cascade-connected to the memory device F2.

図20は、第5の実施の形態における制御信号PAIのタイミングを示している。ここで、開始Yアドレス(Yj)が"0110"で終るものとしている。主メモリアレイ2内においてアクセスされる列の数は「5」ではなく、「3」であると仮定している。PAIは時刻t2を中心とするクロックサイクルにおいて高レベルとされ、開始アドレスYjがダウンカウンタ30にロードされ、"0110"がアドレス信号線YA3,YA2,YA1,YA0に現われる。ダウンカウンタ30が減少すると、アドレス出力値は時刻t3において"0101"、時刻t4において、"0100"でそれぞれ終る値に変わる。時刻t5を中心とするクロックサイクルにおいて、アクセスカウンタ50はPAIを再び高レベルにし、同じアドレス(Yj)をアドレスレジスタ52からダウンカウンタ30に再ロードさせ、値"0110"が再びアドレス信号線YA3,YA2,YA1,YA0に現われる。   FIG. 20 shows the timing of the control signal PAI in the fifth embodiment. Here, it is assumed that the start Y address (Yj) ends with “0110”. It is assumed that the number of columns accessed in the main memory array 2 is “3”, not “5”. PAI is set to the high level in the clock cycle centered at time t2, the start address Yj is loaded into the down counter 30, and "0110" appears on the address signal lines YA3, YA2, YA1, YA0. When the down counter 30 decreases, the address output value changes to “0101” at time t3 and to a value ending at “0100” at time t4. In the clock cycle centered at time t5, the access counter 50 sets the PAI to high level again, reloads the same address (Yj) from the address register 52 to the down counter 30, and the value "0110" is again set to the address signal line YA3. Appears at YA2, YA1, YA0.

第5の実施の形態は図18に示す動作モードに限定されない。バーストの最初は、新しいデータDa5ではなく、古いデータDb5とし、メモリ装置の従属接続を可能にしても良い。この場合、第1の実施の形態について説明したように、新しいデータDa5の入力は、古いデータDb5の最初の出力と同じタイミングになるように制御されるのが好ましい。   The fifth embodiment is not limited to the operation mode shown in FIG. The beginning of the burst may be the old data Db5 instead of the new data Da5, and the memory devices may be cascaded. In this case, as described in the first embodiment, it is preferable that the input of the new data Da5 is controlled to have the same timing as the first output of the old data Db5.

バーストの最初を新しいデータDa5とするか古いデータDb5とするかに拘らず、ADX/制御信号に応じての、アドレスレジスタ52からダウンカウンタ30へのYアドレスの再ロードにより、第5の実施の形態において、単一の列アドレスを入力するだけで、水平走査線全体の画素を受信し、記憶することが可能になり、フィルタリングに必要な出力データのバーストを得ることができる。これは第5の実施の形態を制御する装置の利点である。制御装置は同じ列アドレスを繰返し供給する必要がないからである。   Regardless of whether the beginning of the burst is the new data Da5 or the old data Db5, the reloading of the Y address from the address register 52 to the down counter 30 in response to the ADX / control signal causes the fifth implementation. In the embodiment, it is possible to receive and store the pixels of the entire horizontal scanning line by inputting a single column address, and obtain a burst of output data necessary for filtering. This is an advantage of the apparatus for controlling the fifth embodiment. This is because the controller need not repeatedly supply the same column address.

第6の実施の形態
図21を参照し、第6の実施の形態は第5の実施の形態と類似である。しかし、データバスの構成が異なる。第5の実施の形態と同じ符号は同一又は相当する部材を示す。以下第5の実施の形態との違いについて説明する。
Sixth Embodiment Referring to FIG. 21, the sixth embodiment is similar to the fifth embodiment. However, the configuration of the data bus is different. The same reference numerals as those in the fifth embodiment denote the same or corresponding members. The difference from the fifth embodiment will be described below.

第5の実施の形態では、主データバス及び副データバスがデータバススイッチ26で相互接続されていた。第6の実施の形態では、主データバス及び副データバスが互いに接続されていない。第2の実施の形態と同様、主データバスラインDm及びDm/、並びに副データバスラインDs及びDs/は、データ出力ユニット16内の出力増幅器36に別個に接続されている。従って、出力増幅器36は、第2の実施の形態と同様、主データバスから副データバスへのデータの転送をする点においてデータバススイッチ26の役割を果すとともに、副メモリアレイ4に書込まれるデータを増幅する点において上記書込み増幅器28の役割を果す。このため、データバススイッチ26及び書込み増幅器28を省くことができる。   In the fifth embodiment, the main data bus and the sub data bus are interconnected by the data bus switch 26. In the sixth embodiment, the main data bus and the sub data bus are not connected to each other. As in the second embodiment, the main data bus lines Dm and Dm / and the sub data bus lines Ds and Ds / are separately connected to the output amplifier 36 in the data output unit 16. Therefore, as in the second embodiment, the output amplifier 36 plays the role of the data bus switch 26 in terms of transferring data from the main data bus to the sub data bus and is written to the sub memory array 4. The write amplifier 28 plays a role in amplifying data. For this reason, the data bus switch 26 and the write amplifier 28 can be omitted.

第2の実施の形態と同様、主データバスラインDm及びDm/はデータ入力ユニット14内のラッチ34に接続されている。副データバスラインDs及びDs/はデータ入力ユニット14に接続されていない。   As in the second embodiment, the main data bus lines Dm and Dm / are connected to a latch 34 in the data input unit 14. The sub data bus lines Ds and Ds / are not connected to the data input unit 14.

第6の実施の形態は、第5の実施の形態と同様に動作する。データバススイッチ26がないので、データバススイッチ26内のトランジスタの電気抵抗がなくなり、副メモリアレイ4へのアクセスがより速くなる。また、第2の実施の形態と同様、データバスライン対の電気キャパシタンスを小さくすることができる。従って、第6の実施の形態は、第5の実施の形態よりも高いクロックレートで動作することができ、データバススイッチ26及び書込み増幅器28の除去により回路構成が簡単になる。   The sixth embodiment operates in the same manner as the fifth embodiment. Since there is no data bus switch 26, the electrical resistance of the transistors in the data bus switch 26 is eliminated, and access to the sub memory array 4 becomes faster. Further, as in the second embodiment, the electric capacitance of the data bus line pair can be reduced. Therefore, the sixth embodiment can operate at a higher clock rate than the fifth embodiment, and the circuit configuration is simplified by removing the data bus switch 26 and the write amplifier 28.

第7の実施の形態
図22を参照し、第7の実施の形態は第5の実施の形態と類似である。しかし、列アドレスバスの構成が異なる。第5の実施の形態と同一の符号は同一または相当する部材を示す。以下、第5の実施の形態との違いについて説明する。
Seventh Embodiment Referring to FIG. 22, the seventh embodiment is similar to the fifth embodiment. However, the configuration of the column address bus is different. The same reference numerals as those in the fifth embodiment denote the same or corresponding members. Hereinafter, differences from the fifth embodiment will be described.

第5の実施の形態では、下位アドレスバス20が直接主Yデコーダ8に結合され、アドレスバススイッチ26を介して副Yデコーダ10に結合されていた。第7の実施の形態では、下位アドレスバスが二重になっており、一方の組の下位アドレスライン47が主Yデコーダ8に結合され、他方の組の下位アドレスライン48が副Yデコーダ10に結合されている。第5の実施の形態のアドレスバススイッチ22及びアドレス保持ラッチ40は省略されている。   In the fifth embodiment, the lower address bus 20 is directly coupled to the main Y decoder 8 and coupled to the secondary Y decoder 10 via the address bus switch 26. In the seventh embodiment, the lower address bus is doubled, one set of lower address lines 47 is coupled to the main Y decoder 8, and the other set of lower address lines 48 is connected to the sub Y decoder 10. Are combined. The address bus switch 22 and the address holding latch 40 of the fifth embodiment are omitted.

第7の実施の形態は第5の実施の形態と同様に動作する。しかし、アドレスバススイッチ22がないので、アドレスバススイッチ22内のトランジスタの電気抵抗がなくなり、副メモリアレイ4へのアクセスが一層高速になる。さらに、下位アドレスバスラインの電気キャパシタンスを小さくできるので、これによっても一層アクセスの高速化が図れる。従って、第7の実施の形態は、第5の実施の形態よりも速いクロックレートで動作することができ、アドレスバススイッチ22及びアドレス保持ラッチ40の除去により回路構成が簡単になる。   The seventh embodiment operates in the same manner as the fifth embodiment. However, since the address bus switch 22 is not provided, the electric resistance of the transistors in the address bus switch 22 is eliminated, and access to the sub memory array 4 becomes faster. Furthermore, since the electric capacitance of the lower address bus line can be reduced, this can also speed up access. Therefore, the seventh embodiment can operate at a faster clock rate than the fifth embodiment, and the circuit configuration is simplified by removing the address bus switch 22 and the address holding latch 40.

第8の実施の形態
図23を参照し、第8の実施の形態は、第6の実施の形態の特徴と第7の実施の形態の特徴を組合せたものである。主データバスラインDm及びDm/並びに副データバスラインDs及びDs/は、データ出力ユニット16内の出力増幅器36に別個に接続され、別個の下位アドレスバスライン47及び48が主Yデコーダ8及び副Yデコーダ10のために設けられている。第5の実施の形態のアドレスバススイッチ22、データバススイッチ26、書込み増幅器28、及びアドレス保持ラッチ40はすべて省略されている。
Eighth Embodiment Referring to FIG. 23, the eighth embodiment is a combination of the features of the sixth embodiment and the features of the seventh embodiment. The main data bus lines Dm and Dm / and the sub data bus lines Ds and Ds / are separately connected to the output amplifier 36 in the data output unit 16, and separate lower address bus lines 47 and 48 are connected to the main Y decoder 8 and the sub data bus lines Ds /. It is provided for the Y decoder 10. The address bus switch 22, the data bus switch 26, the write amplifier 28, and the address holding latch 40 of the fifth embodiment are all omitted.

第8の実施の形態は、回路構成の簡単化及び動作の高速化と言う点に関し、第6の実施の形態の利点と第7の実施の形態の利点とを併せ持っている。   The eighth embodiment has the advantages of the sixth embodiment and the seventh embodiment in terms of the simplification of the circuit configuration and the speeding up of the operation.

第9の実施の形態
図24を参照し、第9の実施の形態のメモリ装置は、2つのバンクA及びBを有する。2つのバンクの各々は第5の実施の形態と構成が同じである。第5の実施の形態と同一又は相当する部材は同一の符号に添字A、Bを付して示す。斯くして、バンクAは、主メモリアレイ2A、副メモリアレイ4A、Xデコーダ6A、主Yデコーダ8A、副Yデコーダ10A、Yアドレス発生器12A、上位アドレスバス18A、下位アドレスバス20A、アドレスバススイッチ22A、内部データバス24A、データバススイッチ26A、書込み増幅器28A、及びアドレス保持ラッチ40Aを有する。一方、バンクBは、主メモリアレイ2B、副メモリアレイ4B、Xデコーダ6B、主Yデコーダ8B、副Yデコーダ10B、Yアドレス発生器12B、上位アドレスバス18B、下位アドレスバス20B、アドレスバススイッチ22B、内部データバス24B、データバススイッチ26B、書込み増幅器28B、及びアドレス保持ラッチ40Bを有する。2つのデータバス24A及び24Bはバンクスイッチ56を介してデータ入力ユニット14及びデータ出力ユニット16に結合されており、データ入力ユニット14及びデータ出力ユニット16はバンクA及びBにより共用されている。
Ninth Embodiment Referring to FIG. 24, the memory device of the ninth embodiment has two banks A and B. Each of the two banks has the same configuration as that of the fifth embodiment. Members that are the same as or correspond to those in the fifth embodiment are indicated by the same reference numerals with suffixes A and B. Thus, bank A includes main memory array 2A, sub memory array 4A, X decoder 6A, main Y decoder 8A, sub Y decoder 10A, Y address generator 12A, upper address bus 18A, lower address bus 20A, address bus. It has a switch 22A, an internal data bus 24A, a data bus switch 26A, a write amplifier 28A, and an address holding latch 40A. On the other hand, the bank B includes a main memory array 2B, a sub memory array 4B, an X decoder 6B, a main Y decoder 8B, a sub Y decoder 10B, a Y address generator 12B, an upper address bus 18B, a lower address bus 20B, and an address bus switch 22B. And an internal data bus 24B, a data bus switch 26B, a write amplifier 28B, and an address holding latch 40B. The two data buses 24A and 24B are coupled to the data input unit 14 and the data output unit 16 via the bank switch 56, and the data input unit 14 and the data output unit 16 are shared by the banks A and B.

各バンクの回路構成の詳細は図17に示したのと同じである。   The details of the circuit configuration of each bank are the same as those shown in FIG.

図24はまた第9の実施の形態の一つの動作モードを示している。バンクA及びBの主メモリアレイは、両者で動画の1フレーム(2つの連続したフィールドからなる)分の画素データを記憶している。フィールドデータは2つのバンクに偶数−奇数の区別により、後述のように分割されている。2つの副メモリアレイは同じバンクの主メモリアレイ内のデータに対し1フレーム(2フィールド)遅れたデータを保持している。   FIG. 24 also shows one operation mode of the ninth embodiment. The main memory arrays in banks A and B store pixel data for one frame (consisting of two consecutive fields) of the moving image. The field data is divided into two banks as described later by even / odd distinction. The two sub memory arrays hold data delayed by one frame (2 fields) with respect to the data in the main memory array of the same bank.

この動作モードにおいて、出力バーストは3つの部分に分けられる。   In this mode of operation, the output burst is divided into three parts.

最初に例えばバンクA内の主メモリアレイ2Aからデータが読出される(動作1)。このとき、1画素のデータがバンクA内の副メモリアレイ4Aに転送される。副メモリアレイ4Aに転送されるデータは2フィールド古いものである。主メモリアレイ2Aから読出される他のデータは現フィールドのものである。   First, data is read from main memory array 2A in bank A, for example (operation 1). At this time, the data of one pixel is transferred to the sub memory array 4A in the bank A. Data transferred to the sub memory array 4A is two fields old. Other data read from the main memory array 2A is for the current field.

次に1フィールド古い画素データがバンクB内の主メモリアレイ2Bから読みされる(動作2a)。同時に、現フィールド内の一つの新しい画素のデータがバンクA内の主メモリアレイ2A内の、上記動作1の副メモリアレイ4Aへのデータ転送の転送元である位置に書込まれる(動作2b)。   Next, the pixel data one field older is read from the main memory array 2B in the bank B (operation 2a). At the same time, the data of one new pixel in the current field is written in the position in the main memory array 2A in the bank A which is the transfer source of the data transfer to the sub memory array 4A in the operation 1 (operation 2b). .

最後に、バンクA内の副メモリアレイ4Aから画素データが読出される(動作3)。これらのデータは2フィールド古いものである。   Finally, pixel data is read from the sub memory array 4A in the bank A (operation 3). These data are two fields old.

バースト内の最初の画素データは、副メモリアレイ4Aに転送された古い画素であっても良く、主メモリアレイ2Aに書込まれた新しい画素であっても良い。これはメモリ装置が従属接続で用いられているかどうかに依る。   The first pixel data in the burst may be an old pixel transferred to the sub memory array 4A or a new pixel written to the main memory array 2A. This depends on whether the memory device is used in a slave connection.

図25は、バーストの各部分において5つの画素が出力される場合を示している。最初に最も新しいフィールドに属する5つのデータDa5〜Da1がバンクA内の主メモリアレイ2Aから出力される。(データDa5は、実際には、データ入力ユニット14からデータ出力ユニット16への直接転送により出力される。)次に、一つ前のフィールドに属するデータDb5〜Db1がバンクB内の主メモリアレイ2Bから出力される。最後に、2つ前のフィールドに属するデータDc5〜Dc1がバンクA内の副メモリアレイ4Aから出力される図25に示すように、第9の実施の形態は、単一のメモリ装置により、2つのフィールドメモリ(F1及びF2)及び3組のラインメモリ(L11〜L34)の役割を果し、3つの相連続するフィールド(フィールドa、b、c)からのデータを提供することを可能にする。   FIG. 25 shows a case where five pixels are output in each part of the burst. First, five data Da5 to Da1 belonging to the newest field are output from the main memory array 2A in the bank A. (The data Da5 is actually output by direct transfer from the data input unit 14 to the data output unit 16.) Next, the data Db5 to Db1 belonging to the previous field are stored in the main memory array in the bank B. 2B. Finally, as shown in FIG. 25 in which the data Dc5 to Dc1 belonging to the previous two fields are output from the sub memory array 4A in the bank A, the ninth embodiment uses a single memory device to Plays the role of three field memories (F1 and F2) and three sets of line memories (L11 to L34), making it possible to provide data from three consecutive fields (fields a, b, c) .

図2を再び参照し、ディジタルフィルタリングの際、処理動作の対象になるのは、通常奇数個のフィールド内の画素であり、これにはフィルタされる画素値が発生されるフィールドと、その前及び後の同数のフィールドである。第9の実施の形態は、3つのフィールドFm,Fm−1,Fm+1内のデータに対し処理を行なうことにより、フィールドFm内のフィルタされた画素を発生するフィルタリング動作を、単一のメモリ装置で実現する。ここでフィールドFm,Fm−1,Fm+1はそれぞれフィールドa,b,cに対応する。   Referring back to FIG. 2, during digital filtering, the processing operations are usually performed on pixels in an odd number of fields, including the field in which the pixel value to be filtered is generated, and before and The same number of fields after. In the ninth embodiment, the filtering operation for generating the filtered pixels in the field Fm is performed by a single memory device by processing the data in the three fields Fm, Fm-1, and Fm + 1. Realize. Here, the fields Fm, Fm-1, and Fm + 1 correspond to the fields a, b, and c, respectively.

従属接続により、第9の実施の形態はさらに、5つのフィールドFm,Fm−1,Fm−2,Fm+1,Fm+2内のデータに対する演算によりフィールドFm内のフィルタリングされた画素を発生するフィルタリング動作を2つのメモリ装置で実現する。第1のメモリ装置は、図25の新しい画素データDa5を受けると同時に、古い画素データDc5、及びこれに伴う他のフィールドa,b,cからの画素データのバーストを出力する(画素データDc5は2度出力されても良い。)第2のメモリ装置は第1のメモリ装置から画素データDc5を受け、フィールドc,d,eからの画素データを出力する。フィールドa,b,c,d,eはフィールドFm+2,Fm+1,Fm,Fm−1,Fm−2にそれぞれ対応する。この場合、2つのメモリ装置を従来の4つのフィールドメモリ及び5組のラインメモリの代わりに用いることができる。   Due to the subordinate connection, the ninth embodiment further provides a filtering operation for generating filtered pixels in the field Fm by performing operations on data in the five fields Fm, Fm-1, Fm-2, Fm + 1, and Fm + 2. This is realized with one memory device. The first memory device receives the new pixel data Da5 of FIG. 25, and at the same time outputs the old pixel data Dc5 and a burst of pixel data from the other fields a, b and c (pixel data Dc5 is The second memory device receives the pixel data Dc5 from the first memory device and outputs the pixel data from the fields c, d, and e. Fields a, b, c, d, and e correspond to fields Fm + 2, Fm + 1, Fm, Fm-1, and Fm-2, respectively. In this case, two memory devices can be used in place of the conventional four field memories and five sets of line memories.

図26〜29は第9の実施の形態のフィールドデータを記憶する方法を示す。   26 to 29 show a method of storing field data according to the ninth embodiment.

図26において、バンクAは、フィールドa(最新のフィールド)内の奇数Xアドレス(行アドレス)の画素のデータ及びフィールドb(その前のフィールド)の偶数Xアドレスの画素のデータを記憶する。バンクBは、フィールドa内の偶数Xアドレスの画素のデータ及びフィールドb内の奇数Xアドレスの画素のデータを記憶する。副メモリアレイはフィールドc及びdの対応するデータを保持する。図面中の矢印に付された数字「1」、「2」、「3」は、フィールドaにおいて奇数Xアドレスの行内の3つの画素をデータを読む動作(1)、フィールドbにおいて同じ行内の対応する3つの画素のデータを読む動作(2)、フィールド(c)において同じ行内の対応する3つの画素のデータを読む動作(3)を示す。これらの動作は、奇数Xアドレスの新しい画素が、黒いドットで示す位置に受信されたときに行なわれる。   In FIG. 26, bank A stores pixel data of odd-numbered X addresses (row addresses) in field a (latest field) and data of pixels of even-numbered X addresses in field b (previous field). Bank B stores even X address pixel data in field a and odd X address pixel data in field b. The secondary memory array holds corresponding data in fields c and d. The numbers “1”, “2”, and “3” attached to the arrows in the drawing are operations for reading data from three pixels in a row of an odd-numbered X address in the field a (1), and the correspondence in the same row in the field b. An operation (2) of reading data of three pixels to be performed and an operation (3) of reading data of corresponding three pixels in the same row in the field (c) are shown. These operations are performed when a new pixel having an odd X address is received at a position indicated by a black dot.

次に受信されるべき新しい画素は、偶数行(X)アドレスを有する。この画素は図27において黒いドットで示される場所に記憶される。一方、この偶数Xアドレスを有する3つの画素のデータはフィールドaから(4)、次にフィールドbから(5)、次にフィールドcから(6)読出される。   The new pixel to be received next has an even row (X) address. This pixel is stored in a location indicated by a black dot in FIG. On the other hand, the data of the three pixels having the even X address are read from field a (4), then from field b to (5), and then from field c to (6).

これらの動作により、バンクA及びバンクBにおいて交互に新しい画素が記憶される。これらの動作は、フィールドaの全ての画素が受信されるまで、続けられる。   With these operations, new pixels are alternately stored in bank A and bank B. These operations continue until all the pixels in field a are received.

図28を参照し、次のフィールド(フィールドz)において、偶数Xアドレスの画素のデータがバンクAに記憶され、奇数Xアドレスの画素のデータがバンクBに記憶される。これらの場合、フィールドbのデータが上書され、フィールドaのデータは保存される。黒いドットは、バンクA内において、偶数Xアドレスの新しい画素のデータが記憶される位置を示す。数字「1」、「2」、及び「3」は、フィールドzのこの偶数Xアドレスの3つの画素のデータを読む動作(1)、フィールドaの同じ行内の対応する3つの画素のデータを読む動作(2)、及びフィールドbの同じ行内の対応する3つの画素のデータを読む動作(3)を示す。   Referring to FIG. 28, in the next field (field z), pixel data of even X address is stored in bank A, and pixel data of odd X address is stored in bank B. In these cases, the data in field b is overwritten and the data in field a is preserved. A black dot indicates a position in bank A where data of a new pixel having an even X address is stored. The numbers “1”, “2” and “3” read the data of the three pixels of this even X address in field z (1), read the data of the corresponding three pixels in the same row of field a Operation (2) and operation (3) for reading the data of the corresponding three pixels in the same row of field b are shown.

図29において、バンクB内において、黒いドットは次の新しい画素(奇数Xアドレスを有する)のデータが記憶される位置を示す。数字「4」、「5」、及び「6」は、フィールドzのこの奇数Xアドレスの3つの画素のデータを読出す動作(4)、フィールドaの同じ行の対応する3つの画素のデータを読出す動作(5)、及びフィールドbの同じ行の対応する3つの画素のデータを読出す動作(6)を示す。   In FIG. 29, in the bank B, a black dot indicates a position where data of the next new pixel (having an odd X address) is stored. The numbers “4”, “5”, and “6” read the data of the three pixels at this odd-numbered X address in the field z (4), the data of the corresponding three pixels in the same row of the field a. An operation (5) for reading out and an operation (6) for reading out data of corresponding three pixels in the same row of the field b are shown.

図26ないし図29においては、偶数及び奇数行が分離して示してある。これは説明の便宜のためであり、当然ながら偶数及び奇数行をインターリーブしても良い。   In FIG. 26 to FIG. 29, the even and odd rows are shown separately. This is for convenience of explanation, and of course, even and odd rows may be interleaved.

第9の実施の形態の幾つかの動作モードについて次に説明する。最初の2つのモードにおいては、図26〜図29を用いて概説した方法を用い、図30に示すように、3つの相連続するフィールドから画素データを単一のバーストで出力する。   Next, several operation modes of the ninth embodiment will be described. In the first two modes, the method outlined with reference to FIGS. 26 to 29 is used, and pixel data is output from three consecutive fields in a single burst as shown in FIG.

図31は、従属接続されたメモリ構成に適した動作モードを示す。   FIG. 31 shows an operation mode suitable for a cascaded memory configuration.

時刻t1において、CS/及びRAS/が低レベルであり、奇数Xアドレス(Xi)がラッチされ、デコードされ、バンクA内の対応するワード線(WLi)がXデコーダ6Aにより駆動される。バンクバススイッチ56は、バンクAを出力ユニット16に接続する状態になる。   At time t1, CS / and RAS / are at a low level, the odd X address (Xi) is latched and decoded, and the corresponding word line (WLi) in bank A is driven by the X decoder 6A. The bank bus switch 56 is in a state of connecting the bank A to the output unit 16.

時刻t2において、CS/及びCAS/が低レベルであり、Yアドレス(Yj)が受信され、バンクA及びBのYアドレス発生器12A及び12B内のアドレスレジスタ52に記憶される。バンクAにおいて、アドレスYjは、ダウンカウンタ30にロードされ、主及び副Yデコーダ8A及び10Aが順にイネーブルされ、アドレスバススイッチ22Aが制御され(第1の実施の形態と同様)、古いデータDcjを、主メモリアレイ2Aから副メモリアレイ4Aに、そしてデータ出力ユニット16に転送する。バンクBにおいては、この時ワード線のプリチャージおよび、ビット線およびデータバスラインの初期化(プリチャージ及び等化)が開始される。   At time t2, CS / and CAS / are low, and the Y address (Yj) is received and stored in the address register 52 in the Y address generators 12A and 12B of banks A and B. In the bank A, the address Yj is loaded into the down counter 30, the main and sub Y decoders 8A and 10A are sequentially enabled, the address bus switch 22A is controlled (similar to the first embodiment), and the old data Dcj is stored. The data is transferred from the main memory array 2A to the sub memory array 4A and to the data output unit 16. In bank B, at this time, precharging of the word lines and initialization (precharging and equalization) of the bit lines and the data bus lines are started.

時刻t3において、CS/及びWE/が低レベルであり、行アドレスXi、列アドレスYjの新しいデータDajが受信され、データ入力ユニット14内にラッチされる。同時に、データ出力ユニット16は同じ行−列アドレスの古いデータDcjを出力する。この間、Yアドレス発生器12A内のダウンカウンタ30は減少を続け、データDaj−1及びDaj−2がバンクA内の主メモリアレイ2Aからデータ出力ユニット16に転送され、ワード線WLiはバンクB内において活性化されている。   At time t3, CS / and WE / are at the low level, and new data Daj of the row address Xi and the column address Yj is received and latched in the data input unit 14. At the same time, the data output unit 16 outputs old data Dcj having the same row-column address. During this time, the down counter 30 in the Y address generator 12A continues to decrease, the data Daj-1 and Daj-2 are transferred from the main memory array 2A in the bank A to the data output unit 16, and the word line WLi is in the bank B. Is activated.

主メモリアレイ2Aからデータ出力ユニット16へのデータDaj−2の転送が完了すると、バンクバススイッチ56は切換えられバンクBを出力ユニット16に接続し、バンクAを入力ユニット14に接続する。そして、バンクB内の主メモリアレイ2からデータ出力ユニット16へのデータDbj,Dbj−1,Dbj−2の転送が始まる。このとき、Yアドレス発生器12b内のダウンカウンタ30は必要な列アドレスを発生する。   When the transfer of the data Daj-2 from the main memory array 2A to the data output unit 16 is completed, the bank bus switch 56 is switched to connect the bank B to the output unit 16 and connect the bank A to the input unit 14. Then, the transfer of data Dbj, Dbj-1, Dbj-2 from the main memory array 2 in the bank B to the data output unit 16 starts. At this time, the down counter 30 in the Y address generator 12b generates a necessary column address.

データのバースト出力が時刻t3からt4に示されるように続く。出力データは最初はバンクA(フィールドa)から、次にバンクB(フィールドb)から読出される。データがバンクB内の主メモリアレイ2Bから読出されている間、アドレスYjがYアドレス発生器12A内のダウンカウンタ30に再ロードされ新しいデータDajがバンクA内の主メモリアレイ2Aに書込まれる。バンクBからデータ出力ユニット16へのデータの転送が終ると、バンクBは再びプリチャージされ、初期化される。この間に、バンクA内の副メモリアレイ4Aからデータ出力ユニット16へのデータの転送も開始される。このとき、バンクバススイッチ56は、バンクAを出力ユニット16に結合し、Yアドレス発生器12A内のダウンカウンタ30は再びYjからYj−2までカウントダウンする。   The burst output of data continues as shown from time t3 to t4. Output data is first read from bank A (field a) and then from bank B (field b). While data is being read from main memory array 2B in bank B, address Yj is reloaded into down counter 30 in Y address generator 12A and new data Daj is written into main memory array 2A in bank A. . When the data transfer from the bank B to the data output unit 16 is completed, the bank B is precharged again and initialized. During this time, data transfer from the sub memory array 4A in the bank A to the data output unit 16 is also started. At this time, the bank bus switch 56 couples the bank A to the output unit 16, and the down counter 30 in the Y address generator 12A again counts down from Yj to Yj-2.

時刻t4において、次のXアドレス(Xi+1)が入力される。これは偶数行アドレスであり、バンクB内で対応するワード線(WLi+1)が活性化される。同時に、データ出力ユニット16はデータDcjを出力し、データDcj−2がバンクA内の副メモリアレイ4Aからデータ出力ユニット16に転送される。   At time t4, the next X address (Xi + 1) is input. This is an even-numbered row address, and the corresponding word line (WLi + 1) in the bank B is activated. At the same time, the data output unit 16 outputs data Dcj, and the data Dcj-2 is transferred from the sub memory array 4A in the bank A to the data output unit 16.

時刻t5において、データ出力ユニット16からデータDcj−2が出力され、最初のバーストが終る。同時に、CS/、CAS/及びADX/が低レベルにされ、列アドレスYjがアドレスレジスタ52から、両バンクのYアドレス発生器12A及び12B内のダウンカウンタ30内に再ロードされる。このとき、バンクA内のワード線、ビット線、及びデータバスラインの初期化(プリチャージ及び等化)が始まる。   At time t5, data Dcj-2 is output from the data output unit 16, and the first burst ends. At the same time, CS /, CAS / and ADX / are made low, and the column address Yj is reloaded from the address register 52 into the down counter 30 in the Y address generators 12A and 12B of both banks. At this time, initialization (precharge and equalization) of the word lines, bit lines, and data bus lines in the bank A starts.

時刻t6において、第2のバーストが始まり、バンクB内の主メモリアレイ2Bからのデータの出力と、バンクB内の主メモリアレイ2B内に書込まれる新しいデータの入力とが行なわれる。第2のバーストは第1のバーストと同様に行なわれる。但し、バンクAとバンクBの役割が入替わる。   At time t6, the second burst starts, and data is output from main memory array 2B in bank B and new data is written in main memory array 2B in bank B. The second burst is performed in the same manner as the first burst. However, the roles of bank A and bank B are switched.

時刻t7において、他の新しいXアドレス(Xi+2)が受信され、第2のバーストの終了後、第3のバーストが行なわれる。第3のバーストも、ADX信号を用いて同じ列アドレスを再ロードして、第1のバーストと同様に行なわれる。   At time t7, another new X address (Xi + 2) is received, and after the end of the second burst, a third burst is performed. The third burst is performed in the same manner as the first burst by reloading the same column address using the ADX signal.

図31に示すように、バンクA及びBのアクセスを交互に行なうことで、一つのバンクのプリチャージは他のバンクからのデータの読出しの間に行なわれ、バースト間の遅れを短くできる。各バンクへの新しい入力データの書込みも、他のバンクからのデータの読出しの間に行なわれる。これにより動作の効率が高くなる。   As shown in FIG. 31, by alternately accessing banks A and B, precharging of one bank is performed while reading data from another bank, and the delay between bursts can be shortened. Writing of new input data to each bank is also performed during reading of data from other banks. This increases the efficiency of operation.

同じX及びYアドレスを持つデータの同時入力及び出力は、2つのメモリ装置を従属接続したとき、両者が同じアドレス信号及び制御信号(CS/,RAS/,CAS/,WE,及びADX/)を受け、両者から同じタイミングで出力データが得られることを意味する。この結果、従属接続されたメモリシステムの設計が簡単になる。   Simultaneous input and output of data having the same X and Y addresses can be used when both memory devices are connected in cascade, and both receive the same address signal and control signal (CS /, RAS /, CAS /, WE, and ADX /). This means that output data can be obtained at the same timing from both. As a result, the design of the memory system connected in cascade is simplified.

図31のXアドレスはすべて外部で発生されている。しかし、第9の実施の形態は、第5の実施の形態で説明したモードで動作することができる。この場合、新しいXアドレスはCS/,RAS/,及びADX/に応じて自動的に発生される。   All X addresses in FIG. 31 are generated externally. However, the ninth embodiment can operate in the mode described in the fifth embodiment. In this case, a new X address is automatically generated in response to CS /, RAS /, and ADX /.

図32は、従属接続されないメモリ構成に使用するのに適した同様の一連のバーストを示す。このモードにおける動作は図31と略同じである。但し、新しいデータ(Daj)の入力が2クロックサイクル早く行なわれ、これにより新しいデータがデータ入力ユニット14からデータ出力ユニット16に転送され、バーストの最初のデータとして出力されるのを可能にしている。このモードにおいて、第9の実施の形態は、出力を重複することなく、3フィールドの各々から3つの画素のデータを出力する。詳細な説明は省略する。   FIG. 32 shows a similar series of bursts suitable for use in a memory configuration that is not cascaded. The operation in this mode is substantially the same as in FIG. However, new data (Daj) is input two clock cycles earlier, thereby allowing new data to be transferred from the data input unit 14 to the data output unit 16 and output as the first data of the burst. . In this mode, the ninth embodiment outputs data of three pixels from each of the three fields without overlapping outputs. Detailed description is omitted.

第9の実施の形態の先に述べた動作モードはフィールド遅延が要求されるディジタルフィルタリングにおいて有用である。しかし、第9の実施の形態は他の動作、例えば動き予測(その場合フレーム遅延が必要である)においても利点を発揮する。図33を参照し、そのような動作の場合、フィールドa及びcからのデータのバーストが必要であり、間のフィールドbからのデータは必要ではない。
図34は従属モードにおけるこの種のバーストの出力を示す。時刻t1におけるXアドレスの入力により開始される最初のバーストでは、フィールドa及びcからのデータが出力される。データDcjは2度出力される。1度は新しいデータDajの入力と同時である。一つのバンク、例えばバンクAのみがこのバーストで用いられる。他のバンク(バンクB)は、最初のバースト中に、時刻t3からt4までの間にプリチャージされる。バンクBを用いる、第2のバーストのためのコマンド及びデータの入力は、時刻t4、t5、t6に起きる。これにより、第1のバーストの終了後直ちに(中断なく)第2のバーストが始まる。第2のバーストのためのアドレスは、第5の実施の形態で説明したようにADX/信号により発生される。第2のバーストの間に、背景動作として新しいデータDajがバンクA内の主メモリアレイ2Aに書込まれ、バンクAがプリチャージされる。
The operation mode described above in the ninth embodiment is useful in digital filtering that requires field delay. However, the ninth embodiment is also advantageous in other operations, such as motion estimation (in which case frame delay is required). Referring to FIG. 33, such an operation requires a burst of data from fields a and c and no data from field b in between.
FIG. 34 shows the output of this type of burst in subordinate mode. In the first burst started by inputting the X address at time t1, data from fields a and c are output. Data Dcj is output twice. Once, it is simultaneously with the input of new data Daj. Only one bank, eg bank A, is used in this burst. The other bank (Bank B) is precharged between times t3 and t4 during the first burst. Command and data input for the second burst using bank B occurs at times t4, t5, t6. This initiates the second burst immediately (without interruption) after the end of the first burst. The address for the second burst is generated by the ADX / signal as described in the fifth embodiment. During the second burst, new data Daj is written to the main memory array 2A in the bank A as a background operation, and the bank A is precharged.

図35は、第9の実施の形態の類似の非従属接続動作モードを示す。動作タイミングは図34と略同じである。但し、新しいデータ(Daj)の入力が2クロックサイクル早く行なわれ、新しい入力データが、データ入力ユニット14からデータ出力ユニット16に転送され、バーストの最初のデータとして出力されるのを可能にしている。各バーストは2フィールド(相互間に1フレーム遅延を有する)の各々からの5つの画素からなる。   FIG. 35 shows a similar non-dependent connection operation mode of the ninth embodiment. The operation timing is substantially the same as in FIG. However, new data (Daj) is input two clock cycles earlier, allowing new input data to be transferred from the data input unit 14 to the data output unit 16 and output as the first data of the burst. . Each burst consists of 5 pixels from each of 2 fields (with 1 frame delay between each other).

画像処理動作のある種のものにおいては、異なるフィールドに対し異なる量のデータが必要とされる。図36は、フィールドaから5画素、フィールドBから3画素、フィールドcから5画素がそれぞれ要求される場合を示す。第9の実施の形態は、バンクA及びBのための別個のYアドレス発生器12A及び12Bを有するので、バンクA及びBのダウンカウンタ及びYアドレスデコーダを別個に制御することにより、上記の要求に簡単に応えることができる。   Some types of image processing operations require different amounts of data for different fields. FIG. 36 shows a case where 5 pixels from field a, 3 pixels from field B, and 5 pixels from field c are required. Since the ninth embodiment has separate Y address generators 12A and 12B for banks A and B, the above request can be obtained by separately controlling the down counters and Y address decoders of banks A and B. Can be easily met.

図37は、非従属接続モードにおける、この種のバースト出力を示す。このバーストは、フィールドaからの5画素(DajからDaj−4)、フィールドbからの3画素(DbjからDbj−2)、及びフィールドcからの5画素(DcjからDcj−4)を含む。この種のバーストは、14クロックサイクルの周期で繰返される。これは新しい画素の入力相互間の間隔(文字「T」で示す)に等しい。   FIG. 37 shows this type of burst output in non-dependent connection mode. This burst includes 5 pixels from field a (Daj to Daj-4), 3 pixels from field b (Dbj to Dbj-2), and 5 pixels from field c (Dcj to Dcj-4). This type of burst is repeated with a period of 14 clock cycles. This is equal to the spacing between the new pixel inputs (indicated by the letter “T”).

この種の動作の更なる詳細は後の実施の形態の説明で現われる。   Further details of this type of operation will appear later in the description of the embodiment.

第10の実施の形態
図38を参照し、第10の実施の形態は、第9の実施の形態と類似である。但し、第6の実施の形態と同様、各バンクが主及び副メモリアレイのための別個のデータバスラインを有する。バンクAは主データバス58A及び副データバス60Aを有する。バンクBは、主データバス58B及び副データバス60Bを有する。主データバス58A及び58Bはバンクバススイッチ56を介してデータ入力ユニット14及びデータ出力ユニット16に接続されている。副データバス60A及び60Bはバンクバススイッチ56を介してデータ出力ユニット16に接続されている。
Tenth Embodiment Referring to FIG. 38, the tenth embodiment is similar to the ninth embodiment. However, as in the sixth embodiment, each bank has separate data bus lines for the main and sub memory arrays. Bank A has a main data bus 58A and a sub data bus 60A. Bank B has a main data bus 58B and a sub data bus 60B. The main data buses 58A and 58B are connected to the data input unit 14 and the data output unit 16 via the bank bus switch 56. The sub data buses 60A and 60B are connected to the data output unit 16 via the bank bus switch 56.

図38の他の部材は図24のものと同じであり、同じ符号が付されている。   The other members in FIG. 38 are the same as those in FIG. 24, and are denoted by the same reference numerals.

別個の主及び副データバスを備えているので、第9の実施の形態のデータバススイッチ26A及び26B並びに書込み増幅器28A及び28Bが不要となり、回路構成が簡単になる。さらに、第6の実施の形態と同様、データバスラインの電気抵抗及びキャパシタンスが小さくなり、動作速度が高まる。   Since separate main and sub data buses are provided, the data bus switches 26A and 26B and the write amplifiers 28A and 28B of the ninth embodiment are not required, and the circuit configuration is simplified. Furthermore, as in the sixth embodiment, the electrical resistance and capacitance of the data bus line are reduced, and the operation speed is increased.

第11の実施の形態
図39を参照し、第11の実施の形態は第9の実施の形態と類似である。但し、第7の実施の形態と同様、各バンクが、主及び副メモリアレイに対し別個のアドレスバスラインを有する。バンクAは主下位アドレスライン47A及び副下位アドレスライン48Aを有する。バンクBは主下位アドレスライン47B及び副下位アドレスライン48Bを有する。図39の他の部材は、図24のものと同じであり、同じ符号が付されている。
Eleventh Embodiment Referring to FIG. 39, the eleventh embodiment is similar to the ninth embodiment. However, as in the seventh embodiment, each bank has separate address bus lines for the main and sub memory arrays. Bank A has a main lower address line 47A and a sub-lower address line 48A. Bank B has a main lower address line 47B and a sub lower address line 48B. Other members in FIG. 39 are the same as those in FIG. 24, and are denoted by the same reference numerals.

別個の主及び副アドレスバスを備えることにより、第9の実施の形態のアドレスバススイッチ及びアドレス保持ラッチが不要となり、回路構成が簡単になる。さらに、第7の実施の形態について述べたように、アドレスバスラインの電気抵抗及びキャパシタンスを小さくすることができ、動作速度が高くなる。   By providing separate main and sub address buses, the address bus switch and the address holding latch of the ninth embodiment are not required, and the circuit configuration is simplified. Furthermore, as described in the seventh embodiment, the electrical resistance and capacitance of the address bus line can be reduced, and the operation speed is increased.

第12の実施の形態
図40を参照し、第12の実施の形態は第10及び第11の実施の形態の特徴を組合せたものである。別個の、主データバス58A、58B、及び別個の副データバス60A、60Bが設けられ、別個の主下位アドレスライン47A、47B、及び別個の副下位アドレスライン48A、48Bが設けられている。第9の実施の形態のバススイッチ22A、22B、26A、26B、書込み増幅器28A、28B、及びアドレス保持ラッチ40A、40Bがすべて不要となる。
Twelfth Embodiment Referring to FIG. 40, the twelfth embodiment is a combination of the features of the tenth and eleventh embodiments. Separate main data buses 58A, 58B and separate sub data buses 60A, 60B are provided, and separate main lower address lines 47A, 47B and separate sub lower address lines 48A, 48B are provided. The bus switches 22A, 22B, 26A, and 26B, the write amplifiers 28A and 28B, and the address holding latches 40A and 40B of the ninth embodiment are all unnecessary.

第12の実施の形態は第10及び第11の実施の形態の双方の利点(回路構成の簡単化及び動作の高速化)を併せ持つ。   The twelfth embodiment has the advantages of both the tenth and eleventh embodiments (simplified circuit configuration and faster operation).

第13の実施の形態
図41を参照し、第13の実施の形態は第11の実施の形態に類似である。但し、データバス24A、24Bは主及び副部分に分割されておらず、書込み増幅器が設けられていない。斯くして、第11の実施の形態のバススイッチ26A、26B及び書込み増幅器28A、28Bが除去されている。
Thirteenth Embodiment Referring to FIG. 41, the thirteenth embodiment is similar to the eleventh embodiment. However, the data buses 24A and 24B are not divided into main and sub parts, and no write amplifier is provided. Thus, the bus switches 26A and 26B and the write amplifiers 28A and 28B of the eleventh embodiment are eliminated.

新たな部材として、第13の実施の形態はバンクバススイッチ56に結合された転送レジスタ62を備えている。転送レジスタ62は、一つのバンク内の主メモリアレイから副メモリアレイに転送されつつあるデータを一時的に記憶し、これによりそのデータの副メモリアレイへの書込みを、他のバンクがアクセスされている間に、背景動作として行なうことを可能にする。   As a new member, the thirteenth embodiment includes a transfer register 62 coupled to the bank bus switch 56. The transfer register 62 temporarily stores data being transferred from the main memory array in one bank to the sub memory array, so that writing of the data to the sub memory array is performed by other banks being accessed. It is possible to perform as a background motion while

他の部材は図39のものと同様であり、同じ符号が付されている。データ入力ユニット14とデータ出力ユニット16の相互接続は図41に明示されている。   Other members are the same as those in FIG. 39, and are denoted by the same reference numerals. The interconnection of data input unit 14 and data output unit 16 is clearly shown in FIG.

次に第13の実施の形態の、非従属接続、フィールド遅延モードにおける動作を、図42〜図47を参照して説明する。入力及び出力データ及び制御信号のタイミング関係は第9の実施の形態の対応するモードと同じであるので、図32に示されたタイミング及びデータ値をも参照する。   Next, the operation of the thirteenth embodiment in the non-dependent connection and field delay mode will be described with reference to FIGS. Since the timing relationship between the input and output data and the control signal is the same as the corresponding mode of the ninth embodiment, reference is also made to the timing and data values shown in FIG.

図32に示されるように、X及びYアドレスXi及びYjの入力(t1、t2)の後、図42のバンクA、Bにおいてワード線WLai,WLbiが、第9の実施の形態で説明したタイミングで活性化され、バンクバススイッチ56がデータ出力ユニット16及び転送レジスタ62を共にバンクAのデータバス24Aに結合する。バンクAの主メモリアレイ2A内の、このX−Yアドレス(Xi−Yj)に記憶された古いデータDcjはデータバス24A及びバンクバススイッチ56を介して転送レジスタ62に転送され(図42の矢印)、新しい入力データDajはデータ入力ユニット14からデータ出力ユニット16に転送される。データDajはデータ出力ユニット16から、2クロックサイクルの読出しレイテンシーを持って出力される(図32、時刻t3)。   As shown in FIG. 32, after the inputs (t1, t2) of the X and Y addresses Xi and Yj, the word lines WLai and WLbi in the banks A and B in FIG. 42 are at the timing described in the ninth embodiment. The bank bus switch 56 couples the data output unit 16 and the transfer register 62 together to the bank A data bus 24A. The old data Dcj stored in the XY address (Xi-Yj) in the main memory array 2A of the bank A is transferred to the transfer register 62 via the data bus 24A and the bank bus switch 56 (arrows in FIG. 42). ), The new input data Daj is transferred from the data input unit 14 to the data output unit 16. Data Daj is output from the data output unit 16 with a read latency of 2 clock cycles (FIG. 32, time t3).

図43を参照し、データDcjの後、データDaj−1,Daj−2が主メモリアレイ2Aからデータバス24A及びバンクバススイッチ56を介してデータ出力ユニット16に転送され、時刻t3後の次の2クロックサイクルにデータ出力ユニット16から出力される。データDaj,Dcjはそれぞれデータ入力ユニット14及び転送レジスタ62にそれぞれ保持されたままである。   Referring to FIG. 43, after data Dcj, data Daj-1 and Daj-2 are transferred from main memory array 2A to data output unit 16 via data bus 24A and bank bus switch 56, and the next after time t3. It is output from the data output unit 16 in two clock cycles. The data Daj and Dcj are held in the data input unit 14 and the transfer register 62, respectively.

図44を参照し、バンクA内の主メモリアレイ2Aからデータ出力ユニット16へのデータDaj−2の転送に続き、バンクバススイッチ56が切換えられ、データ入力ユニット14がバンクAのデータバス24Aに接続され、データ出力ユニット16がバンクBのデータバス24Bに接続される。Yアドレス発生器12A、12Bはともに列アドレスYjを発生する。新しい入力データDajはデータ入力ユニット14からバンクバススイッチ56及びデータバス24Aを介してバンクA内の主メモリアレイ2Aに転送され、データDcjが記憶されていたメモリセルに書込まれる。略同時に、データDbjがバンクB内の主メモリアレイ2Bからデータバス24B及びバンクバススイッチ56を介して、データ出力ユニット16に転送され、データDaj−2の次に出力される。   Referring to FIG. 44, following the transfer of data Daj-2 from main memory array 2A in bank A to data output unit 16, bank bus switch 56 is switched, and data input unit 14 is transferred to data bus 24A in bank A. The data output unit 16 is connected to the data bus 24B of the bank B. Both Y address generators 12A and 12B generate a column address Yj. New input data Daj is transferred from the data input unit 14 to the main memory array 2A in the bank A via the bank bus switch 56 and the data bus 24A, and is written in the memory cell in which the data Dcj is stored. At substantially the same time, the data Dbj is transferred from the main memory array 2B in the bank B to the data output unit 16 via the data bus 24B and the bank bus switch 56, and is output next to the data Daj-2.

次に、図45を参照し、バンクA内のYアドレス発生器12Aは任意の便宜な列アドレスを発生する。一方、バンクB内のYアドレス発生器12Bはカウントダウンして、Yj−1及びYj−2を出力する。これらのクロックサイクルにおいて、転送レジスタ62に保持されたデータDcjは、バンクバススイッチ56及びデータバス24Aを介してバンクA内の副メモリアレイ4Aに転送され、Yアドレス発生器12Aにより指定される列のメモリセル内に書込まれる。一方、データDbj−1及びDbj−2はバンクB内の主メモリアレイ2Bからデータバス24B及びバンクバススイッチ56を介してデータ出力ユニット16に転送される。これらのデータはデータDbjの次にデータ出力ユニット16から出力される。   Next, referring to FIG. 45, the Y address generator 12A in the bank A generates an arbitrary convenient column address. On the other hand, the Y address generator 12B in the bank B counts down and outputs Yj-1 and Yj-2. In these clock cycles, the data Dcj held in the transfer register 62 is transferred to the sub memory array 4A in the bank A via the bank bus switch 56 and the data bus 24A, and is designated by the Y address generator 12A. Written in the memory cell. On the other hand, the data Dbj-1 and Dbj-2 are transferred from the main memory array 2B in the bank B to the data output unit 16 via the data bus 24B and the bank bus switch 56. These data are output from the data output unit 16 next to the data Dbj.

図46を参照し、次に、データ出力ユニット16に転送され、データ出力ユニット16から出力されるべきデータは、転送レジスタ62に保持されているデータDcjである。データDcjは図32の時刻t4にデータ出力ユニット16から出力される。   Referring to FIG. 46, the data to be transferred to the data output unit 16 and to be output from the data output unit 16 is data Dcj held in the transfer register 62. Data Dcj is output from data output unit 16 at time t4 in FIG.

図47を参照し、バンクバススイッチ56が再び切換えられ、データ出力ユニット16がバンクA内のデータバス24Aに接続され、Yアドレス発生器12Aが更に2つ列アドレスを発生する。データDcj−1及びDcj−2はバンクA内の副メモリアレイ4Aからデータバス24A及びバンクバススイッチ56を介してデータ出力ユニット16に転送され、データDcjに続いて出力される。これにより図32の最初のバーストが完了する。   Referring to FIG. 47, bank bus switch 56 is switched again, data output unit 16 is connected to data bus 24A in bank A, and Y address generator 12A further generates two column addresses. The data Dcj-1 and Dcj-2 are transferred from the sub memory array 4A in the bank A to the data output unit 16 via the data bus 24A and the bank bus switch 56, and output following the data Dcj. This completes the first burst of FIG.

次のバーストも同様に行なわれる。但し、バンクA及びBの役割が入替わる。   The next burst is performed in the same manner. However, the roles of banks A and B are switched.

第13の実施の形態も図31に示すように従属接続モードで動作することができる。内部動作は図42〜図47を参照して説明したのと同様である。但し、データ入力ユニット14からデータ出力ユニット16への新しいデータDajの転送は行なわれない。代りに古いデータDcjがデータ出力ユニット16に転送され、バーストの最初に出力され、新しいデータDajの入力が古いデータDcjの出力と同時に行なわれる(図48)。   The thirteenth embodiment can also operate in the slave connection mode as shown in FIG. The internal operation is the same as that described with reference to FIGS. However, transfer of new data Daj from the data input unit 14 to the data output unit 16 is not performed. Instead, the old data Dcj is transferred to the data output unit 16 and output at the beginning of the burst, and the new data Daj is input simultaneously with the output of the old data Dcj (FIG. 48).

第13の実施の形態における外部データ入力及び出力のシーケンス及びタイミングは第9の実施の形態と同じであるが、転送レジスタ62は内部動作に対する要求を幾つかの点で緩和する。図45に示すように、データDcjの転送レジスタ62から副メモリアレイ4Aへの書込みが、データDbj−1及びDbj−2の主メモリアレイ2Bからデータ出力ユニット16への転送の間に、背景において行なわれるので、副Mメモリアレイ4A内のビット線上のデータDcjの増幅のためのタイミングマージンが大きくなる。さらに、データDcjの主2Aからの転送と、副メモリアレイ4Aへの転送とが別個の動作で行なわれるので、副メモリアレイ4Aへのアクセスが始まるときにYアドレス発生器12A内のダウンカウンタ30に再ロードする必要がなく、ダウンカウンタ30は現在の値を引続いてカウントダウンを続ければ良い。Yアドレス発生器12A内のダウンカウンタ30は、全バーストの間に、データDajを主メモリアレイ2Aに書込む前に、再ロードを(第9の実施の形態のごとく2度ではなく)1度行なう必要がある。 The sequence and timing of external data input and output in the thirteenth embodiment are the same as in the ninth embodiment, but the transfer register 62 relaxes the demand for internal operations in several ways. As shown in FIG. 45, the writing of data Dcj from the transfer register 62 to the sub memory array 4A is performed in the background during the transfer of data Dbj-1 and Dbj-2 from the main memory array 2B to the data output unit 16. As a result, the timing margin for amplification of the data Dcj on the bit line in the sub-M memory array 4A is increased. Further, since transfer of data Dcj from main 2A and transfer to sub memory array 4A are performed in separate operations, when access to sub memory array 4A starts, down counter 30 in Y address generator 12A There is no need to reload the down counter 30, and the down counter 30 may continue counting down following the current value. The down counter 30 in the Y address generator 12A performs a reload once (not twice as in the ninth embodiment) before writing the data Daj into the main memory array 2A during the entire burst. Need to do.

上記の説明においてデータDajの主メモリアレイ2Aへの書込みが、データDcjの副メモリアレイ4Aへの書込みの前に行なわれる。しかし、これらの順序は逆にしても良い。   In the above description, the data Daj is written into the main memory array 2A before the data Dcj is written into the sub memory array 4A. However, these orders may be reversed.

第13の実施の形態の変形として、副メモリアレイ4A及び4B内の任意のアドレスにデータを記憶することができ、データバス24A及び24Bが主及び副部分に分割されていないので、第13の実施の形態をメモリアレイ、Yデコーダ、Yアドレスバンクが各バンクに一つしかない場合に適用し得る。この場合、各バンクのメモリアレイの一部は副部分として利用され、上書されるデータが同じアレイの他の(主)部分からこの副部分に転送される。   As a modification of the thirteenth embodiment, data can be stored at an arbitrary address in the sub memory arrays 4A and 4B, and the data buses 24A and 24B are not divided into main and sub parts. The embodiment can be applied to the case where there is only one memory array, Y decoder, and Y address bank in each bank. In this case, a part of the memory array of each bank is used as a sub-part, and the overwritten data is transferred from the other (main) part of the same array to this sub-part.

次に、第13の実施の形態に関連する更に5つの実施の形態を説明する。以下の説明で図41と同じ符号は等価な部材を示す。 Next, five further embodiments related to the thirteenth embodiment will be described. In the following description, the same reference numerals as those in FIG. 41 denote equivalent members.

第14の実施の形態
図49を参照し、第14の実施の形態は、データ入力ユニット14とバンクバススイッチ56の間に結合された入力データレジスタ64を含む。入力データはデータ入力ユニット14から入力データレジスタ64に転送され、主メモリアレイの一つに書込まれるまでの間入力データレジスタ64に保持される。
Fourteenth Embodiment Referring to FIG. 49, the fourteenth embodiment includes an input data register 64 coupled between the data input unit 14 and the bank bus switch 56. Input data is transferred from the data input unit 14 to the input data register 64 and held in the input data register 64 until it is written to one of the main memory arrays.

この違いを除けば、第14の実施の形態は第13の実施の形態と同様に動作する。従って、詳細な説明は省略する。   Except for this difference, the fourteenth embodiment operates in the same manner as the thirteenth embodiment. Therefore, detailed description is omitted.

入力データレジスタ64により、メモリ装置の内部動作のタイミングに関し自由度が増大する。他の利点は、入力データがメモリアレイの近くで記憶されることである。この点は、データ入力ユニット14からバンクバススイッチ56の間には、信号線の長さ及び信号伝搬時間と言う点で長い距離があるかも知れないので重要である。   The input data register 64 increases the degree of freedom regarding the timing of the internal operation of the memory device. Another advantage is that the input data is stored near the memory array. This is important because there may be a long distance between the data input unit 14 and the bank bus switch 56 in terms of signal line length and signal propagation time.

第15の実施の形態
図50を参照し、第15の実施の形態は第13の実施の形態と同様である。但し、単一の転送レジスタ62の代りに、バンクA、Bのデータバス24A、24Bに別個の転送レジスタ62A、62Bが結合されている。この構成により、データを、バンクバススイッチ56を介することなく、各バンクの主メモリアレイから転送レジスタに転送すること、及び転送レジスタから各バンクの副メモリアレイに転送することが可能になる。そのため、転送の際、バンクバススイッチ56の電気抵抗が障害とならない。
Fifteenth Embodiment Referring to FIG. 50, the fifteenth embodiment is the same as the thirteenth embodiment. However, instead of the single transfer register 62, separate transfer registers 62A and 62B are coupled to the data buses 24A and 24B of the banks A and B. With this configuration, data can be transferred from the main memory array of each bank to the transfer register and from the transfer register to the sub memory array of each bank without going through the bank bus switch 56. Therefore, the electric resistance of the bank bus switch 56 does not become an obstacle during the transfer.

第16の実施の形態
図51を参照し、第16の実施の形態は、第14の実施の形態及び第15の実施の形態の特徴を組合せたものである。即ち、第14の実施の形態のように、入力データレジスタ64を有し、第15の実施の形態のように別個の転送レジスタ62A、62Bを有する。この構成の利点は上記の通りである。
Sixteenth Embodiment Referring to FIG. 51, the sixteenth embodiment is a combination of the features of the fourteenth embodiment and the fifteenth embodiment. That is, it has an input data register 64 as in the fourteenth embodiment and separate transfer registers 62A and 62B as in the fifteenth embodiment. The advantages of this configuration are as described above.

第17の実施の形態
図52を参照し、第17の実施の形態は、バンクA、Bの双方に単一のフルデュープレクスデータバス66を用いており、これにより、第13の実施の形態のバンクバススイッチ56を除去している。フルデュープレクスデータバスは、読出し及び書込みを、衝突を起こすことなく、同時に行ない得るデータバスである。データバス66は、データ入力ユニット14、データ出力ユニット16及び転送レジスタ62に直接結合されている。
Seventeenth Embodiment Referring to FIG. 52, in the seventeenth embodiment, a single full-duplex data bus 66 is used for both banks A and B, thereby the thirteenth embodiment. The bank bus switch 56 is removed. The full-duplex data bus is a data bus that can perform reading and writing at the same time without causing a collision. Data bus 66 is directly coupled to data input unit 14, data output unit 16 and transfer register 62.

他の部材は、第13の実施の形態のものと同様であり、同じ符号で示されている。   Other members are the same as those in the thirteenth embodiment, and are denoted by the same reference numerals.

第17の実施の形態は第13の実施の形態と略同様に動作する。但し、データバスの切換えの必要がなく、またバンクバススイッチの電気抵抗もない。   The seventeenth embodiment operates in substantially the same manner as the thirteenth embodiment. However, there is no need to switch the data bus, and there is no electrical resistance of the bank bus switch.

第18の実施の形態
図53を参照し、第18の実施の形態は第14の実施の形態及び第17の実施の形態の特徴を組合せたものである。即ち、データ出力ユニット16、転送レジスタ62、及び入力データレジスタ64に結合されたフルデュープレクスデータバス66を有する。この構成の利点は上記の通りである。
Eighteenth Embodiment Referring to FIG. 53, the eighteenth embodiment is a combination of the features of the fourteenth embodiment and the seventeenth embodiment. That is, it has a full-duplex data bus 66 coupled to the data output unit 16, transfer register 62, and input data register 64. The advantages of this configuration are as described above.

第19の実施の形態
図54を参照し、第19の実施の形態は第13の実施の形態に対して、Yアドレス発生器12A、12Bの構成において異なる。第13の実施の形態では、各Yアドレス発生器が別個にアクセスカウンタ50を有し、これによりダウンカウンタ30により発生されるアドレスの数を制御していた。第19の実施の形態では、Yアドレス発生器12A、12Bが同じアクセスカウンタ50を共用する。共用されるアクセスカウンタ50はメモリ制御信号発生器(SG)68(これまでの実施の形態では図示の簡単化のため省略していた)により制御される。第19の実施の形態にはまた、アクセスカウントレジスタ70が設けられている。このアクセスカウントレジスタ70は、アクセスカウンタ50のための初期値ADNを記憶する。この値はメモリ制御信号発生器68から供給される。
Nineteenth Embodiment Referring to FIG. 54, the nineteenth embodiment differs from the thirteenth embodiment in the configuration of Y address generators 12A and 12B. In the thirteenth embodiment, each Y address generator has an access counter 50 separately, thereby controlling the number of addresses generated by the down counter 30. In the nineteenth embodiment, the Y address generators 12A and 12B share the same access counter 50. The shared access counter 50 is controlled by a memory control signal generator (SG) 68 (which has been omitted in the above embodiments for the sake of simplicity). In the nineteenth embodiment, an access count register 70 is also provided. The access count register 70 stores an initial value ADN for the access counter 50. This value is supplied from the memory control signal generator 68.

第19の実施の形態の他の部材(転送レジスタ62を含む)は第13の実施の形態と同じであり、同じ符号で示されている。   Other members in the nineteenth embodiment (including the transfer register 62) are the same as those in the thirteenth embodiment, and are denoted by the same reference numerals.

第19の実施の形態は、Yアドレス発生器12A、12Bの各々が常に固定数の相連続するアドレスを発生するようにアドレス発生器を制御するための効率的な方法を提供する。メモリ制御信号発生器68は、単に適切な固定数ADNをアクセスカウントレジスタ70に書込み、次いでアクセスカウンタ50に対し、この固定数ADNを適切な時に再ロードするようコマンドを与え、アクセスカウンタ50にYアドレス発生器12A、12Bに対する制御を行なわせる。   The nineteenth embodiment provides an efficient method for controlling the address generator such that each of the Y address generators 12A, 12B always generates a fixed number of consecutive addresses. The memory control signal generator 68 simply writes the appropriate fixed number ADN to the access count register 70 and then commands the access counter 50 to reload this fixed number ADN at the appropriate time, Control is performed on the address generators 12A and 12B.

この制御モードは、例えば、図31及び図32に示すように、3つのフィールドの各々から同数の画素を必要とするフィルタリング動作において有用である。   This control mode is useful, for example, in filtering operations that require the same number of pixels from each of the three fields, as shown in FIGS.

第20の実施の形態
図55を参照し、第20の実施の形態は第14の実施の形態と第19の実施の形態の特徴を組合せたものであり、転送レジスタ62、入力データレジスタ64、メモリ制御信号発生器68により制御される共用のアクセスカウンタ50、固定値ADNを記憶するアクセスカウントレジスタ70を有する。アクセスカウントレジスタ70に記憶される固定値ADNは、Yアドレス発生器12A、12Bにより発生される相連続するアドレスの数を制御するためにアクセスカウンタ50により利用される。第20の実施の形態の利点は上記の通りである。
Twenty Embodiment Referring to FIG. 55, the twentieth embodiment is a combination of the features of the fourteenth embodiment and the nineteenth embodiment, and includes a transfer register 62, an input data register 64, A shared access counter 50 controlled by a memory control signal generator 68 and an access count register 70 for storing a fixed value ADN are provided. The fixed value ADN stored in the access count register 70 is used by the access counter 50 to control the number of consecutive addresses generated by the Y address generators 12A and 12B. The advantages of the twentieth embodiment are as described above.

第21の実施の形態
図56を参照し、第21の実施の形態は、第15の実施の形態の特徴と、第19の実施の形態の特徴を組合せたものであり、第19の実施の形態の単一の転送レジスタ62の代りに、バンクA、B内のデータバス24A、24Bに結合された別個の転送レジスタ62A、62Bを有する。第21の実施の形態の利点は上記の通りである。
Twenty-first embodiment Referring to FIG. 56, the twenty-first embodiment is a combination of the features of the fifteenth embodiment and the features of the nineteenth embodiment. Instead of a single transfer register 62 of the form, it has separate transfer registers 62A, 62B coupled to the data buses 24A, 24B in banks A, B. The advantages of the twenty-first embodiment are as described above.

第22の実施の形態
図57を参照し、第22の実施の形態は第16の実施の形態及び第19の実施の形態の特徴を組合せたものであり、入力データレジスタ64、別個のバンクA、B内のデータバス24A、24Bに結合された別個の転送レジスタ62A、62B、及び第19の実施の形態で説明された他の部材を有する。第22の実施の形態の利点は上記の通りである。
Twenty-second Embodiment Referring to FIG. 57, the twenty-second embodiment is a combination of the features of the sixteenth and nineteenth embodiments, and includes an input data register 64 and a separate bank A. , B, separate transfer registers 62A, 62B coupled to the data buses 24A, 24B, and other members described in the nineteenth embodiment. The advantages of the twenty-second embodiment are as described above.

第23の実施の形態
図58を参照し、第23の実施の形態は第17の実施の形態及び第19の実施の形態の特徴を組合せたものであり、データ入力ユニット14、データ出力ユニット16及び転送レジスタ62に結合されたフルデュープレクスデータバス66と、第19の実施の形態で説明した他の部材を有する。第23の実施の形態の利点は上記の通りである。
Twenty-third Embodiment Referring to FIG. 58, the twenty-third embodiment is a combination of the features of the seventeenth and nineteenth embodiments, and includes a data input unit 14 and a data output unit 16. And a full-duplex data bus 66 coupled to the transfer register 62 and the other members described in the nineteenth embodiment. The advantages of the twenty-third embodiment are as described above.

第24の実施の形態
図59を参照し、第24の実施の形態は第18の実施の形態と第19の実施の形態の特徴を組合せたものであり、データ出力ユニット16、転送レジスタ62、及び入力データレジスタ64に結合されたフルデュープレクスデータバス66と、第19の実施の形態で説明した他の部材を有する。第24の実施の形態の利点は上記したのと同じである。
Twenty-fourth Embodiment Referring to FIG. 59, the twenty-fourth embodiment is a combination of the features of the eighteenth embodiment and the nineteenth embodiment, and includes a data output unit 16, a transfer register 62, And a full-duplex data bus 66 coupled to the input data register 64 and the other members described in the nineteenth embodiment. The advantages of the twenty-fourth embodiment are the same as described above.

第25の実施の形態
図60を参照し、第25の実施の形態は、第19の実施の形態の構成に、さらに2つのアクセスカウントレジスタ72、74を付加したものである。第1のアクセスカウントレジスタ70は、バースト内の最初にアクセスされるフィールドから必要とされる画素の数に対応した値ADN1を保持する。第2及び第3のアクセスカウントレジスタ72、74、は第2、第3のフィールドから必要とされる画素の数に対応した値ADN2、ADN3を保持する。3つの値ADN1,ADN2,ADN3はすべてメモリ制御信号発生器68から供給される。
Twenty-fifth Embodiment Referring to FIG. 60, the twenty-fifth embodiment is obtained by adding two access count registers 72 and 74 to the configuration of the nineteenth embodiment. The first access count register 70 holds a value ADN1 corresponding to the number of pixels required from the first accessed field in the burst. The second and third access count registers 72 and 74 hold values ADN2 and ADN3 corresponding to the number of pixels required from the second and third fields. All three values ADN1, ADN2, and ADN3 are supplied from the memory control signal generator 68.

第25の実施の形態は図36及び図37に示したように、必要とされる画素データの数がフィールドごとに異なるフィルタリング動作において有用である。図36及び図37の動作のためには、ADN1,ADN2,ADN3はそれぞれ「5」、「3」、「5」に設定される。ADN1は、バーストの最初の部分(このときデータは例えばバンクAの主メモリアレイ2Aから読出される)を制御するために用いられる。ADN2は、バーストの第2の部分(このときデータは例えばバンクBの主メモリアレイ2Bから読出される)を制御するために用いられる。ADN3は、バーストの第3の部分(このときデータは例えばバンクAの副メモリアレイ4Aから読出される)を制御するために用いられる。   As shown in FIGS. 36 and 37, the twenty-fifth embodiment is useful in a filtering operation in which the number of required pixel data is different for each field. For the operations of FIGS. 36 and 37, ADN1, ADN2, and ADN3 are set to “5”, “3”, and “5”, respectively. ADN1 is used to control the first part of the burst (at which time the data is read from the main memory array 2A of bank A, for example). ADN2 is used to control the second part of the burst (at which time the data is read from, for example, main memory array 2B in bank B). ADN3 is used to control the third part of the burst (at which time the data is read from, for example, the sub-memory array 4A of bank A).

第26の実施の形態
図61を参照し、第26の実施の形態は第25の実施の形態の構成に一対のアドレス再計算器(RECALC)76A、76Bを付加したものである。アドレス再計算器76Aは、バンクA内のYアドレス発生器12Aに結合され、メモリ制御信号発生器68により出力されるシフト制御信号SFTaに応じて、Yアドレス発生器12Aで用いられる開始Yアドレスを再計算する。アドレス再計算器76Bは、バンクB内のYアドレス発生器12Bに結合され、メモリ制御信号発生器68により出力されるシフト制御信号SFTbに応じて、Yアドレス発生器12Bで用いられる開始Yアドレスを再計算する。
Twenty-sixth Embodiment Referring to FIG. 61, the twenty-sixth embodiment is obtained by adding a pair of address recalculators (RECALC) 76A and 76B to the configuration of the twenty-fifth embodiment. The address recalculator 76A is coupled to the Y address generator 12A in the bank A, and determines the start Y address used by the Y address generator 12A in response to the shift control signal SFTa output from the memory control signal generator 68. Recalculate. The address recalculator 76B is coupled to the Y address generator 12B in the bank B, and determines the start Y address used by the Y address generator 12B in response to the shift control signal SFTb output from the memory control signal generator 68. Recalculate.

第26の実施の形態はインターレース走査から順次走査への変換に用いられるフィルタリングにおいて特に有用である。これは図62〜図64に示されている。図62〜図64は、時間軸に沿って分布するいくつかの相連続するフィールドの垂直断面を示す。   The twenty-sixth embodiment is particularly useful in filtering used for conversion from interlaced scanning to sequential scanning. This is illustrated in FIGS. 62-64. 62-64 show vertical cross sections of several successive fields distributed along the time axis.

図62において、インターレース走査においては、偶数フィールド(フィールドa、c)の画素は奇数フィールド(フィールドb、d)の画素の間の空間に配置されている。画素Dc3の位置においてフィルタされた画素値を生成するための典型的なフィルタリング処理においては、偶数フィールドcからの5つの画素(Dc1〜Dc5)、先の奇数フィールドdからの4つの画素(Dd2〜Dd5)、及び後の奇数フィールドbからの4つの画素(Db2〜Db5)が必要とされる。   In FIG. 62, in interlaced scanning, pixels in even fields (fields a and c) are arranged in a space between pixels in odd fields (fields b and d). In a typical filtering process to generate a filtered pixel value at the location of pixel Dc3, five pixels from even field c (Dc1 to Dc5) and four pixels from previous odd field d (Dd2 Dd5) and four pixels (Db2 to Db5) from the later odd field b are required.

これらのデータは第25の実施の形態では単一のバーストとして生成される。メモリ装置に記憶されたとき、矢印で示すように画素Db5,Dc5,Dd5がすべて同じ列アドレスを有するからである。即ち、開始列アドレスはこれら3つのフィールドb,c,dにおいて同じである。必要なのは、ADN1、ADN3に値「4」を与え、ADN2に値「5」を与えることだけである。画素Db5の記号「×」は、バーストの間に新しいデータが古いデータ上に書換えられる場所を示す。   These data are generated as a single burst in the twenty-fifth embodiment. This is because when stored in the memory device, the pixels Db5, Dc5, Dd5 all have the same column address as indicated by the arrows. That is, the start column address is the same in these three fields b, c, and d. All that is required is to give the value “4” to ADN1 and ADN3 and the value “5” to ADN2. The symbol “x” in pixel Db5 indicates where new data is rewritten onto old data during a burst.

順次走査への変換のためには、フィールドcの画素Dc2,Dc3の中間に位置する新しい画素の生成が求められ、図63に示されるデータ、即ちフィールドdの画素Dd1〜Dd5,フィールドcの画素Dc1〜Dc4、フィールドbの画素Db1〜Db5が必要とされる。これらのデータを第25の実施の形態で生成するのは容易ではない。フィールドcの開始アドレス(列アドレスDc4)がフィールドb、dの開始アドレス(Dd5,Db5)と異なるからである。   For conversion to progressive scanning, generation of a new pixel located in the middle of the pixels Dc2 and Dc3 in the field c is required, and the data shown in FIG. 63, that is, the pixels Dd1 to Dd5 in the field d and the pixels in the field c Dc1 to Dc4 and pixels Db1 to Db5 in the field b are required. It is not easy to generate these data in the twenty-fifth embodiment. This is because the start address (column address Dc4) of field c is different from the start addresses (Dd5, Db5) of fields b and d.

図64は、奇数フィールドb内の画素値Db3の変換に必要な画素データ、即ちフィールドcのDc1〜Dc4、フィールドbのDb1〜Db5、フィールドaのDa1〜Da4を示す。この場合、フィールドbの開始列アドレスが、フィールドa、cの開始列アドレスと異なるだけでなく、新しい入力画素データDa5が出力バーストの一部を構成しない。   FIG. 64 shows pixel data necessary for conversion of the pixel value Db3 in the odd field b, that is, Dc1 to Dc4 of the field c, Db1 to Db5 of the field b, and Da1 to Da4 of the field a. In this case, not only the start column address of the field b is different from the start column addresses of the fields a and c, but also the new input pixel data Da5 does not form part of the output burst.

第26の実施の形態はこれらのすべての場合に対応し得る。以下に図62〜図64の動作を詳細に説明する。   The twenty-sixth embodiment can deal with all these cases. The operation of FIGS. 62 to 64 will be described in detail below.

図62のバーストのためには、メモリ制御信号発生器68はADN1を「4」に、ADN2を「5」に、ADN3を「4」にそれぞれ設定し、SFTa及びSFTbを共に「0」に設定する。図65は結果として得られる出力シーケンスを示す。   For the burst of FIG. 62, the memory control signal generator 68 sets ADN1 to “4”, ADN2 to “5”, ADN3 to “4”, and sets both SFTa and SFTb to “0”. To do. FIG. 65 shows the resulting output sequence.

出力がバンクBから始まると仮定し、最初にADN1(「4」)がアクセスカウントレジスタ70から読出されアクセスカウンタ50に書込まれる。そこで、アクセスカウンタ50は、バンクB内のYアドレス発生器12Bに4つのYアドレス(Yj〜Yj−3)を発生させる。データDd5はバンクB内の主メモリアレイ2Bから転送レジスタ62に転送され、新しい入力データDb5がデータ入力ユニット14からデータ出力ユニット16に転送され、データDb4〜Db2がバンクB内の主メモリアレイ2Bから読出され、データ出力ユニット16から、データDb5の後に、出力される。   Assuming that the output starts from bank B, ADN 1 (“4”) is first read from access count register 70 and written to access counter 50. Therefore, the access counter 50 causes the Y address generator 12B in the bank B to generate four Y addresses (Yj to Yj-3). Data Dd5 is transferred from main memory array 2B in bank B to transfer register 62, new input data Db5 is transferred from data input unit 14 to data output unit 16, and data Db4 to Db2 are transferred to main memory array 2B in bank B. Is output from the data output unit 16 after the data Db5.

次にADN2(「5」)が第2のアクセスカウントレジスタ72から読出されアクセスカウンタ50に書込まれる。そこで、アクセスカウンタ50は、バンクA内のYアドレス発生器12Aに5つのYアドレス(Yj〜Yj−4)を発生させる。Dc5〜Dc1がバンクA内の主メモリアレイ2Aから順に出力される。この間、背景において、データDd5が転送レジスタ62からバンクBの副メモリアレイ4Bに書込まれ、データ入力ユニット14内に保持されている新しい入力データDb5は主メモリアレイ2B内に書込まれる。   Next, ADN 2 (“5”) is read from second access count register 72 and written to access counter 50. Therefore, the access counter 50 causes the Y address generator 12A in the bank A to generate five Y addresses (Yj to Yj-4). Dc5 to Dc1 are sequentially output from the main memory array 2A in the bank A. Meanwhile, in the background, the data Dd5 is written from the transfer register 62 to the sub memory array 4B of the bank B, and new input data Db5 held in the data input unit 14 is written into the main memory array 2B.

最後にADN3(「4」)が第3のアクセスカウントレジスタ74から読出されアクセスカウンタ50に書込まれる。Yアドレス発生器12Bはさらに4つのYアドレスを発生し、データDd5〜Dd2がバンクB内の副メモリアレイ4Bから出力される。   Finally, ADN 3 (“4”) is read from the third access count register 74 and written to the access counter 50. The Y address generator 12B further generates four Y addresses, and the data Dd5 to Dd2 are output from the sub memory array 4B in the bank B.

図64のバーストのためには、出力がバンクAから始まるものと仮定する。メモリ制御信号発生器68はADN1を「4」に、ADN2を「5」に、ADN3を「4」にそれぞれ設定し、SFTaを「1」にSFTbを「0」に設定する。図66は結果として得られる出力シーケンスを示す。   For the burst of FIG. 64, assume that the output begins in bank A. The memory control signal generator 68 sets ADN1 to “4”, ADN2 to “5”, ADN3 to “4”, SFTa to “1”, and SFTb to “0”. FIG. 66 shows the resulting output sequence.

最初にADN1(「4」)がアクセスカウントレジスタ70から読出されアクセスカウンタ50に書込まれる。そこで、Yアドレス発生器12Aは4つのYアドレスを発生する。SFTaが「1」であるので、アドレス再計算器76Aでは開始アドレスが計算され、Yjではなく、Yj−1が求められる。Yアドレス発生器12AはアドレスYjをスキップし、Yj−1からYアドレス出力を開始する。データDa4〜Da1がバンクA内の主メモリアレイ2Aからデータ出力ユニット16に転送され、データ出力ユニット16によりバーストの最初の部分として出力される。   First, ADN 1 (“4”) is read from the access count register 70 and written to the access counter 50. Therefore, the Y address generator 12A generates four Y addresses. Since SFTa is “1”, the address recalculator 76A calculates the start address, and determines Yj−1 instead of Yj. The Y address generator 12A skips the address Yj and starts outputting the Y address from Yj-1. Data Da4 to Da1 are transferred from the main memory array 2A in the bank A to the data output unit 16 and output by the data output unit 16 as the first part of the burst.

次にADN2(「5」)が第2のアクセスカウントレジスタ72から読出されアクセスカウンタ50に書込まれる。そこで、アクセスカウンタ50は、バンクA内のYアドレス発生器12Bに5つのYアドレスを発生させる。SFTbが「0」であるので、アドレス再計算器76Bは開始アドレスを変更せず、従って開始アドレスはYjのままである。Db5〜Db1がバンクB内の主メモリアレイ2Bから順に出力され、データ出力ユニット16により出力される。この間、バンクAでは、背景において、Yアドレス発生器12Aが、先にスキップされたアドレスYjを発生する。データDc5は主メモリアレイ2Aから転送レジスタ62に転送され、その新しい入力データDa5が主メモリアレイ2A内の同じアドレスに書込まれる。この書込み動作の後、Yアドレス発生器12Aが適切なアドレスを発生し、転送レジスタ62に保持されているデータDc5はバンクA内の副メモリアレイ4A内に書込まれる。   Next, ADN 2 (“5”) is read from second access count register 72 and written to access counter 50. Therefore, the access counter 50 causes the Y address generator 12B in the bank A to generate five Y addresses. Since SFTb is “0”, the address recalculator 76B does not change the start address, and therefore the start address remains Yj. Db5 to Db1 are sequentially output from the main memory array 2B in the bank B and output by the data output unit 16. Meanwhile, in the bank A, in the background, the Y address generator 12A generates the previously skipped address Yj. Data Dc5 is transferred from main memory array 2A to transfer register 62, and the new input data Da5 is written to the same address in main memory array 2A. After this write operation, the Y address generator 12A generates an appropriate address, and the data Dc5 held in the transfer register 62 is written into the sub memory array 4A in the bank A.

最後にADN3(「4」)がアクセスカウンタ50に書込まれ、Yアドレス発生器12A内の開始アドレスがアドレス再計算器76Aにより再計算され、Yアドレス発生器12Aは、再計算により求められた開始アドレスから始まる4つのYアドレスを発生し、データDc4〜Dc1がバンクBの副メモリアレイ4Bから出力される。   Finally, ADN3 (“4”) is written to the access counter 50, the start address in the Y address generator 12A is recalculated by the address recalculator 76A, and the Y address generator 12A is obtained by recalculation. Four Y addresses starting from the start address are generated, and the data Dc4 to Dc1 are output from the sub memory array 4B in the bank B.

図63のバーストのためには、バーストがバンクBから始まる場合には、メモリ制御信号発生器68はADN1を「5」に、ADN2を「4」に、ADN3を「5」に、SFTaを「1」に、SFbを「0」にそれぞれ設定する。詳細な説明は省略する。   For the burst of FIG. 63, when the burst starts from bank B, the memory control signal generator 68 sets ADN1 to “5”, ADN2 to “4”, ADN3 to “5”, and SFTa to “ 1 and SFb are set to “0”, respectively. Detailed description is omitted.

フィールド毎に異なる数の画素を用いる上記の動作は、インターレース走査から順次走査への変換のみならず、ピクチャー・イン・ピクチャ処理、フォーマット変換、ノイズ除去等にも有用である。   The above operation using a different number of pixels for each field is useful not only for conversion from interlace scanning to sequential scanning, but also for picture-in-picture processing, format conversion, noise removal, and the like.

次に上記の実施の形態のすべてに当てはまる変形例について説明する。   Next, modifications that apply to all of the above embodiments will be described.

図67を参照し、この変形において、主メモリアレイ2及び副メモリアレイ4は別個のXデコーダ及びワード線を有する。副メモリアレイ4はそれ自体のXデコーダ77を有する。バンクが2つある場合には、各バンクの副メモリアレイが別個のXデコーダを有する。   Referring to FIG. 67, in this modification, the main memory array 2 and the sub memory array 4 have separate X decoders and word lines. The sub memory array 4 has its own X decoder 77. If there are two banks, the sub-memory array of each bank has a separate X decoder.

X及びYデコーダはX−Yアドレス発生器78で発生され、このX−Yアドレス発生器は、XアドレスをXアドレスバス79を介してXデコーダ6及び77に供給し、Yアドレスを上位Yアドレスバス18及び下位アドレスバス20に供給する。   The X and Y decoders are generated by an XY address generator 78. The XY address generator supplies the X address to the X decoders 6 and 77 via the X address bus 79, and the Y address is an upper Y address. This is supplied to the bus 18 and the lower address bus 20.

内部データバス24はデータバススイッチ80により2つの部分に分割されている。データバススイッチ80は主データバス(MDB)をデータ入力ユニット14及びデータ出力ユニット16に選択的に結合し、副データバス(SDB)をデータ出力ユニット16に選択的に結合し、主データバス及び副データバスを互いに選択的に結合する。   The internal data bus 24 is divided into two parts by a data bus switch 80. The data bus switch 80 selectively couples the main data bus (MDB) to the data input unit 14 and the data output unit 16, and selectively couples the sub data bus (SDB) to the data output unit 16, The sub data buses are selectively coupled to each other.

Xアドレス(Xi)が受信されると、Xデコーダ6及び77が、主及び副メモリアレイの対応するワード線WLi,WLi’を同時に活性化する。2つのワード線WLi,WLi’が同時に活性化されるので、これらは、同じワード線の異なる部分と考えることができる。同様にXデコーダ6及び77はあたかも、二重デコード出力を発生する単一のXデコーダであるかのように動作する。   When the X address (Xi) is received, the X decoders 6 and 77 simultaneously activate the corresponding word lines WLi and WLi 'of the main and sub memory arrays. Since the two word lines WLi and WLi 'are activated simultaneously, they can be considered as different parts of the same word line. Similarly, X decoders 6 and 77 operate as if they were a single X decoder that produces a double decoded output.

Xデコーダ6及び77がともに同じXアドレスを受けるので、この変形例は、第1の実施の形態と略同様に動作し、これまでに説明した他の実施の形態と同様の動作をするように改変することもできる。   Since both the X decoders 6 and 77 receive the same X address, this modification operates in substantially the same manner as in the first embodiment, and operates in the same manner as in the other embodiments described so far. It can also be modified.

これまでに述べた実施の形態は図6に示すような、現在処理中の列からのデータと、先に処理された列からのデータを含むデータブロックを得るための方法を示す。以下の実施の形態は、図5に示すように現在処理している列のデータ及び後で処理すべき列のデータを含むデータブロックを得るための同様の方法を示す。   The embodiment described so far shows a method for obtaining a data block including data from a currently processed column and data from a previously processed column, as shown in FIG. The following embodiments show a similar method for obtaining a data block containing data for a column currently being processed and data for a column to be processed later, as shown in FIG.

この場合において、上書された画素データを副メモリアレイに転送しても意味がない。なぜなら、上書されたデータが再度必要になるまでに、1フィールド近い間隔が経過し、この間隔の間にデータは消滅するからである。むしろ上書されたデータは他のフィールドメモリに転送されるべきである。即ち、フィールドメモリを図4に示すように従属接続する必要がある。   In this case, there is no point in transferring the overwritten pixel data to the sub memory array. This is because an interval close to one field elapses before the overwritten data is needed again, and the data disappears during this interval. Rather, the overwritten data should be transferred to another field memory. That is, the field memories need to be cascaded as shown in FIG.

以下の実施の形態は、本願の第2の発明を例示するものであって、上記の実施の形態の副メモリアレイを持たず、一方従属接続に用いられる特徴、例えば別個のデータ入力及びデータ出力端子を有する。これらの実施の形態は、少なくとも、図7において点線で囲まれたフィールドメモリF1及びラインメモリL21〜L24の機能を提供する。   The following embodiment exemplifies the second invention of the present application, and does not have the sub-memory array of the above-described embodiment, while the features used for the slave connection, for example, separate data input and data output It has a terminal. These embodiments provide at least the functions of the field memory F1 and the line memories L21 to L24 surrounded by a dotted line in FIG.

先の実施の形態と同じ又は等価な部分には同じ符号が付してある。   The same reference numerals are given to the same or equivalent parts as those of the previous embodiment.

第27の実施の形態
図68を参照し、第27の実施の形態は、メモリアレイ2、Xデコーダ6、Yデコーダ(YD)8、Yアドレス発生器12、データ入力ユニット14、データ出力ユニット16、内部データバス24、メモリ制御信号発生器68、アドレス入力ユニット(ADIN)81、データバススイッチ(SW)82、及びバッファ回路(BUF)83を有する。Yアドレス発生器12はダウンカウンタ30及びアクセスカウンタ50を含む。
27th Embodiment Referring to FIG. 68, the 27th embodiment is a memory array 2, an X decoder 6, a Y decoder (YD) 8, a Y address generator 12, a data input unit 14, and a data output unit 16. And an internal data bus 24, a memory control signal generator 68, an address input unit (ADIN) 81, a data bus switch (SW) 82, and a buffer circuit (BUF) 83. The Y address generator 12 includes a down counter 30 and an access counter 50.

上記の実施の形態と同様、メモリアレイ2内の円NijはXアドレス(Xi)及びYアドレス(Yj)が共通のメモリセルのグループを表わしている。   As in the above embodiment, the circle Nij in the memory array 2 represents a group of memory cells that share the X address (Xi) and the Y address (Yj).

アドレス入力ユニット81(先に述べた実施の形態の図面では、図の簡単化のため省略していた)は、外部アドレス端子(ADD)からXアドレス及びYアドレスを別個に受け、内部アドレス信号XAD及びYADを発生する。Yアドレス信号YADはダウンカウンタ30に供給され、このダウンカウンタ30は、YADからカウントダウンしてYデコーダ8に供給されるYアドレスYADDを発生する。ダウンカウンタ30及びアクセスカウンタ50はともに内部クロック信号(CLK’)に同期して動作する。この内部クロック信号(CLK’)は、外部クロック信号(CLK)から発生されるもので、本実施の形態においては、外部クロック信号と同じ周波数を有する。アクセスカウンタ50は、アドレス入力ユニット81からバースト長制御信号PAを受け、ダウンカウンタ30及びデータバススイッチ82を制御する制御信号PWを発生する。   The address input unit 81 (omitted for simplification of the drawing in the drawings of the above-described embodiment) receives the X address and the Y address separately from the external address terminal (ADD), and receives the internal address signal XAD. And YAD. The Y address signal YAD is supplied to the down counter 30, which generates a Y address YADD that is counted down from YAD and supplied to the Y decoder 8. Both the down counter 30 and the access counter 50 operate in synchronization with the internal clock signal (CLK ′). The internal clock signal (CLK ′) is generated from the external clock signal (CLK), and has the same frequency as the external clock signal in the present embodiment. The access counter 50 receives the burst length control signal PA from the address input unit 81 and generates a control signal PW for controlling the down counter 30 and the data bus switch 82.

データ入力ユニット14、データバススイッチ82、バッファ回路83、及びデータ出力ユニット16は、メモリ制御信号発生器68により制御される。データ入力ユニット14は外部データ入力端子DINからの入力データを内部データバス24に伝える。データバススイッチ82はデータバス24からのデータをバッファ回路83に伝える。このデータは、データ出力ユニット16により外部データ出力端子DOUTから出力されるまで、バッファ回路83に記憶される。バッファ回路83(先に述べた実施の形態の図面では省略されている)は、FIFOバッファであり、その深さはメモリ装置の最長読出しレイテンシーに等しい。   The data input unit 14, data bus switch 82, buffer circuit 83, and data output unit 16 are controlled by a memory control signal generator 68. The data input unit 14 transmits input data from the external data input terminal DIN to the internal data bus 24. Data bus switch 82 transmits data from data bus 24 to buffer circuit 83. This data is stored in the buffer circuit 83 until it is output from the external data output terminal DOUT by the data output unit 16. The buffer circuit 83 (omitted in the drawings of the above-described embodiment) is a FIFO buffer whose depth is equal to the longest read latency of the memory device.

メモリ制御信号発生器68は、内部モードレジスタ(図示せず)を有する。これは読出しレイテンシー及び他の種々のアクセスモードを指定し得るように設計されている。モードレジスタは、CS/,CAS/,RAS/,WE/信号及びアドレス入力ライン上で受信された値の組合せにより形成されるコマンドによりプログラムされている。これは現存するメモリ装置例えばOki MSM54V24632Aにおけるモードレジスタのプログラミングと概して同様である。   The memory control signal generator 68 has an internal mode register (not shown). It is designed so that read latency and various other access modes can be specified. The mode register is programmed with commands formed by the combination of the values received on the CS /, CAS /, RAS /, WE / signal and address input lines. This is generally similar to the mode register programming in existing memory devices such as the Oki MSM54V24632A.

図69を参照し、アドレス入力ユニット81は、3つの内部レジスタR1、R2、R3を有する。これらはすべてアドレス入力端子ADDに結合されている。メモリ制御信号発生器68がバースト長プログラミングコマンドを受けると、アドレス入力端子において受信された値がレジスタR1にラッチされる。他の時にはアドレス入力端子で受信された値は、CS/,CAS/が活性化された状態であればレジスタR2にラッチされ、CS/,RAS/が活性化された状態であればレジスタR3にラッチされる。XアドレスXADははレジスタR3から出力され、YアドレスYADはレジスタR2から出力され、バースト長制御信号PAはレジスタR1から出力される。   Referring to FIG. 69, address input unit 81 has three internal registers R1, R2, and R3. These are all coupled to the address input terminal ADD. When the memory control signal generator 68 receives the burst length programming command, the value received at the address input terminal is latched in the register R1. At other times, the value received at the address input terminal is latched in the register R2 if CS /, CAS / is activated, and is stored in the register R3 if CS /, RAS / is activated. Latched. The X address XAD is output from the register R3, the Y address YAD is output from the register R2, and the burst length control signal PA is output from the register R1.

図70を参照し、アクセスカウンタ50は、カウンタ84と制御回路86とを有する。カウンタ84は内部クロック信号CLK’及びバースト長制御信号PAを受ける。制御回路86は、制御信号PA、及びカウンタ84の出力を受け、PW制御信号を発生する。   Referring to FIG. 70, access counter 50 includes a counter 84 and a control circuit 86. Counter 84 receives internal clock signal CLK 'and burst length control signal PA. The control circuit 86 receives the control signal PA and the output of the counter 84, and generates a PW control signal.

PA信号は、P制御回路86にPW制御信号を活性化させる、ゼロでない信号であり、一方PA信号の値はカウンタ84にロードされる。カウンタ84は、CLK’信号に同期してPA値からカウントダウンする。カウンタ84の出力がゼロに達すると、制御回路はPW制御信号を不活性にする。   The PA signal is a non-zero signal that causes the P control circuit 86 to activate the PW control signal, while the value of the PA signal is loaded into the counter 84. The counter 84 counts down from the PA value in synchronization with the CLK ′ signal. When the output of counter 84 reaches zero, the control circuit deactivates the PW control signal.

次に、第27の実施の形態の好ましいモードの動作について説明する。   Next, an operation in a preferable mode of the 27th embodiment will be described.

バースト長がプログラムされると、バースト長がアドレス入力端子(ADD)から入力され、アドレス入力ユニット81内のレジスタR1にラッチされる。パソコンやワークステーションにおいては、このプログラミングはBIOSにより行なうことができる。先に述べた実施の形態では、バースト長は副メモリアレイのサイズにより間接的に制限されていたが、本発明ではバーストを任意の長さに指定できる。以下の説明ではバースト長は「5」である。   When the burst length is programmed, the burst length is input from the address input terminal (ADD) and latched in the register R1 in the address input unit 81. In a personal computer or workstation, this programming can be performed by BIOS. In the embodiment described above, the burst length is indirectly limited by the size of the sub memory array. However, in the present invention, the burst can be designated to an arbitrary length. In the following description, the burst length is “5”.

モードプログラミングの後、アクセス動作が図71に示すように行なわれる。   After the mode programming, an access operation is performed as shown in FIG.

時刻t1において、CS/,RAS/は低レベルであり、行アドレス(Xi)がアドレス入力端子(ADD)において受信される。行アドレスは、内部クロック信号CLK’の立上がり(これは外部クロック信号CLKの立上がりと略同時である)において、レジスタR3にラッチされる。必要な内部ラッチ信号はメモリ制御信号発生器68により発生される。このメモリ制御信号発生器68はXデコーダ6に、Xアドレスのデコードを行なわせ、メモリアレイ2内の対応するワード線を活性化させる。このワード線に接続されている全てのメモリセルは、データを対応するビット線に伝える。   At time t1, CS / and RAS / are at a low level, and the row address (Xi) is received at the address input terminal (ADD). The row address is latched in the register R3 at the rising edge of the internal clock signal CLK '(this is substantially the same as the rising edge of the external clock signal CLK). Necessary internal latch signals are generated by the memory control signal generator 68. Memory control signal generator 68 causes X decoder 6 to decode the X address and activate the corresponding word line in memory array 2. All memory cells connected to the word line transmit data to the corresponding bit line.

時刻t2において、CS/,CAS/が低レベルであり、列アドレス(Yj)がアドレス入力端子で受信され、ラッチされる。この列アドレス(Yj)は直ちにアドレス入力ユニット81から列アドレス信号YADとしてダウンカウンタ30に、そしてダウンカウンタ30から列アドレス信号YADDとしてYデコーダ8に供給される。Yデコーダ8はデコードされた信号(図71に波形Yjとして図示)を出力する。このデコードされた信号はトランスファートランジスタを活性化し、このトランスファートランジスタを介して列Yjの相補ビット線が内部データバス24に結合される(第1の実施の形態で説明した通り)。従ってメモリセルNjiに保持されていたデータDbjがデータバス24に伝えられる。   At time t2, CS /, CAS / are at a low level, and the column address (Yj) is received and latched at the address input terminal. The column address (Yj) is immediately supplied from the address input unit 81 to the down counter 30 as the column address signal YAD, and from the down counter 30 to the Y decoder 8 as the column address signal YADD. The Y decoder 8 outputs a decoded signal (shown as a waveform Yj in FIG. 71). The decoded signal activates the transfer transistor, and the complementary bit line of the column Yj is coupled to the internal data bus 24 via the transfer transistor (as described in the first embodiment). Therefore, the data Dbj held in the memory cell Nji is transmitted to the data bus 24.

時刻t2において、アドレス入力ユニット81はPA信号(図示せず)を発生し、このPA信号によりアクセスカウンタ50はPW制御信号を活性化する。この信号によりデータバススイッチ82が閉じ、従ってデータDbjがバッファ回路82に伝えられる。時刻t3またはそれ以前に発生されるメモリ制御信号発生器68(図示せず)からの更なる制御信号によりバッファ回路83はデータDbjを記憶する。   At time t2, the address input unit 81 generates a PA signal (not shown), and the access counter 50 activates the PW control signal by this PA signal. By this signal, the data bus switch 82 is closed, so that the data Dbj is transmitted to the buffer circuit 82. The buffer circuit 83 stores the data Dbj by a further control signal from a memory control signal generator 68 (not shown) generated at or before time t3.

時刻t3において、ダウンカウンタ30のカウント値YjからYj−1に減少し、Yデコーダ8は列Yjの相補ビット線をデータバス24から切り離し、代りに列j−1の相補ビット線をデータバス24に接続する。これは、図71の時刻t3の少し後における、波形Yjの高レベルから低レベルへの変化及び波形Yj−1の低レベルから高レベルへの変化で示されている。制御信号PWは高レベルのままである。従って、データバススイッチ82は閉じた状態に保たれ、メモリセルNij−1に保持されているデータDbj−1がバッファ回路83に記憶される。アクセスカウンタ50内のカウンタ84はカウント値が「5」から「4」の減少する。   At time t3, the count value Yj of the down counter 30 decreases from Yj to Yj-1, and the Y decoder 8 disconnects the complementary bit line of column Yj from the data bus 24, and instead replaces the complementary bit line of column j-1 to the data bus 24. Connect to. This is shown by the change of the waveform Yj from the high level to the low level and the change of the waveform Yj-1 from the low level to the high level slightly after time t3 in FIG. The control signal PW remains at a high level. Therefore, the data bus switch 82 is kept closed, and the data Dbj-1 held in the memory cell Nij-1 is stored in the buffer circuit 83. The counter 84 in the access counter 50 decreases from “5” to “4”.

時刻t4において、ダウンカウンタ30はそのカウント値がYj−1からYj−2に減少し、メモリセルNji−2に保持されているデータDbj−2が同様にデータバス24、データバススイッチ82を介してバッファ回路83に転送される。カウンタ84はそのカウント値が「4」から「3」に減少する。   At time t4, the count value of the down counter 30 decreases from Yj-1 to Yj-2, and the data Dbj-2 held in the memory cell Nji-2 is similarly passed through the data bus 24 and the data bus switch 82. To the buffer circuit 83. The counter 84 decreases its count value from “4” to “3”.

このときまで、データ出力ユニット16は高インピーダンス状態であって、メモリ装置からデータは出力されていない。時刻t4の次のクロックCLKの立上がりにおいて、メモリ制御信号発生器68は、データ出力ユニット16に対し、時刻t2の後にバッファ回路83に記憶されたデータDbjの出力を開始するようコマンドを与える。これらのデータDbjは、時刻t5において、外部クロック信号CLKの立上がりに、データ出力端子DOUT(A)に現われ、この時外部装置はこれを読むことができる。時刻t5において、ダウンカウンタ30はカウント値がYj−2からYj−3に減少し、メモリセルNij−3に保持されているデータDbj−3がバッファ回路83に転送され、カウンタ84はそのカウント値が「2」から「1」に減少する。   Until this time, the data output unit 16 is in a high impedance state, and no data is output from the memory device. At the next rise of clock CLK at time t4, memory control signal generator 68 gives a command to data output unit 16 to start outputting data Dbj stored in buffer circuit 83 after time t2. These data Dbj appear at the data output terminal DOUT (A) at the rising edge of the external clock signal CLK at time t5, and the external device can read them at this time. At time t5, the count value of down counter 30 decreases from Yj-2 to Yj-3, data Dbj-3 held in memory cell Nij-3 is transferred to buffer circuit 83, and counter 84 has its count value. Decreases from “2” to “1”.

同様に、時刻t6において、データ出力ユニット16はバッファ回路83からのデータDbj−1を出力し、ダウンカウンタ30はカウント値がYj−4に減少し、データDbj−4がメモリセルNji−4からバッファ回路83に転送され、カウンタ84のカウント値が「2」から「1」に減少する。   Similarly, at time t6, the data output unit 16 outputs the data Dbj-1 from the buffer circuit 83, the down counter 30 decreases the count value to Yj-4, and the data Dbj-4 is transferred from the memory cell Nji-4. The count value of the counter 84 is decreased from “2” to “1”.

時刻t7において、データ出力ユニット16は、データDbj−2を出力する。さらに、カウンタ84はカウント値が「1」から「0」に減少し、これによりアクセスカウンタ50内の制御回路86が制御信号PWを不活性化する。PW信号が不活性状態であると、ダウンカウンタ30が停止し、データバススイッチ82が開く。従って、新たなデータのバッファ回路83への転送が行なわれなくなる。ダウンカウンタ30により出力されるYアドレスYADDはYj−4のままであり、Yデコーダ8は列Yj−4の相補ビット線をデータバス24に接続した状態に保つ。   At time t7, the data output unit 16 outputs data Dbj-2. Further, the count value of the counter 84 decreases from “1” to “0”, whereby the control circuit 86 in the access counter 50 inactivates the control signal PW. If the PW signal is inactive, the down counter 30 stops and the data bus switch 82 opens. Therefore, transfer of new data to the buffer circuit 83 is not performed. The Y address YADD output by the down counter 30 remains Yj-4, and the Y decoder 8 keeps the complementary bit lines of the column Yj-4 connected to the data bus 24.

時刻t8において、データ出力ユニット16は、データDbj−3を出力する。時刻t8の直後の外部クロック信号CLKの立下がりにおいて、CS/及びWE/が低レベルとなり、メモリアレイ2に記憶すべき新しい入力データDaj−4がデータ入力端子DIN(A)で受信される。   At time t8, the data output unit 16 outputs data Dbj-3. At the fall of the external clock signal CLK immediately after time t8, CS / and WE / become low level, and new input data Daj-4 to be stored in the memory array 2 is received at the data input terminal DIN (A).

時刻t9において、データ出力ユニット16はデータDbj−4を出力し、データ入力ユニット14は新しいデータDaj−4をデータバス24を介してメモリアレイ2に送る。このとき列Yj−4の相補ビット線はまだデータバス24に結合されたままであるので、データDaj−4は、出力されたばかりのデータDbj−4の代りに、メモリセルNij−4に記憶される。   At time t9, the data output unit 16 outputs data Dbj-4, and the data input unit 14 sends new data Daj-4 to the memory array 2 via the data bus 24. At this time, since the complementary bit line of the column Yj-4 is still coupled to the data bus 24, the data Daj-4 is stored in the memory cell Nij-4 instead of the data Dbj-4 just outputted. .

メモリ装置の出力端子DOUT(A)が同じ構成の他のメモリ装置の入力端子DIN(B)に結合される場合、この第2のメモリ装置は同じ書込みイネーブル信号WE/を受け、時刻t9において、第1のメモリ装置(A)が新しいデータAaj−4を記憶するとき、第2のメモリ装置(B)は、第1のメモリ装置(A)から出力されたデータDbj−4を受けて記憶する。これが図71の下に示してある。   When the output terminal DOUT (A) of the memory device is coupled to the input terminal DIN (B) of another memory device having the same configuration, the second memory device receives the same write enable signal WE /, and at time t9, When the first memory device (A) stores the new data Aaj-4, the second memory device (B) receives and stores the data Dbj-4 output from the first memory device (A). . This is shown at the bottom of FIG.

第2のメモリ装置(B)は、時刻t9より前に第1のメモリ装置(A)から出力されたデータDbj−1ないしDbj−3を受信しているが、そのとき信号WE/が不活性であるので、これらのデータDbj−1ないしDbj−3を無視する。   The second memory device (B) receives the data Dbj-1 to Dbj-3 output from the first memory device (A) before time t9, but at this time, the signal WE / is inactive. Therefore, these data Dbj-1 to Dbj-3 are ignored.

時刻t9からある適切な時間が経過した後、メモリ制御信号発生器68はYデコーダ8に対し全てのビット線をデータバスから切り離すようコマンドを与え、Xデコーダ6に対し、全てのワード線を不活性にするようコマンドを与える。図71のYj−4信号はこのとき低レベルとなり、データバス24は次のアクセスへの準備のため初期化される。図71においてこの次のアクセスは、同じ列アドレス(Yj)及び次の行アドレス(Xi+1)を起点とする他の同様のバーストである。   After an appropriate time has elapsed from time t9, the memory control signal generator 68 gives a command to the Y decoder 8 to disconnect all bit lines from the data bus, and to the X decoder 6 all word lines are disabled. Give a command to activate. The Yj-4 signal in FIG. 71 is at a low level at this time, and the data bus 24 is initialized in preparation for the next access. In FIG. 71, this next access is another similar burst starting from the same column address (Yj) and the next row address (Xi + 1).

上記の動作をより詳しく見るため、図72は、動画Pの1フィールド又は1フレームの記憶に用いられるメモリアレイ2の一部を示す。画素データは、n行及びm列に記憶されている。ここでnは1水平走査線上の画素の数であり、mは1フィールド又はフレーム内の水平走査線の数である。   In order to see the above operation in more detail, FIG. 72 shows a part of the memory array 2 used for storing one field or one frame of the moving picture P. Pixel data is stored in n rows and m columns. Here, n is the number of pixels on one horizontal scanning line, and m is the number of horizontal scanning lines in one field or frame.

図73は、第1の水平走査線の画素データが受信されるに伴い、メモリの内容が変化するかを示し、またどの画素データが読出されるかを示している。走査は左から右への順で行なわれ、また行アドレス即ちXアドレスはゼロで始まり、1ずつ大きくなる。列アドレス(Yアドレス)も図示のようにゼロから始まる。文字tは時刻を表わし、P1,P2,...Pnはメモリ内容の変化する状態を示す。ハッチングしたドットはメモリアレイ2内にすでに記憶された(記憶されたばかりの)画素データを示し、白いドットは先のフィールドの古い画素データを示し、記号「x」を付したドットは上書されようとしている古い画素データを示す。   FIG. 73 shows how the contents of the memory change as the pixel data of the first horizontal scanning line is received, and shows which pixel data is read out. Scanning is done in order from left to right, and the row address or X address starts at zero and increases by one. The column address (Y address) also starts from zero as shown. The letter t represents time, P1, P2,. . . Pn indicates a state in which the memory contents change. The hatched dots indicate the pixel data already stored (just stored) in the memory array 2, the white dots indicate the old pixel data of the previous field, and the dots with the symbol “x” will be overwritten. The old pixel data is shown.

上書される前に、古いデータ(「x」と記したドット)は、その直下の4つの古いデータととともに(矩形の枠で示す)読出される。例えば状態P4において、新しいデータが列ゼロの古いデータに上書される前に、行アドレスが「3」(Xi=3)で列アドレスが「4」から「0」(Yj=4,Yj−4=0)の画素データが単一のバーストとして読出される。   Before being overwritten, the old data (dots marked "x") is read (indicated by a rectangular frame) along with the four old data immediately below it. For example, in the state P4, before the new data is overwritten on the old data in the column zero, the row address is “3” (Xi = 3) and the column address is “4” to “0” (Yj = 4, Yj− 4 = 0) pixel data is read out as a single burst.

この動作のためにメモリ装置に供給される列アドレスYjは、「0」ではなく、「4」であるので、入力データは入力列アドレスで指定された列に記憶される訳ではない。この点は不利ではなく、最初の数走査線が垂直ブランキング期間内にあり、そこには記憶されるべきデータがない映像信号の処理においては、便利でさえある。   Since the column address Yj supplied to the memory device for this operation is not “0” but “4”, the input data is not stored in the column specified by the input column address. This is not disadvantageous and is even convenient in processing video signals where the first few scan lines are within the vertical blanking period and there is no data to be stored there.

図74は、同様に第2の水平走査線の画素データが受信されるときの変化(Pn+1〜P2n)を示す。この場合、メモリ装置は列アドレス「5」(Yj=5)を受け、列「5」から列「1」までの画素データをバーストとして出力し、列「1」に新しいデータを書込む。列「0」(Yj=0)のデータは、次のフィールドの始めまで読出されることはない。先に述べたように、これが1フィールドの一部のみの記憶容量しかない副メモリアレイに列「0」のデータを記憶しない理由である。   FIG. 74 similarly shows changes (Pn + 1 to P2n) when the pixel data of the second horizontal scanning line is received. In this case, the memory device receives column address “5” (Yj = 5), outputs pixel data from column “5” to column “1” as a burst, and writes new data to column “1”. Data in column “0” (Yj = 0) is not read until the beginning of the next field. As described above, this is the reason why the data of the column “0” is not stored in the sub memory array having only a storage capacity of a part of one field.

なお、上記の説明は順次走査の場合にも当てはまる。この場合「フィールド」を「フレーム」に置き換えて読む必要がある。   The above description also applies to the case of progressive scanning. In this case, it is necessary to read by replacing “field” with “frame”.

図75は、第27の実施の形態で出力されるデータを受けるために用い得るD型フリップフロップ88のマトリクスを示す。メモリAは図71に示すようにデータを受信し、出力する。メモリAから出力されるデータがメモリBと最初のフリップフロップ88に伝えられようとしている。このフリップフロップ88及びその直下の4つのフリップフロップは、メモリAからのデータの出力に同期しているバーストクロック信号(BCLK)によりタイミングを制御される。バーストクロック信号BCLKは図71に示すクロック信号にゲートを掛けることにより発生される。従って、例えば最初のバーストにおいては、BCLKは時刻t5から時刻t9までの5つのクロックサイクルから成る。BCLKによりタイミングを制御される5つのフリップフロップは、バーストの間データDb5〜Db1を記憶するシフトレジスタを形成する。   FIG. 75 shows a matrix of D-type flip-flops 88 that can be used to receive data output in the twenty-seventh embodiment. The memory A receives and outputs data as shown in FIG. Data output from the memory A is going to be transmitted to the memory B and the first flip-flop 88. The flip-flop 88 and the four flip-flops immediately below the flip-flop 88 are controlled in timing by a burst clock signal (BCLK) synchronized with the data output from the memory A. Burst clock signal BCLK is generated by applying a gate to the clock signal shown in FIG. Thus, for example, in the first burst, BCLK consists of five clock cycles from time t5 to time t9. The five flip-flops whose timing is controlled by BCLK form a shift register that stores data Db5 to Db1 during a burst.

図75の他のフリップフロップはRAS/又はCAS/制御信号から発生される行クロック信号(RCLK)によりタイミングを制御される。RCLKは各バーストの始まる前に1度パルスが発生される。最初のフリップフロップ88の右の4つのフリップフロップは、データDb1の左側のデータDb11,Db21,Db31,Db41(これらは4つの先のバーストにおいてメモリAから出力された)を保持する。   The other flip-flop of FIG. 75 is controlled in timing by a row clock signal (RCLK) generated from the RAS / or CAS / control signal. RCLK is pulsed once before the start of each burst. The four flip-flops to the right of the first flip-flop 88 hold the data Db11, Db21, Db31, Db41 on the left side of the data Db1 (these were output from the memory A in the four previous bursts).

図76は、第27の実施の形態の3つのメモリ装置A,B,Cの従属接続を示している。各メモリ装置は8つのデータ入力端子(DIN)及び8つのデータ出力端子(DOUT)を有するものとして示されている。メモリAの出力端子DOUT(A)はメモリBの入力端子DIN(B)に結合されている。メモリBの出力端子DOUT(B)はメモリCの入力端子DIN(C)に結合されている。同様にして任意の数のメモリ装置を従属接続することができる。   FIG. 76 shows the cascade connection of the three memory devices A, B, and C according to the twenty-seventh embodiment. Each memory device is shown as having eight data input terminals (DIN) and eight data output terminals (DOUT). Output terminal DOUT (A) of memory A is coupled to input terminal DIN (B) of memory B. The output terminal DOUT (B) of the memory B is coupled to the input terminal DIN (C) of the memory C. Similarly, any number of memory devices can be cascaded.

メモリAの右側に示した出力データDb1〜Db5は、図75に示されるBCLK信号によりタイミングを制御されるD型フリップフロップ88内に記憶された1バーストの出力を表わす。図75に示されるRCLK信号によりタイミングを制御されるD型フリップフロップは図76においてD−FF×4と言う符号を有する矩形のブロックで示されている。   Output data Db1 to Db5 shown on the right side of the memory A represent one burst output stored in the D-type flip-flop 88 whose timing is controlled by the BCLK signal shown in FIG. The D-type flip-flop whose timing is controlled by the RCLK signal shown in FIG. 75 is shown by a rectangular block having a sign of D-FF × 4 in FIG.

従来のSDRAMの比べ、第27の実施の形態はこの種の従属接続構成においていくつかの利点を有する。   Compared to the conventional SDRAM, the twenty-seventh embodiment has several advantages in this kind of subordinate connection configuration.

一つの利点は、バースト読出しアクセス及び書込みアクセスの双方に対し、単一のX−Yアドレス入力で足りることである。   One advantage is that a single XY address input is sufficient for both burst read access and write access.

他の利点は、同じX及びYアドレスを有するデータの入力及び出力を同時に行なえることである。全く同じアドレス信号、書込みイネーブル信号、及び他の制御信号を、同じタイミングで従属接続されたメモリ装置のすべてに供給すれば良い。入力及び出力を同時に行なえることは、読出し及び書込みアクセスを含むバーストが、従来のSDRAMよりも短い時間で完了することを意味する。   Another advantage is that data having the same X and Y addresses can be input and output simultaneously. The same address signal, write enable signal, and other control signals may be supplied to all of the memory devices that are cascade-connected at the same timing. Being able to perform input and output simultaneously means that bursts including read and write accesses are completed in a shorter time than conventional SDRAM.

第3の利点は、各メモリ装置のデータ出力端子を、従属接続における次のメモリ装置のデータ入力端子に直接結合できることである。従来のSDRAMはデータ端子を1組しか持っておらず、それが入力及び出力の双方に用いられていた。従来のSDRAMを従属接続構成で用いる場合、間にスイッチを挿入し、入力データを出力データから分離する必要があり、該スイッチを制御するために別個の制御信号が必要である。   A third advantage is that the data output terminal of each memory device can be directly coupled to the data input terminal of the next memory device in the slave connection. The conventional SDRAM has only one set of data terminals, which are used for both input and output. When a conventional SDRAM is used in a slave connection configuration, it is necessary to insert a switch in between and separate input data from output data, and a separate control signal is required to control the switch.

従属接続構成における、従来のSDRAMに対するこれらの利点のため、第27の実施の形態はハードウエアが少なく、しかも高速の動作が可能である。   Because of these advantages over the conventional SDRAM in the cascade connection configuration, the twenty-seventh embodiment requires less hardware and can operate at high speed.

第28の実施の形態
図77を参照し、第28の実施の形態は、第27の実施の形態の構成にデータバス初期化ユニット90を付加したものである。データバス初期化ユニット90は、アクセスカウンタ50からのリセット信号PRにより制御される。データバス初期化ユニット(INIT)90の役割は、各対の相補データバスラインの2本のバスラインを、電源電位及び接地電位の中間の、等しい電位に設定することにより、内部データバス24を初期化するすることである。これは2本のバスラインを一時的に相互接続することにより、又はバスラインを所望の中間電位にプリチャージすることにより、或いはこれらの相互接続とプリチャージを共に行なうことにより達成される。結果は、各対の相補データバスラインは2進数の1のレベル及び2進数の0のレベルの中間のレベルにセットされる。
Twenty-eighth Embodiment Referring to FIG. 77, in the twenty-eighth embodiment, a data bus initialization unit 90 is added to the configuration of the twenty-seventh embodiment. The data bus initialization unit 90 is controlled by a reset signal PR from the access counter 50. The role of the data bus initialization unit (INIT) 90 is to set the internal data bus 24 by setting the two bus lines of each pair of complementary data bus lines to the same potential between the power supply potential and the ground potential. It is to initialize. This is accomplished by temporarily interconnecting the two bus lines, by precharging the bus lines to the desired intermediate potential, or by performing both interconnection and precharging together. The result is that each pair of complementary data bus lines is set to an intermediate level between a binary 1 level and a binary 0 level.

第28の実施の形態の動作は図78に示されている。ここに示される波形は、図71の波形と概して同じであるが、但しPR波形が付加されている。以下データバス初期化動作について説明する。他の動作は第27の実施の形態と同じである。   The operation of the twenty-eighth embodiment is shown in FIG. The waveform shown here is generally the same as the waveform of FIG. 71 except that a PR waveform is added. The data bus initialization operation will be described below. Other operations are the same as those in the twenty-seventh embodiment.

時刻t2から時刻t7に掛けての、メモリアレイ2からデータバス24を介してのバッファ回路83へのデータの転送の間、PW制御信号が高レベルのとき、PR制御信号は低レベルのままであり、データバス初期化ユニット90は不活性のままである。   During the transfer of data from the memory array 2 to the buffer circuit 83 via the data bus 24 from time t2 to time t7, when the PW control signal is high, the PR control signal remains low. Yes, the data bus initialization unit 90 remains inactive.

時刻t7の後、アクセスカウンタ50がPW信号を低レベルにするとき、アクセスカウンタ50は同時に、時刻t8を中心とする1クロックサイクルの間PR信号を高レベルにする。このクロックサイクルの間、データバス24はデータバス初期化ユニット90により初期化される。列Yj−4のビット線(尚もデータバス24及び同じ列のメモリセルNij−4に接続されている)もまた初期化される。データバス初期化ユニット90は時刻t8及びt9の間のタイミングにおいて不活性にされ、データバス24及びこれらのビット線及びメモリセルが初期化された状態となる。   When the access counter 50 sets the PW signal to low level after time t7, the access counter 50 simultaneously sets the PR signal to high level for one clock cycle centered on time t8. During this clock cycle, the data bus 24 is initialized by the data bus initialization unit 90. The bit line in column Yj-4 (still connected to data bus 24 and memory cell Nij-4 in the same column) is also initialized. The data bus initialization unit 90 is deactivated at the timing between times t8 and t9, and the data bus 24 and these bit lines and memory cells are initialized.

時刻t9において、新しい入力データDaj−4が受信され、データ入力ユニット14からデータバス24へ転送される。データバスライン及びビット線は、その中間電位から、2進数の1又は2進数の0を表わすレベルに速やかに変ることができ、メモリセルNij−4内のキャパシタは速やかに充電又は放電されてデータを記憶する。このように、データの書込みが短時間で行なわれ、次のバーストの開始を早めることができる。   At time t9, new input data Daj-4 is received and transferred from the data input unit 14 to the data bus 24. The data bus line and the bit line can be quickly changed from the intermediate potential to a level representing binary 1 or binary 0, and the capacitor in the memory cell Nij-4 is quickly charged or discharged. Remember. In this way, data can be written in a short time, and the start of the next burst can be accelerated.

データバス24が初期化されず、新しい入力データDaj−4が古いデータDbj−4と異なる場合、データバスライン及びビット線は電源電位と接地電位の間を一方から他方に変らなければならず、メモリセル内のキャパシタは完全に充電又は放電されなければならなず、従って書込み動作に掛かる時間が長く、バースト相互間の時間を長くしなければならない。   If the data bus 24 is not initialized and the new input data Daj-4 is different from the old data Dbj-4, the data bus line and the bit line must change from one to the other between the power supply potential and the ground potential, The capacitor in the memory cell must be fully charged or discharged, so the time taken for the write operation is long and the time between bursts must be long.

バースト間の時間を短くすることにより、第28の実施の形態のメモリ装置は、より長いバーストを出力することができる。   By shortening the time between bursts, the memory device of the twenty-eighth embodiment can output a longer burst.

第29の実施の形態
図79を参照し、第29の実施の形態は、第27の実施の形態の構成に、第5の実施の形態で説明したアドレスレジスタ52を付加したものである。アドレスレジスタ52はアドレス入力ユニット81から出力されるYアドレスYADを受信し、記憶する。これによりYアドレスYADをダウンカウンタ30に繰返しロードすることができる。第5の実施の形態について説明したように、YアドレスYADの再ロードは外部制御信号ADX/に応じて行なわれる。
Twenty-ninth Embodiment Referring to FIG. 79, the twenty-ninth embodiment is obtained by adding the address register 52 described in the fifth embodiment to the configuration of the twenty-seventh embodiment. The address register 52 receives and stores the Y address YAD output from the address input unit 81. As a result, the Y address YAD can be repeatedly loaded into the down counter 30. As described in the fifth embodiment, the Y address YAD is reloaded according to the external control signal ADX /.

アドレス入力ユニット81ではなく、アドレスレジスタ52内にYアドレスYADを記憶することにより、Yアドレスを回路構成上ダウンカウンタ30の近くで保持することができ、さらに、アドレス入力ユニット81を次のYアドレスの受信のための準備を開始することできる。   By storing the Y address YAD in the address register 52 instead of the address input unit 81, the Y address can be held near the down counter 30 in terms of the circuit configuration, and the address input unit 81 can be stored in the next Y address. You can start preparing for the reception.

ダウンカウンタ30はバーストの途中で再ロードの必要がないので、アドレスレジスタ52とダウンカウンタ30の間のスイッチは必ずしも必要ではない。ダウンカウンタ30はPW制御信号により、制御することができる。即ちPW制御信号の立上がり毎にダウンカウンタ30は、アドレスレジスタ52に保持されているYアドレス値をロードし、その値からカウントダウンする。アドレスレジスタ52は例えばトランスペアレントラッチを用いて構成され、アドレス入力ユニット81により受信された新しいアドレス値はダウンカウンタ30に直ちに利用できるようにすることができる。   Since the down counter 30 does not need to be reloaded in the middle of a burst, a switch between the address register 52 and the down counter 30 is not necessarily required. The down counter 30 can be controlled by a PW control signal. That is, every time the PW control signal rises, the down counter 30 loads the Y address value held in the address register 52 and counts down from that value. The address register 52 is configured using, for example, a transparent latch, and the new address value received by the address input unit 81 can be immediately used for the down counter 30.

第29の実施の形態の動作は、第5の実施の形態及び第27の実施の形態の動作の説明から理解されよう。従って、詳細な説明は省略する。しかし、関連する説明が第31の実施の形態でなされる。第29の実施の形態の利点は同じ列アドレスを外部から繰返し入力することが不要だと言うことである。   The operation of the twenty-ninth embodiment will be understood from the description of the operations of the fifth embodiment and the twenty-seventh embodiment. Therefore, detailed description is omitted. However, a related description is given in the thirty-first embodiment. The advantage of the twenty-ninth embodiment is that it is not necessary to repeatedly input the same column address from the outside.

第30の実施の形態
図80を参照し、第30の実施の形態は、第28の実施の形態及び第29の実施の形態の特徴を組合せたものであり、アドレスレジスタ52とデータバス初期化ユニット90の双方を備えている。詳細な説明は省略する。第30の実施の形態の動作は次の実施の形態の動作と略同じである。
Thirty Embodiment Referring to FIG. 80, the thirtieth embodiment combines the features of the twenty-eighth embodiment and the twenty-ninth embodiment, and initializes the address register 52 and the data bus. Both units 90 are provided. Detailed description is omitted. The operation of the thirtieth embodiment is substantially the same as the operation of the next embodiment.

第31の実施の形態
図81を参照し、第31の実施の形態は第30の実施の形態の構成に、アドレスレジスタ52とダウンカウンタ30の間に接続され、アクセスカウンタ50からの制御信号POで制御される、第5の実施の形態で説明したアドレス出力スイッチ54を付加したものである。さらにアクセスカウンタ50からアドレスレジスタ52へ供給される制御信号PMが付加されている。
Thirty-first embodiment Referring to FIG. 81, the thirty-first embodiment is connected to the configuration of the thirtieth embodiment between the address register 52 and the down counter 30, and the control signal PO from the access counter 50 The address output switch 54 described in the fifth embodiment is added. Further, a control signal PM supplied from the access counter 50 to the address register 52 is added.

図82は、第31の実施の形態の動作を示す。以下、ダウンカウンタ30の再ロードの動作につき説明する。他の動作は第28の実施の形態で説明した通りである。   FIG. 82 shows operations of the thirty-first embodiment. Hereinafter, the reloading operation of the down counter 30 will be described. Other operations are as described in the twenty-eighth embodiment.

図82の、時刻t1から時刻t6までの最初のバーストの間、PO制御信号は低レベルのままであり、ダウンカウンタがアドレスレジスタ52からロードされるのを防いでいる。代りに時刻t2において、アドレス入力ユニット81で受信された入力Yアドレス(Yj)が図81に示されていない信号線を介して直接にダウンカウンタ30にロードされる。YアドレスYjは、時刻t2と時刻t6の間の任意の便宜な時刻に、制御信号PM(図82には図示せず)に応じて、アドレスレジスタ52に記憶される。   During the first burst from time t 1 to time t 6 in FIG. 82, the PO control signal remains low, preventing the down counter from being loaded from the address register 52. Instead, at time t2, the input Y address (Yj) received by the address input unit 81 is loaded directly into the down counter 30 via a signal line not shown in FIG. The Y address Yj is stored in the address register 52 in accordance with the control signal PM (not shown in FIG. 82) at any convenient time between time t2 and time t6.

最初のバーストは、第27及び第28の実施の形態で説明したのと同じように行なわれる。時刻t4の頃PR制御信号が活性化されると、データバス24はデータバス初期化ユニット90により初期化される。これは時刻t5における新しいデータDaj−4の書込みが準備のためである。   The first burst is performed in the same manner as described in the twenty-seventh and twenty-eighth embodiments. When the PR control signal is activated at time t4, the data bus 24 is initialized by the data bus initialization unit 90. This is because new data Daj-4 is written at time t5.

第2のバーストは、新しいXアドレス(Xi+1)の入力とともに始まる。時刻t8において、CS/,CAS/,ADX/信号は低レベルであり、PW制御信号が高レベルに駆動されるとき、アクセスカウンタ50はPO制御信号を高レベルとする。PO制御信号は1クロックサイクルの間高レベルであり、この間アドレスレジスタ出力スイッチ54が閉じられ、前と同じYアドレス(Yj)がアドレスレジスタ52からダウンカウンタ30にロードされる。第2のバーストの間、制御信号PM(図示せず)は不活性のままであり、アドレスレジスタ52は同じアドレス値を維持する。従って、第2のバーストは同じ列内の、次の行(Xi+1)のデータをアクセスする。   The second burst begins with the input of a new X address (Xi + 1). At time t8, the CS /, CAS /, ADX / signals are at a low level, and when the PW control signal is driven to a high level, the access counter 50 sets the PO control signal to a high level. The PO control signal is high for one clock cycle. During this period, the address register output switch 54 is closed, and the same Y address (Yj) as before is loaded from the address register 52 to the down counter 30. During the second burst, the control signal PM (not shown) remains inactive and the address register 52 maintains the same address value. Therefore, the second burst accesses the next row (Xi + 1) data in the same column.

第31の実施の形態は、データバス24の初期化により、第28の実施の形態と同じく動作速度に関する改善をもたらすとともに、同じ列アドレスを繰返し入力する必要がない点で、第29及び第31の実施の形態と同じ利点を有する。   In the thirty-first embodiment, the initialization of the data bus 24 brings about an improvement in the operating speed as in the twenty-eighth embodiment, and it is not necessary to repeatedly input the same column address. This embodiment has the same advantages as the first embodiment.

第29及び第31の実施の形態と比較し、第31の実施の形態は、アドレスレジスタ52が新たに受信されたアドレスデータをダウンカウンタ30に直ちに伝えなくても良いため、アドレスレジスタ52の設計についての自由度が大きく、また、アドレス入力が必要とされないときに、アドレスレジスタ52からダウンカウンタ30が望ましくないアドレス入力を受けるのをアドレスレジスタ出力スイッチ54が防ぐため、ダウンカウンタ30についての設計の自由度が大きい。 Compared with the twenty-ninth and thirty-first embodiments, the thirty-first embodiment does not require the address register 52 to immediately transmit the newly received address data to the down counter 30, so the design of the address register 52 Since the address register output switch 54 prevents the down counter 30 from receiving an undesirable address input from the address register 52 when no address input is required, the design of the down counter 30 is designed. Great freedom.

第32の実施の形態
図83を参照し、第32の実施の形態は第31の実施の形態の構成に、メモリアレイ2内の異なるデータブロックを選択するためのブロック選択ユニット92を付加したものである。
Thirty-second embodiment Referring to FIG. 83, the thirty-second embodiment is obtained by adding a block selection unit 92 for selecting different data blocks in the memory array 2 to the configuration of the thirty-first embodiment. It is.

この実施の形態のアドレス入力ユニット81は受信されたYアドレスビットを上位グループPCと下位グループPBに分割する。下位グループPBはアドレスレジスタ52及びダウンカウンタ30に供給される。上位グループPCはブロック選択ユニット92に供給される。供給されたアドレスビットからブロック選択ユニット92は上位YアドレスYUADを発生し、この上位YアドレスYUADはYデコーダ8に、ダウンカウンタ30をバイパスして直接供給される。Yデコーダ8はYUADを、例えば、Yアドレスの上位ビットとして用いる。   The address input unit 81 of this embodiment divides the received Y address bits into the upper group PC and the lower group PB. The lower group PB is supplied to the address register 52 and the down counter 30. The upper group PC is supplied to the block selection unit 92. The block selection unit 92 generates an upper Y address YUAD from the supplied address bits, and this upper Y address YUAD is directly supplied to the Y decoder 8 bypassing the down counter 30. The Y decoder 8 uses YUAD, for example, as the upper bits of the Y address.

第32の実施の形態のメモリ制御信号発生器68は、アクセスカウンタ50に制御信号NBLを供給する。この制御信号NBLは各ブロック内の、同じバーストにおいてアクセスされるべき列の数を指定する。アクセスカウンタ50は、次ブロック制御信号PNBLをブロック選択ユニット92に供給し、これによりブロック選択ユニット92は次のブロックのための上位YアドレスYUADを出力する。   The memory control signal generator 68 according to the thirty-second embodiment supplies the control signal NBL to the access counter 50. This control signal NBL specifies the number of columns to be accessed in the same burst in each block. The access counter 50 supplies the next block control signal PNBL to the block selection unit 92, whereby the block selection unit 92 outputs the upper Y address YUAD for the next block.

図84はダウンカウンタ30、アドレスレジスタ52、アドレスレジスタ出力スイッチ54、及びブロック選択ユニット92の内部構成の一例を示す。文字"n"は、上位アドレスビット及び下位アドレスビットを含むYアドレスビットの合計数である。   FIG. 84 shows an example of the internal configuration of the down counter 30, the address register 52, the address register output switch 54, and the block selection unit 92. The character “n” is the total number of Y address bits including upper address bits and lower address bits.

ダウンカウンタ30は、相互接続され、カウンタクロック信号CCLKにより駆動される一連の1−ビットカウンタC0〜Cn−3から成る。カウンタクロック信号CCLKは、内部クロック信号CLK’と制御信号PWを図示のようにNANDゲート及びインバータで組合せることにより得られる。各1−ビットカウンタCiは、例えば、左隣の1−ビットカウンタCi−1により出力される信号の特定の遷移(立上がり又は立下がり)により反転する出力を有する回路である。全ての出力の遷移はカウンタクロックCCLKに同期している。   The down counter 30 is composed of a series of 1-bit counters C0 to Cn-3 which are interconnected and driven by a counter clock signal CCLK. The counter clock signal CCLK is obtained by combining the internal clock signal CLK 'and the control signal PW with a NAND gate and an inverter as shown. Each 1-bit counter Ci is, for example, a circuit having an output that is inverted by a specific transition (rising or falling) of a signal output by the left-side 1-bit counter Ci-1. All output transitions are synchronized with the counter clock CCLK.

アドレスレジスタ52はラッチE0〜En−3及びトランジスタTrdd0〜Trddn−3から成る。トランジスタTrdd0〜Trddn−3は、PM制御信号により制御されるものであり、n−2個の下位YアドレスビットPB(Y0〜Yn−3)をアドレス入力ユニット81からラッチE0〜En−3に供給する。   The address register 52 includes latches E0 to En-3 and transistors Trdd0 to Trddn-3. The transistors Trdd0 to Trddn-3 are controlled by the PM control signal, and supply n-2 lower Y address bits PB (Y0 to Yn-3) from the address input unit 81 to the latches E0 to En-3. To do.

アドレスレジスタ出力スイッチ54は、PO制御信号により制御されるトランジスタTrd0〜Trdn−3から成り、アドレスレジスタ52内のラッチE0〜En−3の出力をダウンカウンタ30内の対応する1−ビットカウンタC0〜Cn−3に供給する。   The address register output switch 54 includes transistors Trd0 to Trdn-3 controlled by a PO control signal, and outputs the latches E0 to En-3 in the address register 52 to the corresponding 1-bit counters C0 to C0 in the down counter 30. Supply to Cn-3.

ブロック選択ユニット92は一対の1−ビットカウンタF0,F1と、1対の1−ビットラッチD0,D1と、1対のトランジスタTrddn−2,Trddn−1と、もう1対のトランジスタTrdn−2,Trdn−1とを有する。トランジスタTrddn−2,Trddn−1はPM制御信号により制御されるもので、2つの上位アドレスビットYn−2,Yn−1(PC)をアドレス入力ユニット81から1−ビットカウンタF0,F1に供給する。トランジスタTrdn−2,Trdn−1はPO制御信号により制御されるもので、1−ビットカウンタF0,F1の出力をラッチD0,D1に供給する。1−ビットカウンタF0,F1はPNBL制御信号により駆動されるのもので、相互接続され、アップカウンタ又はダウンカウンタとして動作する。
The block selection unit 92 includes a pair of 1-bit counters F0 and F1, a pair of 1-bit latches D0 and D1, a pair of transistors Trddn-2 and Trddn-1, and another pair of transistors Trdn-2, Trdn-1. The transistors Trddn-2 and Trddn-1 are controlled by the PM control signal, and two upper address bits Yn-2 and Yn-1 (PC) are supplied from the address input unit 81 to the 1-bit counters F0 and F1. . Transistors Trdn-2 and Trdn-1 are controlled by a PO control signal and supply the outputs of 1-bit counters F0 and F1 to latches D0 and D1, respectively. The 1-bit counters F0 and F1 are driven by a PNBL control signal and are interconnected to operate as an up counter or a down counter.

ダウンカウンタ30及びブロック選択ユニット92の出力SY0〜SYn−1は、Yデコーダ8に供給される完全なYアドレス信号を形成する。下位ビットSY0〜SYn−3を組合せた値(YADD)はカウンタクロックCCLKに同期してカウントダウンし、上位ビットSYn−2,SYn−1を組合せた値(YUAD)はPNBL制御信号に同期してカウントアップ及びダウンするする。   The outputs SY0 to SYn-1 of the down counter 30 and the block selection unit 92 form a complete Y address signal supplied to the Y decoder 8. A value (YADD) combining the lower bits SY0 to SYn-3 is counted down in synchronization with the counter clock CCLK, and a value (YUAD) combining the upper bits SYn-2 and SYn-1 is counted in synchronization with the PNBL control signal. Up and down.

図85を参照し、ブロック選択ユニット92により出力された上位アドレスビットYUADはメモリアレイ2を複数のブロックに分割する。簡単のため、1つの上位アドレスビット及び2つのブロック(ブロックa及びブロックb)のみが図85に示されている。ブロックaの上位アドレスビット(YUAD)の値は0であり、ブロックbの上位アドレスビットの値は1である。   Referring to FIG. 85, upper address bit YUAD output by block selection unit 92 divides memory array 2 into a plurality of blocks. For simplicity, only one upper address bit and two blocks (block a and block b) are shown in FIG. The value of the upper address bit (YUAD) of the block a is 0, and the value of the upper address bit of the block b is 1.

図85のメモリは各ブロック内の1フィールドの画素データを記憶するために用いることができ、従ってメモリアレイ2は2フィールド又は1フレームの画素データを保持することができる。例えば偶数フィールドはブロックaに記憶され、奇数フィールドはブロックbに記憶される。   The memory of FIG. 85 can be used to store one field of pixel data in each block, and therefore the memory array 2 can hold two fields or one frame of pixel data. For example, even fields are stored in block a and odd fields are stored in block b.

単一のバーストは、両フィールドからのデータを含む。図85は、データが現に偶数フィールドのため受信され、ブロックa内に記憶されつつある場合を示す。バーストは、ブロックbからの、先の奇数フィールドの3つの画素のデータ(Yb3,Yb2,Yb1)の読出しに始まり、次にブロックaからの先の偶数フィールドの3つの画素のデータ(Yc3,Yc2,Yc1)の読出しが行なわれ、次に新しい入力データ(Ya1図示せず)の、最も古い読出しデータ(Yc1)上への上書(ハッチングしたドットで示す)が行なわれる。   A single burst contains data from both fields. FIG. 85 shows the case where data is currently being received for the even field and is being stored in block a. The burst starts with reading the data (Yb3, Yb2, Yb1) of the previous odd field from the block b, and then the data (Yc3, Yc2) of the previous even field from the block a. , Yc1) is read out, and then new input data (Ya1 not shown) is overwritten (indicated by hatched dots) on the oldest read data (Yc1).

このバーストは、データYb1の転送の次に、上位アドレスビットが1から0に変化し、開始アドレス("10111")の下位アドレスビットが再度アドレスレジスタ52からダウンカウンタ30にロードされるように、ブロック選択ユニット92及びアドレスレジスタ出力スイッチ54をPNBL及びPO制御信号により制御することにより得られる。従って、バーストはブロックb内の列アドレス"110101"(Yb1)からブロックa内の列アドレス"010111"(Yc3)に、中断なくジャンプする。   In this burst, after the transfer of the data Yb1, the upper address bit changes from 1 to 0, and the lower address bit of the start address (“10111”) is loaded from the address register 52 to the down counter 30 again. It is obtained by controlling the block selection unit 92 and the address register output switch 54 with PNBL and PO control signals. Therefore, the burst jumps without interruption from the column address “110101” (Yb1) in the block b to the column address “010111” (Yc3) in the block a.

次のフィールド(奇数フィールド)のデータの受信の間に、新しい偶数フィールドのデータがすべてブロックa内に記憶されると、図86に示すようにバーストアクセスが行なわれる。今度は、各バーストはブロックa内で始まりブロックb内で終り、新しい画素データはブロックb内に記憶される。   When all the new even field data is stored in block a during reception of the next field (odd field) data, burst access is performed as shown in FIG. This time, each burst begins in block a and ends in block b, and new pixel data is stored in block b.

順次走査が用いられる場合、異なるフィールドではなく異なるフレームのデータをそれぞれのブロックに記憶する。異なるブロックが異なるフレームの画素データを記憶する場合、データは異なるフレーム内の同じ位置の画素を表わす。異なるブロックが異なるフィールドの画素データを記憶する場合、データは異なるフィールドの互いに隣接する位置の画素を表わす。例えば、図64に示すように、データDa1及びDb1は、フィールドa及びbの互に隣接する位置の画素を表わす。   When sequential scanning is used, different frames of data are stored in each block rather than different fields. If different blocks store pixel data for different frames, the data represents the pixel at the same position in different frames. If different blocks store different fields of pixel data, the data represents pixels in adjacent positions in different fields. For example, as shown in FIG. 64, data Da1 and Db1 represent pixels at positions adjacent to each other in fields a and b.

第32の実施の形態によれば、単一のメモリ装置が、複数のフィールド又はフレームからの画素データを単一のバーストで出力することができる。図85及び図86ではフィールド又はフレームの数は2である。しかし、上位アドレスビットの数に応じて、第32の実施の形態のメモリアレイ2は、それぞれ異なるフィールド又はフレームを記憶する任意の数のブロックに分割することができる。第1ないし第26の実施の形態とは異なり、第32の実施の形態は1つのブロックから他のブロックへデータを転送する必要がない。従って、動作は、上記先の実施の形態よりも簡単である。但し、記憶すべきデータの量が多い。   According to the thirty-second embodiment, a single memory device can output pixel data from a plurality of fields or frames in a single burst. 85 and 86, the number of fields or frames is two. However, according to the number of upper address bits, the memory array 2 of the thirty-second embodiment can be divided into an arbitrary number of blocks each storing different fields or frames. Unlike the first to twenty-sixth embodiments, the thirty-second embodiment does not require data to be transferred from one block to another. Therefore, the operation is simpler than the previous embodiment. However, the amount of data to be stored is large.

第32の実施の形態の更なる詳細は第38の実施の形態との関連で説明する。   Further details of the thirty-second embodiment will be described in connection with the thirty-eighth embodiment.

第33の実施の形態
図87を参照し、第33の実施の形態は第27の実施の形態と類似であるが、2つのメモリバンクを有し、別個のメモリアレイ2A,2Bと別個のXデコーダ6A,6Bと、別個のYデコーダ8A,8Bとを有する。両バンクは同じ内部データバス24及びダウンカウンタ30を共用する。
Thirty-third embodiment Referring to FIG. 87, the thirty-third embodiment is similar to the twenty-seventh embodiment, but has two memory banks, separate memory arrays 2A and 2B, and separate X Decoders 6A and 6B and separate Y decoders 8A and 8B are provided. Both banks share the same internal data bus 24 and down counter 30.

2つのバンクの一方は、偶数Xアドレスの画素データを記憶し、他方のバンクは同じフィールドの奇数Xフィールドの画素データを記憶し、従って他方のバンクへのアクセスの間に一方のバンクをプリチャージすることができる。   One of the two banks stores even X address pixel data and the other bank stores odd X field pixel data of the same field, thus precharging one bank during access to the other bank can do.

第33の実施の形態の動作の詳細は、第38の実施の形態についての説明から理解されよう。   Details of the operation of the thirty-third embodiment will be understood from the description of the thirty-eighth embodiment.

第34の実施の形態
図88を参照し、第34の実施の形態は第28の実施の形態の特徴と第33の実施の形態の特徴とを組合せたものである。即ち、第34の実施の形態は第33の実施の形態の2バンク構成にデータバス初期化ユニット90を加えたものである。第34の実施の形態は第28の実施の形態の利点及び第33の実施の形態の利点を併せ持つ。
Thirty-fourth embodiment Referring to FIG. 88, the thirty-fourth embodiment combines the features of the twenty-eighth embodiment and the features of the thirty-third embodiment. That is, in the thirty-fourth embodiment, a data bus initialization unit 90 is added to the two-bank configuration of the thirty-third embodiment. The thirty-fourth embodiment combines the advantages of the twenty-eighth embodiment and the thirty-third embodiment.

第34の実施の形態の動作の詳細は、第38の実施の形態についての説明から理解されよう。   Details of the operation of the thirty-fourth embodiment will be understood from the description of the thirty-eighth embodiment.

第35の実施の形態
図89を参照し、第35の実施の形態は第29の実施の形態の特徴と第33の実施の形態の特徴とを組合せたものである。即ち、第35の実施の形態は第33の実施の形態の構成にアドレスレジスタ52を加えたものである。第35の実施の形態は第29の実施の形態の利点及び第33の実施の形態の利点を併せ持つ。
Thirty-fifth Embodiment Referring to FIG. 89, the thirty-fifth embodiment is a combination of the features of the twenty-ninth embodiment and the features of the thirty-third embodiment. That is, the thirty-fifth embodiment is obtained by adding an address register 52 to the configuration of the thirty-third embodiment. The thirty-fifth embodiment has the advantages of the twenty-ninth embodiment and the thirty-third embodiment.

第35の実施の形態の動作の詳細は、第38の実施の形態についての説明から理解されよう。   Details of the operation of the thirty-fifth embodiment will be understood from the description of the thirty-eighth embodiment.

第36の実施の形態
図90を参照し、第36の実施の形態は第30の実施の形態の特徴と第33の実施の形態の特徴とを組合せたものである。即ち、第36の実施の形態は第33の実施の形態の構成にアドレスレジスタ52及びデータバス初期化ユニット90を加えたものである。第36の実施の形態は第30の実施の形態の利点及び第33の実施の形態の利点を併せ持つ。
Thirty-sixth embodiment Referring to FIG. 90, the thirty-sixth embodiment is a combination of the features of the thirty-third embodiment and the features of the thirty-third embodiment. That is, in the thirty-sixth embodiment, an address register 52 and a data bus initialization unit 90 are added to the configuration of the thirty-third embodiment. The thirty-sixth embodiment combines the advantages of the thirty-third embodiment and the thirty-third embodiment.

第36の実施の形態の動作の詳細は、第38の実施の形態についての説明から理解されよう。   Details of the operation of the thirty-sixth embodiment will be understood from the description of the thirty-eighth embodiment.

第37の実施の形態
図91を参照し、第37の実施の形態は第31の実施の形態の特徴と第33の実施の形態の特徴とを組合せたものである。即ち、第37の実施の形態は第36の実施の形態の構成にアドレスレジスタ出力スイッチ54を加えたものである。第37の実施の形態は第31の実施の形態の利点及び第33の実施の形態の利点を併せ持つ。
Thirty-Seventh Embodiment Referring to FIG. 91, the thirty-seventh embodiment combines the features of the thirty-first embodiment and the thirty-third embodiment. That is, the thirty-seventh embodiment is obtained by adding an address register output switch 54 to the configuration of the thirty-sixth embodiment. The thirty-seventh embodiment combines the advantages of the thirty-first embodiment and the thirty-third embodiment.

第37の実施の形態の動作の詳細は、第38の実施の形態についての説明から理解されよう。   Details of the operation of the thirty-seventh embodiment will be understood from the description of the thirty-eighth embodiment.

第38の実施の形態
図92を参照し、第38の実施の形態は、第32の実施の形態及び第33の実施の形態の特徴を組合せたものであり、第32の実施の形態と同様ブロック選択ユニット92を有するとともに、第33の実施の形態と同様2つのメモリバンクを有する。各メモリバンクは、ブロック選択ユニット92により出力される上位アドレスビットYUADに応じて、複数のブロックに分割されている。
Thirty-eighth embodiment Referring to FIG. 92, the thirty-eighth embodiment is a combination of the features of the thirty-second and thirty-third embodiments, and is the same as the thirty-second embodiment. It has a block selection unit 92 and two memory banks as in the thirty-third embodiment. Each memory bank is divided into a plurality of blocks according to the upper address bit YUAD output by the block selection unit 92.

図93は、第38の実施の形態の内部構成をより詳しく示す。   FIG. 93 shows the internal configuration of the thirty-eighth embodiment in more detail.

アドレス入力ユニット81はXアドレス信号XAD及び3つの他の制御及びアドレス信号PA,PB,PCを出力する。PAはアクセスカウンタ50に供給され、バースト長を制御する。この点は、第27の実施の形態について説明した通りである。PBはYアドレスの下位ビットから成り、アドレスレジスタ52に供給される。PCはYアドレスの上位ビットから成り、ブロック選択ユニット92に供給される。   The address input unit 81 outputs an X address signal XAD and three other control and address signals PA, PB, PC. PA is supplied to the access counter 50 and controls the burst length. This point is as described in the twenty-seventh embodiment. PB is composed of lower bits of the Y address and is supplied to the address register 52. The PC consists of the upper bits of the Y address and is supplied to the block selection unit 92.

アクセスカウンタ50はメモリ制御信号発生器68からのNBL制御信号を受ける。第32の実施の形態で説明したように、NBLは一つのバーストにより、各ブロックから読出されるビットの数を制御する。アクセスカウンタ50は、第31の実施の形態で示したように、PO制御信号を出力し、第32の実施の形態で説明したようにブロック選択ユニット92を制御するPNBL信号を出力し、通常は低レベルであり、バーストの終りを示すときに高レベルとなるフラグ信号を出力する。   Access counter 50 receives an NBL control signal from memory control signal generator 68. As described in the thirty-second embodiment, the NBL controls the number of bits read from each block by one burst. The access counter 50 outputs a PO control signal as shown in the thirty-first embodiment, and outputs a PNBL signal for controlling the block selection unit 92 as described in the thirty-second embodiment. A flag signal is output that is at a low level and becomes a high level when indicating the end of a burst.

アドレスレジスタ52、アドレスレジスタ出力スイッチ54、及びダウンカウンタ30は、例えば図84に示す構成を有する。但し、アドレスレジスタ出力スイッチ54は、アクセスカウンタ50からPO制御信号を受けるほか、メモリ制御信号発生器68からNO制御信号を受ける。アドレスレジスタ出力スイッチ54は、NO又はPOが活性化された状態のときアドレスレジスタ52をダウンカウンタ30に接続する。   The address register 52, the address register output switch 54, and the down counter 30 have, for example, the configuration shown in FIG. However, the address register output switch 54 receives a PO control signal from the access counter 50 and a NO control signal from the memory control signal generator 68. The address register output switch 54 connects the address register 52 to the down counter 30 when NO or PO is activated.

メモリ制御信号発生器68は、先の実施の形態で説明したもののほか、種々の制御信号を出力する。そのうちの2つ、出力イネーブル信号POE及び読出しタイミング信号PTRが明示されている。他の制御信号は纏めて太い矢印で示してある。メモリ制御信号発生器68はアクセスカウンタ50により出力されたフラグ信号を受ける。   The memory control signal generator 68 outputs various control signals in addition to those described in the previous embodiment. Two of them, the output enable signal POE and the read timing signal PTR are clearly shown. Other control signals are collectively indicated by thick arrows. The memory control signal generator 68 receives the flag signal output from the access counter 50.

ブロック選択ユニット92は、例えば図84に示される構造を有し、上位Yアドレス信号YUADを生成する1−ビットカウンタF0,F1を有する。   The block selection unit 92 has a structure shown in FIG. 84, for example, and has 1-bit counters F0 and F1 for generating the upper Y address signal YUAD.

内部データバス24は、バンクAのための、一対の相補信号線Da,Da/及びバンクBのための、他の一対の相補信号線Db,Db/を有する。簡単のため、各バンクにつきデータバスラインが各1対のみ示されている。データバス24もまた読出しバスラインRD,RD/及びRRDa,RRDa/(これらによりデータバスラインDa,Da/,Db,Db/がトランジスタスイッチ(後述する)を介してバッファ回路83に結合される)の相補対、及び書込みデータバスラインWDa,WDa/(これらによりデータバスラインDa,Da/,及びDb,Db/が他のトランジスタスイッチ(後述する)を介してデータ入力ユニット14に結合される)の相補対を有する。   The internal data bus 24 has a pair of complementary signal lines Da and Da / for the bank A and another pair of complementary signal lines Db and Db / for the bank B. For simplicity, only one pair of data bus lines is shown for each bank. The data bus 24 is also read bus lines RD, RD / and RRDa, RRDa / (by which the data bus lines Da, Da /, Db, Db / are coupled to the buffer circuit 83 via transistor switches (described later)). And the write data bus lines WDa and WDa / (by which the data bus lines Da and Da / and Db and Db / are coupled to the data input unit 14 via other transistor switches (described later)). Of complementary pairs.

データバス初期化ユニット90は、データバスラインの相補対を等化するトランジスタTra1,Trb1を有する。これらのトランジスタはリセット制御信号PRa,PRb(メモリ制御信号発生器68により発生される制御信号の一部)により駆動される。   The data bus initialization unit 90 includes transistors Tra1 and Trb1 that equalize complementary pairs of data bus lines. These transistors are driven by reset control signals PRa and PRb (a part of control signals generated by the memory control signal generator 68).

バンクAから引出されたデータバスラインDa,Da/はトランジスタSWaを介して書込みデータバスラインWDa,WDa/に結合されている。トランジスタSWaは、バンクAのための内部書込みイネーブル制御信号PWEaにより駆動される。同様に、バンクBから引出されたデータバスラインDb,Db/はトランジスタSWbを介して書込みデータバスラインWDa,WDa/に結合されている。トランジスタSWbは、バンクbのための内部書込みイネーブル制御信号PWEbにより駆動される。制御信号PWEa及びPWEBはメモリ制御信号発生器68から出力される。書込みデータバスラインWDa及びWDa/はデータ入力ユニット14に結合されている。   Data bus lines Da and Da / drawn from bank A are coupled to write data bus lines WDa and WDa / through transistor SWa. Transistor SWa is driven by internal write enable control signal PWEa for bank A. Similarly, the data bus lines Db and Db / drawn from the bank B are coupled to the write data bus lines WDa and WDa / via the transistor SWb. Transistor SWb is driven by internal write enable control signal PWEb for bank b. The control signals PWEa and PWEB are output from the memory control signal generator 68. Write data bus lines WDa and WDa / are coupled to data input unit 14.

データバス24をバッファ回路83に結合するデータバススイッチ82は、トランジスタSRa1,SRb1,SR2を有する。トランジスタSRa1はバンクAのデータバスラインDa,Da/を読出しデータバスラインRD,RD/に結合するものであり、バンクAのための内部読出しイネーブル制御信号PREaにより駆動される。トランジスタSRb1はバンクBのデータバスラインDb,Db/を読出しデータバスラインRD,RD/に結合するものであり、バンクBのための内部読出しイネーブル制御信号PREbにより駆動される。トランジスタSR2は読出しデータバスラインRD,RD/を読出しデータバスラインRRDa,RRDa/に結合するものであり、メモリ制御信号発生器68から出力される読出しレディ(準備完了)制御信号PRRにより駆動される。読出しデータバスラインRRDa,RRDa/はバッファ回路83に結合されている。増幅器96が読出しデータバスライRD,RD/及びデータバスラインDb,Db/(トランジスタSRb1からメモリアレイ2Bに至る)に結合され、読出しデータを増幅する。   Data bus switch 82 that couples data bus 24 to buffer circuit 83 includes transistors SRa1, SRb1, and SR2. Transistor SRa1 couples data bus lines Da, Da / of bank A to read data bus lines RD, RD / and is driven by an internal read enable control signal PREa for bank A. Transistor SRb1 couples data bus lines Db, Db / of bank B to read data bus lines RD, RD / and is driven by an internal read enable control signal PREb for bank B. The transistor SR2 couples the read data bus lines RD and RD / to the read data bus lines RRDa and RRDa /, and is driven by a read ready (ready) control signal PRR output from the memory control signal generator 68. . Read data bus lines RRDa and RRDa / are coupled to buffer circuit 83. An amplifier 96 is coupled to the read data bus lines RD and RD / and the data bus lines Db and Db / (from the transistor SRb1 to the memory array 2B) to amplify the read data.

読出しイネーブル制御信号PREa,PREbは例えばANDゲート及びORゲートを含み、メモリ制御信号発生器68からのPTR制御信号及びアクセスカウンタ50からのフラグ信号を受信する論理回路98により発生される。論理回路98はまたメモリ制御信号発生器68により出力され、それぞれバンクA,Bを選択する制御信号Pa,Pbを受信する。   The read enable control signals PREa and PREb include, for example, AND gates and OR gates, and are generated by a logic circuit 98 that receives a PTR control signal from the memory control signal generator 68 and a flag signal from the access counter 50. Logic circuit 98 is also output by memory control signal generator 68 and receives control signals Pa and Pb for selecting banks A and B, respectively.

データ出力ユニット16は、メモリ制御信号発生器68からの内部出力イネーブル信号POEにより制御される。   The data output unit 16 is controlled by an internal output enable signal POE from the memory control signal generator 68.

Yデコーダ8A及び8Bは図10に示すようにANDゲートを有する。図93において、これらのANDゲートは、Yデコーダ8A内のものがYDa1〜YDanで、Yデコーダ8B内のものがYDb1〜YDbnで示されている。   The Y decoders 8A and 8B have AND gates as shown in FIG. In FIG. 93, these AND gates in the Y decoder 8A are indicated by YDa1 to YDan, and those in the Y decoder 8B are indicated by YDb1 to YDbn.

図94はメモリアレイ2A,2Bの内部構造を示す。幾つかの記号の違いがあるが、この構造は、図10の主メモリアレイ2の構造と同じである。以下の説明は、記号の違いに関するものである。   FIG. 94 shows the internal structure of the memory arrays 2A and 2B. This structure is the same as that of the main memory array 2 in FIG. The following description relates to the difference in symbols.

図93と同様、YDa1(YDb1)〜YDan(YDbn)はYデコーダ8A,8B内のANDゲートを表わし、これらは図10のANDゲート38と等価である。   93, YDa1 (YDb1) to YDan (YDbn) represent AND gates in the Y decoders 8A and 8B, and these are equivalent to the AND gate 38 in FIG.

図10においてY1〜Ymで示された信号は、図93においてはYa1(Yb1)〜Yan(Ybn)で示されている。文字"a","b"はそれぞれバンクA,Bを表わす。   The signals indicated by Y1 to Ym in FIG. 10 are indicated by Ya1 (Yb1) to Yan (Ybn) in FIG. The letters “a” and “b” represent banks A and B, respectively.

ビット線をデータバスラインDa(Db),Da/(Db/)に接続するトランスファートランジスタ46は、符号S1〜Snで示されている。ビット線はBL1,BL1/〜BLn,BLn/で示されている。   The transfer transistors 46 that connect the bit lines to the data bus lines Da (Db) and Da / (Db /) are denoted by reference numerals S1 to Sn. The bit lines are indicated by BL1, BL1 / to BLn, BLn /.

PSAA,PSABはバンクA,Bのセンス増幅器(SA)を活性化する信号である。T1〜Tnは列1〜nを表わす。文字"m"は各メモリバンク内の行の数を表わす。文字"n"は各メモリバンク内の列の数を表わす。   PSAA and PSAB are signals for activating the sense amplifiers (SA) of the banks A and B. T1 to Tn represent columns 1 to n. The letter “m” represents the number of rows in each memory bank. The letter “n” represents the number of columns in each memory bank.

次に、第38の実施の形態の動作を説明する。以下の説明は、6画素のデータが1つのバンクから読出されるバーストの場合についてのものであり、6画素は2フィールドから各々3画素ずつを取り出したものであり、データはバンク内の別個のブロックに記憶される。   Next, the operation of the thirty-eighth embodiment will be described. The following description is for a burst where 6 pixels of data are read from one bank, 6 pixels are taken from 3 fields each from 2 fields, and the data is stored in separate banks. Stored in block.

以下の説明は、第32ないし第37の実施の形態にも、これらの実施の形態が本実施の形態と共通の特徴を有する限りにおいて、当てはまる。   The following description also applies to the thirty-second to thirty-seventh embodiments as long as these embodiments have the same features as the present embodiment.

図95を参照し、時刻t1において、CS/,RAS/が低レベルであり、Xアドレス(Xi)がアドレス入力端子ADDで受信される。メモリ制御信号発生器68は、例えばXアドレスのLSBに従ってバンクA又はBを選択し、Xアドレスを対応するXデコーダ6A、6Bに送り、該Xデコーダ6A,6Bは対応するワード線WLiを駆動する。以下の説明で、バンクAが選択されるものと仮定する。この場合、制御信号Paが高レベルであり、制御信号Pbが低レベルである。   Referring to FIG. 95, at time t1, CS /, RAS / are at the low level, and the X address (Xi) is received by the address input terminal ADD. The memory control signal generator 68 selects the bank A or B, for example, according to the LSB of the X address, and sends the X address to the corresponding X decoder 6A, 6B, which drives the corresponding word line WLi. . In the following description, it is assumed that bank A is selected. In this case, the control signal Pa is at a high level and the control signal Pb is at a low level.

時刻t1の後、メモリ制御信号発生器68は、選択されたバンクA内のセンス増幅器活性化信号(PSAA)を駆動し(高レベルにし)、バンクA内のビット線(BL1,BL1/〜BLn,BLn/)上にデータが現われ始める。バンクBは不活性のままである。   After time t1, the memory control signal generator 68 drives the sense amplifier activation signal (PSAA) in the selected bank A (to high level), and the bit lines (BL1, BL1 / ˜BLn in the bank A). , BLn /), data begins to appear. Bank B remains inactive.

時刻t2において、CS/,CAS/が低レベルであり、YアドレスYjがアドレス入力端子ADD/において受信される。アドレス入力ユニット81は下位アドレスビット(PB)をアドレスレジスタ52に送り、上位アドレスビット(PC)をブロック選択ユニット92に送る。アドレス入力ユニット81はまたPA制御信号をアクセスカウンタ50に送り、6サイクルのバースト長を指定する。メモリ制御信号発生器68からアクセスカウンタ50に送られるNBL制御信号は、バーストが選択メモリバンク内の各ブロックのアクセスに3サイクル費やすべきことを示す。   At time t2, CS /, CAS / are at a low level, and the Y address Yj is received at the address input terminal ADD /. The address input unit 81 sends the lower address bits (PB) to the address register 52 and sends the upper address bits (PC) to the block selection unit 92. The address input unit 81 also sends a PA control signal to the access counter 50 to specify a burst length of 6 cycles. The NBL control signal sent from the memory control signal generator 68 to the access counter 50 indicates that the burst should spend 3 cycles accessing each block in the selected memory bank.

本発明は、PA及びNBL制御信号を用いる特定の方法に限定されない。他の方法として、PAが3サイクルを指定し、NBLが各3サイクルを2回繰返すことを指定しても良い。   The present invention is not limited to a particular method using PA and NBL control signals. As another method, PA may specify 3 cycles, and NBL may specify that each 3 cycles is repeated twice.

時刻t2とt3の間の時点において、メモリ制御信号発生器68はNO制御信号を活性化し、アドレスレジスタ出力スイッチ54はこれに応答してアドレスレジスタ52をダウンカウンタ30に接続し、下位Yアドレスビットをダウンカウンタ30にロードする。これらのビットは、ブロック選択ユニット92から出力される上位アドレスビットYUAD出力と組合せられ、Yデコーダ8Aは入力YアドレスYjの全体を受け、バンクA内の指定された列Tj内のビット線をデータバス24に接続する信号Yajを活性化する。   At a time between times t2 and t3, the memory control signal generator 68 activates the NO control signal, and the address register output switch 54 connects the address register 52 to the down counter 30 in response to this, and the lower Y address bit Is loaded into the down counter 30. These bits are combined with the upper address bit YUAD output output from the block selection unit 92, and the Y decoder 8A receives the entire input Y address Yj and transfers the bit line in the designated column Tj in the bank A to the data The signal Yaj connected to the bus 24 is activated.

なお、図95のデコーダ出力波形(Yaj,Yaj−1, ...,Ybj−2)内の文字"a","b"はバンクA、Bを意味しない。このバーストのアクセスはすべてバンクAに対するものである。デコーダ出力波形における"a","b"は、図86のように、バンクA内のブロックa,bを示す。   Note that the characters “a” and “b” in the decoder output waveform (Yaj, Yaj−1,..., Ybj−2) in FIG. All accesses of this burst are for bank A. “A” and “b” in the decoder output waveform indicate blocks a and b in the bank A as shown in FIG.

時刻t3において、データDaj(図86のデータDa3に対応する)がビット線BLj,BLj/から転送され、バンクAのデータバスラインDa,Da/に現われ始める。次のクロックサイクル中に、内部読出しイネーブル制御信号PREaがある期間活性化され、この間にデータDajはデータバスラインDa,Da/からトランジスタSRa1を介して読出しデータバスラインRDa,RDa/に転送される(図95の波形参照)。PRR制御信号(図示せず)も活性化された状態であり、データDajはトランジスタSR2及び読出しデータバスラインRRDa,RRDa/を介してバッファ回路83に転送され、バッファ回路83にラッチされ、データ出力ユニット16に伝えられる。   At time t3, data Daj (corresponding to data Da3 in FIG. 86) is transferred from bit lines BLj and BLj / and starts appearing on data bus lines Da and Da / in bank A. During the next clock cycle, the internal read enable control signal PREa is activated for a certain period, during which data Daj is transferred from the data bus lines Da, Da / to the read data bus lines RDa, RDa / via the transistor SRa1. (See waveform in FIG. 95). The PRR control signal (not shown) is also activated, and the data Daj is transferred to the buffer circuit 83 via the transistor SR2 and the read data bus lines RRDa and RRDa /, latched in the buffer circuit 83, and data output It is transmitted to the unit 16.

PREa信号は図93に示す論理回路98により、PRR読出しタイミング信号から発生される。アクセスカウンタ50により出力されるフラグ信号は低レベルであり、Paは高レベルである。従って、PREaはPTRの高レベル及び低レベルの遷移に追従する(概して図95の波形に示される通り)。   The PREa signal is generated from the PRR read timing signal by the logic circuit 98 shown in FIG. The flag signal output by the access counter 50 is at a low level, and Pa is at a high level. Thus, PREa follows the high and low level transitions of the PTR (generally as shown in the waveform of FIG. 95).

時刻t3より少し後、メモリ制御信号発生器68は、出力イネーブル制御信号POEを活性化し、次のサイクルにおいてデータ出力ユニット16は図示のようにデータDajを出力端子DOUTに出力する。   A little later than time t3, the memory control signal generator 68 activates the output enable control signal POE, and in the next cycle, the data output unit 16 outputs data Daj to the output terminal DOUT as shown.

このようにして、動作が進行し(この間ダウンカウンタ30のカウント値は1ずつ減少する)、データDaj−1,Daj−2がメモリアレイ2Aからバッファ回路83に転送される。これらの転送は時刻t4の前後のクロックサイクルに行なわれる。   In this way, the operation proceeds (while the count value of the down counter 30 decreases by 1), and the data Daj-1 and Daj-2 are transferred from the memory array 2A to the buffer circuit 83. These transfers are performed in clock cycles before and after time t4.

時刻t5より少し後、アクセスカウンタ50は、先にPA及びNBL信号により供給された情報から、ブロックaから充分なデータが読出された判断し、PO制御信号を活性化し、開始Yアドレス(下位ビット)をアドレスレジスタ52からダウンカウンタ30に再ロードさせる。同時に、図95には示されていないが、アクセスカウンタ50はPNBL制御信号をブロック選択ユニット92に送り、上位アドレスビットYUADを、次のブロック(b)を指示する内容のものに変える。かくして、時刻t5において、Yデコーダ8Aが、メモリバンクA内のブロックb内の列を選択する信号Ybjを発生し、データDbj(図86のYb3に対応する)がデータバスラインDa,Da/,RDa,RDa/,RRDa,RRDa/を介してバッファ回路83に転送される。   A little later than time t5, the access counter 50 determines from the information previously supplied by the PA and NBL signals that sufficient data has been read from the block a, activates the PO control signal, and starts the start Y address (lower bit). ) Is reloaded from the address register 52 to the down counter 30. At the same time, although not shown in FIG. 95, the access counter 50 sends a PNBL control signal to the block selection unit 92 and changes the upper address bit YUAD to the content indicating the next block (b). Thus, at time t5, the Y decoder 8A generates the signal Ybj for selecting the column in the block b in the memory bank A, and the data Dbj (corresponding to Yb3 in FIG. 86) is the data bus lines Da, Da /, The data is transferred to the buffer circuit 83 via RDa, RDa /, RRDa, and RRDa /.

時刻t6,t7の後で、後続のデータDbj−1,Dbj−2(図86のYb2,Yb1に対応する)がメモリアレイ2AからデータバスラインDa,Da/,RDa,RDa/,RRDa,RRDa/を介してバッファ回路83に転送される。データDbj,Dbj−1,Dbj−2は,データ出力ユニット16により、それぞれ時刻t6,t7,t8に出力される。   After times t6 and t7, subsequent data Dbj-1 and Dbj-2 (corresponding to Yb2 and Yb1 in FIG. 86) are transferred from the memory array 2A to the data bus lines Da, Da /, RDa, RDa /, RRDa, and RRDa. The data is transferred to the buffer circuit 83 via /. Data Dbj, Dbj-1, and Dbj-2 are output by data output unit 16 at times t6, t7, and t8, respectively.

時刻t8の頃、データDbj−2がバッファ回路83への転送が済み、データ出力ユニット16により出力されつつあるときに、メモリ制御信号発生器68は、データバスリセット制御信号PRaを活性化し、データバスラインDa,Da/を初期化する。Yデコーダ8Aは、Ybj−2列選択信号を出力し続け、従ってこの信号により選択されたビット線はまた初期化される。新しい入力データ(ハッチングしたドットで示してある)が時刻t8にデータ入力端子DINにおいて受信され、書込みデータバスラインWDa,WDa/に供給される。   At time t8, when the data Dbj-2 has been transferred to the buffer circuit 83 and is being output by the data output unit 16, the memory control signal generator 68 activates the data bus reset control signal PRa, and the data The bus lines Da and Da / are initialized. The Y decoder 8A continues to output the Ybj-2 column selection signal, so that the bit line selected by this signal is also initialized. New input data (indicated by hatched dots) is received at the data input terminal DIN at time t8 and supplied to the write data bus lines WDa and WDa /.

このとき、アクセスカウンタ50はフラグ信号を活性化し、バーストの終りを示す。フラグ信号を受け、メモリ制御信号発生器68は、読出しタイミング信号PTRの出力を停止し、従って、時刻t8の後PTRパルスは発生されない。従って、PREaパルスも時刻t8の後は発生されない。   At this time, the access counter 50 activates the flag signal to indicate the end of the burst. Upon receipt of the flag signal, the memory control signal generator 68 stops outputting the read timing signal PTR, and therefore no PTR pulse is generated after time t8. Therefore, the PREa pulse is not generated after time t8.

なお、図93では、読出しイネーブル信号PREa,PREbを発生する論理回路98がフラグ信号を受けるものをして示されているが、論理回路98にフラグ信号を入力しなくても、PREa,PREbを正しく発生することができるので、この入力は省力することができる。   In FIG. 93, the logic circuit 98 that generates the read enable signals PREa and PREb is shown as receiving a flag signal. However, PREa and PREb can be output without inputting the flag signal to the logic circuit 98. This input can be saved because it can be generated correctly.

時刻t8より少し後、メモリ制御信号発生器68は、内部書込みイネーブル信号PWEaを活性化し、書込みデータバスラインWDa,WDa/を、メモリアレイ2AのためのデータバスラインDa,Da/に接続する。時刻t9において、新しいデータがデータバスラインDa,Da/に転送される。Yデコーダ8Aは信号Ybj−2を出力し続けるので、入力データは、選択されたビット線に転送され、これまでデータDbj−2を記憶していたブロック内のメモリセル内に書込まれる。これらのビット線は図95においてBlj,BLj/と示されているが、バースト内の最初のデータDajが読出されたのと同じビット線BLj,BLj/と同じではない。データDajはブロックaから読出されたからである。   A little later than time t8, the memory control signal generator 68 activates the internal write enable signal PWEa and connects the write data bus lines WDa and WDa / to the data bus lines Da and Da / for the memory array 2A. At time t9, new data is transferred to the data bus lines Da and Da /. Since the Y decoder 8A continues to output the signal Ybj-2, the input data is transferred to the selected bit line and written into the memory cell in the block that has previously stored the data Dbj-2. These bit lines are shown as B1j and BLj / in FIG. 95, but are not the same as the same bit lines BLj and BLj / from which the first data Daj in the burst was read. This is because the data Daj is read from the block a.

このバーストの間、バンクB内のワード線を、次のバースト(バンクBがアクセスされる)の準備のためにプリチャージすることもできる。バンクA内のデータバスライン及びビット線も初期化できる。   During this burst, the word lines in bank B can also be precharged in preparation for the next burst (bank B is accessed). Data bus lines and bit lines in bank A can also be initialized.

図95において、フラグ信号は時刻t8から時刻t12まで高レベルのままであるとして示されている。しかしこのフラグ信号は、それより前に低レベルにして次のバーストに備えることとしても良い。タイミングに関する他の細かな変形も可能であり、図95は、正確なタイミングの関係を示しているのではなく、それぞれの事象の大まかな流れを示しているに過ぎない。   In FIG. 95, the flag signal is shown to remain high from time t8 to time t12. However, this flag signal may be set to a low level before that to prepare for the next burst. Other minor variations on timing are possible, and FIG. 95 does not show the exact timing relationship, but only shows a rough flow of each event.

第32の実施の形態と同様、第38の実施の形態によれば、単一のメモリ装置により、複数のフィールド又はフレームからの画素データを単一のバーストで出力することができる。さらに第38の実施の形態によれば、各バンクのプリチャージングを他のバンクのアクセスに隠すことで(同時に行なうことで)バースト間の間隔を短くすることができる。2つのバンクを用いることにより、第38の実施の形態は、第38の実施の形態の好ましい用い方は、各走査線内の奇数番号の画素のためのデータを一つのバンクに記憶し、各走査線内の偶数番号の画素のためのデータを他のバンクに記憶し、2つのバンクを交互にアクセスすることである。   Similar to the thirty-second embodiment, according to the thirty-eighth embodiment, pixel data from a plurality of fields or frames can be output in a single burst by a single memory device. Furthermore, according to the thirty-eighth embodiment, the interval between bursts can be shortened by hiding the precharging of each bank from the access of other banks (by performing it simultaneously). By using two banks, in the thirty-eighth embodiment, the preferred use of the thirty-eighth embodiment is to store data for odd-numbered pixels in each scan line in one bank, The data for even-numbered pixels in the scan line is stored in another bank and the two banks are accessed alternately.

変形例
以上の実施の形態においては、一つのおきの行が交互のバンクにアクセスされるバンクインターリービングが行なわれた。しかし、バンク間で列インタリービングを行なうこともできる。
Modified Example In the above embodiment, bank interleaving is performed in which every other row is accessed in an alternate bank. However, column interleaving can also be performed between banks.

バンクの数は2つに限らず、より多くても良い。   The number of banks is not limited to two and may be larger.

Yアドレス発生器内のダウンカウンタの代りにアップカウンタを用いても良い。ダウンカウンタを用いた場合の利点は、動画内の走査線は概して画面の上から下へ昇順にアドレスされ走査されるので、上記のようなバースト(データが走査線の走査順とは逆に出力される)の場合、ダウンカウンタの方が便利である点である。   An up counter may be used in place of the down counter in the Y address generator. The advantage of using a down counter is that scan lines in a moving image are generally addressed and scanned in ascending order from the top to the bottom of the screen. In this case, the down counter is more convenient.

第1ないし第26の実施の形態を非従属接続構成で用い、入力及び出力が異なる時刻に行なわれる場合、データ入力ユニット14及びデータ出力ユニット16は同じ外部データ端子を共用することができる。   When the first to twenty-sixth embodiments are used in the non-dependent connection configuration and the input and output are performed at different times, the data input unit 14 and the data output unit 16 can share the same external data terminal.

第19ないし第26の実施の形態のアクセスカウントレジスタ及びアドレス再計算器は、他の実施の形態においても用い得る。   The access count register and the address recalculator of the nineteenth to twenty-sixth embodiments can be used in other embodiments.

第31の実施の形態のPM及びPO制御信号は、アクセスカウンタ50ではなく、メモリ制御信号発生器68で発生することとしても良い。   The PM and PO control signals of the thirty-first embodiment may be generated not by the access counter 50 but by the memory control signal generator 68.

第27の実施の形態のPA制御信号は、アドレス入力ユニット81ではなく、メモリ制御信号発生器68で発生することとしても良い。   The PA control signal of the twenty-seventh embodiment may be generated not by the address input unit 81 but by the memory control signal generator 68.

本発明は動画のディジタル処理における問題の解決のためのものとして説明したが、本発明のメモリ装置は、動画のディジタル処理以外の用途にも用い得る。当業者には、特許請求の範囲の記載の範囲内でさらに種々の変形が可能であろう。   Although the present invention has been described as solving the problem in the digital processing of moving images, the memory device of the present invention can be used for applications other than digital processing of moving images. Those skilled in the art will appreciate that further variations are possible within the scope of the appended claims.

画素の群を示す図である。It is a figure which shows the group of a pixel. 動画のいくつかの相連続するフィールド内の画素の群を示す図である。It is a figure which shows the group of the pixels in the several continuous field of a moving image. 動画の相連続するフィールド内の、より多くの画素の群を示す図である。It is a figure which shows the group of many pixels in the continuous field of a moving image. 図3の画素の読出しアクセスのための従来のシステムを示す図である。FIG. 4 illustrates a conventional system for read access to the pixel of FIG. 読出し及び書込みアクセスの一例を示す図である。It is a figure which shows an example of a read and write access. 読出し及び書込みアクセスを示す他の例を示す図である。It is a figure which shows the other example which shows read and write access. 図5のアクセス動作に対応する図4の一部を示す図である。FIG. 6 is a diagram illustrating a part of FIG. 4 corresponding to the access operation of FIG. 5. 図6のアクセス動作に対応する図4の一部を示す図である。FIG. 7 is a diagram showing a part of FIG. 4 corresponding to the access operation of FIG. 6. 本発明の第1の実施の形態を示すブロック図である。It is a block diagram which shows the 1st Embodiment of this invention. 第1の実施の形態をより詳細に示す回路図である。It is a circuit diagram which shows 1st Embodiment in detail. 第1の実施の形態の主メモリアレイへの読出しアクセスを示すタイミング図である。FIG. 4 is a timing diagram showing a read access to the main memory array according to the first embodiment. 第1の実施の形態の副メモリアレイへの読出しアクセスを示すタイミング図である。FIG. 6 is a timing diagram illustrating a read access to the sub memory array according to the first embodiment. 本発明の第2の実施の形態を示す回路図である。It is a circuit diagram which shows the 2nd Embodiment of this invention. 本発明の第3の実施の形態を示す回路図である。It is a circuit diagram which shows the 3rd Embodiment of this invention. 本発明の第4の実施の形態を示す回路図である。It is a circuit diagram which shows the 4th Embodiment of this invention. 第1ないし第4の実施の形態の主及び副メモリアレイの使用方法を示す図である。It is a figure which shows the usage method of the main and sub memory array of 1st thru | or 4th Embodiment. 本発明の第5の実施の形態を示す回路図である。It is a circuit diagram which shows the 5th Embodiment of this invention. 第5の実施の形態のバーストアクセス動作を示すタイミング図である。FIG. 20 is a timing diagram illustrating a burst access operation according to the fifth embodiment. 図18のアクセス動作に対応する図4の一部を示す図である。It is a figure which shows a part of FIG. 4 corresponding to the access operation | movement of FIG. 第5の実施の形態のダウンカウンタの再ロードを示すタイミング図である。It is a timing diagram which shows reload of the down counter of 5th Embodiment. 本発明の第6の実施の形態を示す回路図である。It is a circuit diagram which shows the 6th Embodiment of this invention. 本発明の第7の実施の形態を示す回路図である。It is a circuit diagram which shows the 7th Embodiment of this invention. 本発明の第8の実施の形態を示す回路図である。It is a circuit diagram which shows the 8th Embodiment of this invention. 本発明の第9の実施の形態を示す回路図である。It is a circuit diagram which shows the 9th Embodiment of this invention. 第9の実施の形態により置き換え得る図4のシステムの一部を示す図である。It is a figure which shows a part of system of FIG. 4 which can be replaced by 9th Embodiment. 第9の実施の形態における画素データの記憶及びアクセスを示す概念図である。It is a conceptual diagram which shows storage and access of the pixel data in 9th Embodiment. 第9の実施の形態における画素データの記憶及びアクセスを示す概念図である。It is a conceptual diagram which shows storage and access of the pixel data in 9th Embodiment. 第9の実施の形態における画素データの記憶及びアクセスを示す概念図である。It is a conceptual diagram which shows storage and access of the pixel data in 9th Embodiment. 第9の実施の形態における画素データの記憶及びアクセスを示す概念図である。It is a conceptual diagram which shows storage and access of the pixel data in 9th Embodiment. 第9の実施の形態において単一バーストによりアクセスされる画素データを示す図である。It is a figure which shows the pixel data accessed by the single burst in 9th Embodiment. 従属接続に適した方法で図30に示す画素データをアクセスするバーストを示すタイミング図である。FIG. 31 is a timing diagram showing a burst for accessing the pixel data shown in FIG. 30 in a manner suitable for dependent connection. 図30に示す画素データをアクセスする他のバーストを示すタイミング図である。FIG. 31 is a timing diagram showing another burst for accessing the pixel data shown in FIG. 30. 第9の実施の形態において単一バーストによりアクセスされるより多くの画素データを示す図である。It is a figure which shows more pixel data accessed by the single burst in 9th Embodiment. 従属接続に適した方法で、図33に示す画素データをアクセスするバーストを示すタイミング図である。FIG. 34 is a timing diagram showing a burst for accessing the pixel data shown in FIG. 33 in a manner suitable for slave connection. 図33に示される画素データをアクセスする他のバーストを示すタイミング図である。FIG. 34 is a timing diagram showing another burst for accessing the pixel data shown in FIG. 33. 第9の実施の形態において単一バーストでアクセスされる更により多くの画素を示す図である。It is a figure which shows the still more pixels accessed by the single burst in 9th Embodiment. 図36に示す画素データをアクセスするバーストを示すタイミング図である。FIG. 37 is a timing chart showing a burst for accessing the pixel data shown in FIG. 36. 本発明の第10の実施の形態を示すブロック図である。It is a block diagram which shows the 10th Embodiment of this invention. 本発明の第11の実施の形態を示すブロック図である。It is a block diagram which shows the 11th Embodiment of this invention. 本発明の第12の実施の形態を示すブロック図である。It is a block diagram which shows the 12th Embodiment of this invention. 本発明の第13の実施の形態を示すブロック図である。It is a block diagram which shows the 13th Embodiment of this invention. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. 非従属接続モードにおける第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in non-subordinate connection mode. バーストの最初における第13の実施の形態の動作を示す図である。It is a figure which shows operation | movement of 13th Embodiment in the beginning of a burst. 本発明の第14の実施の形態を示すブロック図である。It is a block diagram which shows the 14th Embodiment of this invention. 本発明の第15の実施の形態を示すブロック図である。It is a block diagram which shows the 15th Embodiment of this invention. 本発明の第16の実施の形態を示すブロック図である。It is a block diagram which shows the 16th Embodiment of this invention. 本発明の第17の実施の形態を示すブロック図である。It is a block diagram which shows the 17th Embodiment of this invention. 本発明の第18の実施の形態を示すブロック図である。It is a block diagram which shows the 18th Embodiment of this invention. 本発明の第19の実施の形態を示すブロック図である。It is a block diagram which shows the 19th Embodiment of this invention. 本発明の第20の実施の形態を示すブロック図である。It is a block diagram which shows the 20th Embodiment of this invention. 本発明の第21の実施の形態を示すブロック図である。It is a block diagram which shows the 21st Embodiment of this invention. 本発明の第22の実施の形態を示すブロック図である。It is a block diagram which shows the 22nd Embodiment of this invention. 本発明の第23の実施の形態を示すブロック図である。It is a block diagram which shows the 23rd Embodiment of this invention. 本発明の第24の実施の形態を示すブロック図である。It is a block diagram which shows the 24th Embodiment of this invention. 本発明の第25の実施の形態を示すブロック図である。It is a block diagram which shows the 25th Embodiment of this invention. 本発明の第26の実施の形態を示すブロック図である。It is a block diagram which shows the 26th Embodiment of this invention. 偶数及び奇数フィールドからの異なる数の画素を用いて、相連続するフィールドに対し行なわれるフィルタリング動作においてアクセスされる画素データを示す図である。It is a figure which shows the pixel data accessed in the filtering operation | movement performed with respect to a continuous field using a different number of pixels from an even field and an odd field. 偶数及び奇数フィールドからの異なる数の画素を用いて、相連続するフィールドに対し行なわれるフィルタリング動作においてアクセスされる画素データを示す図である。It is a figure which shows the pixel data accessed in the filtering operation | movement performed with respect to a continuous field using a different number of pixels from an even field and an odd field. 偶数及び奇数フィールドからの異なる数の画素を用いて、相連続するフィールドに対し行なわれるフィルタリング動作においてアクセスされる画素データを示す図である。It is a figure which shows the pixel data accessed in the filtering operation | movement performed with respect to a continuous field using a different number of pixels from an even field and an odd field. 第26の実施の形態における、図62に示す画素データへのバーストアクセスを示すタイミング図である。FIG. 62 is a timing chart showing burst access to the pixel data shown in FIG. 62 in a twenty-sixth embodiment. 第26の実施の形態における、図64に示す画素データへのバーストアクセスを示すタイミング図である。FIG. 67 is a timing chart showing burst access to the pixel data shown in FIG. 64 in the twenty-sixth embodiment. 先の実施の形態の変形例を示す図である。It is a figure which shows the modification of previous embodiment. 本発明の第27の実施の形態を示すブロック図である。It is a block diagram which shows the 27th Embodiment of this invention. 図68のアドレス入力ユニットのより詳細なブロック図である。FIG. 69 is a more detailed block diagram of the address input unit of FIG. 68. 図68のアクセスカウンタのより詳細なブロック図である。FIG. 69 is a more detailed block diagram of the access counter of FIG. 68. 従属接続された入力及び出力を示す、第27の実施の形態の動作を示すタイミング図である。FIG. 38 is a timing diagram illustrating the operation of the twenty-seventh embodiment, showing dependently connected inputs and outputs. 第27の実施の形態におけるメモリアレイ内のフィールドデータの配置を示す図である。It is a figure which shows arrangement | positioning of the field data in the memory array in 27th Embodiment. 第27の実施の形態による、連続するバーストアクセスを示す図である。It is a figure which shows the continuous burst access by 27th Embodiment. 第27の実施の形態による、連続するバーストアクセスを示す図である。It is a figure which shows the continuous burst access by 27th Embodiment. 第27の実施の形態により出力されたデータを受ける回路を示す図である。It is a figure which shows the circuit which receives the data output by 27th Embodiment. 第27の実施の形態のメモリ装置の従属接続を示す図である。FIG. 38 is a diagram illustrating subordinate connections of the memory device according to the twenty-seventh embodiment. 本発明の第28の実施の形態を示すブロック図である。It is a block diagram which shows the 28th Embodiment of this invention. 第28の実施の形態の動作を示すタイミング図である。。FIG. 44 is a timing chart showing the operation of the twenty-eighth embodiment. . 本発明の第29の実施の形態を示すブロック図である。It is a block diagram which shows the 29th Embodiment of this invention. 本発明の第30の実施の形態を示すブロック図である。It is a block diagram which shows the 30th Embodiment of this invention. 本発明の第31の実施の形態を示すブロック図である。It is a block diagram which shows the 31st Embodiment of this invention. 第31の実施の形態の動作を示すタイミング図である。FIG. 38 is a timing diagram showing an operation according to the thirty-first embodiment. 本発明の第32の実施の形態を示すブロック図である。It is a block diagram which shows the 32nd Embodiment of this invention. 第32の実施の形態におけるアドレスレジスタ、アドレスレジスタ出力スイッチ、ダウンカウンタ、及びブロック選択ユニットの内部構成の一例を示す図である。It is a figure which shows an example of the internal structure of the address register in 32nd Embodiment, an address register output switch, a down counter, and a block selection unit. 第32の実施の形態において単一バーストでアクセスされるデータの一例を示す図である。It is a figure which shows an example of the data accessed by a single burst in 32nd Embodiment. 第32の実施の形態において単一バーストでアクセスされるデータの他の例を示す図である。FIG. 38 is a diagram illustrating another example of data accessed in a single burst in the thirty-second embodiment. 本発明の第33の実施の形態を示すブロック図である。It is a block diagram which shows the 33rd Embodiment of this invention. 本発明の第34の実施の形態を示すブロック図である。It is a block diagram which shows the 34th Embodiment of this invention. 本発明の第35の実施の形態を示すブロック図である。It is a block diagram which shows the 35th Embodiment of this invention. 本発明の第36の実施の形態を示すブロック図である。It is a block diagram which shows the 36th Embodiment of this invention. 本発明の第37の実施の形態を示すブロック図である。It is a block diagram which shows the 37th Embodiment of this invention. 本発明の第38の実施の形態を示すブロック図である。It is a block diagram which shows the 38th Embodiment of this invention. 第38の実施の形態のより詳細なブロック図である。It is a more detailed block diagram of the thirty-eighth embodiment. 第38の実施の形態内のメモリアレイを示す概念図である。FIG. 38 is a conceptual diagram showing a memory array in the thirty-eighth embodiment. 第38の実施の形態の動作を示すタイミング図である。FIG. 44 is a timing chart showing the operation of the thirty-eighth embodiment.

符号の説明Explanation of symbols

A,B メモリバンク、 2,2A,2B 主メモリアレイ、 4,4A,4B 副メモリアレイ、 6,6A,6B 行デコーダ、 8,8A,8B 主列デコーダ、 10,10A,10B 副列デコーダ、 12,12A,12B 列アドレス発生器、 14 データ入力ユニット、 16 データ出力ユニット、 18 上位アドレスバス、 20 下位アドレスバス、 22 アドレスバススイッチ、 24,24A,24B 内部データバス、 26 データバススイッチ、 28 書込み増幅器、 30 アドレスカウンタ、 40 アドレス保持ラッチ、 47 主アドレスバス、 48 副アドレスバス、 50 アクセスカウンタ、 52 アドレスレジスタ、 54 アドレスレジスタ出力スイッチ、 56 バンクバススイッチ、 62,62A 転送レジスタ、 64 入力データレジスタ、 68 メモリ制レス発生器、 70,72,74 アクセスカウントレジスタ、 76A,76B アドレス再計算器、 82 データバススイッチ、 83 バッファ回路、 90 データバス初期化ユニット、 92 ブロック選択ユニット。   A, B memory bank, 2, 2A, 2B main memory array, 4, 4A, 4B sub memory array, 6, 6A, 6B row decoder, 8, 8A, 8B main column decoder, 10, 10A, 10B sub column decoder, 12, 12A, 12B column address generator, 14 data input unit, 16 data output unit, 18 upper address bus, 20 lower address bus, 22 address bus switch, 24, 24A, 24B internal data bus, 26 data bus switch, 28 Write amplifier, 30 address counter, 40 address holding latch, 47 main address bus, 48 sub address bus, 50 access counter, 52 address register, 54 address register output switch, 56 bank bus switch, 62, 62A Send register, 64 input data register, 68 memory control generator, 70, 72, 74 access count register, 76A, 76B address recalculator, 82 data bus switch, 83 buffer circuit, 90 data bus initialization unit, 92 blocks Selection unit.

Claims (8)

行及び列アドレス信号、入力データ、及び外部制御信号を、クロック信号に同期して受ける、2つのメモリバンクを有するメモリ装置であって、
制御信号発生器(68)と、
上記入力データを受けるデータ入力ユニット(14)と、
出力データの出力のためのデータ出力ユニット(16)と、
バンクバススイッチ(56)と
上記バンクバススイッチに結合され、上記2つのメモリバンクのすべてにより共用される転送レジスタ(62)と
を備え、
各メモリバンク(A,B)が
複数のワード線と、
上記ワード線のうち、受信した行アドレス信号によって選択されたワード線を活性化する行デコーダ(6A,6B)と、
主メモリアレイ(2A,2B)と、
列アドレス発生器(12A、12B)と、
主列デコーダ(8A,8B)と、
副メモリアレイ(4A,4B)と、
副列デコーダ(10A,10B)と、
内部データバス(24A,24B)と
を有し、
上記バンクバススイッチ(56)は、上記内部データバス(24A、24B)を上記データ入力ユニット(14)及び上記データ出力ユニット(16)に結合し、
上記主メモリアレイ(2A,2B)は、互いに交差する行及び列を形成するように配列された複数のメモリセルを有し、上記ワード線が該メモリセルのそれぞれの行に結合され、
上記列アドレス発生器(12A,12B)は、単一の受信された列アドレス信号から一連の列アドレスを発生し、該列アドレスの各々は上位部分と下位部分とを有し、
上記主列デコーダ(8A,8B)は、上記主メモリアレイ及び上記列アドレス発生器に結合され、上記列アドレスをデコードし、上記主メモリアレイ内の対応するメモリセルの列を上記内部データバス(24A,24B)に結合し、
上記副メモリアレイ(4A,4B)は、互いに交差する行及び列を形成するように配列された複数のメモリセルを有し、上記ワード線はまた上記副メモリアレイ内のメモリセルのそれぞれの列に結合され、上記副メモリアレイ内の上記列の数が上記主メモリアレイの列の数よりも少なく、
上記副列デコーダ(10A,10B)は、上記副メモリアレイ及び上記列アドレス発生器に結合され、上記列アドレスの下位部分をデコードし、上記副メモリアレイ内のメモリセルの対応する列を上記内部データバスに結合し、
上記制御信号発生器(68)は、
上記列アドレス発生器に結合され、上記外部制御信号を受け、これに基づき、上記主列デコーダ及び上記副列デコーダをイネーブルし、上記データ入力ユニット及びデータ出力ユニットを制御する内部制御信号を発生し、これにより、
上記データ入力ユニット(14)に新しい入力データを入力し、
上記2つのメモリバンクのうちの一方のメモリバンクの上記主メモリアレイ(2A)の複数の列に記憶されているデータを読み出し、上記一方のメモリバンクの上記内部データバス(24A)及び上記バンクバススイッチ(56)を介して転送し、このようにして転送された複数の列のデータのうちの一つの列から読み出された古いデータを上記転送レジスタ(62)に一時記憶させ、上記データ入力ユニット(14)に入力された新しい入力データと、上記転送された複数の列のデータのうちの上記一つの列以外の列から読み出された新しいデータとを上記データ出力ユニット(16)を介して出力させ、
上記2つのメモリバンクのうちの他方のメモリバンクの上記主メモリアレイ(2B)の複数の列に記憶されているデータを、上記他方のメモリバンクの上記内部データバス(24B)、上記バンクバススイッチ(56)及び上記出力ユニット(16)を介して出力させる間に上記データ入力ユニット(14)に入力された新しい入力データを、上記一方のメモリバンクの上記内部データバス(24A)を介して上記一方のメモリバンクの上記主メモリアレイ(2A)の上記一つの列に転送させて記憶させ、上記転送レジスタ(62)に記憶された古いデータを、上記転送レジスタ(62)から上記副メモリアレイ(4A)に転送させ、
上記転送レジスタ(62)に記憶されている古いデータを上記データ出力ユニット(16)を介して出力させるとともに、上記一方のメモリバンクの上記副メモリアレイ(4A)に記憶されている古いデータを、上記内部データバス(24A)、上記バンクバススイッチ(56)及び上記データ出力ユニット(16)を介して出力させ
メモリ装置。
A memory device having two memory banks for receiving a row and column address signal, input data, and an external control signal in synchronization with a clock signal,
A control signal generator ( 68 );
A data input unit (14) for receiving the input data;
A data output unit (16) for outputting output data;
A bank bus switch (56) and a transfer register (62) coupled to the bank bus switch and shared by all of the two memory banks;
Each memory bank (A, B) has a plurality of word lines,
A row decoder (6A, 6B) for activating a word line selected by the received row address signal among the word lines;
A main memory array (2A, 2B);
A column address generator (12A, 12B);
A main column decoder (8A, 8B);
A sub memory array (4A, 4B);
A sub-column decoder (10A, 10B);
Internal data buses (24A, 24B) and
The bank bus switch (56) couples the internal data bus (24A, 24B) to the data input unit (14) and the data output unit (16),
The main memory array (2A, 2B) has a plurality of memory cells arranged to form mutually intersecting rows and columns, and the word line is coupled to each row of the memory cells;
The column address generator (12A, 12B) generates a series of column addresses from a single received column address signal, each of the column addresses having an upper portion and a lower portion;
The main column decoder (8A, 8B) is coupled to the main memory array and the column address generator, decodes the column address, and transfers a column of the corresponding memory cell in the main memory array to the internal data bus ( 24A, 24B)
The sub memory array (4A, 4B) has a plurality of memory cells arranged so as to form mutually intersecting rows and columns, and the word line is also provided for each column of memory cells in the sub memory array. The number of columns in the secondary memory array is less than the number of columns in the main memory array;
The sub column decoder (10A, 10B) is coupled to the sub memory array and the column address generator, decodes a lower part of the column address, and selects a corresponding column of memory cells in the sub memory array as the internal memory. Coupled to the data bus,
The control signal generator (68)
Coupled to the column address generator, receives the external control signal, and based on this, enables the main column decoder and the sub column decoder, and generates an internal control signal for controlling the data input unit and the data output unit. And this
Input new input data into the data input unit (14),
Data stored in a plurality of columns of the main memory array (2A) of one of the two memory banks is read, and the internal data bus (24A ) and the bank of the one memory bank are read The data transferred through the bus switch (56) , old data read from one column of the plurality of columns transferred in this way is temporarily stored in the transfer register (62), and the data New input data input to the input unit (14) and new data read from columns other than the one column among the transferred columns of data are transferred to the data output unit (16). through by output,
Data stored in a plurality of columns of the main memory array ( 2B) of the other memory bank of the two memory banks is transferred to the internal data bus ( 24B) of the other memory bank, the bank bus switch (56) and between the Ru is outputted through the output unit (16), a new input data input to said data input unit (14), the internal data bus of one of the memory banks described above (24A) The old data stored in the transfer register (62) is transferred from the transfer register (62) to the one column of the main memory array (2A) of the one memory bank. Transferred to the secondary memory array (4A),
The old data stored in the transfer register (62) is output via the data output unit (16), and the old data stored in the sub memory array (4A ) of the one memory bank is output. the internal data bus (24 a), the bank bus switch (56) and a memory device which Ru is output through the data output unit (16).
上記制御信号発生器(68)に結合され、上記制御信号発生器(68)から供給された、各バンク内で上記一連の列アドレス内において発生すべき列アドレスの数を示す値を記憶するアクセスカウントレジスタ(70)と、
上記アクセスカウントレジスタ(70)に結合され、上記アクセスカウントレジスタ(70)内に記憶された値に応じて各バンク内の列アドレス発生器を制御するアクセスカウンタ(50)と
をさらに備えた請求項1に記載のメモリ装置。
An access coupled to the control signal generator (68) and storing a value provided from the control signal generator (68) indicating the number of column addresses to be generated within the series of column addresses in each bank. A count register (70);
An access counter (50) coupled to the access count register (70) for controlling a column address generator in each bank in accordance with a value stored in the access count register (70). 2. The memory device according to 1.
上記制御信号発生器(68)に結合され、上記制御信号発生器(68)から供給される第1の値を記憶する第1のアクセスカウントレジスタ(70)と、
上記制御信号発生器(68)に結合され、上記制御信号発生器(68)から供給される第2の値を記憶する第2のアクセスカウントレジスタ(72)と、
上記制御信号発生器(68)に結合され、上記制御信号発生器(68)から供給される第3の値を記憶する第3のアクセスカウントレジスタ(74)と、
アクセスカウンタとをさらに備え、
上記アクセスカウンタは、
上記第1のアクセスカウントレジスタ、上記第2のアクセスカウントレジスタ、及び上記第3のアクセスカウントレジスタに結合され、
上記第1の値に応じて上記一方のメモリバンク内の列アドレス発生器を制御し、対応する量のデータを上記一方のメモリバンク内の主メモリアレイから出力させ、
上記第2の値に応じて上記他方のメモリバンク内の列アドレス発生器を制御し、対応する量のデータを上記他方のメモリバンク内の主メモリアレイから出力させ、
上記第3の値に応じて上記一方のメモリバンク内の列アドレス発生器を制御し、対応する量のデータを上記一方のメモリバンク内の副メモリアレイから出力させる
請求項1に記載のメモリ装置。
A first access count register (70) coupled to the control signal generator (68) for storing a first value supplied from the control signal generator (68);
A second access count register (72) coupled to the control signal generator (68) and storing a second value supplied from the control signal generator (68);
A third access count register (74) coupled to the control signal generator (68) and storing a third value supplied from the control signal generator (68);
And an access counter,
The above access counter
Coupled to the first access count register, the second access count register, and the third access count register;
Controlling a column address generator in the one memory bank according to the first value, causing a corresponding amount of data to be output from the main memory array in the one memory bank;
Controlling a column address generator in the other memory bank in response to the second value, causing a corresponding amount of data to be output from the main memory array in the other memory bank;
The memory device according to claim 1, wherein a column address generator in the one memory bank is controlled in accordance with the third value, and a corresponding amount of data is output from a sub memory array in the one memory bank. .
それぞれのバンク内の上記列アドレス発生器に結合され、上記制御信号発生器(68)から供給された制御信号に応じて、それぞれの列アドレス発生器により発生された一連の列アドレスの中の初期列アドレスを修正し、これにより、それぞれのバンク内の上記主メモリアレイ及び副メモリアレイから出力されるデータの量を修正する少なくとも2つのアドレス再計算器をさらに有する請求項3に記載のメモリ装置。   Coupled to the column address generator in each bank and in response to a control signal supplied from the control signal generator (68), an initial of a series of column addresses generated by the respective column address generator 4. The memory device of claim 3, further comprising at least two address recalculators that modify column addresses, thereby modifying the amount of data output from the main memory array and sub memory array in each bank. . メモリ装置のメモリアレイへのアクセスを制御する方法であって、
上記メモリ装置内に2つのバンクが設けられ、
各バンクが主メモリアレイ(2A,2B)と副メモリアレイ(4A,4B)とを有し、
異なるバンクが異なる行のメモリセルを有し、
各バンクの上記メモリアレイが、互いに交差するメモリセルの行及び列を有し、
各バンクの上記副メモリアレイが上記主メモリアレイと同数の行と上記主メモリアレイよりも少ない列とを有し、
(a) 行アドレス信号を受け、上記2つのバンクの第1のバンク内の上記主メモリアレイ(2A)及び上記副メモリアレイ(4A)内の対応する行を活性化するステップと、
(a’) 行アドレス信号を受け、上記2つのバンクのうちの第2のバンク内の上記主メモリアレイ(2B)及び上記副メモリアレイ(4B)内の対応する行を活性化するステップと、
(b) 上記メモリ装置内において、上記第1のバンク内の上記主メモリアレイ(2A)内の相連続する列を指定する第1の一連の列アドレスを発生するステップと、
(c) 上記第1のバンクへ新しい入力データを入力するステップと、
(d) 上記ステップ(a)で活性化された上記第1のバンク内の行と上記ステップ(b)で指定された列との交点に配置されているメモリセルからデータを読出し、読出されたデータのうち、上記主メモリアレイ内の上記一つの列から読み出された古いデータを転送レジスタに転送し、転送された古いデータを上記転送レジスタに一時記憶し、上記データ入力ユニットに入力された新しい入力データと、上記主メモリアレイ内の一つの列以外の列から読み出された新しいデータを出力するステップと、
(e) 上記第2のバンク内の主メモリアレイ(2B)内の相連続する列のメモリセルを指定する第2の一連の列アドレスを発生するステップと、
(f) 上記ステップ(a’)において活性化された上記第2のバンク内の行と、上記ステップ(e)において指定された列との交点に配置されたメモリセルからデータを読出して出力する間に、上記データ入力ユニットに入力された新しい入力データを上記第1のバンク内の上記主メモリアレイ内の上記一つの列内に記憶し、上記ステップ(d)で上記転送レジスタ(62)に記憶された古いデータを、上記第1のバンク内の副メモリアレイ(4A)に転送するステップと、
(g) 上記メモリ装置内において、上記第1のバンク内の上記副メモリアレイ(4A)内の相連続する列を指定する第3の一連の列アドレスを発生するステップと、
(h) 上記転送レジスタ(62)に記憶されている古いデータを上記データ出力ユニットを介して出力させるとともに、上記ステップ(a)において活性化された上記第1のバンク内の行と上記ステップ(g)において指定された列の交点に配置されているメモリセルから古いデータを読出し、読出された古いデータを出力するステップと
を有するメモリ装置のメモリアレイ(2A、2B)へのアクセスを制御する方法。
A method for controlling access to a memory array of a memory device, comprising:
Two banks are provided in the memory device,
Each bank has a main memory array (2A, 2B) and a sub memory array (4A, 4B),
Different banks have different rows of memory cells,
The memory array of each bank has rows and columns of memory cells intersecting each other;
The secondary memory array of each bank has the same number of rows as the main memory array and fewer columns than the main memory array;
(A) receiving a row address signal and activating corresponding rows in the main memory array ( 2A ) and the sub memory array ( 4A ) in the first bank of the two banks;
(A ′) receiving a row address signal and activating corresponding rows in the main memory array ( 2B ) and the sub memory array ( 4B ) in the second bank of the two banks;
(B) generating, within the memory device, a first series of column addresses designating consecutive columns in the main memory array ( 2A ) in the first bank;
(C) inputting new input data into the first bank;
(D) Data is read from the memory cell arranged at the intersection of the row in the first bank activated in step (a) and the column specified in step (b). Of the data , old data read from the one column in the main memory array is transferred to the transfer register, and the transferred old data is temporarily stored in the transfer register and input to the data input unit. Outputting new input data and new data read from a column other than one column in the main memory array ;
(E) generating a second series of column addresses specifying memory cells in successive columns in the main memory array (2B) in the second bank;
(F) Read and output data from the memory cell arranged at the intersection of the row in the second bank activated in the step (a ′) and the column designated in the step (e) In the meantime, new input data input to the data input unit is stored in the one column in the main memory array in the first bank, and stored in the transfer register (62) in the step (d). Transferring stored old data to the sub-memory array (4A) in the first bank;
(G) generating, in the memory device, a third series of column addresses designating consecutive columns in the sub-memory array ( 4A ) in the first bank;
(H) The old data stored in the transfer register (62) is output via the data output unit, and the row in the first bank activated in the step (a) and the step ( controlling access to the memory array ( 2A, 2B ) of the memory device comprising: reading old data from the memory cells located at the intersections of the columns specified in g) and outputting the read old data Method.
メモリアレイに記憶されるデータは、複数の走査線に沿って走査される、動画の画素を表わし、それぞれの走査線の画素のデータが、各バンク内の主メモリアレイ内の上記走査線に対応する列に記憶される請求項に記載の方法。 The data stored in the memory array represents moving image pixels scanned along a plurality of scanning lines, and the pixel data of each scanning line corresponds to the scanning line in the main memory array in each bank. 6. The method of claim 5 , wherein the method is stored in a column. 上記ステップ(d)で読出されたデータ、上記ステップ(h)で読出されたデータ、及び上記ステップ(f)で読出されたデータは、上記動画の3つの異なるフィールド内の画素を表わす請求項に記載の方法。 The data read in step (d), the data read in step (h), and data is read in step (f), according to claim represents the pixels in three different fields of said moving picture 6 The method described in 1. 上記ステップ(d)で読出されたデータ、上記ステップ(h)で読出されたデータ、及び上記ステップ(f)で読出されたデータは、上記動画の3つの異なるフレーム内の画素を表わす請求項に記載の方法。 The data read in step (d), the data read in step (h), and data is read in step (f), according to claim represents the pixels in three different frames of said moving picture 6 The method described in 1.
JP2004364414A 1997-07-10 2004-12-16 Memory device and access control method thereof Expired - Fee Related JP4409421B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004364414A JP4409421B2 (en) 1997-07-10 2004-12-16 Memory device and access control method thereof

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP18553297 1997-07-10
JP21247497 1997-07-22
JP2004364414A JP4409421B2 (en) 1997-07-10 2004-12-16 Memory device and access control method thereof

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP13717198A Division JP3722619B2 (en) 1997-07-10 1998-05-19 Memory device and access control method thereof

Publications (2)

Publication Number Publication Date
JP2005116174A JP2005116174A (en) 2005-04-28
JP4409421B2 true JP4409421B2 (en) 2010-02-03

Family

ID=34556848

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004364414A Expired - Fee Related JP4409421B2 (en) 1997-07-10 2004-12-16 Memory device and access control method thereof

Country Status (1)

Country Link
JP (1) JP4409421B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20190075334A (en) * 2017-12-21 2019-07-01 에스케이하이닉스 주식회사 Semiconductor apparatus

Also Published As

Publication number Publication date
JP2005116174A (en) 2005-04-28

Similar Documents

Publication Publication Date Title
JP3722619B2 (en) Memory device and access control method thereof
US4817054A (en) High speed RAM based data serializers
US4875196A (en) Method of operating data buffer apparatus
JP4649619B2 (en) Data bus structure for accelerating column access in random access memory
JP3161384B2 (en) Semiconductor memory device and access method therefor
JP3179788B2 (en) Semiconductor storage device
US6965980B2 (en) Multi-sequence burst accessing for SDRAM
JP2002056676A (en) Semiconductor storage
JP3186534B2 (en) Method and circuit for refreshing relative bank memory
JP3161383B2 (en) Semiconductor storage device
US5895482A (en) Data transfer system for transferring data in synchronization with system clock and synchronous semiconductor memory
US5508960A (en) Read/write memory with selective row write capability
KR100227396B1 (en) Mutiple serial-access memory
JP3494346B2 (en) Semiconductor memory device and control method thereof
US5255220A (en) Dual port video memory system having pulse triggered dual column addressing
JP3161385B2 (en) Semiconductor storage device
JPH08167285A (en) Semiconductor memory
JP2001084762A (en) Semiconductor memory device
JP4409421B2 (en) Memory device and access control method thereof
JP4354329B2 (en) Memory device
US5532970A (en) No latency pipeline
JP2567177B2 (en) Semiconductor memory device
JP3237886B2 (en) Multi serial access memory
EP0566014A2 (en) Multi port memory system
JP2004180219A (en) Field memory

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080311

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080425

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20081125

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20081218

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090105

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20090105

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090116

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090929

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091015

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20091110

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20091111

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121120

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121120

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131120

Year of fee payment: 4

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

LAPS Cancellation because of no payment of annual fees