JP2000163990A - Semiconductor storage device - Google Patents

Semiconductor storage device

Info

Publication number
JP2000163990A
JP2000163990A JP10333009A JP33300998A JP2000163990A JP 2000163990 A JP2000163990 A JP 2000163990A JP 10333009 A JP10333009 A JP 10333009A JP 33300998 A JP33300998 A JP 33300998A JP 2000163990 A JP2000163990 A JP 2000163990A
Authority
JP
Japan
Prior art keywords
data
address
physical
logical
memory cell
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10333009A
Other languages
Japanese (ja)
Inventor
Hiroyuki Yamazaki
裕之 山崎
Shoji Sakamoto
正二 坂元
Koichiro Nomura
浩一郎 野村
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP10333009A priority Critical patent/JP2000163990A/en
Publication of JP2000163990A publication Critical patent/JP2000163990A/en
Pending legal-status Critical Current

Links

Landscapes

  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Dram (AREA)

Abstract

PROBLEM TO BE SOLVED: To facilitate testing when the physical layout sequence and the physical data are taken into consideration by converting the logical addresses to secure the equality between the layout sequence of logical addresses and that of physical addresses included in a memory cell array and applying the inverse control to the write or read data based on the value of logical or physical addresses. SOLUTION: In a normal operation, an external logical address input is directly fetched inside, and a prescribed word line is selected in a memory cell array 1 when a MODE setting signal 16 is set at 'L' level. When the signal 16 is set at 'H' level, the logical address data are converted by an address scrambler 6, so that the sequence of the logical address data is coincident with that of the internal physical address data. Thereby the selection of word lines is carried out in a physical sequence. Then the sequence of physical addresses and that of logical addresses in the array 1 can be made the same by setting the signal 16 at 'H' level.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、テストを容易化す
るための半導体記憶装置の構成及び手段に関する。
The present invention relates to a configuration and means of a semiconductor memory device for facilitating a test.

【0002】[0002]

【従来の技術】一般に、半導体記憶装置は、記憶装置自
体のレイアウト構成の簡素化、省面積化や回路構成上の
都合のために、外部から指定された論理アドレスデータ
の配置順序に対して、内部の物理アドレスの配置順序は
異なる構成となっている。例えばDRAM(Dynamic Ra
ndom Access Memory)において、外部から指定される論
理ロウアドレスデータがLSB(Least Significant Bi
t )から順次インクリメントしていった場合、それに対
応する内部の物理アドレスすなわちワード線の選択は、
WL(0)→WL(2)→WL(1)→WL(3)→…
といった具合に、物理的な順番通りには選択されない構
成となっている場合が多い。なお、かっこ内の数字は物
理的な配置順序を表すものとする。
2. Description of the Related Art In general, a semiconductor memory device is arranged in accordance with the arrangement order of logical address data specified from the outside in order to simplify the layout configuration of the storage device itself, to save the area, and to improve the circuit configuration. The arrangement order of the internal physical addresses is different. For example, DRAM (Dynamic Ra
In an ndom access memory (LDOM), logical row address data specified from outside is stored in LSB (Least Significant Bi
t), the corresponding internal physical address, that is, the selection of the word line is
WL (0) → WL (2) → WL (1) → WL (3) → ...
In many cases, the configuration is not selected in the physical order. The numbers in parentheses indicate the physical arrangement order.

【0003】さらに、外部からの書き込み論理データの
値と、それに対する記憶装置内部の記憶データ(物理デ
ータ)の値は、記憶されるアドレスによっては異なる構
成となっている。これは、読み出しデータについても同
様である。例えば、あるアドレスに外部から論理データ
“1”を書き込んだ場合、指定したアドレスによって
は、内部で物理的に“0”に反転処理されて書き込ま
れ、この物理データを読み出す際には読み出しの途中で
“1”に反転処理されて論理データ出力“1”として読
み出される、という処理がなされる場合がある。
Further, the value of the externally written logical data and the value of the stored data (physical data) in the storage device corresponding to the externally written logical data have different configurations depending on the stored address. This is the same for read data. For example, when logical data "1" is externally written to a certain address, depending on the specified address, the logical data is physically inverted internally to "0" and written internally. In some cases, the data is inverted to "1" and read as the logical data output "1".

【0004】このように、論理アドレス順序と物理アド
レス順序の違い、及び論理データ値と物理データ値との
違い(以下、「記憶装置固有のスクランブル特性」とい
う。)のため、実際に記憶装置のテストを行う際には、
記憶装置をテストするテストシステムがあらかじめ有し
ているスクランブル処理機能を使って、記憶装置に指定
するアドレス、入力データ及び期待値データに、記憶装
置のスクランブル特性に対応したスクランブル処理をか
けてテストすることが一般的である。特に、記憶装置内
に不良箇所があった場合に、その箇所及び不良データの
値を解析する場合等には正確な物理アドレスを知る必要
があり、記憶装置固有のスクランブル特性を考慮してテ
ストを行うことがより重要となる。
[0004] As described above, due to the difference between the logical address order and the physical address order, and the difference between the logical data value and the physical data value (hereinafter referred to as “storage device-specific scrambling characteristics”), the storage device is actually used. When testing,
Using a scramble processing function provided in the test system for testing the storage device, the address, input data, and expected value data specified for the storage device are subjected to scramble processing corresponding to the scramble characteristics of the storage device, and the test is performed. That is common. In particular, when there is a defective portion in the storage device, it is necessary to know the exact physical address when analyzing the location and the value of the defective data, and the test is performed in consideration of the scrambling characteristic inherent to the storage device. It becomes more important to do.

【0005】[0005]

【発明が解決しようとする課題】しかしながら、近年の
半導体記憶装置はシステムLSIの普及とともに、高機
能化、多様化が進んでおり、そのような中で、前述した
ような記憶装置固有のスクランブル特性自体も、より複
雑化、多様化している。したがって、半導体記憶装置の
テストシステムを用いてテストを行う場合においても、
テストプログラムが複雑になる、あるいはテストシステ
ムが有するスクランブル処理機能だけでは記憶装置固有
のスクランブル特性に対応しきれず、記憶装置内部の物
理的配置順序や物理データを考慮したテストが容易にで
きない等の問題点が発生している。
However, in recent years, semiconductor memory devices have become more sophisticated and diversified with the spread of system LSIs. Under such circumstances, the above-described scrambling characteristic inherent to the memory devices has been developed. As such, it is becoming more complex and diversified. Therefore, even when a test is performed using a semiconductor memory device test system,
A problem that the test program becomes complicated, or the scramble processing function of the test system alone cannot cope with the scrambling characteristic inherent in the storage device, and it is not easy to perform a test in consideration of the physical arrangement order and physical data in the storage device. A point has occurred.

【0006】本発明は、上記問題点を克服するために、
半導体記憶装置内部の物理的配置順序や物理データを考
慮したテストを容易に実行することのできる半導体記憶
装置を提供することを目的とする。
The present invention has been made in order to overcome the above problems.
An object of the present invention is to provide a semiconductor memory device that can easily execute a test in consideration of a physical arrangement order and physical data inside the semiconductor memory device.

【0007】[0007]

【課題を解決するための手段】上記目的を達成するため
に本発明にかかる半導体記憶装置は、複数のワード線及
び複数のビット線対と、ワード線とビット線対との各交
点にメモリセルが配置されて構成されるメモリセルアレ
イと、メモリセルアレイ内の特定の物理アドレスを選択
するためのアドレス選択手段を有する半導体記憶装置で
あって、外部から指定された論理アドレスの配置順序が
メモリセルアレイ内の物理アドレスの配置順序に等しく
なるように論理アドレスを変換するアドレススクランブ
ル制御回路と、論理アドレス又は物理アドレスの値に応
じて、外部からの書き込みデータを反転制御又はメモリ
セルアレイ内からの読み出しデータを反転制御するため
のデータスクランブル制御回路とを有することを特徴と
する。
In order to achieve the above object, a semiconductor memory device according to the present invention comprises a plurality of word lines and a plurality of bit line pairs, and a memory cell at each intersection of the word line and the bit line pair. And a semiconductor memory device having an address selecting means for selecting a specific physical address in the memory cell array, wherein the arrangement order of the logical addresses specified from the outside is determined in the memory cell array. An address scramble control circuit for converting a logical address so as to be equal to the arrangement order of physical addresses, and inverting write data from outside or reading data from the memory cell array according to the value of the logical address or the physical address. A data scramble control circuit for inversion control.

【0008】かかる構成により、半導体記憶装置固有の
スクランブル特性に対応したロウアドレススクランブル
制御回路、データスクランブル制御回路を用いて、半導
体記憶装置内部の物理的配置順序や物理データを考慮し
たテストを容易に実行することができる。
With this configuration, it is possible to easily perform a test in consideration of the physical arrangement order and physical data inside the semiconductor memory device by using the row address scramble control circuit and the data scramble control circuit corresponding to the scramble characteristic inherent in the semiconductor memory device. Can be performed.

【0009】また、本発明にかかる半導体記憶装置は、
データスクランブル制御回路が、論理アドレスの値に応
じて入出力データの反転制御を行うためのデータ反転制
御回路と、データ反転制御回路の出力と入力データ信号
との排他的論理和回路と、データ反転制御回路の出力と
出力データ信号との排他的論理和回路で構成されること
が望ましい。論理データと物理データを確実に一致させ
ることができるからである。
Further, a semiconductor memory device according to the present invention is
A data scramble control circuit for controlling inversion of input / output data in accordance with a logical address value; an exclusive OR circuit of an output of the data inversion control circuit and an input data signal; It is desirable that the circuit be constituted by an exclusive OR circuit of the output of the control circuit and the output data signal. This is because logical data and physical data can be surely matched.

【0010】また、本発明にかかる半導体記憶装置は、
所望のアドレスデータを自己発生するアドレス発生回路
をさらに有し、アドレス発生回路からアドレスデータを
供給することが好ましい。内部アドレス発生回路を設け
ることによって、外部アドレスを必要とせずに記憶装置
内部の物理的配置順序や物理データを考慮したテストを
実行することができるので、さらなるテスト実行の容易
化、半導体記憶装置のテストシステムにおけるテストプ
ログラムの簡略化が可能となるからである。
[0010] Further, a semiconductor memory device according to the present invention comprises:
It is preferable to further include an address generating circuit for generating desired address data by itself, and to supply the address data from the address generating circuit. By providing the internal address generation circuit, it is possible to execute a test in consideration of the physical arrangement order and the physical data inside the storage device without requiring an external address. This is because the test program in the test system can be simplified.

【0011】[0011]

【発明の実施の形態】以下、本発明の実施の形態にかか
る半導体記憶装置について、図1から図4を参照しなが
ら説明する。図1は、本発明の実施の形態にかかる半導
体記憶装置の構成を示すブロック図である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS A semiconductor memory device according to an embodiment of the present invention will be described below with reference to FIGS. FIG. 1 is a block diagram illustrating a configuration of a semiconductor memory device according to an embodiment of the present invention.

【0012】図1において、1は64Kビットメモリセ
ルアレイを、WL(0)〜WL(255)はワード線
を、BL(0)〜BL(255)及び/BL(0)〜/
BL(255)はビット線対を、2はロウデコーダ(ワ
ード線ドライバ)を、3はロウアドレスラッチ回路を、
4はロウアドレススクランブル制御回路を、5はセレク
タを、6はアドレススクランブラを、7はセンスアンプ
列を、8はカラムデコーダを、9はライトアンプを、1
0はリードアンプを、11はカラムアドレスラッチ(カ
ラムプリデコーダ)を、12はデータスクランブル制御
回路を、13はデータ反転制御回路を、14はI/Oバ
ッファを、15は外部からの論理アドレス入力を、16
はモード設定信号を、17はデータの入出力を、それぞ
れ示す。
In FIG. 1, 1 is a 64K bit memory cell array, WL (0) to WL (255) are word lines, and BL (0) to BL (255) and / BL (0) to //.
BL (255) indicates a bit line pair, 2 indicates a row decoder (word line driver), 3 indicates a row address latch circuit,
4 is a row address scramble control circuit, 5 is a selector, 6 is an address scrambler, 7 is a sense amplifier row, 8 is a column decoder, 9 is a write amplifier, and 1 is a write amplifier.
0 is a read amplifier, 11 is a column address latch (column predecoder), 12 is a data scramble control circuit, 13 is a data inversion control circuit, 14 is an I / O buffer, and 15 is an external logical address input. To 16
Indicates a mode setting signal, and 17 indicates data input / output.

【0013】ここで、メモリセルアレイ1内には、図1
のようにワード線とビット線の交点にメモリセルが配置
されており、/BL上のメモリセルのデータは、外部論
理データに対して物理データが反転されて書き込まれて
おり、BL上のメモリセルのデータは、外部論理データ
と同じ物理データが書き込まれる構成となっている。
Here, in the memory cell array 1, FIG.
A memory cell is arranged at the intersection of a word line and a bit line as shown in the figure. The data of the memory cell on / BL is written by inverting the physical data with respect to the external logical data and writing data on the memory cell on BL. The cell data is configured to write the same physical data as the external logical data.

【0014】本実施の形態にかかる半導体記憶装置にお
ける外部論理アドレスと内部の物理アドレス及び外部論
理データと内部物理データとの関係は(表1)〜(表
3)に示す通りである。
The relation between the external logical address and the internal physical address and the relation between the external logical data and the internal physical data in the semiconductor memory device according to the present embodiment are as shown in (Table 1) to (Table 3).

【0015】[0015]

【表1】 [Table 1]

【0016】[0016]

【表2】 [Table 2]

【0017】[0017]

【表3】 [Table 3]

【0018】上述のような構成の半導体記憶装置におい
て、まず通常の動作では、MODE設定信号16を
“L”レベルとすることにより、外部からの論理アドレ
ス入力A0−7はそのままのデータで内部に取り込ま
れ、ロウアドレスラッチ3でラッチされ、ロウデコーダ
(ワード線ドライバ)2を通じてメモリセルアレイ1内
の特定のワード線が選択され、選択されたワード線に対
応するメモリセルのデータがビット線に転送され、セン
スアンプ列7で増幅される。この時に選択されるワード
線は(表1)のようになる。したがって、外部論理アド
レスが#00からインクリメントして指定された場合の
選択ワード線は、物理的な順序通りには選択されていな
い。
In the semiconductor memory device having the above configuration, in a normal operation, the MODE setting signal 16 is set to "L" level so that the logical address input A0-7 from the outside is kept as it is as it is. The selected word line in the memory cell array 1 is selected through a row decoder (word line driver) 2 and transferred to a bit line, and the data of the memory cell corresponding to the selected word line is transferred to the bit line. The signal is amplified by the sense amplifier array 7. The word line selected at this time is as shown in (Table 1). Therefore, the selected word line when the external logical address is specified by incrementing from # 00 is not selected in the physical order.

【0019】さらに、カラムアドレスラッチ(カラムプ
リデコーダ)11、及びカラムデコーダ8を介して特定
のビット線対が選択され、データのアクセスが行われ
る。この場合には、(表3)に示すように、論理カラム
アドレスと物理カラムアドレスとは一致している。
Further, a specific bit line pair is selected via a column address latch (column predecoder) 11 and a column decoder 8, and data access is performed. In this case, as shown in (Table 3), the logical column address matches the physical column address.

【0020】データアクセス時において、データスクラ
ンブル制御回路12内のデータ反転制御回路の出力は
“L”レベルのため、書き込みサイクルであれば外部か
らの書き込みデータはI/Oバッファ14からライトア
ンプ9へそのままの値で転送され、読み出しサイクルで
あればリードアンプ10からの出力データはそのままの
値でI/Oバッファを介して出力される。このため、論
理データ“0”を書込む場合、BL上のメモリセルには
内部物理データとして“0”が書込まれ、/BL上のメ
モリセルには内部物理データとして“1”が書込まれ
る。すなわち、書込まれるデータはロウアドレスに依存
しており、特定のアドレス領域では反転して書き込まれ
る。
At the time of data access, since the output of the data inversion control circuit in the data scramble control circuit 12 is at "L" level, externally written data is transferred from the I / O buffer 14 to the write amplifier 9 in a write cycle. The data is transferred as it is, and in a read cycle, the output data from the read amplifier 10 is output as it is via the I / O buffer. Therefore, when writing logical data "0", "0" is written as internal physical data in the memory cell on BL, and "1" is written as internal physical data in the memory cell on / BL. It is. That is, the data to be written depends on the row address, and is written in a specific address area in reverse.

【0021】以上のような通常動作に対し、MODE設
定信号16を“H”レベルにした場合の動作では、外部
からの論理アドレスデータはロウアドレススクランブラ
6によって内部の物理アドレスデータと順序が等しくな
るように変換されるため、(表2)に示すように、例え
ば外部の論理アドレスデータが“#00”からインクリ
メントされて指定された場合、内部の物理アドレスすな
わちワード線の選択は、物理的な順序通りに行われる。
In the operation when the MODE setting signal 16 is set to the "H" level in contrast to the normal operation as described above, the logical address data from the outside is in the same order as the internal physical address data by the row address scrambler 6. As shown in (Table 2), for example, when the external logical address data is specified by incrementing from “# 00”, the internal physical address, that is, the selection of the word line is not performed. Are performed in the proper order.

【0022】さらに、データスクランブル制御回路12
の機能により、/BL上のメモリセルにデータの書き込
みを行う場合には、外部論理データを反転処理してライ
トアンプ9に転送するため、最終的にメモリセルに書込
まれる物理データは外部論理書き込みデータと同じにな
り、(表2)のように、外部から論理データ“0”が書
込まれる場合、メモリセルに書込まれる物理データは全
てのアドレスにおいて“0”となる。
Further, the data scramble control circuit 12
When data is written to the memory cell on / BL by the function of, the external logical data is inverted and transferred to the write amplifier 9, so that the physical data finally written to the memory cell is external logical data. When the logical data “0” is externally written as shown in (Table 2) as in the case of the write data, the physical data written in the memory cell becomes “0” at all addresses.

【0023】以上のように、MODE設定信号16を
“H”レベルに設定することにより、メモリセルアレイ
内の物理アドレス順序を論理アドレス順序と同じにする
ことができ、さらに物理データも外部論理データと同じ
にすることができるので、メモリセルアレイ内の物理ア
ドレス及び物理データを想定したテストを、容易に行う
ことができる。
As described above, by setting the MODE setting signal 16 to the "H" level, the physical address order in the memory cell array can be made the same as the logical address order, and the physical data is also set to the external logical data. Since it can be the same, a test assuming the physical address and the physical data in the memory cell array can be easily performed.

【0024】また、図2は、本実施の形態にかかる半導
体記憶装置におけるロウアドレススクランブル制御回路
4の一構成図である。図2では、セレクタと配線接続に
よって、論理アドレスの配置順序がメモリセルアレイ内
の物理アドレスの配置順序に等しくなるように論理アド
レスを変換することが実現されている。
FIG. 2 is a configuration diagram of the row address scramble control circuit 4 in the semiconductor memory device according to the present embodiment. In FIG. 2, it is realized that the logical address is converted by the selector and the wiring connection such that the logical address arrangement order is equal to the physical address arrangement order in the memory cell array.

【0025】すなわち、論理アドレスAX1とAX2が
物理アドレスとしては逆の順序で配置されていた場合
に、MODE設定信号16を“H”レベルに設定するこ
とにより、論理アドレスAX1をX2に、AX2をX1
にそれぞれ入れ替えることによって、論理アドレスの配
置順序を入れ替えることができることを示している。実
際のロウアドレススクランブル制御回路4では、これら
の回路を組み合わせることで、半導体記憶装置固有のス
クランブル特性に対応した物理的配置順序の調整を行う
ことが可能となる。
That is, when the logical addresses AX1 and AX2 are arranged in the reverse order as the physical address, the logical address AX1 is set to X2 and the logical address AX2 is set by setting the MODE setting signal 16 to the “H” level. X1
, The order of arrangement of logical addresses can be changed. In the actual row address scramble control circuit 4, by combining these circuits, it is possible to adjust the physical arrangement order corresponding to the scramble characteristics unique to the semiconductor memory device.

【0026】さらに、図3は、本実施の形態にかかる半
導体記憶装置におけるデータスクランブル制御回路12
の一構成図である。図3では、排他的論理和と論理積の
簡単な構成により、物理データの反転制御を実現してい
る。
FIG. 3 shows a data scramble control circuit 12 in the semiconductor memory device according to this embodiment.
FIG. In FIG. 3, physical data inversion control is realized by a simple configuration of exclusive OR and logical product.

【0027】すなわち、論理アドレスAX0とAX2が
相違する場合には、MODE設定信号16を“H”レベ
ルに設定することにより、物理データの反転信号を出力
することを示している。したがって、物理データの読み
込みテストにおいて、本来“0”と読み込まれるべき物
理アドレスに物理データ“1”が書き込まれていた場合
には、テストにおいて反転されて“0”と正した状態で
テストを実行することができ、逆に本来“1”と読み込
まれるべき物理アドレスに物理データ“0”が書き込ま
れていた場合には、テストにおいて反転されて“1”と
正した状態でテストを実行することができる。物理デー
タの書き込みテストにおいても、同様の処理を行うこと
が可能である。
That is, when the logical addresses AX0 and AX2 are different, the inverted signal of the physical data is output by setting the MODE setting signal 16 to the "H" level. Therefore, in the physical data read test, if the physical data “1” is written at the physical address that should be read as “0”, the test is executed with the test inverted and corrected to “0”. If the physical data “0” is written at the physical address that should be read as “1”, the test is performed in a state where it is inverted and corrected to “1” in the test. Can be. The same processing can be performed in a physical data write test.

【0028】また、図4は本発明の実施の形態にかかる
半導体記憶装置の一実施例を示す。図4において、図1
と異なる点は、内部アドレス発生回路18、セレクタ1
9、及びモード設定信号20が追加されている点であ
る。
FIG. 4 shows an example of the semiconductor memory device according to the embodiment of the present invention. In FIG. 4, FIG.
The difference from the first embodiment is that the internal address generation circuit 18 and the selector 1
9 and a mode setting signal 20 are added.

【0029】モード設定信号20により、本実施の形態
にかかる半導体記憶装置へ供給する論理アドレスデータ
を内部アドレスカウンタから供給するように切り替える
ことができるので、外部論理アドレスを供給することな
く、記憶装置内部の物理的配置順序や物理データを考慮
したテストを実行することができる。したがって、当該
半導体記憶装置固有のスクランブル特性に対応したテス
トを確実に行うことができるので、さらなるテスト実行
の容易化・効率化が可能となる。
According to the mode setting signal 20, the logical address data supplied to the semiconductor memory device according to the present embodiment can be switched to be supplied from the internal address counter. Therefore, the memory device can be switched without supplying an external logical address. A test can be executed in consideration of the internal physical arrangement order and physical data. Therefore, a test corresponding to the scrambling characteristic inherent in the semiconductor memory device can be reliably performed, and the test execution can be further facilitated and made more efficient.

【0030】以上のように本実施の形態によれば、半導
体記憶装置固有のスクランブル特性に対応したロウアド
レススクランブル制御回路、データスクランブル制御回
路を用いて、半導体記憶装置内部の物理的配置順序や物
理データを考慮したテストを容易に実行することができ
る。
As described above, according to the present embodiment, the physical arrangement order and the physical arrangement order inside the semiconductor memory device are achieved by using the row address scramble control circuit and the data scramble control circuit corresponding to the scramble characteristic inherent to the semiconductor memory device. A test considering data can be easily executed.

【0031】また、内部アドレス発生回路を設けること
により、外部アドレスを必要とせずに記憶装置内部の物
理的配置順序や物理データを考慮したテストを実行する
ことができ、さらなる測定の容易化、記憶装置のテスト
システムにおけるテストプログラムの簡略化が可能とな
る。
By providing the internal address generation circuit, it is possible to execute a test in consideration of the physical arrangement order and physical data inside the storage device without requiring an external address, thereby further facilitating measurement and storing data. It is possible to simplify the test program in the test system of the device.

【0032】[0032]

【発明の効果】以上のように本発明にかかる半導体記憶
装置によれば、半導体記憶装置固有のスクランブル特性
に対応したロウアドレススクランブル制御回路、データ
スクランブル制御回路を用いて、半導体記憶装置内部の
物理的配置順序や物理データを考慮したテストを容易に
実行することができる。
As described above, according to the semiconductor memory device of the present invention, the physical address inside the semiconductor memory device is increased by using the row address scramble control circuit and the data scramble control circuit corresponding to the scramble characteristic inherent in the semiconductor memory device. It is possible to easily execute a test in consideration of the physical arrangement order and physical data.

【0033】また、本発明にかかる半導体記憶装置によ
れば、内部アドレス発生回路を設けることにより、外部
アドレスを必要とせずに記憶装置内部の物理的配置順序
や物理データを考慮したテストを実行することができ、
さらなる測定の容易化、記憶装置のテストシステムにお
けるテストプログラムの簡略化が可能となり、特にシス
テムLSIで多種多様の記憶装置を内蔵するような半導
体装置においては、そのテスト工数削減の効果は絶大で
ある。
Further, according to the semiconductor memory device of the present invention, by providing the internal address generating circuit, a test can be executed in consideration of the physical arrangement order and physical data inside the memory device without requiring an external address. It is possible,
Further simplification of measurement and simplification of a test program in a storage device test system are possible. Particularly, in a semiconductor device in which various types of storage devices are built in a system LSI, the effect of reducing the number of test steps is enormous. .

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

【図1】 本発明の実施の形態にかかる半導体記憶装置
の構成ブロック図
FIG. 1 is a configuration block diagram of a semiconductor memory device according to an embodiment of the present invention;

【図2】 本発明の実施の形態にかかる半導体記憶装置
のロウアドレススクランブル制御回路の一構成図
FIG. 2 is a configuration diagram of a row address scramble control circuit of the semiconductor memory device according to the embodiment of the present invention;

【図3】 本発明の実施の形態にかかる半導体記憶装置
のデータ反転制御回路の一構成図
FIG. 3 is a configuration diagram of a data inversion control circuit of the semiconductor memory device according to the embodiment of the present invention;

【図4】 本発明の一実施例にかかる半導体記憶装置の
構成ブロック図
FIG. 4 is a configuration block diagram of a semiconductor memory device according to one embodiment of the present invention;

【符号の説明】[Explanation of symbols]

1 メモリセルアレイ 2 ロウデコーダ(ワード線ドライバ) 3 ロウアドレスラッチ回路 4 ロウアドレススクランブル制御回路 5、19 セレクタ 6 アドレススクランブラ 7 センスアンプ列 8 カラムデコーダ 9 ライトアンプ 10 リードアンプ 11 カラムアドレスラッチ(カラムプリデコーダ) 12 データスクランブル制御回路 13 データ反転制御回路 14 I/Oバッファ 15 外部論理アドレス入力 16、20 モード設定信号 17 データI/O 18 アドレス発生回路 Reference Signs List 1 memory cell array 2 row decoder (word line driver) 3 row address latch circuit 4 row address scramble control circuit 5, 19 selector 6 address scrambler 7 sense amplifier column 8 column decoder 9 write amplifier 10 read amplifier 11 column address latch (column pre-register) Decoder) 12 data scramble control circuit 13 data inversion control circuit 14 I / O buffer 15 external logical address input 16, 20 mode setting signal 17 data I / O 18 address generation circuit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 野村 浩一郎 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 Fターム(参考) 5L106 DD11 DD23 FF04 FF05 GG05 ──────────────────────────────────────────────────続 き Continuing on the front page (72) Inventor Koichiro Nomura 1006 Kadoma Kadoma, Osaka Prefecture Matsushita Electric Industrial Co., Ltd. F-term (reference) 5L106 DD11 DD23 FF04 FF05 GG05

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】 複数のワード線及び複数のビット線対
と、前記ワード線と前記ビット線対との各交点にメモリ
セルが配置されて構成されるメモリセルアレイと、前記
メモリセルアレイ内の特定の物理アドレスを選択するた
めのアドレス選択手段を有する半導体記憶装置であっ
て、 外部から指定された論理アドレスの配置順序が前記メモ
リセルアレイ内の物理アドレスの配置順序に等しくなる
ように前記論理アドレスを変換するアドレススクランブ
ル制御回路と、 前記論理アドレス又は前記物理アドレスの値に応じて、
外部からの書き込みデータを反転制御又は前記メモリセ
ルアレイ内からの読み出しデータを反転制御するための
データスクランブル制御回路とを有することを特徴とし
た半導体記憶装置。
1. A memory cell array comprising a plurality of word lines and a plurality of bit line pairs, memory cells arranged at respective intersections of the word lines and the bit line pairs, and a specific memory cell in the memory cell array. A semiconductor memory device having address selection means for selecting a physical address, wherein the logical address is converted so that an arrangement order of an externally designated logical address is equal to an arrangement order of physical addresses in the memory cell array. Address scrambling control circuit, and according to the value of the logical address or the physical address,
And a data scramble control circuit for inverting write data from outside or inverting read data from the memory cell array.
【請求項2】 前記データスクランブル制御回路が、前
記論理アドレスの値に応じて入出力データの反転制御を
行うためのデータ反転制御回路と、前記データ反転制御
回路の出力と入力データ信号との排他的論理和回路と、
前記データ反転制御回路の出力と出力データ信号との排
他的論理和回路で構成される請求項1記載の半導体記憶
装置。
2. A data inversion control circuit for performing an inversion control of input / output data according to a value of the logical address, and an exclusive control of an output of the data inversion control circuit and an input data signal. Logical OR circuit,
2. The semiconductor memory device according to claim 1, comprising an exclusive OR circuit of an output of said data inversion control circuit and an output data signal.
【請求項3】 所望のアドレスデータを自己発生するア
ドレス発生回路をさらに有し、前記アドレス発生回路か
ら前記アドレスデータを供給する請求項1記載の半導体
記憶装置。
3. The semiconductor memory device according to claim 1, further comprising an address generating circuit for generating desired address data by itself, and supplying said address data from said address generating circuit.
JP10333009A 1998-11-24 1998-11-24 Semiconductor storage device Pending JP2000163990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10333009A JP2000163990A (en) 1998-11-24 1998-11-24 Semiconductor storage device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10333009A JP2000163990A (en) 1998-11-24 1998-11-24 Semiconductor storage device

Publications (1)

Publication Number Publication Date
JP2000163990A true JP2000163990A (en) 2000-06-16

Family

ID=18261275

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10333009A Pending JP2000163990A (en) 1998-11-24 1998-11-24 Semiconductor storage device

Country Status (1)

Country Link
JP (1) JP2000163990A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6650583B2 (en) 2001-08-28 2003-11-18 Mitsubishi Denki Kabushiki Kaisha Test circuit device capable of identifying error in stored data at memory cell level and semiconductor integrated circuit device including the same
US7272032B2 (en) 2004-02-23 2007-09-18 Renesas Technology Corp. Semiconductor integrated circuit device and magnetic memory device capable of maintaining data integrity
JP2008305532A (en) * 2007-06-08 2008-12-18 Hynix Semiconductor Inc Semiconductor memory device and method for reading/writing data thereof
WO2010084539A1 (en) * 2009-01-20 2010-07-29 パナソニック株式会社 Semiconductor memory
JP2015056191A (en) * 2013-09-11 2015-03-23 株式会社東芝 BIST circuit
US9275756B2 (en) 2011-11-03 2016-03-01 Samsung Electronics Co., Ltd. Semiconductor test device and method of generating address scramble using the same

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6650583B2 (en) 2001-08-28 2003-11-18 Mitsubishi Denki Kabushiki Kaisha Test circuit device capable of identifying error in stored data at memory cell level and semiconductor integrated circuit device including the same
US7272032B2 (en) 2004-02-23 2007-09-18 Renesas Technology Corp. Semiconductor integrated circuit device and magnetic memory device capable of maintaining data integrity
US7486547B2 (en) 2004-02-23 2009-02-03 Renesas Technology Corp. Semiconductor integrated circuit device and magnetic memory device capable of maintaining data integrity
JP2008305532A (en) * 2007-06-08 2008-12-18 Hynix Semiconductor Inc Semiconductor memory device and method for reading/writing data thereof
WO2010084539A1 (en) * 2009-01-20 2010-07-29 パナソニック株式会社 Semiconductor memory
US9275756B2 (en) 2011-11-03 2016-03-01 Samsung Electronics Co., Ltd. Semiconductor test device and method of generating address scramble using the same
JP2015056191A (en) * 2013-09-11 2015-03-23 株式会社東芝 BIST circuit
US9355745B2 (en) 2013-09-11 2016-05-31 Kabushiki Kaisha Toshiba BIST circuit

Similar Documents

Publication Publication Date Title
US6041389A (en) Memory architecture using content addressable memory, and systems and methods using the same
US5226009A (en) Semiconductor memory device supporting cache and method of driving the same
US6981100B2 (en) Synchronous DRAM with selectable internal prefetch size
JP2000011640A (en) Semiconductor storage
KR100253564B1 (en) Synchronous dram for high speed operation
KR970705810A (en) IMPROVED MEMORY ARCHITECTURE AND DEVICES, SYSTEMS AND METHODS UTILIZING THE SAME, AND METHOD AND APPARATUS THEREFOR
US5893135A (en) Flash memory array with two interfaces for responding to RAS and CAS signals
JP2779538B2 (en) Test signal generator and test method for semiconductor integrated circuit memory
JP3338526B2 (en) Test equipment for semiconductor memory
US4669064A (en) Semiconductor memory device with improved data write function
JP3918317B2 (en) Semiconductor memory device
JP4569182B2 (en) Semiconductor device
US6603690B1 (en) Low-power static column redundancy scheme for semiconductor memories
US20070055818A1 (en) Method and system for using dynamic random access memory as cache memory
KR100267412B1 (en) Semiconductor memory device having block write function
JP2000163990A (en) Semiconductor storage device
US11474787B2 (en) Processing-in-memory (PIM) devices
KR960002827B1 (en) Semiconductor memory device capable of flash writing and the method of flash writing
JPH11317100A (en) Semiconductor memory
US6781889B2 (en) Method for operating a semiconductor memory and semiconductor memory
JP2007179731A (en) Merged memory and logic integrated semiconductor device, and merged memory test method
KR970706577A (en) CIRCUITS, SYSTEMS AND METHODS FOR IMPROVING PAGE ACCESSES AND BLOCK TRANSFERS IN A MEMORY SYSTEM FOR IMPROVED PAGE ACCESS AND BLOCK TRANSMISSION IN A MEMORY SYSTEM
JP2000021200A (en) Semiconductor memory
KR20010007303A (en) Semiconductor storage device
US6515916B2 (en) Column switch in memory device and cache memory using the same

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20051003

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20051018

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20060227