JP4738397B2 - メモリーアクセス制御方法 - Google Patents
メモリーアクセス制御方法 Download PDFInfo
- Publication number
- JP4738397B2 JP4738397B2 JP2007295068A JP2007295068A JP4738397B2 JP 4738397 B2 JP4738397 B2 JP 4738397B2 JP 2007295068 A JP2007295068 A JP 2007295068A JP 2007295068 A JP2007295068 A JP 2007295068A JP 4738397 B2 JP4738397 B2 JP 4738397B2
- Authority
- JP
- Japan
- Prior art keywords
- crc
- data
- read
- bus
- memory
- 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.)
- Active
Links
- 230000015654 memory Effects 0.000 title claims description 73
- 238000000034 method Methods 0.000 title claims description 31
- 230000004044 response Effects 0.000 claims description 13
- 125000004122 cyclic group Chemical group 0.000 claims description 5
- 238000007689 inspection Methods 0.000 claims description 3
- 230000005540 biological transmission Effects 0.000 description 5
- 238000010586 diagram Methods 0.000 description 4
- 101100498818 Arabidopsis thaliana DDR4 gene Proteins 0.000 description 1
- 238000004891 communication Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M13/00—Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
- H03M13/03—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
- H03M13/05—Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
- H03M13/09—Error detection only, e.g. using cyclic redundancy check [CRC] codes or single parity bit
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/08—Error detection or correction by redundancy in data representation, e.g. by using checking codes
- G06F11/10—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's
- G06F11/1004—Adding special bits or symbols to the coded information, e.g. parity check, casting out 9's or 11's to protect a block of data words, e.g. CRC or checksum
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Probability & Statistics with Applications (AREA)
- Computer Security & Cryptography (AREA)
- Quality & Reliability (AREA)
- General Physics & Mathematics (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- Detection And Correction Of Errors (AREA)
Description
本発明は、メモリーからデータを読み取る過程において、巡回冗長検査(cyclic redundancy check=CRC)計算の結果がデータバスを経由して出力され、メモリーからデータを読み出す過程において、読み取りデータの一部がCRCバスを経由して出力され、メモリーにデータを書き込む過程において、データがデータバスを経由して受信され、対応したCRC結果がCRCバスを経由して出力されるメモリーアクセス制御方法を提供することを目的とする。
図2は、本発明の一実施形態に係るメモリーアクセスの配列を示すタイミング説明図である。800−MHzシステムクロック、8ビットデータバスDQ<7:0>および2ビットCRCバスCRC<1:0>の状態において、下記に説明を行う。CRC計算は、CRC−16を例として(即ち、16ビットのCRC結果が得られる)説明する。確かであることは、本発明が前記状態に限定されないことである。例えば、CRC−32等の他のCRC技術も本発明に適用することができ、更にエラー検査能力を改善することができる。
図3は、本発明の第2実施形態に係る読み取り書き込みメモリーアクセスの配列を示すタイミング説明図である。800−MHzシステムクロック、8ビットデータバスDQ<7:0>および2ビットCRCバスCRC<1:0>の状態において、下記に説明を行う。CRC計算は、CRC−16を例として(即ち、16ビットのCRC結果が得られる)説明する。確かであることは、本発明が前記状態に限定されないことである。例えば、CRC−32等の他のCRC技術も本発明に適用することができ、エラー検査能力を更に改善することができる。
図4は、本発明の第3実施形態に係る書き込み-読み取りメモリーアクセスの配列を示すタイミング説明図である。800−MHzシステムクロック、8ビットデータバスDQ<7:0>および2ビットCRCバスCRC<1:0>の状態において、下記に説明を行う。CRC計算は、CRC−16を例として(即ち、16ビットのCRC結果が得られる)説明する。確かであることは、本発明が前記状態に限定されないことである。例えば、CRC−32等の他のCRC技術も本発明に適用することができ、エラー検査能力を更に改善することができる。
D−A,A0〜A7,D−B,B0〜B7,D−C,C0〜C7 データ
CRC−AB,CRC−A,CRC−B,CRC−C CRC計算
W−A,W−B,W−C 書き込み命令
Claims (13)
- メモリーに第1読み取り命令を発行することと;
前記第1読み取り命令に応じて前記メモリーから第1読み取りデータを読み出すことと;
前記第1読み取りデータにエラー検査計算を実行して第1エラー検査結果を得ることと;
前記第1読み取りデータの一部をデータバスを経由して伝送するとともに、前記第1読み取りデータの他の部分をエラー検査バスを経由して伝送することと;
前記第1エラー検査結果を前記データバスを経由して伝送することと
を含むメモリーアクセス制御方法。 - 更に:
前記第1読み取り命令が発行された後、前記メモリーに第2読み取り命令を発行することと;
前記第2読み取り命令に応じて前記メモリーから第2読み取りデータを読み出すことと;
前記第2読み取りデータにエラー検査計算を実行して第2エラー検査結果を得ることと;
前記第2読み取りデータの一部を前記データバスを経由して伝送するとともに、前記第2読み取りデータの他の部分を前記エラー検査バスを経由して伝送することと;
前記第2エラー検査結果を前記データバスを経由して伝送することと
を含む請求項1記載の方法。 - 更に:
前記第1読み取り命令が発行された後、前記メモリーに第1書き込み命令を発行することと;
前記データバスを経由して前記メモリーに前記第1書き込み命令に関連する第1書き込みデータを伝送することと;
前記第1書き込みデータにエラー検査計算を実行して第2エラー検査結果を得ることと;
前記エラー検査バスを経由して前記第2エラー検査結果を伝送することと
を含む請求項1記載の方法。 - 更に:
前記第1書き込み命令が発行された後、前記メモリーに第2書き込み命令を発行することと;
前記データバスを経由して前記メモリーに前記第2書き込み命令に関連する第2書き込みデータを伝送することと;
前記第2書き込みデータにエラー検査計算を実行して第3エラー検査結果を得ることと;
前記エラー検査バスを経由して前記第3エラー検査結果を伝送することと
を含む請求項3記載の方法。 - 前記エラー検査計算が巡回冗長検査(CRC)である請求項1記載の方法。
- 前記エラー検査計算がCRCである請求項2記載の方法。
- 前記エラー検査計算がCRCである請求項3記載の方法。
- 前記エラー検査計算がCRCである請求項4記載の方法。
- メモリーに第1読み取り命令および第2読み取り命令を発行することと;
前記第1読み取り命令に応じて前記メモリーから第1読み取りデータを読み出すことと;
前記第1読み取りデータに巡回冗長検査(CRC)を実行して第1CRC結果を得ることと;
前記第2読み取り命令に応じて前記メモリーから第2読み取りデータを読み出すことと;
前記第2読み取りデータにCRCを実行して第2CRC結果を得ることと;
データバスを経由して前記第1読み取りデータの一部を伝送するとともに、CRCバスを経由して前記第1読み取りデータのその他の部分を伝送することと;
前記データバスを経由して前記第1CRC結果を伝送することと;
データバスを経由して前記第2読み取りデータの一部を伝送するとともに、CRCバスを経由して前記第2読み取りデータのその他の部分を伝送することと;
前記データバスを経由して前記第2CRC結果を伝送することと
を含むメモリーアクセス制御方法。 - メモリーに第1書き込み命令および第1読み取り命令を発行することと;
データバスを経由し前記メモリーに前記第1書き込み命令に関連する第1書き込みデータを伝送することと;
前記第1書き込みデータにエラー検査計算を実行して第1エラー検査結果を得ることと;
エラー検査バスを経由して前記第1エラー検査結果を伝送することと;
前記第1読み取り命令に応じて前記メモリーから読み取りデータを読み出すことと;
前記第1読み取りデータにエラー検査計算を実行して第2エラー検査結果を得ることと;
前記データバスを経由して前記第1読み取りデータの一部を伝送するとともに、前記エラー検査バスを経由して前記第1読み取りデータのその他の部分を伝送することと;
前記データバスを経由して前記第2エラー検査結果を伝送することと
を含むメモリーアクセス制御方法。 - 更に:
第2書き込み命令を前記メモリーに発行することと;
前記データバスを経由し前記メモリーに前記第2書き込み命令に関連する第2書き込みデータを伝送することと;
前記第2書き込みデータにエラー検査計算を実行して第3エラー検査結果を得ることと;
前記エラー検査バスを経由して前記第3エラー検査結果を伝送することと
を含む請求項10記載の方法。 - 前記エラー検査計算がCRCである請求項10記載の方法。
- 前記エラー検査計算がCRCである請求項11記載の方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
TW096105037A TWI326413B (en) | 2007-02-12 | 2007-02-12 | Control method for memory access |
TW096105037 | 2007-02-12 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008198181A JP2008198181A (ja) | 2008-08-28 |
JP4738397B2 true JP4738397B2 (ja) | 2011-08-03 |
Family
ID=39597724
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007295068A Active JP4738397B2 (ja) | 2007-02-12 | 2007-11-14 | メモリーアクセス制御方法 |
Country Status (4)
Country | Link |
---|---|
US (1) | US7721161B2 (ja) |
JP (1) | JP4738397B2 (ja) |
DE (1) | DE102007050430B4 (ja) |
TW (1) | TWI326413B (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101984902B1 (ko) | 2012-09-14 | 2019-05-31 | 삼성전자 주식회사 | 단방향의 리턴 클락 신호를 사용하는 임베디드 멀티미디어 카드, 이를 제어하는 호스트, 및 이들을 포함하는 임베디드 멀티미디어 카드 시스템의 동작 방법 |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05158810A (ja) * | 1991-12-10 | 1993-06-25 | Fujitsu Ltd | 誤り検出回路 |
JPH06110721A (ja) * | 1992-09-25 | 1994-04-22 | Fujitsu Ltd | メモリ制御装置 |
JP2004348451A (ja) * | 2003-05-22 | 2004-12-09 | Fujitsu Ltd | ポインタのリンクのチェック回路 |
Family Cites Families (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US5701409A (en) * | 1995-02-22 | 1997-12-23 | Adaptec, Inc. | Error generation circuit for testing a digital bus |
US6854084B2 (en) * | 2000-07-14 | 2005-02-08 | Sun Microsystems, Inc. | Partitioned random access memory |
US20070006057A1 (en) * | 2005-06-30 | 2007-01-04 | Paul Wallner | Semiconductor memory chip and method of protecting a memory core thereof |
US7562285B2 (en) * | 2006-01-11 | 2009-07-14 | Rambus Inc. | Unidirectional error code transfer for a bidirectional data link |
-
2007
- 2007-02-12 TW TW096105037A patent/TWI326413B/zh active
- 2007-06-06 US US11/758,677 patent/US7721161B2/en active Active
- 2007-10-22 DE DE102007050430A patent/DE102007050430B4/de active Active
- 2007-11-14 JP JP2007295068A patent/JP4738397B2/ja active Active
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH05158810A (ja) * | 1991-12-10 | 1993-06-25 | Fujitsu Ltd | 誤り検出回路 |
JPH06110721A (ja) * | 1992-09-25 | 1994-04-22 | Fujitsu Ltd | メモリ制御装置 |
JP2004348451A (ja) * | 2003-05-22 | 2004-12-09 | Fujitsu Ltd | ポインタのリンクのチェック回路 |
Also Published As
Publication number | Publication date |
---|---|
DE102007050430B4 (de) | 2011-04-14 |
US7721161B2 (en) | 2010-05-18 |
TW200834320A (en) | 2008-08-16 |
US20080195889A1 (en) | 2008-08-14 |
JP2008198181A (ja) | 2008-08-28 |
DE102007050430A1 (de) | 2008-08-14 |
TWI326413B (en) | 2010-06-21 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6986369B2 (ja) | メモリモジュール、これを含むシステム及びその動作方法 | |
US7299323B2 (en) | Memory controller having a read-modify-write function | |
TWI334989B (en) | Command controller and prefetch buffer applied in an embedded system and control method thereof | |
US8862963B2 (en) | Nonvolatile memory, memory controller, nonvolatile memory accessing method, and program | |
JP4593575B2 (ja) | 埋め込み型コンピュータシステムの各構成部材のための共通化インターフェース | |
JP2019527424A (ja) | Ddrメモリエラーリカバリ | |
JP2008305350A (ja) | メモリシステム、メモリ装置、およびメモリ装置の制御方法 | |
JPS63240632A (ja) | 情報処理装置 | |
JP2586138B2 (ja) | マイクロプロセッサ | |
JP2013235347A (ja) | Ssd(ソリッドステートドライブ)装置 | |
JP4738397B2 (ja) | メモリーアクセス制御方法 | |
US8793540B2 (en) | Test apparatus and test method | |
JP4846383B2 (ja) | 情報処理装置 | |
JPWO2020123471A5 (ja) | ||
US8473674B2 (en) | Information processing device including a plurality of cells to store data, storage control device that controls a storage section including a plurality of cells to store data, and storage control method of controlling a refresh operation of a storage section including a plurality of cells to store data | |
JP2010128808A (ja) | ストレージ制御装置 | |
JP4826873B2 (ja) | ホットルーチンメモリを有するマイクロプロセッサシステム | |
JPS60245029A (ja) | デ−タ書込み方式 | |
TW514777B (en) | Method and device for the treatment of data in a memory | |
JP2004146051A (ja) | データ読み取り動作及び書き込み動作を同時に実行可能な集積回路及び方法 | |
JP2008217755A (ja) | 記憶装置 | |
WO2012141161A1 (ja) | 半導体記憶回路、半導体記憶回路の動作方法、及び半導体記憶回路の設計方法 | |
JP2016154031A (ja) | Ssd(ソリッドステートドライブ)装置 | |
JPH0934782A (ja) | 情報記憶装置 | |
JP2011007888A (ja) | 楽音生成装置のメモリ制御装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110125 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110322 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110412 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110426 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4738397 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140513 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |