JPH0845288A - Nonvolatile random access memory - Google Patents

Nonvolatile random access memory

Info

Publication number
JPH0845288A
JPH0845288A JP18203194A JP18203194A JPH0845288A JP H0845288 A JPH0845288 A JP H0845288A JP 18203194 A JP18203194 A JP 18203194A JP 18203194 A JP18203194 A JP 18203194A JP H0845288 A JPH0845288 A JP H0845288A
Authority
JP
Japan
Prior art keywords
memory
random access
access memory
counter
erasable read
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
JP18203194A
Other languages
Japanese (ja)
Inventor
Hiroyuki Ishii
博之 石井
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.)
IHI Corp
Original Assignee
IHI 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 IHI Corp filed Critical IHI Corp
Priority to JP18203194A priority Critical patent/JPH0845288A/en
Publication of JPH0845288A publication Critical patent/JPH0845288A/en
Pending legal-status Critical Current

Links

Landscapes

  • Read Only Memory (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Techniques For Improving Reliability Of Storages (AREA)

Abstract

PURPOSE:To improve the reliability for managing the number of accesses and to reduce the burden of a software by counting and storing the number of accesses to an erasable read-only memory by a hardware. CONSTITUTION:In this nonvolatile random access memory, a random access memory 1 and an erasable read-only memory 2 are combined with each other and the storage content of the random access memory 1 is stored in the erasable read-only memory 2 and also the content of the memory 2 is stored in the random access memory 1 by reading out the content of the memory 2. The memory 1 is provided with a counter 3 counting the number of accesses accessed from the random access memory 1 to the erasable read-only memory 2 and an erasable read-only memory for the counter 4 storing the count value of the counter 3.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明はランダムアクセスメモリ
の記憶を消去可能な読み出し専用メモリに格納でき、ラ
ンダムアクセスメモリより消去可能な読み出し専用メモ
リにアクセスする回数を計数するカウンタと計数値を記
憶するメモリを有する不揮発性ランダムアクセスメモリ
に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention can store the memory of a random access memory in an erasable read-only memory and stores a counter for counting the number of times the random access memory accesses an erasable read-only memory and a count value. The present invention relates to a nonvolatile random access memory having a memory.

【0002】[0002]

【従来の技術】ランダムアクセスメモリはRAMと表示
され、ダイナミックランダムアクセスメモリ(DRA
M)とスタティックランダムアクセスメモリ(SRA
M)とがある。DRAMはそのメモリセルが半導体によ
って作られたコンデンサと1個のスイッチングトランジ
スタによって構成され、コンデンサに電荷を蓄えるか否
かによって1または0を記憶するが、電荷は時間ととも
に放電されてしまうので定期的に再書き込み(リフレッ
シュ)を行っている。SRAMはメモリセルが半導体に
よって作られたフリップ・フロップ(F・F)により構
成されおり、電源を切ると記憶内容は失われる。
2. Description of the Related Art Random access memory is referred to as RAM and is referred to as dynamic random access memory (DRA).
M) and static random access memory (SRA)
M). DRAM has a memory cell composed of a capacitor made of a semiconductor and one switching transistor, and stores 1 or 0 depending on whether or not electric charge is stored in the capacitor. Is being rewritten (refreshed). The SRAM has a memory cell composed of a flip-flop (FF) made of a semiconductor, and the stored contents are lost when the power is turned off.

【0003】このため、ランダムアクセスメモリは電源
を切るとその記憶内容が失われるので、消去可能な読み
出し専用メモリと組みにして、必要なデータは消去可能
な読み出し専用メモリに記憶させた後電源を切るように
し、必要に応じて再びランダムアクセスメモリに読み出
して使用する。このようなメモリを不揮発性ランダムア
クセスメモリ(Non Volatile Ramdam Access Memory :
NVRAM)と称する。消去可能な読み出し専用メモリ
としては紫外線で消去可能なEPROMと電気的に消去
可能なEEPROM等があるが、使用し易いEEPRO
Mがよく使われている。EEPROMは消去することに
より何度でも書き込み出来るが、その回数には限度があ
り、例えば、106 回程度が限度となる。
For this reason, the stored contents of the random access memory are lost when the power is turned off. Therefore, the random access memory is combined with an erasable read-only memory to store necessary data in the erasable read-only memory and then the power is turned on. Cut it off and read it back to the random access memory as needed for use. Non-volatile random access memory (Non Volatile Ramdam Access Memory:
NVRAM). Erasable read-only memories include an ultraviolet erasable EPROM and an electrically erasable EEPROM, but EEPRO is easy to use
M is often used. The EEPROM can be written many times by erasing it, but the number of times is limited, for example, about 10 6 times.

【0004】[0004]

【発明が解決しようとする課題】このため、従来はEE
PROMへの書き込みまたは読み出し(アクセス)回数
をソフトウェアによって計数し、アクセス回数を管理し
ていた。しかし、アクセス回数をソフトウェアで行うと
次のような問題があった。 ソフトウェアでカウントするため、ソフトウェアにバ
グがある場合やなんらかの原因でハードウェアあるいは
ソフトウェアが暴走すると正しいアクセス回数が不明と
なる。 アクセス回数の管理という制御ソフトウェアの本来の
目的とは異なるロジックをプログラムで実行しなければ
ならず、その分プログラム実行時間が長くなり、プログ
ラムサイズも大きくなる。
Therefore, the conventional EE
The number of times of writing or reading (access) to the PROM was counted by software, and the number of times of access was managed. However, if the number of accesses is performed by software, there were the following problems. Since the count is done by software, the correct access count becomes unknown if there is a bug in the software or if the hardware or software runs out of control for some reason. The logic that is different from the original purpose of the control software, that is, management of the number of accesses must be executed by a program, which increases the program execution time and the program size.

【0005】本発明は上述の問題点に鑑みてなさたもの
であり、ハードウェアで消去可能な読み出し専用メモリ
へのアクセス回数を計数し記憶することにより、アクセ
ス回数の管理の信頼性を向上させ、また、ソフトウェア
の負担を軽減することを目的とする。
The present invention has been made in view of the above problems, and improves the reliability of management of the number of accesses by counting and storing the number of accesses to a read-only memory that can be erased by hardware. Also, the purpose is to reduce the burden on the software.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するた
め、ランダムアクセスメモリと消去可能な読み出し専用
メモリとを組み合わせ、ランダムアクモスメモリの記憶
内容を消去可能な読み出し専用メモリに格納するととも
にこれよりランダムアクセスメモリに読み出して記憶す
るようにした不揮発性ランダムアクセスメモリにおい
て、前記ランダムアクセスメモリより前記消去可能な読
み出し専用メモリにアクセスする回数を計数するカウン
タと、該カウンタの計数値を記憶するカウンタ用消去可
能な読み出し専用メモリとを備えたものである。
In order to achieve the above-mentioned object, a random access memory and an erasable read-only memory are combined to store the stored contents of a random Akmos memory in the erasable read-only memory, and the random In a nonvolatile random access memory that is read and stored in an access memory, a counter that counts the number of times the random access memory accesses the erasable read-only memory, and a counter erasing that stores the count value of the counter And a possible read-only memory.

【0007】[0007]

【作用】カウンタによりランダムアクセスメモリより消
去可能な読み出し専用メモリにアクセスする回数を計数
し、この計数値をカウンタ用の消去可能な読み出し専用
メモリに格納してアクセス回数を管理するので、外乱等
他の影響を受けず正しいアクセス回数の管理が出来る。
またソフトウェアを用いないのでバグや暴走等の恐れも
ない。
The number of times the erasable read-only memory is accessed from the random access memory is counted by the counter, and the count value is stored in the erasable read-only memory for the counter to manage the number of accesses. The correct number of accesses can be managed without being affected by.
Moreover, since no software is used, there is no fear of bugs or runaway.

【0008】[0008]

【実施例】以下本発明の実施例を図面を参照して説明す
る。図1は実施例の構成を示すブロック図で、1点鎖線
で示す全体をIC(集積回路)化した場合をしめす。1
はSRAMアレーで構成要素のフリップ・フロップを多
数配列してメモリを構成している。2はSRAM用EE
PROMで消去可能な読み出し専用メモリとしてEEP
ROMを用いている。3はカウンタでSRAM1がSR
AM用EEPROM2に書き込み(Store)または
読み出し(Recall)するたびに計数する。4はカ
ウンタ用EEPROMでカウンタ3の計数値を格納す
る。5はSRAMアレー1の行アドレスを選択するロー
セレクトでアドレスバスからのアドレスデータにより行
アドレスを選択する。6はSRAMアレー1の列アドレ
スを選択するとともにデータの入出力を行う列セレクト
及び入出力部で、アドレスバスとデータバスに接続して
いる。7はコントロールロジックでStore命令によ
りSRAMアレー1よりSRAM用EEPROM2に書
き込みを行わせ、Recall命令によりSRAM用E
EPROM2よりSRAMアレー1に読み出しを行わ
せ、Output Enable命令によりSRAMア
レー1よりデータバスにデータを出力させ、Write
EnableによりデータバスのデータをSRAMア
レー1に書き込ませる。SRAMアレー1、SRAM用
EEPROM2、カウンタ3、カウンタ用EEPROM
4、ローセレクト5、列セレクト及び入出力部6、およ
びコントロールロジック7は不揮発性ランダムアクセス
メモリNVRAMを構成する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of the embodiment, and shows the case where the whole indicated by the one-dot chain line is integrated into an IC (integrated circuit). 1
In the SRAM array, a large number of component flip-flops are arranged to form a memory. 2 is EE for SRAM
EEP as a read-only memory that can be erased by PROM
ROM is used. 3 is a counter and SRAM 1 is SR
It is counted each time data is written (Store) or read (Recall) in the EEPROM 2 for AM. Reference numeral 4 denotes a counter EEPROM, which stores the count value of the counter 3. Reference numeral 5 is a row select for selecting a row address of the SRAM array 1 and selects a row address according to address data from the address bus. A column select and input / output unit 6 selects a column address of the SRAM array 1 and inputs / outputs data, and is connected to the address bus and the data bus. Reference numeral 7 is a control logic, which causes the SRAM array 1 to write to the SRAM EEPROM 2 by a Store instruction, and the SRAM E by a Recall instruction.
The SRAM array 1 is caused to read from the EPROM 2 and data is output from the SRAM array 1 to the data bus by the Output Enable command.
The data on the data bus is written to the SRAM array 1 by Enable. SRAM array 1, SRAM EEPROM 2, counter 3, counter EEPROM
4, row select 5, column select and input / output unit 6, and control logic 7 constitute a non-volatile random access memory NVRAM.

【0009】つぎに、カウンタ3の動作について説明す
る。Store命令によりSRAMアレー1のデータを
SRAM用EEPROM2に格納するとともにカウンタ
3の計数値をカウンタ用EEPROM4に書き込む。R
ecall命令によりSRAM用EEPROM2のデー
タをSRAMアレー1に読み出すとともにカウンタ用E
EPROM4からデータをカウンタ3へ転送する。この
転送された計数値はデータバスへ読み出すことが出来
る。
Next, the operation of the counter 3 will be described. By the Store instruction, the data of the SRAM array 1 is stored in the SRAM EEPROM 2 and the count value of the counter 3 is written in the counter EEPROM 4. R
The data of the EEPROM 2 for SRAM is read to the SRAM array 1 by the ecall instruction and the counter E
Data is transferred from the EPROM 4 to the counter 3. The transferred count value can be read out to the data bus.

【0010】カウンタ3が計数するタイミングは、St
ore命令時またはRecall命令時のいずれでもよ
い。また、カウント方法には次の2通りがあり、それぞ
れ特徴を有する。 加算型(インクレメント型) 0、1,2,と加算してゆく方法で書き込んだ回数を数
えるのに適している。 減算型(デクレメント型) 1000000,999999,999998,と減算
してゆく方法で、寿命(残存書き込み回数)を管理する
のに適している。
The timing of counting by the counter 3 is St
It may be either an ore instruction or a Recall instruction. There are the following two counting methods, each of which has its own characteristics. It is suitable for counting the number of times of writing by the addition type (increment type) 0, 1, 2. Subtraction type (decrement type) 1,000,000, 999999, 99998, and a method of performing subtraction, which is suitable for managing the life (the number of remaining writes).

【0011】上述の実施例では構成部品を1つのICに
まとめてNVRAMとした場合について説明したが、S
RAMアレー1、SRAM用EEPROM2、カウンタ
3、カウンタ用EEPROM4、ローセレクト5、列セ
レクト及び入出力部6、およびコントロールロジック7
のそれぞれをIC化して基板に実装し、パターンで結線
してNVRAMとしてもよい。また、ASIC(Applic
ation Specific IC 特定用途向けIC)等を利用してい
くつかの構成部品をまとめてIC化し残りの構成部品は
それぞれIC化して基板に組み込んでNVRAMとして
もよい。また、SRAMを用いたが、DRAMとしても
よい。DRAMを使用する場合はリフレッシュ制御をコ
ントロールロジック7に行わせる必要がある。
In the above-described embodiment, the case where the components are integrated into one IC to form the NVRAM has been described.
RAM array 1, SRAM EEPROM 2, counter 3, counter EEPROM 4, row select 5, column select and input / output unit 6, and control logic 7.
Each may be integrated into an IC, mounted on a substrate, and connected in a pattern to form an NVRAM. In addition, ASIC (Applic
ation Specific IC), some components may be integrated into an IC by using an application specific IC, etc., and the remaining components may be integrated into a substrate and incorporated into a substrate to form an NVRAM. Further, although the SRAM is used, it may be a DRAM. When using a DRAM, it is necessary to have the control logic 7 perform refresh control.

【0012】[0012]

【発明の効果】以上の説明から明らかなように本発明
は、不揮発性ランダムアクセスメモリの消去可能な読み
出し専用メモリへのアクセス回数を、ハードウェアを用
いて計数するようにしたので、計数値を正しく管理する
ことが出来る。従来のようにソフトウェアで管理する必
要じないので、ソフトウェアは他の処理に専任でき、ま
たそのプログラムも簡単になる。
As is apparent from the above description, according to the present invention, the number of accesses to the erasable read-only memory of the non-volatile random access memory is counted by using hardware. Can be managed properly. Since it does not need to be managed by software as in the past, software can be dedicated to other processing, and its program can be simplified.

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

【図 1】本発明の実施例の構成を示すブロック図であ
る。
FIG. 1 is a block diagram showing a configuration of an exemplary embodiment of the present invention.

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

1 SRAMアレー(ランダムアクセスメモリ) 2 SRAM用EEPROM(消去可能な読み出し専用
メモリ) 3 カウンタ 4 カウンタ用EEPROM(カウンタ用消去可能な読
み出し専用メモリ) 5 ローセレクト 6 列セレクト及び入出力部 7 コントロールロジック
1 SRAM array (random access memory) 2 SRAM EEPROM (erasable read-only memory) 3 Counter 4 counter EEPROM (counter erasable read-only memory) 5 Row select 6 Column select and input / output unit 7 Control logic

Claims (1)

【特許請求の範囲】[Claims] 【請求項1】 ランダムアクセスメモリと消去可能な読
み出し専用メモリとを組み合わせ、ランダムアクモスメ
モリの記憶内容を消去可能な読み出し専用メモリに格納
するとともにこれより読み出してランダムアクセスメモ
リに記憶するようにした不揮発性ランダムアクセスメモ
リにおいて、前記ランダムアクセスメモリより前記消去
可能な読み出し専用メモリにアクセスする回数を計数す
るカウンタと、該カウンタの計数値を記憶するカウンタ
用消去可能な読み出し専用メモリとを備えたことを特徴
とする不揮発性ランダムアクセスメモリ。
1. A nonvolatile access memory and an erasable read-only memory are combined to store the stored contents of a random Akumos memory in an erasable read-only memory and to read and store the contents in the random access memory. Random access memory includes a counter that counts the number of times the random access memory accesses the erasable read-only memory, and a counter erasable read-only memory that stores the count value of the counter. Characteristic nonvolatile random access memory.
JP18203194A 1994-08-03 1994-08-03 Nonvolatile random access memory Pending JPH0845288A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18203194A JPH0845288A (en) 1994-08-03 1994-08-03 Nonvolatile random access memory

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18203194A JPH0845288A (en) 1994-08-03 1994-08-03 Nonvolatile random access memory

Publications (1)

Publication Number Publication Date
JPH0845288A true JPH0845288A (en) 1996-02-16

Family

ID=16111131

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18203194A Pending JPH0845288A (en) 1994-08-03 1994-08-03 Nonvolatile random access memory

Country Status (1)

Country Link
JP (1) JPH0845288A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005023057B4 (en) * 2005-05-05 2014-09-11 Qimonda Ag Non-volatile memory

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE102005023057B4 (en) * 2005-05-05 2014-09-11 Qimonda Ag Non-volatile memory

Similar Documents

Publication Publication Date Title
KR100395732B1 (en) Semiconductor storage device
JP5478855B2 (en) Nonvolatile memory control method and semiconductor device
US7245527B2 (en) Nonvolatile memory system using magneto-resistive random access memory (MRAM)
JP3735834B2 (en) Erasing and writing method for synchronous flash memory device sharing system bus with synchronous RAM device
US6981188B2 (en) Non-volatile memory device with self test
JP2001210073A (en) Non-volatile semiconductor memory and system lsi using it
JP2006031696A (en) Flash memory system including bad block management part
JPH07114497A (en) Semiconductor integrated circuit device
JPH0312395B2 (en)
US20070106835A1 (en) Display controller and method of updating parameters of the same
US6028805A (en) Volatile memory and embedded dynamic random access memory
US6654311B2 (en) Synchronous flash memory command sequence
JP2004234827A (en) Destructive read memory and memory read method
JPH0845288A (en) Nonvolatile random access memory
JP2002288999A (en) Semiconductor memory
US20050262291A1 (en) Method to write in a non-volatile memory and system to implement such method
JPH05274219A (en) Storage device
US5757698A (en) Nonvolatile semiconductor for reading data at a read request even during the writing of data
JP2007510241A (en) Memory structure and method of operating the memory structure
JPS62264495A (en) Dynamic memory allowing writing logical value at one cycle
JPS5954098A (en) Storage device
JP2002540554A (en) Driving method of integrated memory with recordable memory cells and corresponding integrated memory
JPH06236681A (en) Semiconductor memory
JPH0765586A (en) Access system for eeprom
JPH0528798A (en) Testing device for semiconductor memory