CN112289352A - MRAM system with ECC function and operation method thereof - Google Patents

MRAM system with ECC function and operation method thereof Download PDF

Info

Publication number
CN112289352A
CN112289352A CN201910678832.1A CN201910678832A CN112289352A CN 112289352 A CN112289352 A CN 112289352A CN 201910678832 A CN201910678832 A CN 201910678832A CN 112289352 A CN112289352 A CN 112289352A
Authority
CN
China
Prior art keywords
data
mram
ecc
write
register set
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.)
Granted
Application number
CN201910678832.1A
Other languages
Chinese (zh)
Other versions
CN112289352B (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.)
Shanghai Ciyu Information Technologies Co Ltd
Original Assignee
Shanghai Ciyu Information Technologies 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 Shanghai Ciyu Information Technologies Co Ltd filed Critical Shanghai Ciyu Information Technologies Co Ltd
Priority to CN201910678832.1A priority Critical patent/CN112289352B/en
Publication of CN112289352A publication Critical patent/CN112289352A/en
Application granted granted Critical
Publication of CN112289352B publication Critical patent/CN112289352B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/02Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using magnetic elements
    • G11C11/16Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using magnetic elements using elements in which the storage effect is based on magnetic spin effect
    • G11C11/165Auxiliary circuits
    • G11C11/1675Writing or programming circuits or methods
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/02Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using magnetic elements
    • G11C11/16Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using magnetic elements using elements in which the storage effect is based on magnetic spin effect
    • G11C11/165Auxiliary circuits
    • G11C11/1677Verifying circuits or methods
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C29/00Checking stores for correct operation ; Subsequent repair; Testing stores during standby or offline operation
    • G11C29/04Detection or location of defective memory elements, e.g. cell constructio details, timing of test signals
    • G11C29/08Functional testing, e.g. testing during refresh, power-on self testing [POST] or distributed testing
    • G11C29/12Built-in arrangements for testing, e.g. built-in self testing [BIST] or interconnection details
    • G11C29/38Response verification devices
    • G11C29/42Response verification devices using error correcting codes [ECC] or parity check

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • For Increasing The Reliability Of Semiconductor Memories (AREA)
  • Mram Or Spin Memory Techniques (AREA)
  • Hall/Mr Elements (AREA)

Abstract

The invention discloses an MRAM system with an ECC function, which comprises an MRAM, an ECC circuit and a register group, wherein the register group is arranged between the MRAM and the ECC circuit and is electrically connected with the MRAM and the ECC circuit; an ECC circuit for reading out data from the MRAM at the same time as the register group; when MRAM writes back data, it compares the data with data stored in register set to check and correct data error. The invention can detect the state of the written bit while writing, has high MRAM reliability, reduces writing power consumption, and has no influence on chip speed and design complexity.

Description

MRAM system with ECC function and operation method thereof
Technical Field
The present invention relates to the field of MRAM technology, and in particular, to an MRAM system having an ECC function and an operating method thereof.
Background
MRAM is a new memory and storage technology, can be read and written randomly as SRAM/DRAM, and can permanently retain data after power failure as Flash memory. Unlike DRAMs and Flash, which are not compatible with standard CMOS semiconductor processes, MRAM can be integrated with logic circuitry in one chip. MRAM with magnetic tunnel junctions is considered as a future solid-state nonvolatile memory, which has features of high speed read and write, large capacity, and low power consumption.
The principle of MRAM is based on the structure of a Magnetic Tunnel Junction (MTJ). It consists of two layers of ferromagnetic material sandwiching a very thin layer of non-ferromagnetic insulating material, as shown in fig. 1 and 2. The lower layer of ferromagnetic material is a reference layer 13 with a fixed magnetization direction and the upper layer of ferromagnetic material is a memory layer 11 with a variable magnetization direction, the magnetization direction of the memory layer 11 can be parallel or anti-parallel to the reference layer 13. Due to quantum physical effects, current can pass through the middle tunnel barrier layer 12, but the resistance of the magnetic tunnel junction is related to the magnetization direction of the variable magnetization layer. The resistance is low when the magnetization directions of the memory layer 11 and the reference layer 13 are parallel, as shown in FIG. 1; the resistance is high in anti-parallel, as in fig. 2.
The process of reading an MRAM is to measure the resistance of the magnetic tunnel junction. Using the newer STT-MRAM technology, writing to MRAM is also simpler: a stronger current than reading is used for writing across the magnetic tunnel junction. A bottom-up current places the variable magnetization layer in an anti-parallel direction with the fixed layer. The current from top to bottom sets it in a parallel direction.
The read-out circuit of an MRAM needs to detect the resistance of the MRAM memory cell. Data errors (reading data bits as opposed to the last previously written data bits) may result due to drift in the resistance of the magnetic tunnel junction due to manufacturing processes, read and write times, temperature, etc. To solve this problem, an Error Checking and Correcting circuit (ECC) may be added to encode data of one word and add some check bits to detect and correct data errors.
At present, the MRAM technology of each factory close to mass production has the disadvantages that although the read-write power consumption is much lower than that of a flash memory, the write-in power consumption is still larger, the write current is higher, and the MRAM technology is not ideal if replacing a DRAM or an SRAM. In particular, with current writing techniques, the waste of energy is very large: if a bit of 1 is required, the probability that the bit is half of a 1 is already present, and no more energy is required. However, the write circuit cannot know the previous state of the bit, so whether the previous state is a 1 or a 0, it is common practice to do a write operation once. In a statistical sense, half of the energy is thus wasted.
In order to reduce the waste of writing energy, the industry has started studying a writing state detection circuit capable of detecting the state of a bit being written while a writing operation is being performed, and terminating the writing operation immediately upon detecting that the state of the bit has reached a target value. Such a write state detection circuit can significantly reduce write power consumption.
US patent US20180061466 is currently the most advanced concept in the industry. It proposes: a write state detection circuit is added to the MRAM to terminate the write operation early when it is detected that the written bit has reached the target state. A reference cell is required having a reference resistance. The write detection circuit compares the resistance of the cell being written to with the reference resistance to determine its current state. The specific implementation method is to apply the same voltage of the written unit to the reference unit and compare the potential of the same point on the writing circuit. The different resistances of the written-in units inevitably lead to different circuit voltage division, which causes the change of the point position on the detected point. The above patent implementation is too complex and has holes.
Therefore, it is necessary to design an MRAM system having an ECC function and an operating method thereof capable of supporting the MRAM, detecting a state of a written bit while performing a write operation, having high reliability of the MRAM, reducing write power consumption, and having no influence on a chip speed, design complexity.
Disclosure of Invention
In view of the drawbacks of the prior art, it is an object of the present invention to provide an MRAM system having an ECC function, which can support MRAM, detect the state of a written bit while performing a write operation, have high reliability of MRAM, reduce write power consumption, and have no influence on chip speed and design complexity.
The invention discloses an MRAM system with ECC function, which comprises an MRAM, an ECC circuit and a register set, wherein the register set is arranged between the MRAM and the ECC circuit and is electrically connected with the MRAM and the ECC circuit,
the register group is used for reading data from the MRAM and storing the read data into the register group;
the ECC circuit to read out data from the MRAM at the same time as the register group; when the MRAM writes back data, the MRAM is used for comparing the written back data with the data stored in the register set and checking and correcting data errors.
Furthermore, the ECC circuit realizes the check and correction of data errors by encoding data of one word and adding check bit bits.
Further, when the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM; when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
Correspondingly, the invention also discloses an operation method of the MRAM system with the ECC function, which comprises the following steps:
step 1: a register set which reads out data from the MRAM and stores the read-out data in the register set;
step 2: and the ECC circuit is used for reading data from the MRAM at the same time with the register group, comparing the write-back data with the data stored in the register group when the MRAM writes back the data, and checking and correcting data errors.
Further, the ECC circuit in step 2 implements checking and correcting of data errors by encoding data of one word and adding check bit bits.
Further, in step 2, when the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM;
in step 2, when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
The implementation of the invention has the following beneficial effects:
(1) the operation method of the MRAM system with the ECC function can support the magnetic random access memory, check the state of the written bit while performing the writing operation, and has the advantages of high reliability and reduced writing power consumption;
(2) the operation method of the MRAM system with the ECC function improves the reliability of bit, and the writing state detection method has no influence on the speed of a chip and the complexity of design;
(3) the operation method of MRAM system with ECC function of the invention, while writing data, compare the data after error check and correction circuit coding with data in the register group, different bit, write back the magnetic random access memory really, the method of the invention is simple, can reduce the frequency of writing the magnetic random access memory effectively.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a schematic diagram of a MRAM memory device with parallel magnetization directions of a memory layer and a reference layer;
FIG. 2 is a schematic diagram of a structure in which magnetization directions of a memory layer and a reference layer of a magnetic random access memory are antiparallel;
FIG. 3 is a schematic diagram of an MRAM system with ECC function according to the present invention.
Wherein corresponding reference numerals in the figures are: 11-memory layer, 12-tunnel barrier layer, 13-reference layer.
Detailed Description
The technical solution in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
Example 1
The embodiment of the invention provides an MRAM system with an ECC function, which comprises an MRAM, an ECC circuit and a register group, wherein the register group is arranged between the MRAM and the ECC circuit and is electrically connected with the MRAM and the ECC circuit,
the register group is used for reading data from the MRAM and storing the read data into the register group;
the ECC circuit to read out data from the MRAM at the same time as the register group; when the MRAM writes back data, the MRAM is used for comparing the written back data with the data stored in the register set and checking and correcting data errors.
The ECC circuit realizes the check and correction of data errors by encoding data of one word and adding check bit bits.
When the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM; when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
The register set may be provided with control parameters and status parameters.
Example 2
On the basis of the foregoing embodiment 1, the present invention further provides an operating method of an MRAM system having an ECC function, including the steps of:
step 1: a register set which reads out data from the MRAM and stores the read-out data in the register set;
step 2: and the ECC circuit is used for reading data from the MRAM at the same time with the register group, comparing the write-back data with the data stored in the register group when the MRAM writes back the data, and checking and correcting data errors.
The ECC circuit in step 2 implements checking and correcting of data errors by encoding data of one word and adding check bit bits.
In the step 2, when the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM;
in step 2, when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
The implementation of the invention has the following beneficial effects: the operation method of the MRAM system with the ECC function can support the magnetic random access memory, check the state of the written bit while performing the writing operation, and has the advantages of high reliability and reduced writing power consumption; the reliability of bit is improved, and the writing state detection method has no influence on the speed of a chip and the complexity of design; when writing data, the data coded by the error checking and correcting circuit is compared with the data in the register group, different bits are really written back to the magnetic random access memory, the method is simple, and the frequency of writing the magnetic random access memory can be effectively reduced.
The above description is only for the purpose of illustrating the preferred embodiments of the present invention and is not to be construed as limiting the invention, and any modifications, equivalents, improvements and the like that fall within the spirit and principle of the present invention are intended to be included therein.

Claims (6)

1. An MRAM system having an ECC function, comprising an MRAM, an ECC circuit, and a register set disposed between and electrically connected to the MRAM and the ECC circuit,
the register group is used for reading data from the MRAM and storing the read data into the register group;
the ECC circuit to read out data from the MRAM at the same time as the register group; when the MRAM writes back data, the MRAM is used for comparing the written back data with the data stored in the register set and checking and correcting data errors.
2. The MRAM system with ECC function of claim 1, wherein the ECC circuit performs checking and correcting data errors by encoding a word of data and adding check bit bits.
3. The MRAM system with ECC function of claim 2, wherein when the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM; when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
4. A method of operating an MRAM system having an ECC function, comprising the steps of:
step 1: a register set which reads out data from the MRAM and stores the read-out data in the register set;
step 2: and the ECC circuit is used for reading data from the MRAM at the same time with the register group, comparing the write-back data with the data stored in the register group when the MRAM writes back the data, and checking and correcting data errors.
5. The method of claim 4, wherein the ECC circuit in step 2 checks and corrects data errors by encoding a word of data and adding check bit bits.
6. The method of operating an MRAM system with ECC functionality of claim 5,
in the step 2, when the write-back data is the same as the data stored in the register set, the data does not need to be written back to the MRAM;
in step 2, when the write-back data is different from the data stored in the register set, the data needs to be written back to the MRAM.
CN201910678832.1A 2019-07-25 2019-07-25 MRAM system with ECC function and operation method thereof Active CN112289352B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910678832.1A CN112289352B (en) 2019-07-25 2019-07-25 MRAM system with ECC function and operation method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910678832.1A CN112289352B (en) 2019-07-25 2019-07-25 MRAM system with ECC function and operation method thereof

Publications (2)

Publication Number Publication Date
CN112289352A true CN112289352A (en) 2021-01-29
CN112289352B CN112289352B (en) 2023-10-03

Family

ID=74419370

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910678832.1A Active CN112289352B (en) 2019-07-25 2019-07-25 MRAM system with ECC function and operation method thereof

Country Status (1)

Country Link
CN (1) CN112289352B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050036362A1 (en) * 2003-03-24 2005-02-17 Yoshihisa Iwata Semiconductor memory device having memory cells including ferromagnetic films and control method thereof
CN1819054A (en) * 2005-02-08 2006-08-16 尔必达存储器股份有限公司 Semiconductor memory device and writing method thereof
CN102063340A (en) * 2011-01-19 2011-05-18 西安交通大学 Method for improving fault-tolerant capability of high-speed cache of magnetoresistance RAM (Random Access Memory)
CN103268292A (en) * 2013-06-13 2013-08-28 江苏大学 Method for prolonging life of non-volatile external memory and high-speed long-life external memory system
CN104503707A (en) * 2014-12-24 2015-04-08 华为技术有限公司 Method and device for reading data
CN107195329A (en) * 2017-05-17 2017-09-22 西安紫光国芯半导体有限公司 The wrong method and DRAM of storage array in DRAM are corrected in read operation
US10115444B1 (en) * 2017-08-09 2018-10-30 Qualcomm Incorporated Data bit inversion tracking in cache memory to reduce data bits written for write operations

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050036362A1 (en) * 2003-03-24 2005-02-17 Yoshihisa Iwata Semiconductor memory device having memory cells including ferromagnetic films and control method thereof
CN1819054A (en) * 2005-02-08 2006-08-16 尔必达存储器股份有限公司 Semiconductor memory device and writing method thereof
CN102063340A (en) * 2011-01-19 2011-05-18 西安交通大学 Method for improving fault-tolerant capability of high-speed cache of magnetoresistance RAM (Random Access Memory)
CN103268292A (en) * 2013-06-13 2013-08-28 江苏大学 Method for prolonging life of non-volatile external memory and high-speed long-life external memory system
CN104503707A (en) * 2014-12-24 2015-04-08 华为技术有限公司 Method and device for reading data
CN107195329A (en) * 2017-05-17 2017-09-22 西安紫光国芯半导体有限公司 The wrong method and DRAM of storage array in DRAM are corrected in read operation
US10115444B1 (en) * 2017-08-09 2018-10-30 Qualcomm Incorporated Data bit inversion tracking in cache memory to reduce data bits written for write operations

Also Published As

Publication number Publication date
CN112289352B (en) 2023-10-03

Similar Documents

Publication Publication Date Title
US6704230B1 (en) Error detection and correction method and apparatus in a magnetoresistive random access memory
US7688617B2 (en) MRAM and operation method of the same
Kang et al. Yield and reliability improvement techniques for emerging nonvolatile STT-MRAM
CN107437435A (en) Semiconductor storage unit and its operating method
US8416612B2 (en) Memory and data processing method
US9110829B2 (en) MRAM smart bit write algorithm with error correction parity bits
US11600353B2 (en) Test method for memory device, operation method of test device testing memory device, and memory device with self-test function
CN110660421B (en) Magnetic random access memory with error correction and compression circuit
US10204700B1 (en) Memory systems and methods of operating semiconductor memory devices
CN115985380B (en) FeFET array data verification method based on digital circuit control
CN107516545A (en) A kind of MRAM chip and its self-test method
US20150261602A1 (en) Resistance change memory
US9595354B2 (en) Nonvolatile memory refresh
CN107516539A (en) A kind of MRAM chip and its self-refresh method
US20200098411A1 (en) Semiconductor memory device
US7266732B2 (en) MRAM with controller
US20080080232A1 (en) Active write current adjustment for magneto-resistive random access memory
CN112289352B (en) MRAM system with ECC function and operation method thereof
CN110660422A (en) Cache system used in cooperation with error correction magnetic random access memory
CN111899783B (en) High-speed MRAM chip using write detection and data read-write method thereof
US20200013479A1 (en) Stt-mram failed address bypass circuit and stt-mram device including same
US11475929B2 (en) Memory refresh
KR101773660B1 (en) Memory apparatus and system, and memory control method using selective refresh through in-meomry error detection
CN111863059A (en) MRAM chip with dynamic redundancy function
CN111951876B (en) MRAM chip with writing detection function and dynamic redundancy and data reading and writing method thereof

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant