JPH0419896A - Refresh method for dynamic memory - Google Patents

Refresh method for dynamic memory

Info

Publication number
JPH0419896A
JPH0419896A JP2124886A JP12488690A JPH0419896A JP H0419896 A JPH0419896 A JP H0419896A JP 2124886 A JP2124886 A JP 2124886A JP 12488690 A JP12488690 A JP 12488690A JP H0419896 A JPH0419896 A JP H0419896A
Authority
JP
Japan
Prior art keywords
refresh
memory area
signal
memory
ras
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
JP2124886A
Other languages
Japanese (ja)
Inventor
Mikio Hosokawa
細川 幹夫
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.)
Sharp Corp
Original Assignee
Sharp Corp
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 Sharp Corp filed Critical Sharp Corp
Priority to JP2124886A priority Critical patent/JPH0419896A/en
Publication of JPH0419896A publication Critical patent/JPH0419896A/en
Pending legal-status Critical Current

Links

Landscapes

  • Dram (AREA)

Abstract

PURPOSE:To shorten time for a refresh processing by executing RAS only refresh to a first memory area by executing a read cycle, and executing the RAS only refresh to a second memory area by executing a following write cycle. CONSTITUTION:When designating a refresh space, an address line select circuit 5 applies a refresh space select signal to a control signal generation circuit 9. Corresponding to a data strobe signal, read/write signal, timing signal and refresh space select signal, the control signal generation circuit 9 selectively applies an RAS signal, CAS signal and write enable signal to a DRAM 1. Thus, since the RAS only refresh is executed to the first memory area by designating a row address and the RAS only refresh is executed to the second memory area by designating only the row address without applying any write enable signal when executing the following write cycle, the time for the refresh processing can be shortened.

Description

【発明の詳細な説明】 産業上の利用分野 本発明は、ダイナミックメモリのリフレッシュ方法に関
する。
DETAILED DESCRIPTION OF THE INVENTION Field of the Invention The present invention relates to a method for refreshing a dynamic memory.

半導体記憶装置のうち、D RA M (Dynami
cRandom Access Memory)はコン
デンサの蓄積電荷を記憶データとする構成となっており
、時間の経過に伴いリーク電流などの形でデータが消失
してしまうので、メモリセルの記憶データを定期的に読
出して増幅し再書込みするリフレッシュ動作が必要であ
る。
Among semiconductor memory devices, DRAM (Dynami
cRandom Access Memory) has a structure in which the stored charge in a capacitor is used as stored data, and since data is lost in the form of leakage current as time passes, it is necessary to periodically read out the stored data in the memory cell. A refresh operation is required to amplify and rewrite.

従来、コンピュータに用いられるDRAMのリフレッシ
ュ方法として種々の方法が採用されているが、大きく分
けるとコンピュータの中央処理装置(Central 
ProcessingUnit;以下、CPUと略称す
る)が行うプログラムの実行によってリフレッシュする
ソフトリフレッシュの方法と、特別に設けられる回路の
動作によってリフレッシュするハードリフレッシュの2
種類がある。
Conventionally, various methods have been adopted to refresh DRAM used in computers, but they can be roughly divided into refresh methods for the computer's central processing unit (Central Processing Unit).
There are two methods: soft refresh, which refreshes by executing a program performed by a Processing Unit (hereinafter abbreviated as CPU), and hard refresh, which refreshes by the operation of a specially provided circuit.
There are different types.

そのうち、ソフトリフレッシュとして一般的なものは、
DRAMのうちの任意のメモリ領域をリフレッシュ領域
として指定しておき、その領域に対して疑似的に読出し
処理を実行する、つまりダミーリードすることによって
、リフレッシュに必要なアドレス信号とそのアドレス信
号のうちメモリ領域の各ワード線に対応する行アドレス
信号を取り込むためのローアドレスストローブ信号(以
下、RAS信号と呼ぶ)とを発生させ、メモリセルのリ
フレッシュを行うRASオンリーリフレッシュである。
Among them, the most common soft refreshes are:
By specifying an arbitrary memory area in DRAM as a refresh area and performing a pseudo read process on that area, that is, by performing a dummy read, the address signals necessary for refresh and the address signals are This is a RAS-only refresh that refreshes memory cells by generating a row address strobe signal (hereinafter referred to as RAS signal) for taking in a row address signal corresponding to each word line in the memory area.

このRASオンリーリフレッシュのようなソフトリフレ
ッシュの場合、CPUとDRAMとの間に介在してこれ
らの間の信号の授受を制御するメモリインターフェース
回路は、実際のデータの読出し書込み処理に対処できる
構成を備えるだけでリフレッシュの動作にも対応できる
ので、リフレッシュのために特別な回路は不要である。
In the case of soft refresh such as this RAS-only refresh, the memory interface circuit that is interposed between the CPU and DRAM and controls the exchange of signals between them has a configuration that can handle actual data read and write processing. Since the refresh operation can also be handled with just one, no special circuit is required for refresh.

これに対して、ハードリフレッシュの場合には、通常の
データの読出し書込みとは異なった処理でリフレッシュ
を実現するため、何らかの回路の追加が必要となる。
On the other hand, in the case of hard refresh, some circuitry needs to be added because refresh is achieved through processing different from normal data reading and writing.

上記RASオンリーリフレッシュにおいてCPUによっ
て実行されるプログラムは、メモリへのリードアクセス
を実行するメモリサイクルと、読出されたデータをデー
タ格納用のレジスタに転送する処理をCPU内部で実行
する内部サイクルとに分けられ、実際にリフレッシュが
行われるのはメモリサイクルである。つまり、上記RA
Sオンリーリフレッシュは、メモリからデータを読出し
、レジスタへ格納する命令を繰返すものである。
The program executed by the CPU in the RAS-only refresh described above is divided into a memory cycle in which read access to memory is executed, and an internal cycle in which processing to transfer read data to a data storage register is executed within the CPU. It is the memory cycle that is actually refreshed. In other words, the above RA
The S-only refresh repeats an instruction to read data from memory and store it in a register.

この場合、メモリサイクルにおいて、アドレス信号のう
ちメモリ領域の各ビット線に対応する列アドレス信号を
取り込むためのコラムアドレスストローブ信号(以下、
CAS信号とよぶ)は発生させないので、実際にはメモ
リセルからデータは読出されず、したがって内部サイク
ルにおけるレジスタへのデータ転送はリフレッシュに何
ら関与しない処理となっている。
In this case, in the memory cycle, a column address strobe signal (hereinafter referred to as
Since no CAS signal (referred to as a CAS signal) is generated, data is not actually read from the memory cells, and therefore data transfer to the register in the internal cycle is a process that does not involve refresh at all.

第5図は、上記RASオンリーリフレッシュのプログラ
ムを示すフローチャートである。
FIG. 5 is a flowchart showing the RAS-only refresh program.

ステップn1での開始についで、ステップn2ではリフ
レッシュすべきメモリ領域のうちの開始位置に該当する
アドレスが間接レジスタPに設定され、さらに次のステ
ップn3ではリフレッシュすべきメモリ領域の行数つま
りリフレッシュの繰返し回数として例えば512がルー
プカウンタNに設定される。これによって、リフレッシ
ュすべきメモリ領域が指定される。
Following the start in step n1, in step n2, the address corresponding to the start position of the memory area to be refreshed is set in the indirect register P, and in the next step n3, the number of rows in the memory area to be refreshed, that is, the number of rows in the memory area to be refreshed, For example, 512 is set in the loop counter N as the number of repetitions. This specifies the memory area to be refreshed.

次のステップn4では、ダミーレジスタDに間接レジス
タPに設定された行アドレスが格納され、メモリ領域の
その行アドレスに対するダミーリードが実行されて、該
当するワード線上のメモリセルがリフレッシュされる。
In the next step n4, the row address set in the indirect register P is stored in the dummy register D, a dummy read is executed for the row address in the memory area, and the memory cells on the corresponding word line are refreshed.

次のステップn5では上記間接レジスタPに設定されて
いる行アドレスがインクリメントされ、さらに次のステ
ップn6では上記ループカウンタNに設定されているリ
フレッシュ回数Nがデクリメントされる。
In the next step n5, the row address set in the indirect register P is incremented, and in the next step n6, the refresh count N set in the loop counter N is decremented.

次のステップn7でリフレッシュ回数NがOとなってい
ないかどうかの判断が行われ、0になっていなければス
テップn4〜n7の処理が繰返されメモリ領域における
次の行アドレスに対するダミーリードが実行されて、次
のワード線上のメモリセルがリフレッシュされる。
In the next step n7, it is determined whether the refresh count N is not O. If it is not 0, the processes of steps n4 to n7 are repeated and a dummy read is executed for the next row address in the memory area. Then, the memory cells on the next word line are refreshed.

このような処理を繰返して、指定されたメモリ領域のリ
フレッシュが順次行われ、ステップn7においてループ
カウンタNに設定されるリフレッシュ回数がOであると
判断されると、つまり指定されたメモリ領域のリフレッ
シュが全て終了するとステップn8に移行して、ここで
処理は終了する。
By repeating such processing, the specified memory area is sequentially refreshed, and when it is determined in step n7 that the number of refreshes set in the loop counter N is O, that is, the specified memory area is refreshed. When all are completed, the process moves to step n8, and the process ends here.

発明が解決しようとする課題 しかしながら、上述した従来のソフトリフレッシュでは
、CPUの実行するプログラムにおいてレジスタへのデ
ータ転送を行う内部サイクルの処理はリフレッシュに同
等関与せず、無駄な時間を費やすことになってリフレッ
シュに要する時間が長くなるという問題点があった。
Problems to be Solved by the Invention However, in the conventional soft refresh described above, the internal cycle processing for transferring data to registers in the program executed by the CPU is not equally involved in refresh, resulting in wasted time. However, there is a problem in that the time required for refreshing is long.

したがって、本発明の目的は、処理時間を大幅に短縮で
きるダイナミックメモリのリフレッシュ方法を提供する
ことである。
Therefore, it is an object of the present invention to provide a dynamic memory refresh method that can significantly reduce processing time.

課題を解決するための手段 本発明は、リフレッシュを行うメモリ領域として、第1
のメモリ領域と第2のメモリ領域とを指定し、 第1のメモリ領域に対しアドレス指定をしてデータを読
取るリードサイクルに引き続き、第2のメモリ領域に対
しアドレス指定をして第1のメモリ領域から読出したデ
ータを第2のメモリ領域に書込むライトサイクルを行う
処理を、 リードサイクルでは行アドレスのみを指定することによ
って、またライトサイクルでは書込み動作を指定するラ
イトイネーブル信号を与えず行アドレスのみを指定する
ことによって第1および第2の全メモリ領域にわたって
順次実行し、リードサイクルの実行で第1のメモリ領域
のリフレッシュを行い、ライトサイクルの実行で第2の
メモリ領域のリフレッシュを行うようにしたことを特徴
とするダイナミックメモリのリフレッシュ方法である。
Means for Solving the Problems The present invention provides a first refresh memory area.
Following a read cycle in which the first memory area is addressed and data is read, the second memory area is addressed and the first memory area is read. The process of performing a write cycle in which data read from an area is written to a second memory area is performed by specifying only the row address in the read cycle, and by specifying only the row address in the write cycle without giving a write enable signal that specifies the write operation. By specifying only the first and second memory areas, the first and second memory areas are sequentially executed, and the first memory area is refreshed when the read cycle is executed, and the second memory area is refreshed when the write cycle is executed. This is a dynamic memory refresh method characterized by the following.

作  用 本発明に従えば、リードサイクルの実行で第1のメモリ
領域のRASオンリーリフレッシュが行われ、続くライ
トサイクルの実行で第2のメモリ領域のRASオンリー
リフレッシュが行われるので、リフレッシュの処理に無
駄がなく処理時間を短縮化できる。
Effect According to the present invention, RAS-only refresh of the first memory area is performed in execution of a read cycle, and RAS-only refresh of the second memory area is performed in execution of a subsequent write cycle. There is no waste and processing time can be shortened.

実施例 第1図は、本発明の一実施例であるダイナミックメモリ
のリフレッシュ方法が適用されるDRAMを含むコンピ
ュータ2の一部の概略的な構成を示すブロック図である
。リフレッシュの対象であるDRAMIは、メモリイン
タフェース回路3を介しCPU4に接続されている。メ
モリインタフェース回路3は、CPUとDRAMとの間
の信号の授受を制御するための回路である。
Embodiment FIG. 1 is a block diagram showing a schematic configuration of a part of a computer 2 including a DRAM to which a dynamic memory refresh method according to an embodiment of the present invention is applied. The DRAMI to be refreshed is connected to the CPU 4 via the memory interface circuit 3. The memory interface circuit 3 is a circuit for controlling the exchange of signals between the CPU and the DRAM.

第2図は、そのメモリインタフェース回路3の概略的な
構成を示すブロック図である。アドレス線選択回路5は
、アドレスバス6を介してCPU4から与えられるアド
レス信号に対応したアドレス指定信号を出力するための
回路であり、そのアドレス指定信号としてアドレスバス
7を介してブロック選択信号が、また別のアドレスバス
8を介してメモリアドレス信号がそれぞれDRAMIに
送られる。DRAMIは、複数のブロックに分けられて
いて、上記ブロック選択信号によってその中の1つの、
ブロックが選択され、選択されたブロックにおける任意
の番地が上記メモリアドレス信号によって指定される。
FIG. 2 is a block diagram showing a schematic configuration of the memory interface circuit 3. As shown in FIG. The address line selection circuit 5 is a circuit for outputting an address designation signal corresponding to the address signal given from the CPU 4 via the address bus 6. As the address designation signal, a block selection signal is sent via the address bus 7. Further, memory address signals are sent to each DRAMI via another address bus 8. DRAMI is divided into a plurality of blocks, and one of the blocks is selected by the block selection signal.
A block is selected, and an arbitrary address in the selected block is designated by the memory address signal.

また、上記アドレス線選択回路5では、アドレスバス6
を介してCPLI4がらDRAMIのリフレッシュすべ
きメモリ領域、つまりリフレッシュ空間が指定されると
き、制御信号生成回路9に対してリフレッシュ空間選択
信号を与える機能も持つ。
Further, in the address line selection circuit 5, the address bus 6
It also has the function of supplying a refresh space selection signal to the control signal generation circuit 9 when the memory area of the DRAMI to be refreshed, that is, the refresh space, is specified from the CPLI 4 via the CPLI 4.

上記制御信号生成回路9は、CPU4がら与えられるデ
ータストローブ信号、リード/ライト信号、タイミング
信号および上記アドレス線選択回路5から与えられるリ
フレッシュ空間選択信号に応じて、DRAMIに対しR
AS信号、CAS信号およびライトイネーブル信号(以
下、WE倍信号呼ぶ)を選択的に与える機能を持つ。制
御信号生成回路9かCPU4へは応答信号が送られる。
The control signal generation circuit 9 controls the DRAMI in response to a data strobe signal, a read/write signal, a timing signal applied from the CPU 4, and a refresh space selection signal applied from the address line selection circuit 5.
It has a function of selectively providing an AS signal, a CAS signal, and a write enable signal (hereinafter referred to as WE double signal). A response signal is sent to the control signal generation circuit 9 or the CPU 4.

第3図は、実施例のリフレッシュ方法が適用される上記
DRAMIの一部メモリ領域を模式的に示す図である。
FIG. 3 is a diagram schematically showing a partial memory area of the DRAMI to which the refresh method of the embodiment is applied.

第4図は、上記CPU4において実行される実施例のリ
フレッシュ方法のプログラムを示すフローチャートであ
る。
FIG. 4 is a flowchart showing a program of the refresh method of the embodiment executed by the CPU 4. As shown in FIG.

次に第3図および第4図を参照して、この実施例のダイ
ナミックメモリのリフレッシュ方法の手順について説明
する。
Next, with reference to FIGS. 3 and 4, the procedure of the dynamic memory refresh method of this embodiment will be explained.

この実施例のリフレッシュ方法は、CPU4によるプロ
グラムの実行によって行うソフトリフレッシュである。
The refresh method of this embodiment is a soft refresh performed by executing a program by the CPU 4.

ステップn1での開始についで、ステップn2ではリフ
レッシュすべき第1のメモリ領域の開始位置に該当する
行アドレス例えば「1」が間接レジスタPに設定され、
さらに次のステップn3ではリフレッシュすべき第2の
メモリ領域の開始位置に該当する行アドレスr257J
が別の間接レジスタQに設定される。
Following the start in step n1, in step n2, a row address, for example "1", corresponding to the starting position of the first memory area to be refreshed is set in the indirect register P,
Furthermore, in the next step n3, the row address r257J corresponding to the start position of the second memory area to be refreshed is
is set in another indirect register Q.

次のステップn4では、上述した第1および第2のメモ
リ領域の行数、つまりリフレッシュの繰返し回数として
256がループカウンタNに設定される。これによって
、リフレッシュすべき第1のメモリ領域として行アドレ
ス「1」〜r256」の領域が、第2のメモリ領域とし
て行アドレス「257」〜r512」がそれぞれ指定さ
れる。
In the next step n4, 256 is set in the loop counter N as the number of rows in the first and second memory areas, that is, the number of refresh repetitions. As a result, the area with row addresses "1" to "r256" is designated as the first memory region to be refreshed, and the row addresses "257" to "r512" are designated as the second memory region.

次のステップn5では、第1のメモリ領域からデータを
読出し、読出したデータを第2のメモリ領域に書込む指
令がCPU4からメモリインタフェース回路3を介して
DRAM2に与えられる。
In the next step n5, a command to read data from the first memory area and write the read data to the second memory area is given from the CPU 4 to the DRAM 2 via the memory interface circuit 3.

このとき、第1のメモリ領域からデータを読出すリード
サイクルでは、制御信号生成回路9からアドレスストロ
ーブ信号としてRAS信号のみが出力されCAS信号は
出力されない。すなわち、間接レジスタPに設定されて
いる行アドレス「1」に該当するワード線上のメモリセ
ルに対してRASオンリーリフレッシュが行われる。
At this time, in a read cycle in which data is read from the first memory area, only the RAS signal is outputted as an address strobe signal from the control signal generation circuit 9, and the CAS signal is not outputted. That is, RAS only refresh is performed on the memory cells on the word line corresponding to the row address "1" set in the indirect register P.

また、第2のメモリ領域にデータを書込むライトサイク
ルでも、制御信号生成回路9から出力されるアドレスス
トローブ信号はRAS信号のみであり、しかもこの場合
にはライトサイクルであるにも拘わらず、WE倍信号出
力されない。すなわち、この場合には間接レジスタQに
設定されている行アドレスr257」に該当するワード
線上のメモリセルに対して、RASオンリーリフレッシ
ュが行われる。
Furthermore, even in a write cycle in which data is written to the second memory area, the address strobe signal output from the control signal generation circuit 9 is only the RAS signal, and in this case, even though it is a write cycle, the WE Double signal is not output. That is, in this case, RAS only refresh is performed on the memory cells on the word line corresponding to the row address "r257" set in the indirect register Q.

次のステップn6では、上記間接レジスタP、Qに設定
されている行アドレスがインクリメントされ、さらに次
のステップn7では上記ループカウンタNに設定されて
いるリフレッシュ回数Nがデクリメントされる。
In the next step n6, the row addresses set in the indirect registers P and Q are incremented, and in the next step n7, the refresh count N set in the loop counter N is decremented.

次のステップn8でリフレッシュ回数Nが0となってい
ないかどうかの判断が行われ、0になっていなければス
テップn5〜n8の処理が繰返され、指定された第1お
よび第2のメモリ領域における次の行アドレスに対する
リードサイクル、ライトサイクルが実行されて、次のワ
ード線上のメモリセルがリフレッシュされる。
In the next step n8, it is determined whether the refresh count N is not 0, and if it is not 0, the processes of steps n5 to n8 are repeated, and the refresh count N in the specified first and second memory areas is A read cycle and a write cycle for the next row address are executed to refresh the memory cells on the next word line.

このような処理を繰返して、指定された第1および第2
のメモリ領域のリフレッシュが順次行われ、ステップn
8においてループカウンタNに設定されるリフレッシュ
回数がOであると判断されると、つまり指定された第1
および第2のメモリ領域のリフレッシュがそれぞれ25
6回全て終了するとステップn9に移行して、ここで処
理は終了する。
By repeating this process, the specified first and second
The memory areas of are sequentially refreshed, and step n
8, when it is determined that the number of refreshes set in the loop counter N is O, that is, the specified first
and the refresh of the second memory area is 25, respectively.
When all six times are completed, the process moves to step n9, and the process ends here.

なお、この実施例のリフレッシュ方法では、1回のリフ
レッシュ処理で2つのメモリ領域のリフレッシュを行う
ので、1つのメモリ領域のリフレッシュ回数は従来の5
12に対して、その半分の216とされている。
In addition, in the refresh method of this embodiment, two memory areas are refreshed in one refresh process, so the number of times one memory area is refreshed is 5 compared to the conventional one.
12, but it is said to be half that, 216.

発明の効果 以上のように、本発明のダイナミックメモリのリフレッ
シュ方法によれば、リードサイクルの実行では行アドレ
スのみを指定して第1のメモリ領域のRASオンリーリ
フレッシュを行い、続くライトサイクルの実行ではライ
トイネーブル信号を与えず行アドレスのみを指定して第
2のメモリ領域のRASオンリーリフレッシュを行うよ
うにしているので、リフレッシュの処理に無駄がなく処
理時間を短縮化できる。
Effects of the Invention As described above, according to the dynamic memory refresh method of the present invention, RAS-only refresh of the first memory area is performed by specifying only the row address in execution of a read cycle, and RAS-only refresh of the first memory area is performed in execution of a subsequent write cycle. Since the RAS-only refresh of the second memory area is performed by specifying only the row address without applying a write enable signal, there is no waste in the refresh process and the processing time can be shortened.

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

第1図は本発明の一実施例であるダイナミックメモリの
リフレッシュ方法が適用されるDRAMを含むコンピュ
ータの一部の概略的な構成を示すブロック図、第2図は
そのコンピュータにおけるメモリインタフェース回路の
構成を示すブロック図、第3図はそのDRAMの構成を
模式的に示す図、第4図はそのリフレッシュ方法の手順
を示すフローチャート、第5図は従来のリフレッシュ方
法の手順を示すフローチャートである。 1・・DRAM、2・・・コンピュータ、3・ メモリ
インタフェース、4・・・CPU、5・・・アドレス線
選択回路、9・・・制御信号生成回路 代理人  弁理士 画数 圭一部 第 図 第 図 第 図
FIG. 1 is a block diagram showing a schematic configuration of a part of a computer including a DRAM to which a dynamic memory refresh method according to an embodiment of the present invention is applied, and FIG. 2 is a configuration of a memory interface circuit in the computer. 3 is a diagram schematically showing the configuration of the DRAM, FIG. 4 is a flowchart showing the procedure of the refresh method, and FIG. 5 is a flowchart showing the procedure of the conventional refresh method. 1...DRAM, 2...Computer, 3.Memory interface, 4...CPU, 5...Address line selection circuit, 9...Control signal generation circuit Agent Patent attorney Number of strokes Keiichi Fig. Diagram

Claims (1)

【特許請求の範囲】 リフレッシュを行うメモリ領域として、第1のメモリ領
域と第2のメモリ領域とを指定し、第1のメモリ領域に
対しアドレス指定をしてデータを読取るリードサイクル
に引き続き、第2のメモリ領域に対しアドレス指定をし
て第1のメモリ領域から読出したデータを第2のメモリ
領域に書込むライトサイクルを行う処理を、 リードサイクルでは行アドレスのみを指定することによ
って、またライトサイクルでは書込み動作を指定するラ
イトイネーブル信号を与えず行アドレスのみを指定する
ことによつて第1および第2の全メモリ領域にわたって
順次実行し、 リードサイクルの実行で第1のメモリ領域のリフレッシ
ュを行い、ライトサイクルの実行で第2のメモリ領域の
リフレッシュを行うようにしたことを特徴とするダイナ
ミックメモリのリフレッシュ方法。
[Claims] A first memory area and a second memory area are specified as memory areas to be refreshed, and following a read cycle in which an address is specified and data is read from the first memory area, a first memory area and a second memory area are specified as memory areas to be refreshed. The process of performing a write cycle in which the data read from the first memory area is written to the second memory area by specifying an address for the second memory area, and by specifying only the row address in the read cycle. In the cycle, the write operation is sequentially executed in all the first and second memory areas by specifying only the row address without giving the write enable signal that specifies the write operation, and the first memory area is refreshed by executing the read cycle. A dynamic memory refresh method characterized in that a second memory area is refreshed by executing a write cycle.
JP2124886A 1990-05-14 1990-05-14 Refresh method for dynamic memory Pending JPH0419896A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2124886A JPH0419896A (en) 1990-05-14 1990-05-14 Refresh method for dynamic memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2124886A JPH0419896A (en) 1990-05-14 1990-05-14 Refresh method for dynamic memory

Publications (1)

Publication Number Publication Date
JPH0419896A true JPH0419896A (en) 1992-01-23

Family

ID=14896530

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2124886A Pending JPH0419896A (en) 1990-05-14 1990-05-14 Refresh method for dynamic memory

Country Status (1)

Country Link
JP (1) JPH0419896A (en)

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5305274A (en) * 1992-09-16 1994-04-19 Proebsting Robert J Method and apparatus for refreshing a dynamic random access memory
JP2006280645A (en) * 2005-03-31 2006-10-19 Daiman:Kk Game machine
JP2006280663A (en) * 2005-03-31 2006-10-19 Daiman:Kk Game machine
JP2006314660A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2006314659A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2006314663A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2008029364A (en) * 2006-07-26 2008-02-14 Daiman:Kk Game machine
JP2009043337A (en) * 2007-08-08 2009-02-26 Hitachi Ltd Information recording / reproducing apparatus and memory control method
JP2010129123A (en) * 2008-11-27 2010-06-10 Naltec Inc Memory control method and apparatus

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5305274A (en) * 1992-09-16 1994-04-19 Proebsting Robert J Method and apparatus for refreshing a dynamic random access memory
JP2006280645A (en) * 2005-03-31 2006-10-19 Daiman:Kk Game machine
JP2006280663A (en) * 2005-03-31 2006-10-19 Daiman:Kk Game machine
JP2006314660A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2006314659A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2006314663A (en) * 2005-05-16 2006-11-24 Daiman:Kk Game machine
JP2008029364A (en) * 2006-07-26 2008-02-14 Daiman:Kk Game machine
JP2009043337A (en) * 2007-08-08 2009-02-26 Hitachi Ltd Information recording / reproducing apparatus and memory control method
JP2010129123A (en) * 2008-11-27 2010-06-10 Naltec Inc Memory control method and apparatus

Similar Documents

Publication Publication Date Title
US6173356B1 (en) Multi-port DRAM with integrated SRAM and systems and methods using the same
JPH1031886A (en) Random access memory
JPH04243085A (en) Semiconductor storage device
JP3705276B2 (en) Refresh control and internal voltage generation in semiconductor memory devices
JP2002008371A (en) Semiconductor storage device
JP5446384B2 (en) Interface circuit, memory system, and access control method
TWI226637B (en) SRAM-compatible memory and method of driving the same
US7298661B2 (en) Semiconductor memory device
JPH1069430A (en) Semiconductor storage
JP2606675B2 (en) Semiconductor storage device
JP4071930B2 (en) Synchronous DRAM
JP2005531101A (en) Multiport memory refresh in integrated circuits.
JP2004318500A (en) Memory circuit
KR19990070522A (en) DRAM and system including the same
TW202431258A (en) Memory device and operation method thereof
JP4207905B2 (en) Refresh control and internal voltage generation in semiconductor memory devices
JP2848105B2 (en) Dynamic semiconductor memory device
JP4100403B2 (en) Refresh control and internal voltage generation in semiconductor memory devices
JPH04153984A (en) Method for controlling dynamic memory
JPH01188962A (en) Electronic equipment
JPH04274082A (en) Semiconductor memory device
JPH0676565A (en) Semiconductor memory device
JPS6048074B2 (en) memory circuit
JPH036763A (en) High speed data transfer method between dram type memory devices
JPH09102192A (en) Refresh control method