CN1947107A - 用于在存储器间传输数据的装置 - Google Patents
用于在存储器间传输数据的装置 Download PDFInfo
- Publication number
- CN1947107A CN1947107A CNA2004800410725A CN200480041072A CN1947107A CN 1947107 A CN1947107 A CN 1947107A CN A2004800410725 A CNA2004800410725 A CN A2004800410725A CN 200480041072 A CN200480041072 A CN 200480041072A CN 1947107 A CN1947107 A CN 1947107A
- Authority
- CN
- China
- Prior art keywords
- memory
- fcdp
- controller
- mpc
- register
- 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
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F13/00—Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
- G06F13/14—Handling requests for interconnection or transfer
- G06F13/20—Handling requests for interconnection or transfer for access to input/output bus
- G06F13/28—Handling requests for interconnection or transfer for access to input/output bus using burst mode transfer, e.g. direct memory access DMA, cycle steal
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Techniques For Improving Reliability Of Storages (AREA)
- Read Only Memory (AREA)
- Communication Control (AREA)
Abstract
Description
命令 | 写周期 | 参数 | 描述 |
NF_CMD | 1 | cmd[7:0]wait | 将命令写入到NAND闪存cmd:NAND闪存命令wait:等待完成(R/W信号) |
NF_ADDR | 1/2 | ncol[1:0]nrow[2:0]waitcol_addr[15:0]row_addr[31:0] | 将地址写入到NAND闪存ncol:有效列地址字节的数量nrow:有效行地址字节的数量wait:等待完成(R/W信号)col_addr:列地址row_addr:行地址 |
NF_WR | 1 | count[9:0]burst | 将数据写入到NAND闪存count:要写入的32位字的数量burst:在AHB上使用INCR4传输 |
NF_RD | 1 | count[9:0]burst | 从NAND闪存读出数据count:要读出的32位字的数量burst:在AHB上使用INCR4传输 |
NF_CHECK | 1 | - | 检测NAND闪存的状态 |
BM_ADDR | 2 | addr[31:0] | 为脉冲串模式重新加载地址产生器 |
BM_WR | 1 | count[9:0]burst | 使用脉冲串模式写数据count:要写入的32位字的数量burst:在AHB上使用INCR4传输 |
BM_RD | 1 | count[9:0]burst | 使用脉冲串模式读出数据count:要读出的32位字的数量 |
burst:在AHB上使用INCR4传输 | |||
Stop | 1 | - | 停止FCDP;没有进一步的命令被请求 |
FLUSH | 1 | - | “清除”FCDP,复位传输计数器并复位错误状态 |
寄存器组 | 寄存器名称 | 寄存器符号 |
控制寄存器 | 时钟控制寄存器 | FCDP_CLC |
模式控制寄存器 | FCDP_MODE | |
命令寄存器 | FCDP_COMMAND | |
FIFO配置寄存器 | FCDP_FIFO_CFG | |
NAND闪存基址寄存器 | FCDP_NFBASE | |
NAND闪存状态掩码寄存器 | FCDP_NFMASK | |
NAND闪存状态比较寄存器 | FCDP_NFCOMP | |
NAND闪存ECC配置寄存器 | FCDP_NFECCCONFIG | |
NAND闪存主区域ECC指针寄存器 | FCDP_NFMECCPTR | |
NAND闪存备用区域ECC指针寄存器 | FCDP_NFSECCPTR | |
NAND闪存无用区域ECC指针寄存器 | FCDP_NFIECCPTR | |
NAND闪存密码寄存器 | FCDP_NFPASSWD | |
NAND闪存“保护命令”寄存器 | FCDP_NFPROTCMD | |
NAND闪存地址窗口1-下限寄存器 | FCDP_NFADDRWIN1L | |
NAND闪存地址窗口1-上限寄存器 | FCDP_NFADDRWIN1H | |
NAND闪存地址窗口2-下限寄存器 | FCDP_NFADDRWIN2L | |
NAND闪存地址窗口2-上限寄存器 | FCDP_NFADDRWIN2H | |
状态寄存器 | 传输计数器状态寄存器 | FCDP_COUNT |
FIFO状态寄存器 | FCDP_FFS_STAT | |
NAND闪存状态寄存器 | FCDP_NFSTATUS | |
NAND闪存主区域ECC状态寄存器 | FCDP_NFMECCST | |
NAND闪存备用区域ECC状态寄存器 | FCDP_NFSECCST | |
数据缓冲过程 | FIFO写缓冲寄存器 | FCDP_WRBUF |
FIFO读缓冲寄存器 | FCDP_RDBUF | |
中断/DMA寄存器 | 未中断状态寄存器 | FCDP_RIS |
中断掩码控制寄存器 | FCDP_IMSC | |
已掩蔽中断状态寄存器 | FCDP_MIS | |
中断复位寄存器 | FCDP_ICR | |
中断设置寄存器 | FCDP_ISR | |
DMA激活寄存器 | FCDP_DMAE | |
标识寄存器 | 模块标识寄存器 | FCDP_ID |
测试寄存器 | 综合测试控制寄存器 | FCDP_ITCR |
位 | 信号 | 描述 | 源 |
[5:0] | state | FSM状态 | fcdp_control |
6 | cmd_ind | 命令指示 | fcdp_registerblock |
7 | cmd_ack | 命令确认 | fcdp_control |
8 | run_ack | 运行确认 | fcdp_control |
9 | wr_req | 写请求 | fcdp_control |
10 | rd_req | 读请求 | fcdp_control |
11 | dtack | 数据确认 | fcdp_ahb_master |
12 | rwack | 读/写确认 | fcdp_ahb_master |
13 | rx_data_ind | 数据接收指示 | fcdp_control |
14 | tx_data_ack | 数据传输确认 | fcdp_control |
15 | kernel_clk_mon | 核心时钟状态改变信号 | fcdp_clc |
字段 | 位 | 类型 | 描述 |
WMECC | 0 | rw | 写主区域ECC0:无效1:有效 |
WSECC | 1 | rw | 写备用区域ECC0:无效1:有效 |
CMECC | 2 | Rw | 比较主区域ECC0:无效1:有效 |
CSECC | 3 | rw | 比较备用区域ECC0:无效1:有效 |
- | 15:4 | 0 | 没有执行、保留的 |
MAINSIZE | 27:16 | rw | 主区域尺寸以字节定义主区域的尺寸,尺寸限制于2x个32位字。 |
- | 31:28 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
MECCPTR | 11:0 | rw | 主区域ECC指针对准的32位地址 |
- | 31:12 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
SECCPTR | 11:0 | rw | 备用区域ECC指针对准的16位地址 |
- | 31:12 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
IECCPTR | 11:0 | rw | 无用区域ECC指针对准的16位地址 |
- | 31:12 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
MAIN_ECCl | 13:0 | rh | 主区域ECCP8192、P4096、P2048、P1024、P512、……、P1 |
- | 15:14 | 0 | 没有执行、保留的 |
MAIN_ECC2 | 29:16 | rh | 主区域ECCP8192′、P4096′、P2048′、P1024′、P512′、……、P1′ |
- | 31:30 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
SPARE_ECC1 | 7:0 | rh | 备用区域ECCP128、P64、P32、……、P1 |
- | 15:8 | 0 | 没有执行、保留的 |
SPARE_ECC2 | 23:16 | rh | 备用区域ECCP128′、P64′、P32′、……、P1′ |
- | 31:24 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
PASSWD | 7:0 | W | 密码在复位之后的第一写访问定义该密码。每个具有正确密码的随后的写访问打开受保护的寄存器用于进行一次并仅一次写访问。具有不正确密码的写访问被忽略。对该寄存器的读取总是返回零。 |
- | 31:8 | 0 | 没有执行、保留的 |
字段 | 位 | 类型 | 描述 |
CMD0 | 7:0 | rw | 命令0定义一个受保护的命令 |
CMD1 | 15:8 | rw | 命令1定义一个受保护的命令 |
CMD2 | 23:16 | rw | 命令2定义一个受保护的命令 |
CMD3 | 31:24 | rw | 命令3定义一个受保护的命令 |
字段 | 位 | 类型 | 描述 |
ADDR1L | 31:0 | rw | 电平1保护地址窗口下限 |
字段 | 位 | 类型 | 描述 |
ADDR1H | 31:0 | rw | 电平1保护地址窗口上限 |
字段 | 位 | 类型 | 描述 |
ADDR2L | 31:0 | rw | 电平2保护地址窗口下限 |
字段 | 位 | 类型 | 描述 |
ADDR2H | 31:0 | rw | 电平2保护地址窗口上限 |
Claims (20)
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
DE102004004796A DE102004004796B4 (de) | 2004-01-30 | 2004-01-30 | Vorrichtung zur Datenübertragung zwischen Speichern |
DE102004004796.0 | 2004-01-30 |
Publications (2)
Publication Number | Publication Date |
---|---|
CN1947107A true CN1947107A (zh) | 2007-04-11 |
CN100538674C CN100538674C (zh) | 2009-09-09 |
Family
ID=34813060
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CNB2004800410725A Expired - Fee Related CN100538674C (zh) | 2004-01-30 | 2004-12-15 | 用于在存储器间传输数据的装置 |
Country Status (4)
Country | Link |
---|---|
US (1) | US7631153B2 (zh) |
CN (1) | CN100538674C (zh) |
DE (1) | DE102004004796B4 (zh) |
WO (1) | WO2005073865A2 (zh) |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101404184B (zh) * | 2007-10-04 | 2012-10-10 | 松下电器产业株式会社 | 半导体存储装置 |
CN106021145A (zh) * | 2016-05-25 | 2016-10-12 | 芯启源(上海)半导体科技有限公司 | 应用处理器、应用处理装置及命令执行方法 |
CN106257436A (zh) * | 2015-06-16 | 2016-12-28 | Arm 有限公司 | 发送器、接收器、数据传输系统和数据传送方法 |
CN108091366A (zh) * | 2017-12-29 | 2018-05-29 | 中国电子科技集团公司第五十八研究所 | Flash读取电路和读取方法 |
CN108874578A (zh) * | 2017-05-16 | 2018-11-23 | 迈来芯科技有限公司 | 用于监管和初始化端口的设备 |
CN110660421A (zh) * | 2018-06-29 | 2020-01-07 | 上海磁宇信息科技有限公司 | 一种带纠错和压缩电路的磁性随机存储器 |
WO2020062252A1 (zh) * | 2018-09-30 | 2020-04-02 | 华为技术有限公司 | 运算加速器和压缩方法 |
Families Citing this family (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7484016B2 (en) * | 2004-06-30 | 2009-01-27 | Intel Corporation | Apparatus and method for high performance volatile disk drive memory access using an integrated DMA engine |
TWM298188U (en) * | 2006-01-23 | 2006-09-21 | Genesys Logic Inc | Control device for accessing Non-Volatile memory |
US7490177B2 (en) * | 2006-01-23 | 2009-02-10 | Infineon Technologies Ag | System method for performing a direct memory access for automatically copying initialization boot code in a new memory architecture |
US7451263B2 (en) * | 2006-02-08 | 2008-11-11 | Infineon Technologies Ag | Shared interface for components in an embedded system |
US8407429B2 (en) * | 2006-06-21 | 2013-03-26 | Element Cxi, Llc | Multi-context configurable memory controller |
US20080007569A1 (en) * | 2006-07-06 | 2008-01-10 | Rom-Shen Kao | Control protocol and signaling in a new memory architecture |
US20080010419A1 (en) * | 2006-07-06 | 2008-01-10 | Rom-Shen Kao | System and Method for Issuing Commands |
US20080010420A1 (en) * | 2006-07-06 | 2008-01-10 | Rom-Shen Kao | Method for Accessing Control Registers via a Memory Device |
US7441070B2 (en) * | 2006-07-06 | 2008-10-21 | Qimonda North America Corp. | Method for accessing a non-volatile memory via a volatile memory interface |
US20080207252A1 (en) * | 2007-02-23 | 2008-08-28 | Magnus Tillgren | Mobile telephone with direct memory access |
CN101140809A (zh) * | 2007-09-07 | 2008-03-12 | 炬力集成电路设计有限公司 | 支持流水线纠错码和可配置操作的flash控制器及其控制方法 |
JP2009181425A (ja) * | 2008-01-31 | 2009-08-13 | Nec Corp | メモリモジュール |
US8001434B1 (en) | 2008-04-14 | 2011-08-16 | Netlist, Inc. | Memory board with self-testing capability |
JP2010009642A (ja) * | 2008-06-24 | 2010-01-14 | Toshiba Corp | 半導体記憶装置およびそのテスト方法 |
US8880970B2 (en) | 2008-12-23 | 2014-11-04 | Conversant Intellectual Property Management Inc. | Error detection method and a system including one or more memory devices |
KR101687038B1 (ko) * | 2008-12-18 | 2016-12-15 | 노바칩스 캐나다 인크. | 에러 검출 방법 및 하나 이상의 메모리 장치를 포함하는 시스템 |
US8555143B2 (en) * | 2008-12-22 | 2013-10-08 | Industrial Technology Research Institute | Flash memory controller and the method thereof |
KR101056258B1 (ko) * | 2009-09-14 | 2011-08-11 | 삼성모바일디스플레이주식회사 | 유기전계발광 표시장치 및 그의 구동방법 |
CN101894084B (zh) * | 2010-04-13 | 2012-06-27 | 苏州国芯科技有限公司 | 一种clb总线内用于写操作的装置 |
FR2977690B1 (fr) * | 2011-07-04 | 2013-08-02 | St Microelectronics Rousset | Procede d'initialisation de registres d'organes peripheriques dans un microcontroleur |
WO2014203029A1 (en) * | 2013-06-17 | 2014-12-24 | Freescale Semiconductor, Inc. | Efficient scheduling in asynchronous contention-based system |
JP6294732B2 (ja) * | 2014-03-31 | 2018-03-14 | 株式会社メガチップス | データ転送制御装置及びメモリ内蔵装置 |
US10063263B2 (en) * | 2015-05-20 | 2018-08-28 | International Business Machines Corporation | Extended error correction coding data storage |
US10459855B2 (en) | 2016-07-01 | 2019-10-29 | Intel Corporation | Load reduced nonvolatile memory interface |
US10034407B2 (en) * | 2016-07-22 | 2018-07-24 | Intel Corporation | Storage sled for a data center |
Family Cites Families (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN86103678A (zh) * | 1985-06-28 | 1986-12-31 | 惠普公司 | 用于向处理器给出输入/输出通知的装置 |
US6134630A (en) * | 1997-11-14 | 2000-10-17 | 3Ware | High-performance bus architecture for disk array system |
US6748457B2 (en) * | 2000-02-03 | 2004-06-08 | Realtime Data, Llc | Data storewidth accelerator |
US6735581B2 (en) * | 2001-05-08 | 2004-05-11 | Sunflare Co., Inc. | Fourier series-based automatic generation system and method for multi-variable fuzzy systems |
GB0123422D0 (en) * | 2001-09-28 | 2001-11-21 | Memquest Ltd | Improved memory controller |
US6721820B2 (en) * | 2002-05-15 | 2004-04-13 | M-Systems Flash Disk Pioneers Ltd. | Method for improving performance of a flash-based storage system using specialized flash controllers |
EP1514176B1 (en) * | 2002-06-06 | 2007-10-10 | Nxp B.V. | Method and apparatus for writing data to a non-volatile memory |
-
2004
- 2004-01-30 DE DE102004004796A patent/DE102004004796B4/de not_active Expired - Fee Related
- 2004-12-15 WO PCT/DE2004/002749 patent/WO2005073865A2/de active Application Filing
- 2004-12-15 CN CNB2004800410725A patent/CN100538674C/zh not_active Expired - Fee Related
-
2006
- 2006-07-28 US US11/460,888 patent/US7631153B2/en active Active
Cited By (13)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101404184B (zh) * | 2007-10-04 | 2012-10-10 | 松下电器产业株式会社 | 半导体存储装置 |
CN106257436A (zh) * | 2015-06-16 | 2016-12-28 | Arm 有限公司 | 发送器、接收器、数据传输系统和数据传送方法 |
CN106257436B (zh) * | 2015-06-16 | 2022-04-26 | Arm 有限公司 | 发送器、接收器、数据传输系统和数据传送方法 |
CN106021145A (zh) * | 2016-05-25 | 2016-10-12 | 芯启源(上海)半导体科技有限公司 | 应用处理器、应用处理装置及命令执行方法 |
CN106021145B (zh) * | 2016-05-25 | 2019-06-14 | 芯启源(上海)半导体科技有限公司 | 应用处理器、应用处理装置及命令执行方法 |
CN108874578B (zh) * | 2017-05-16 | 2021-01-12 | 迈来芯科技有限公司 | 用于监管和初始化端口的设备 |
CN108874578A (zh) * | 2017-05-16 | 2018-11-23 | 迈来芯科技有限公司 | 用于监管和初始化端口的设备 |
CN108091366B (zh) * | 2017-12-29 | 2021-01-29 | 中国电子科技集团公司第五十八研究所 | Flash读取电路和读取方法 |
CN108091366A (zh) * | 2017-12-29 | 2018-05-29 | 中国电子科技集团公司第五十八研究所 | Flash读取电路和读取方法 |
CN110660421A (zh) * | 2018-06-29 | 2020-01-07 | 上海磁宇信息科技有限公司 | 一种带纠错和压缩电路的磁性随机存储器 |
CN110660421B (zh) * | 2018-06-29 | 2021-11-23 | 上海磁宇信息科技有限公司 | 一种带纠错和压缩电路的磁性随机存储器 |
WO2020062252A1 (zh) * | 2018-09-30 | 2020-04-02 | 华为技术有限公司 | 运算加速器和压缩方法 |
US11960421B2 (en) | 2018-09-30 | 2024-04-16 | Huawei Technologies Co., Ltd. | Operation accelerator and compression method |
Also Published As
Publication number | Publication date |
---|---|
WO2005073865A2 (de) | 2005-08-11 |
WO2005073865A3 (de) | 2005-11-24 |
DE102004004796B4 (de) | 2007-11-29 |
CN100538674C (zh) | 2009-09-09 |
US20070028030A1 (en) | 2007-02-01 |
DE102004004796A1 (de) | 2005-09-01 |
US7631153B2 (en) | 2009-12-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN1947107A (zh) | 用于在存储器间传输数据的装置 | |
CN1095116C (zh) | 执行两种指令长度代码的处理机及其指令码输入装置 | |
CN1596401A (zh) | 非易失性存储器装置的控制方法 | |
CN1249585C (zh) | 闪速存储器系统 | |
CN1227589C (zh) | 用于保存返回状态的数据处理设备和方法 | |
CN1288530C (zh) | 用于恢复存储器初始化值的方法和系统 | |
CN1237455C (zh) | 数据传输控制装置、电子设备、及数据传输控制方法 | |
CN1297885C (zh) | 高速缓存数据区段的配置与初始化机制 | |
CN1121014C (zh) | 具有risc结构的八位微控制器 | |
CN100346285C (zh) | 处理器芯片与存储控制系统及方法 | |
CN1292360C (zh) | 一种实现自动读写内部集成电路设备的装置和方法 | |
CN1680930A (zh) | 减少总线使用时间的系统和控制器 | |
CN1617160A (zh) | 用于识别标准卡以及非标准卡的卡识别系统 | |
CN1704911A (zh) | 高速缓冲存储器、系统和数据存储方法 | |
CN1690971A (zh) | 中断控制装置 | |
CN1892591A (zh) | 本地和非本地共享数据结构间的数据对齐 | |
CN1551592A (zh) | 数据传输控制装置、电子设备及数据传输控制方法 | |
CN1869952A (zh) | 指令执行设备、调试方法、调试设备以及调试程序 | |
CN1264081A (zh) | 将生产测试接口接至全局串行总线的方法和装置 | |
CN1297915C (zh) | 外部连接设备、主设备及数据通信系统 | |
CN1469254A (zh) | 处理器装置、使用它的信息处理装置、编译装置及其方法 | |
CN1521638A (zh) | 信息处理设备 | |
CN1275164C (zh) | 数据传输控制系统、电子设备、及数据传输控制方法 | |
CN1318242A (zh) | 数据传输控制装置和电子设备 | |
CN1504902A (zh) | 在存储器部件之间保持数据一致性的方法和系统 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C14 | Grant of patent or utility model | ||
GR01 | Patent grant | ||
ASS | Succession or assignment of patent right |
Owner name: INFINEON TECHNOLOGIES DELTA GMBH Free format text: FORMER OWNER: INFINEON TECHNOLOGIES AG Effective date: 20120720 |
|
C41 | Transfer of patent application or patent right or utility model | ||
C56 | Change in the name or address of the patentee |
Owner name: INTEL MOBILE COMMUNICATIONS GMBH Free format text: FORMER NAME: INTEL MOBILE COMMUNICATIONS TECHNOLOGY GMBH Owner name: INTEL MOBILE COMMUNICATIONS TECHNOLOGY GMBH Free format text: FORMER NAME: INFINEON TECHNOLOGIES DELTA GMBH |
|
CP01 | Change in the name or title of a patent holder |
Address after: Neubiberg, Germany Patentee after: Intel Mobile Communications GmbH Address before: Neubiberg, Germany Patentee before: Infineon Technologies AG Address after: Munich, Germany Patentee after: Infineon Technologies AG Address before: Munich, Germany Patentee before: Infineon Technologies AG Address after: Neubiberg, Germany Patentee after: Intel Mobile Communications GmbH Address before: Neubiberg, Germany Patentee before: Intel Mobile Communications GmbH |
|
TR01 | Transfer of patent right |
Effective date of registration: 20120720 Address after: Neubiberg, Germany Patentee after: Infineon Technologies AG Address before: Munich, Germany Patentee before: Infineon Technologies AG |
|
C56 | Change in the name or address of the patentee | ||
CP01 | Change in the name or title of a patent holder |
Address after: Neubiberg, Germany Patentee after: Intel Mobile Communications GmbH Address before: Neubiberg, Germany Patentee before: Intel Mobile Communications GmbH |
|
CF01 | Termination of patent right due to non-payment of annual fee |
Granted publication date: 20090909 Termination date: 20181215 |
|
CF01 | Termination of patent right due to non-payment of annual fee |