WO2014185707A2 - 디지털 신호처리 프로세서 및 데이터 입출력 방법 - Google Patents

디지털 신호처리 프로세서 및 데이터 입출력 방법 Download PDF

Info

Publication number
WO2014185707A2
WO2014185707A2 PCT/KR2014/004324 KR2014004324W WO2014185707A2 WO 2014185707 A2 WO2014185707 A2 WO 2014185707A2 KR 2014004324 W KR2014004324 W KR 2014004324W WO 2014185707 A2 WO2014185707 A2 WO 2014185707A2
Authority
WO
WIPO (PCT)
Prior art keywords
dram
digital signal
data
signal processing
input data
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.)
Ceased
Application number
PCT/KR2014/004324
Other languages
English (en)
French (fr)
Other versions
WO2014185707A3 (ko
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.)
Korea University Research and Business Foundation
Original Assignee
Korea University Research and Business Foundation
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 Korea University Research and Business Foundation filed Critical Korea University Research and Business Foundation
Publication of WO2014185707A2 publication Critical patent/WO2014185707A2/ko
Publication of WO2014185707A3 publication Critical patent/WO2014185707A3/ko
Priority to US14/831,231 priority Critical patent/US9779787B2/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C7/00Arrangements for writing information into, or reading information out from, a digital store
    • G11C7/10Input/output [I/O] data interface arrangements, e.g. I/O data control circuits, I/O data buffers
    • G11C7/1072Input/output [I/O] data interface arrangements, e.g. I/O data control circuits, I/O data buffers for memories with random access ports synchronised on clock signal pulse trains, e.g. synchronous memories, self timed memories
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C11/00Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C11/21Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements
    • G11C11/34Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices
    • G11C11/40Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors
    • G11C11/401Digital stores characterised by the use of particular electric or magnetic storage elements; Storage elements therefor using electric elements using semiconductor devices using transistors forming cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C11/406Management or control of the refreshing or charge-regeneration cycles
    • G11C11/40615Internal triggering or timing of refresh, e.g. hidden refresh, self refresh, pseudo-SRAMs
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, 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/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error 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/11Error 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 using multiple parity bits
    • H03M13/1102Codes on graphs and decoding on graphs, e.g. low-density parity check [LDPC] codes
    • H03M13/1105Decoding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0061Error detection codes
    • GPHYSICS
    • G11INFORMATION STORAGE
    • G11CSTATIC STORES
    • G11C2211/00Indexing scheme relating to digital stores characterized by the use of particular electric or magnetic storage elements; Storage elements therefor
    • G11C2211/401Indexing scheme relating to cells needing refreshing or charge regeneration, i.e. dynamic cells
    • G11C2211/406Refreshing of dynamic cells
    • G11C2211/4061Calibration or ate or cycle tuning

Definitions

  • the present invention relates to a digital signal processing processor and a data input / output method.
  • a general digital signal processor performs specialized signal processing algorithms such as a Viterbi (Viterbi) decoder, fast fourier transform (FFT), low-density parity-check codes (LDPC), and generally uses algorithms.
  • DSP digital signal processor
  • Viterbi Viterbi
  • FFT fast fourier transform
  • LDPC low-density parity-check codes
  • Built-in memory is used to perform this.
  • the embedded memory is mainly used as a logic processor, that is, SRAM that can be implemented in a general process.
  • the built-in memory used in the DSP is characterized in that the access type of read and write is determined by the algorithm. Through this algorithm analysis, accurate timing of reading and writing can be predicted.
  • a memory access type of the DSP module will be described with reference to FIGS. 1 and 2 as follows.
  • FIG. 1 is a diagram illustrating an example of a memory access form of a Viterbi decoder
  • FIG. 2 is a diagram illustrating an example of a memory access form of an FFT.
  • the Viterbi decoder has a predetermined rule of memory access type as shown in FIG. 1, and has a constant period from the write operation to the last read operation. That is, the memory access type is repeated in 384 cycles, which is the time required for data input / output to be completed. As such, the Viterbi decoder has a form of constant memory access.
  • memory read and write operations are performed regularly according to a butterfly structure.
  • the longest time from the write operation to the last read operation is always smaller than the number of cycles in one stage, which corresponds to 64 cycles in FIG.
  • LDPC also has a certain period of time by the algorithm to access the memory.
  • the present invention proposes a structure in which a refresh operation can be omitted while using a DRAM in a DSP module.
  • Korean Laid-Open Patent Publication No. 10-2006-0097565 (name of the invention: a dynamic random access memory device and its inspection method) is a RAM, in which data retention time changes randomly, telegraph, noise, and the like.
  • a technique capable of screening so-called Variable Retention Time (VRT) defects, which is a retention defect, is disclosed.
  • Korean Patent No.0505832 (name of the invention: Dynamic DRAM refresh rate adjustment based on cell leakage monitoring) designs a DRAM leak monitor to be precharged when the chip enters a self-refresh cycle, and a leak monitor cell. And a technique for converting the charge level information remaining in the cell into a digital output signal capable of determining the refresh rate for the next refresh cycle.
  • the present invention solves the above-mentioned problems of the prior art, and some embodiments of the present invention eliminate the refresh operation by writing the input data to the memory cells of the DRAM and then reading the data before the retention time has elapsed. It is an object of the present invention to provide a digital signal processing processor and a data input / output method in a data digital signal processing processor.
  • the digital signal processing processor is based on a DRAM and a predetermined digital signal processing algorithm including a plurality of memory cells for storing data in the parasitic capacitor And core logic for performing data write, read, or update operations to the DRAM, wherein the core logic writes input data to the memory cells of the DRAM, and then reads the input data written before the retention time has elapsed. Output to the outside or store in another memory cell of the DRAM.
  • a data input / output method in a digital signal processing processor comprises the steps of: writing input data for a DRAM including a plurality of memory cells storing data in a parasitic capacitor and after writing the input data Reading the written input data before the retention time of the DRAM has elapsed.
  • the refresh operation can be omitted.
  • the DRAM of the digital signal processing processor has a smaller memory cell area than the SRAM and includes both an input port and an output port, the area of the DSP module can be reduced and power consumption can be reduced.
  • FIG. 1 is a diagram illustrating an example of a memory access type of a Viterbi decoder.
  • FIG. 2 is a diagram illustrating an example of a memory access type of an FFT.
  • FIG. 3 is a block diagram of a digital signal processing processor according to an embodiment of the present invention.
  • FIG. 4 is a cross-sectional view of a DRAM according to the present invention.
  • FIG. 5 shows a graph of voltage levels in a digital signal processing processor according to the present invention.
  • FIG. 6 is a diagram illustrating an example of a DRAM memory cell.
  • FIG. 7 is a flowchart illustrating a data input / output method in a digital signal processing processor according to an embodiment of the present invention.
  • FIG. 3 is a block diagram of a digital signal processing processor 100 according to an embodiment of the present invention.
  • the digital signal processing processor 100 includes a DRAM 110 and a core logic 120.
  • components shown in FIG. 3 mean software components or hardware components such as a field programmable gate array (FPGA) or an application specific integrated circuit (ASIC), and perform predetermined roles. .
  • FPGA field programmable gate array
  • ASIC application specific integrated circuit
  • 'components' are not meant to be limited to software or hardware, and each component may be configured to be in an addressable storage medium or may be configured to reproduce one or more processors.
  • a component may include components such as software components, object-oriented software components, class components, and task components, and processes, functions, properties, procedures, and subs. Routines, segments of program code, drivers, firmware, microcode, circuits, data, databases, data structures, tables, arrays, and variables.
  • Components and the functionality provided within those components may be combined into a smaller number of components or further separated into additional components.
  • DRAM 110 includes a plurality of memory cells that store data in parasitic capacitors.
  • the DRAM 110 used in the digital signal processing processor 100 according to the present invention will be described with reference to FIG. 4 as follows.
  • FIG. 4 is a cross-sectional view of a DRAM 110 according to the present invention.
  • the general DRAM mainly used a stacked capacitor or a trench capacitor in the form of deep grooves in the silicon substrate and using the capacitance between both sidewalls in order to increase the density of the device. Therefore, the process step of inserting a stack capacitor or a trench capacitor had to be performed separately in the manufacture of DRAM.
  • the DRAM 110 replaces the capacitor for storing data with the parasitic capacitor of the MOSFET, it can be implemented in a general logic process step without any additional process.
  • the core logic 120 performs a write, read or update operation of data for the DRAM 110 based on a preset digital signal processing algorithm.
  • the core logic 120 may record, read, or update data by presetting a Viterbi decoder, FFT, or LDPC using a digital signal processing algorithm.
  • the algorithm used in the digital signal processing processor 100 according to the present invention is not limited thereto, and the above-described algorithm is merely an example, and various other algorithms may be applied.
  • the core logic 120 writes input data to the memory cells of the DRAM 110, and then reads out the input data written before the elapse of the retention time and outputs the data to the outside, or to another memory cell of the DRAM 110. Can be stored. Accordingly, the present invention has the effect that the refresh operation can be omitted. Referring to Figure 5 will be described in detail with respect to the effect that can be omitted the refresh operation.
  • FIG. 5 shows a graph of voltage levels in the digital signal processing processor 100 according to the present invention.
  • Dynamic memory devices such as DRAMs store data in the form of charges, and the stored charges are dissipated by leakage currents, gradually reducing the voltage difference between zero and one. Accordingly, data stored in the memory device may be lost, and the voltage level gradually rises to VDD.
  • the digital signal processing processor must perform a refresh operation that reads the stored data from the memory cell and recharges the memory cell with the initial charge amount according to the read information before the data is lost.
  • the data stored in the memory cell can be maintained only when the refresh operation of rewriting the data is repeated periodically.
  • the DRAM stores the charge stored in the memory cell as described above, and thus the data stored in the memory cell is no longer reliable.
  • a time when the data stored in the memory cell can be reliably referred to as a retention time. That is, data is lost according to retention time, which is a characteristic of memory cells.
  • the retention time required by the DRAM 110 is determined by an algorithm of the digital signal processor 100, and the retention time is calculated based on the traceback depth and the clock period tclk.
  • the retention time in the DSP memory used in the Viterbi decoder may be calculated by Equation 1 below.
  • the digital signal processor 100 reads out the input data and outputs it to the outside, or stores it in another memory cell of the DRAM 110. . Accordingly, there is an effect that the refresh operation can be omitted.
  • the DRAM 110 included in the digital signal processing processor 100 may include both an input port and an output port.
  • a memory cell of the DRAM 110 will be described with reference to FIG. 6 as follows.
  • FIG. 6 is a diagram illustrating an example of a DRAM 110 memory cell according to the present invention.
  • One bank of a single port memory cell cannot simultaneously perform read and write operations. Therefore, six banks or three banks are required, and since an additional area exists in the memory, the efficiency of the area is inevitably reduced.
  • the DRAM 110 of the digital signal processing processor 100 includes both an input port and an output port, and thus can operate as a dual port, where one bank of memory is read. And write operations can be performed simultaneously. As a result, since the additional area of the memory is shared, the area efficiency of the digital signal processor 100 may be increased, and power consumption may also be reduced.
  • FIG. 7 is a flowchart illustrating a data input / output method in the digital signal processing processor 100 according to an embodiment of the present invention.
  • DRAM 110 including a plurality of memory cells that store data in a parasitic capacitor.
  • DRAM mainly uses stack capacitors or trench capacitors, so the process steps for inserting such capacitors have to be performed separately.
  • the DRAM 110 used in the present invention replaces the capacitor storing the data in the DRAM 110 with the parasitic capacitor of the MOSFET, it can be implemented in a general logic process step without any additional process. .
  • the core logic 120 performs a write, read or update operation of data for the DRAM 110 based on a preset digital signal processing algorithm.
  • the preset digital signal processing algorithm may be any one of a Viaterbi decoder, an FFT, or an LDPC.
  • the algorithm used in the data input / output method in the digital signal processor 100 according to the present invention is not limited thereto, and various types of algorithms may be applied.
  • the effect according to the invention that the refresh operation can be omitted has been described in detail in Figure 3, it will be omitted below.
  • the DRAM 110 used in the data input / output method in the digital signal processing processor 100 according to the present invention includes both an input port and an output port. That is, it can operate as a dual port, which allows one bank of memory to simultaneously perform read and write operations. As a result, the additional area of the memory is shared, thereby increasing the area efficiency of the digital signal processing processor, and also reducing the power consumed.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Microelectronics & Electronic Packaging (AREA)
  • Computer Hardware Design (AREA)
  • Probability & Statistics with Applications (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Dram (AREA)
  • Semiconductor Memories (AREA)

Abstract

본 발명에 따른 디지털 신호처리 프로세서는 기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM 및 미리 설정된 디지털 신호처리 알고리즘에 기초하여 상기 DRAM에 대하여 데이터 기록, 독출 또는 갱신 동작을 수행하는 코어 로직을 포함하되, 상기 코어 로직은 상기 DRAM의 메모리 셀에 대하여 입력 데이터를 기록한 후, 리텐션 시간의 경과 전에 기록된 상기 입력 데이터를 독출하여 외부로 출력하거나, 상기 DRAM의 다른 메모리 셀에 저장한다.

Description

디지털 신호처리 프로세서 및 데이터 입출력 방법
본 발명은 디지털 신호처리 프로세서 및 데이터 입출력 방법에 관한 것이다.
일반적인 디지털 신호처리 프로세서 모듈(Digital Signal Processor, DSP)은 Viterbi(비터비) 디코더, FFT(Fast Fourier Transform) LDPC(Low-density Parity-check Codes) 등 특화된 신호처리 알고리즘을 수행하며, 일반적으로 알고리즘을 수행하기 위하여 내장형 메모리가 사용된다. 이때, 내장형 메모리는 로직 프로세서 즉, 일반적인 공정으로 구현이 가능한 SRAM이 주로 사용된다.
한편, DSP에 사용되는 내장 메모리는 읽기 및 쓰기의 엑세스 형태가 알고리즘에 의해 정해진다는 특징이 있다. 이와 같은 알고리즘 분석을 통하여 정확한 읽기 및 쓰기의 타이밍을 예측할 수 있다. 도 1 내지 도 2를 참조하여 DSP모듈의 메모리 엑세스 형태를 설명하면 다음과 같다.
도 1은 비터비 디코더의 메모리 엑세스 형태의 일 예시를 도시한 도면이며, 도 2는 FFT의 메모리 엑세스 형태의 일 예시를 도시한 도면이다
DSP 모듈 중 비터비 디코더는 도 1과 같이 메모리 엑세스 형태가 일정한 규칙을 갖고 있으며, 쓰기 동작 후 마지막 읽기 동작까지 일정한 주기를 갖는다. 즉, 데이터의 입출력이 완료될 때까지 소요되는 시간인 384 cycle주기로 메모리가 엑세스 형태가 반복된다. 이와 같이 비터비 디코더는 일정한 메모리 엑세스 형태를 갖는다.
도 2에 도시된 FFT는 버터플라이(Butterfly) 구조에 따라 규칙적으로 메모리의 읽기 및 쓰기 동작이 수행된다. 쓰기 동작 후 마지막 읽기 동작까지 소요되는 시간 중 가장 긴 시간은 한 스테이지의 cycle 수 보다 항상 작은 값을 가지며, 도 2에서는 64 cycle에 해당한다. 이밖에도, LDPC 역시 메모리의 엑세스 형태가 알고리즘에 의하여 일정한 주기를 갖는다.
이와 같이 일정한 규칙을 가지고 동작하는 DSP 모듈에서 SRAM을 사용할 경우 리프레쉬 동작이 필요하지 않으나, SRAM의 메모리 셀은 DRAM에 비하여 크기가 수배에 해당하여 집적회로를 구현하는데 어려움이 있다. 반면, DRAM을 사용할 경우 셀에 저장된 전하가 계속적으로 누설되므로 리프레쉬 동작이 추가로 필요하다. 그러나, 리프레쉬 동작을 수행할 경우 전력소모가 많다는 문제점이 있다. 따라서, 본 발명에서는 DSP 모듈에서 DRAM을 사용하면서도 리프레쉬 동작을 생략할 수 있는 구조를 제안하고자 한다.
이와 관련하여, 한국공개특허 제10-2006-0097565호 (발명의 명칭: 다이내믹 랜덤 액세스 메모리 장치 및 그 검사방법)는 RAM에 있어서, 데이터 유지시간이 랜덤ㆍ텔레그래프ㆍ노이즈적으로 변화하여 리텐션(retention) 불량이 되는, 소위 가변 유지시간(Variable Retention Time)(VRT) 불량을 스크리닝할 수 있는 기술을 개시하고 있다.
또한, 한국등록특허 제0505832호(발명의 명칭: 셀 누설 모니터링에 기초한 동적 DRAM 리프레쉬율 조정)는 칩이 자체-리프레쉬 사이클로 돌입될 때 미리 충전되도록(precharged) DRAM 누설모니터를 설계하며, 누설모니터셀을 측정하고, 셀에 남아있는 전하레벨정보를 다음 리프레쉬 사이클에 대한 리프레쉬율을 결정할 수 있는 디지털 출력 신호로 변환할 수 있는 기술을 개시하고 있다.
본 발명은 전술한 종래 기술의 문제점을 해결하기 위한 것으로서, 본 발명의 일부 실시예는 DRAM의 메모리 셀에 대하여 입력 데이터를 기록한 후, 리텐션 시간이 경과하기 전에 데이터를 독출함으로써 리프레쉬 동작을 생략할 수 있는 디지털 신호처리 프로세서 및 데이터 디지털 신호처리 프로세서에서의 데이터 입출력 방법을 제공하는 것을 그 목적으로 한다.
상술한 기술적 과제를 달성하기 위한 기술적 수단으로서, 본 발명의 제 1 측면에 따른 디지털 신호처리 프로세서는 기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM 및 미리 설정된 디지털 신호처리 알고리즘에 기초하여 상기 DRAM에 대하여 데이터 기록, 독출 또는 갱신 동작을 수행하는 코어 로직을 포함하되, 상기 코어 로직은 상기 DRAM의 메모리 셀에 대하여 입력 데이터를 기록한 후, 리텐션 시간의 경과 전에 기록된 상기 입력 데이터를 독출하여 외부로 출력하거나, 상기 DRAM의 다른 메모리 셀에 저장한다.
또한, 본 발명의 제 2 측면에 따른 디지털 신호처리 프로세서에서의 데이터 입출력 방법은 기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM에 대하여 입력 데이터를 기록하는 단계 및 상기 입력 데이터의 기록 후 상기 DRAM의 리텐션 시간 경과 전에 상기 기록된 입력 데이터를 독출하는 단계를 포함한다.
전술한 본 발명의 과제 해결 수단에 의하면, 리텐션 시간이 경과하기 전에 입력된 데이터를 독출하므로 리프레쉬 동작을 생략할 수 있다는 효과가 있다.
이와 더불어, 디지털 신호처리 프로세서의 DRAM은 SRAM에 비하여 작은 메모리 셀 면적을 가지며 입력 포트 및 출력 포트를 모두 포함하고 있으므로 DSP 모듈의 면적을 감소시킬 수 있으며, 소비전력 또한 감소시킬 수 있다.
도 1은 비터비 디코더의 메모리 엑세스 형태의 일 예시를 도시한 도면이다.
도 2는 FFT의 메모리 엑세스 형태의 일 예시를 도시한 도면이다.
도 3은 본 발명의 일 실시예에 따른 디지털 신호처리 프로세서의 블록도이다.
도 4는 본 발명에 따른 DRAM의 단면도를 도시한 도면이다.
도 5는 본 발명에 따른 디지털 신호처리 프로세서에서의 전압 레벨의 그래프를 도시한 도면이다.
도 6은 DRAM 메모리 셀의 일 예시를 도시한 도면이다.
도 7은 본 발명의 일 실시예에 따른 디지털 신호처리 프로세서에서의 데이터 입출력 방법의 순서도이다.
아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다.
명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 "전기적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. 본원 명세서 전체에서 사용되는 정도의 용어 "~(하는) 단계" 또는 "~의 단계"는 "~ 를 위한 단계"를 의미하지 않는다.
도 3은 본 발명의 일 실시예에 따른 디지털 신호처리 프로세서(100)의 블록도이다.
본 발명에 따른 디지털 신호처리 프로세서(100)는 DRAM(110) 및 코어 로직(120)을 포함한다.
참고로, 본 발명의 실시예에 따른 도 3에 도시된 구성 요소들은 소프트웨어 또는 FPGA(Field Programmable Gate Array) 또는 ASIC(Application Specific Integrated Circuit)와 같은 하드웨어 구성 요소를 의미하며, 소정의 역할들을 수행한다.
그렇지만 '구성 요소들'은 소프트웨어 또는 하드웨어에 한정되는 의미는 아니며, 각 구성 요소는 어드레싱할 수 있는 저장 매체에 있도록 구성될 수도 있고 하나 또는 그 이상의 프로세서들을 재생시키도록 구성될 수도 있다.
따라서, 일 예로서 구성 요소는 소프트웨어 구성 요소들, 객체지향 소프트웨어 구성 요소들, 클래스 구성 요소들 및 태스크 구성 요소들과 같은 구성 요소들과, 프로세스들, 함수들, 속성들, 프로시저들, 서브루틴들, 프로그램 코드의 세그먼트들, 드라이버들, 펌웨어, 마이크로 코드, 회로, 데이터, 데이터베이스, 데이터 구조들, 테이블들, 어레이들 및 변수들을 포함한다.
구성 요소들과 해당 구성 요소들 안에서 제공되는 기능은 더 작은 수의 구성 요소들로 결합되거나 추가적인 구성 요소들로 더 분리될 수 있다.
DRAM(110)은 기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하고 있다. 도 4를 참조하여 본 발명에 따른 디지털 신호처리 프로세서(100)에서 사용되는 DRAM(110)을 설명하면 다음과 같다.
도 4는 본 발명에 따른 DRAM(110)의 단면도를 도시한 도면이다.
일반적인 DRAM은 디바이스의 고밀도화를 도모하기 위하여 실리콘 기판 내에 깊은 홈을 파고, 그 양 측벽 사이의 커패시턴스를 이용하는 형태인 스텍 커패시터(stacked capacitor) 또는 트렌치 커페시터(trench capacitor)를 주로 사용하였다. 따라서, DRAM의 제조시 스텍 커패시터 또는 트렌치 커패시터를 삽입하는 공정 단계가 별도로 더 수행되어야 했다.
그러나, 본 발명에 따른 DRAM(110)은 데이터를 저장하는 커패시터를 MOSFET의 기생 커패시터로 대체하여 사용하므로, 별도의 추가 공정 없이 일반적인 로직 공정 단계에서 구현이 가능하다는 장점이 있다.
다시 도 3을 참조하면, 코어 로직(120)은 미리 설정된 디지털 신호처리 알고리즘에 기초하여 DRAM(110)에 대한 데이터의 기록, 독출 또는 갱신 동작을 수행한다. 이때, 코어 로직(120)은 Viterbi 디코더, FFT 또는 LDPC 등을 디지털 신호처리 알고리즘으로 미리 설정하여 데이터를 기록, 독출 또는 갱신할 수 있다. 한편, 본 발명에 따른 디지털 신호처리 프로세서(100)에서 사용되는 알고리즘은 이에 한정되지 않고, 위 기재된 알고리즘은 일 예시에 불과하며, 그밖에 다양한 형태의 알고리즘을 적용할 수 있다.
또한, 코어 로직(120)은 DRAM(110)의 메모리 셀에 대하여 입력 데이터를 기록한 후, 리텐션 시간의 경과 전에 기록된 입력 데이터를 독출하여 외부로 출력하거나, DRAM(110)의 다른 메모리 셀에 저장할 수 있다. 이에 따라, 본 발명은 리프레쉬 동작을 생략할 수 있다는 효과가 있다. 도5을 참조하여 리프레쉬 동작을 생략할 수 있는 효과에 대하여 구체적으로 설명하면 다음과 같다.
도 5는 본 발명에 따른 디지털 신호처리 프로세서(100)에서의 전압 레벨의 그래프를 도시한 도면이다.
DRAM과 같은 동적 메모리 장치는 데이터를 전하의 형태로 저장하며, 저장된 전하는 누설 전류에 의하여 소멸되어 점점 0과 1 사이의 전압차가 줄어들게 된다. 이에 따라, 메모리 장치에 저장된 데이터가 소실될 수 있으며, 전압 레벨은 점점 VDD로 상승하게 된다.
이와 같은 형상을 방지하기 위하여, 디지털 신호처리 프로세서는 데이터가 소실되기 전에 메모리 셀로부터 저장된 데이터를 읽고, 읽어낸 정보에 맞추어 메모리 셀을 초기의 전하량으로 재충전해주는 리프레쉬 동작을 수행해야 한다. 데이터를 재작성하는 리프레쉬 동작이 주기적으로 반복되어야 메모리 셀에 저장된 데이터가 유지될 수 있다.
이와 같이, DRAM은 일정 시간이 넘어가게 되면 위에서 설명한 바와 같이 메모리 셀에 저장된 전하가 점점 손실되기 때문에 더 이상 메모리 셀에 저장된 데이터를 신뢰할 수 없게 된다. 이때, 메모리 셀에 저장된 데이터를 신뢰할 수 있는 시간을 리텐션 시간이라 한다. 즉, 메모리 셀의 특성인 리텐션 시간에 따라 데이터가 손실되는 것이다.
한편, DRAM(110)에서 요구되는 리텐션 시간은 디지털 신호처리 프로세서(100)의 알고리즘에 의하여 결정되며, 리텐션 시간은 역추적 깊이(Traceback depth) 및 클럭 주기(tclk)에 기초하여 산출된다. 예를 들어, 비터비 디코더에 사용되는 DSP용 메모리에서의 리텐션 시간은 아래와 같은 [수학식 1]에 의해 산출될 수 있다.
[수학식 1]
3·Traceback Depht(128)×tclk(1/54Mbps)=7.12μsec
이와 같이, 요구되는 리텐션 시간인 7.12μsec가 경과하기 전에, 본 발명에 따른 디지털 신호처리 프로세서(100)는 입력된 데이터를 독출하여 외부로 출력하거나, DRAM(110)의 다른 메모리 셀에 저장한다. 이에 따라, 리프레쉬 동작을 생략할 수 있는 효과가 있다.
한편, 본 발명에 따른 디지털 신호처리 프로세서(100)에서 포함하고 있는 DRAM(110)은 입력 포트 및 출력 포트를 모두 포함할 수 있다. 도 6을 참조하여 DRAM(110)의 메모리 셀을 설명하면 다음과 같다.
도 6은 본 발명에 따른 DRAM(110) 메모리 셀의 일 예시를 도시한 도면이다.
단일 포트 메모리 셀의 한 뱅크(Bank)는 읽기와 쓰기 동작을 동시에 수행할 수 없다. 따라서, 6 뱅크 또는 3 뱅크가 필요하며, 이때 메모리에는 부수적인 면적이 존재하므로 면적의 효율이 감소할 수 밖에 없다.
이와 같은 문제를 해결하기 위하여, 본 발명에 따른 디지털 신호처리 프로세서(100)에의 DRAM(110)은 입력 포트와 출력 포트를 모두 포함하고 있어 듀얼 포트로 동작할 수 있으며, 이때 메모리의 한 뱅크는 읽기 및 쓰기 동작을 동시에 수행할 수 있다. 그 결과, 메모리의 부수적인 면적을 공유하게 되므로 디지털 신호처리 프로세서(100)의 면적 효율이 증가하게 되며, 또한 소모되는 전력도 감소시킬 수 있다.
도 7은 본 발명의 일 실시예에 따른 디지털 신호처리 프로세서(100)에서의 데이터 입출력 방법의 순서도이다.
먼저, 기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM(110)에 대하여 입력 데이터를 기록한다. 일반적으로 DRAM은 스텍 커패시터 또는 트렌치 커패시터를 주로 사용하였기 때문에 이와 같은 커패시터를 삽입하는 공정 단계가 별도로 더 수행되어야 했다.
그러나, 본 발명에서 사용되는 DRAM(110)은 DRAM(110)에서 데이터를 저장하는 커패시터를 MOSFET의 기생 커패시터로 대체하여 사용하므로, 별도의 추가 공정 없이 일반적인 로직 공정 단계에서 구현이 가능하다는 장점이 있다.
다음으로, 입력 데이터가 기록된 후 DRAM(110)의 리텐션 시간 경과 전에 기록된 입력 데이터를 독출한다. 이와 같은 동작은 코어 로직(120)에 의하여 수행될 수 있다. 코어 로직(120)은 미리 설정된 디지털 신호처리 알고리즘에 기초하여 DRAM(110)에 대한 데이터의 기록, 독출 또는 갱신 동작을 수행한다. 이때, 미리 설정된 지디털 신호처리 알고리즘은 Viaterbi 디코더, FFT 또는 LDPC 중 어느 하나일 수 있다.
한편, 본 발명에 따른 디지털 신호처리 프로세서(100)에서의 데이터 입출력 방법에서 사용되는 알고리즘은 이에 한정되지 않고, 다양한 형태의 알고리즘을 적용할 수 있다. 한편, 리프레쉬 동작을 생략할 수 있다는 본 발명에 따른 효과는 도 3에서 구체적으로 설명하였으므로, 이하에서는 생략하도록 한다.
본 발명에 따른 디지털 신호처리 프로세서(100)에서의 데이터 입출력 방법에서 사용되는 DRAM(110)은 입력 포트 및 출력 포트를 모두 포함하고 있다. 즉, 듀얼 포트로 동작할 수 있으며, 이로 인해 메모리의 한 뱅크는 읽기 및 쓰기 동작을 동시에 수행할 수 있다. 그 결과, 메모리의 부수적인 면적을 공유하게 되므로 디지털 신호처리 프로세서의 면적 효율이 증가하게 되며, 또한 소모되는 전력도 감소시킬 수 있다.
전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.
본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.

Claims (6)

  1. 디지털 신호처리 프로세서에 있어서,
    기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM 및
    미리 설정된 디지털 신호처리 알고리즘에 기초하여 상기 DRAM에 대하여 데이터 기록, 독출 또는 갱신 동작을 수행하는 코어 로직을 포함하되,
    상기 코어 로직은 상기 DRAM의 메모리 셀에 대하여 입력 데이터를 기록한 후, 리텐션 시간의 경과 전에 기록된 상기 입력 데이터를 독출하여 외부로 출력하거나, 상기 DRAM의 다른 메모리 셀에 저장하는 디지털 신호처리 프로세서.
  2. 제 1 항에 있어서,
    상기 DRAM은 입력 포트 및 출력 포트를 모두 포함하고 있는 것인 디지털 신호처리 프로세서.
  3. 제 1 항에 있어서,
    상기 디지털 신호처리 알고리즘은 비터비 디코더, FFT 또는 LDPC 중 어느 하나인 것인 디지털 신호처리 프로세서.
  4. 디지털 신호처리 프로세서에서의 데이터 입출력 방법에 있어서,
    기생 커패시터에 데이터를 저장하는 복수의 메모리 셀을 포함하는 DRAM에 대하여 입력 데이터를 기록하는 단계 및
    상기 입력 데이터의 기록 후 상기 DRAM의 리텐션 시간 경과 전에 상기 기록된 입력 데이터를 독출하는 단계를 포함하는 디지털 신호처리 프로세서에서의 데이터 입출력 방법.
  5. 제 4 항에 있어서,
    상기 DRAM은 입력 포트 및 출력 포트를 모두 포함하고 있는 것인 디지털 신호처리 프로세서에서의 데이터 입출력 방법.
  6. 제 4 항에 있어서,
    상기 디지털 신호처리 알고리즘은 비터비 디코더, FFT 또는 LDPC 중 어느 하나인 것인 디지털 신호처리 프로세서에서의 데이터 입출력 방법.
PCT/KR2014/004324 2013-05-14 2014-05-14 디지털 신호처리 프로세서 및 데이터 입출력 방법 Ceased WO2014185707A2 (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US14/831,231 US9779787B2 (en) 2013-05-14 2015-08-20 Systems and methods for processing data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020130054497A KR101469869B1 (ko) 2013-05-14 2013-05-14 디지털 신호처리 프로세서 및 데이터 입출력 방법
KR10-2013-0054497 2013-05-14

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US14/831,231 Continuation US9779787B2 (en) 2013-05-14 2015-08-20 Systems and methods for processing data

Publications (2)

Publication Number Publication Date
WO2014185707A2 true WO2014185707A2 (ko) 2014-11-20
WO2014185707A3 WO2014185707A3 (ko) 2015-04-09

Family

ID=51898952

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2014/004324 Ceased WO2014185707A2 (ko) 2013-05-14 2014-05-14 디지털 신호처리 프로세서 및 데이터 입출력 방법

Country Status (3)

Country Link
US (1) US9779787B2 (ko)
KR (1) KR101469869B1 (ko)
WO (1) WO2014185707A2 (ko)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9691460B2 (en) 2015-10-07 2017-06-27 Korea University Research And Business Foundation Memory device based on domain wall memory and reading and writing method thereof, and apparatus for digital signal processing using the same

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10260950A (ja) * 1997-03-17 1998-09-29 Hitachi Ltd マイクロプロセッサ及びデータ処理システム
US6483764B2 (en) 2001-01-16 2002-11-19 International Business Machines Corporation Dynamic DRAM refresh rate adjustment based on cell leakage monitoring
US7617356B2 (en) * 2002-12-31 2009-11-10 Intel Corporation Refresh port for a dynamic memory
JP4824936B2 (ja) 2005-03-10 2011-11-30 株式会社日立製作所 ダイナミック・ランダム・アクセス・メモリ装置の検査方法
US9151846B2 (en) * 2005-12-16 2015-10-06 Qualcomm Incorporated Signal processor and signal processing method
US20100169886A1 (en) * 2008-12-31 2010-07-01 Seakr Engineering, Incorporated Distributed memory synchronized processing architecture

Also Published As

Publication number Publication date
KR101469869B1 (ko) 2014-12-08
US9779787B2 (en) 2017-10-03
WO2014185707A3 (ko) 2015-04-09
KR20140134515A (ko) 2014-11-24
US20150357012A1 (en) 2015-12-10

Similar Documents

Publication Publication Date Title
US7466617B2 (en) Multi-port dynamic memory structures
KR102728528B1 (ko) 메모리 장치, 이를 포함하는 메모리 시스템, 및, 그의 리프레시 동작방법
US8547774B2 (en) Hierarchical multi-bank multi-port memory organization
US20120026818A1 (en) Split Bit Line Architecture Circuits and Methods for Memory Devices
KR102851135B1 (ko) 반도체 메모리 장치 및 그의 동작 방법
JP2017182854A (ja) 半導体装置
US20160284392A1 (en) Memory cell, memory device including a plurality of memory cells and method including read and write operations at a memory cell
CN104813401B (zh) 用于动态随机存取存储器的差分向量存储的系统和方法
JP2016526748A (ja) 弱保持時間を有するメモリセルのためのリフレッシュ方式
JP2013004158A (ja) 半導体記憶装置及びそのリフレッシュ制御方法
CN1509476A (zh) 在存储阵列中使用互补位的设备与方法
US8724423B1 (en) Synchronous two-port read, two-port write memory emulator
CN103718247B (zh) 编程存储器单元的装置及方法
US7206243B2 (en) Method of rewriting a logic state of a memory cell
KR101196079B1 (ko) 2개의 게이팅 트랜지스터들을 갖춘 다중값 메모리 저장 장치
US20190056874A1 (en) System and method for preserving data in volatile memory
US11594264B1 (en) Readout circuit layout structure and method of reading data
CN115249501A (zh) 攻击地址的获取方法及其电路、锤击刷新方法和存储器
CN115249500A (zh) 攻击地址的获取方法及其电路、锤击刷新方法和存储器
US6501701B2 (en) Semiconductor memory device
WO2014185707A2 (ko) 디지털 신호처리 프로세서 및 데이터 입출력 방법
CN100429722C (zh) 更新一存储模块的方法和电路
CN117612584A (zh) 一种动态随机存储阵列的控制方法
CN100454434C (zh) 具有存储单元阵列的集成电路
US20110026342A1 (en) Multi-port memory device

Legal Events

Date Code Title Description
122 Ep: pct application non-entry in european phase

Ref document number: 14798383

Country of ref document: EP

Kind code of ref document: A2