• 제목/요약/키워드: program memory

검색결과 758건 처리시간 0.035초

A Single Transistor Type Ferroelectric Field-Effect-Transistor Cell Scheme

  • Yang, Yil-Suk;You, In-Kyu;Lee, Wong-Jae;Yu, Byoung-Gon;Cho, Kyong-Ik
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2000년도 ITC-CSCC -1
    • /
    • pp.403-405
    • /
    • 2000
  • This paper describes a single transistor type ferroelectric field effect transistor (1Tr FeFET) memory cell scheme, which select one unit memory cell and program/read it. The well voltage can be controlled by isolating the common row well lines. Through applying bias voltage to Gate and Well, respectively, we implement If FeFET memory cell scheme in which interference problem is not generated and the selection of each memory cell is possible. The results of HSPICE simulations showed the successful operations of the proposed cell scheme.

  • PDF

0.35$\mu{m}$ 싱글폴리 표준 CMOS 공정에서 제작된 아날로그 메모리 셀의 프로그래밍 특성 (Characteristics of Programming on Analog Memory Cell Fabricated in a 0.35$\mu{m}$Single Poly Standard CMOS Process)

  • 채용웅;정동진
    • 대한전기학회논문지:시스템및제어부문D
    • /
    • 제53권6호
    • /
    • pp.425-432
    • /
    • 2004
  • In this paper, we introduce the analog memory fabricated in a 0.35${\mu}{\textrm}{m}$ single poly standard CMOS process. We measured the programming characteristics of the analog memory cell such as linearity, reliability etc. Finally, we found that the characteristics of the programming of the cell depend on the magnitude and the width of the programming pulse, and that the accuracy of the programming within 10mV is feasible under the optimal condition. In order to standardize the characteristics of the cell, we have investigated numbers of cells. Thus we have used a program named Labview and a data acquisition board to accumulate the data related to the programming characteristics automatically.

Design of Novel 1 Transistor Phase Change Memory

  • Kim, Jooyeon;Kim, Byungcheul
    • Transactions on Electrical and Electronic Materials
    • /
    • 제15권1호
    • /
    • pp.37-40
    • /
    • 2014
  • A novel memory is reported, in which $Ge_2Sb_2Te_5$ (GST) has been used as a floating gate. The threshold voltage was shifted due to the phase transition of the GST layer, and the hysteretic behavior is opposite to that arising from charge trapping. Finite Element Modeling (FEM) was adapted, and a new simulation program was developed using c-interpreter, in order to analyze the small shift of threshold voltage. The results show that GST undergoes a partial phase transformation during the process of RESET or SET operation. A large $V_{TH}$ shift was observed when the thickness of the GST layer was scaled down from 50 nm to 25 nm. The novel 1 transistor PCM (1TPCM) can achieve a faster write time, maintaining a smaller cell size.

여러 가지 컴퓨터 메모리 참조 방법과 자료구조에 대한 단체법 프로그램 수행 속도의 비교 (Experimental Comparisons of Simplex Method Program's Speed with Various Memory Referencing Techniques and Data Structures)

  • 박찬규;임성묵;김우제;박순달
    • 산업공학
    • /
    • 제11권2호
    • /
    • pp.149-157
    • /
    • 1998
  • In this paper, various techniques considering the characteristics of computer memory management are suggested, which can be used in the implementation of simplex method. First, reduction technique of indirect addressing, redundant references of memory, and scatter/gather technique are implemented, and the effectiveness of the techniques is shown. Loop-unrolling technique, which exploits the arithmetic operation mechanism of computer, is also implemented. Second, a subroutine frequently called is written in low-level language, and the effectiveness is proved by experimental results. Third, row-column linked list and Gustavson's data structure are compared as the data structure for the large sparse matrix in LU form. Last, buffering technique and memory-mapped file which can be used in reading large data file are implemented and the effectiveness is shown.

  • PDF

Write Request Handling for Static Wear Leveling in Flash Memory (SSD) Controller

  • Choo, Chang;Gajipara, Pooja;Moon, Il-Young
    • Journal of information and communication convergence engineering
    • /
    • 제12권3호
    • /
    • pp.181-185
    • /
    • 2014
  • The lifetime of a solid-state drive (SSD) is limited because of the number of program and erase cycles allowed on its NAND flash blocks. Data cannot be overwritten in an SSD, leading to an out-of-place update every time the data are modified. This result in two copies of the data: the original copy and a modified copy. This phenomenon is known as write amplification and adversely affects the endurance of the memory. In this study, we address the issue of reducing wear leveling through efficient handling of write requests. This results in even wearing of all the blocks, thereby increasing the endurance period. The focus of our work is to logically divert the write requests, which are concentrated to limited blocks, to the less-worn blocks and then measure the maximum number of write requests that the memory can handle. A memory without the proposed algorithm wears out prematurely as compared to that with the algorithm. The main feature of the proposed algorithm is to delay out-of-place updates till the threshold is reached, which results in a low overhead. Further, the algorithm increases endurance by a factor of the threshold level multiplied by the number of blocks in the memory.

동시에 실행되는 워크로드 조합에 따른 GPGPU 성능 분석 (Analysis of the GPGPU Performance for Various Combinations of Workloads Executed Concurrently)

  • 김동환;엄현상
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제23권3호
    • /
    • pp.165-170
    • /
    • 2017
  • GPGPU의 높은 연산 처리 능력을 활용하여 길고 복잡한 계산을 하려는 시도가 많이 있다. GPGPU 프로그램의 특성상 host와 device 사이에 메모리 복사가 필요하다. 해당 메모리 복사 latency가 길 경우 프로그램의 성능에 많은 영향을 준다. 그래서 GPGPU를 활용한 프로그래밍은 최적화에 따른 성능 차이가 크다. 여러 개의 GPGPU 프로그램을 동시에 실행시키면 메모리 복사와 GPGPU 컴퓨팅이 중첩이 되어 메모리 복사 latency hiding 효과를 기대할 수 있다. 이 논문에서는 메모리 복사 latency hiding을 분석한다. 또 메모리 복사의 성능을 높이기 위해 pinned memory를 사용했을 경우의 제약 조건에 따른 성능 예측 모델링 및 알고리즘을 제안하고 이를 바탕으로 실행할 워크로드를 선택하면 41%의 성능 향상을 보인다.

TV뉴스의 카메라워크와 수용자의 관여도가 뉴스 기억에 미치는 영향 (Effect of TV news camerawork and viewers' involvement on memory of news)

  • 박덕춘
    • 디지털융복합연구
    • /
    • 제11권7호
    • /
    • pp.297-304
    • /
    • 2013
  • 본 연구는 텔레비전 뉴스의 카메라워크와 수용자의 관여도가 뉴스에 대한 장단기 기억에 어떠한 영향을 미치는지 실험을 통해 살펴보았다. 본 연구를 위해 카메라워크의 유무에 따라 2가지 종류의 TV뉴스를 제작하여 관여도를 조작한 2개의 대학생 집단에게 시청하게 하고, 이들의 장단기 기억을 측정, 분석하였다. 분석결과 TV뉴스 영상의 카메라워크는 수용자의 단기기억에는 영향을 미치지 못하지만, 장기기억에는 영향을 미치는 것으로 나타났다. 또한 관여도가 높은 수용자들은 뉴스 내용에 대한 장단기 기억이 높은 것으로 나타났다. 그러나 카메라워크는 주변단서로서 고관여도 수용자보다 저관여도 수용자의 기억에 더 큰 영향을 미칠 것으로 예측한 가설은 지지되지 못하였다.

금융 hacking 방지 대응방안 (Countermeasure for Anti-financial hacking)

  • 홍성혁
    • 중소기업융합학회논문지
    • /
    • 제3권1호
    • /
    • pp.43-48
    • /
    • 2013
  • 컴퓨터 기술이 발전함에 따라 시스템 공격 기술이 점점 더 진화하고 다양화 되고 있다. 컴퓨터의 하드웨어와 소프트웨어는 점점 진화하고 성능이 향상되고 있지만 기본 동작 원리는 거의 변화하지 않고 있어 문제 대두되고 있다. 일반적으로 응용프로그램들이 실행상태에 놓이면 프로그램의 데이터들이 메모리에 놓이게 된다. 이러한 데이터들은 운영체제 동작의 효율성 때문에 메모리에 남아있게 되어 메모리 해킹이나 메모리 분석을 통하여 데이터들에 접근할 수 있게 된다. 그로 인하여 사용자의 개인정보, 암호화된 키, 인증서 등이 유출되어 큰 피해가 발생하기 때문에 대응 방안이 마련 되어야 한다. 본 논문으로 메모리 해킹에 대한 문제점과 그에 대한 대응책을 제안한다.

  • PDF

관광 체험, 관광 기억, 재방문의도 간의 영향 관계에서 관광지 분위기와 관광객 기분상태 매개효과 검증 (Mediating Effect of Destination Mood and Mood State on Relationship between Tourism Experience and Memory and Revisit Intension)

  • 김규리
    • 문화기술의 융합
    • /
    • 제8권4호
    • /
    • pp.1-9
    • /
    • 2022
  • 본 연구에서는 관광 체험이 관광 기억에 영향을 미치고 관광 기억은 관광객의 재방문의도를 결정하게 될 것이라는 인과구조에서 관광객이 관광하는 동안 느끼는 관광 분위기와 기분상태의 심리적인 요인이 어떤 역할을 하는지를 실증적으로 확인하고자 하였다. 관광 기억과 재방문의도 간의 영향 관계에서 관광 분위기와 관광객의 기분상태가 매개효과를 가지는지를 검증하고자 하는 것이 본 연구의 목적이다. 경로분석 결과, 관광 체험은 관광 기억에 유의미한 정(+)을 그리고 관광 기억은 재방문의도에 유의미한 정(+)을 미치는 것으로 나타났다. 관광지 분위기와 관광객 기분상태는 매개효과를 가지는 것으로 분석되었으며, 관광객의 기분상태의 매개효과가 관광지 분위기의 매개효과보다 크게 나타났다.

기억학교 경증치매노인의 인지재활사업에 관한 연구 (A Study on the Cognitive Rehabilitation Project of the Elderly with Moderate Memory Dementia)

  • 서경도;최인규
    • 디지털융복합연구
    • /
    • 제15권5호
    • /
    • pp.517-522
    • /
    • 2017
  • 본 연구는 대구시 소재 기억의 주간보호시설을 활용하여 경증치매 노인대상의 인지활동을 중심으로 한 인지재활 프로그램을 개발하여, 지역사회 경증 치매노인에게 유용한 복지서비스를 제공함을 연구목적이다. 현재 우리나라에서는 아직 현 실정에 맞는 치매 환자에 대한 지역사회기반의 통합적 중재 프로그램에 대한 개발이 많이 이루어지지 않아 이에 대한 프로그램 개발이 절실히 필요하다. 본 연구의 경증치매노인 인지재활사업은 주로 지역사회 기반의 보호시설 등의 집단시설에서 적용하기에 적합한 경증치매환자 관리에 근간이 될 수 있다고 본다. 하지만 경증치매환자는 개인적 차로 인해 환자 모두가 동일하지 않고 인지재활방법과 그 효과는 분명히 차이가 있다. 결과적으로 개별적으로 적합한 전략에 의해 그 효과를 높일 수 있을 것으로 기대되며 이전 보다 특성이 있고 개별화된 노인요양 케어 프로그램의 개발도 연계될 것으로 사료된다.