2129710142200313CSE312 Amir Adel Salah.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

2129710142200313CSE312 Amir Adel Salah.Pdf استمارة جقييم الزسائل البحثيت ملقزر دراس ي اوﻻ : بياهاث جمل بمعزفت الطالب اسم الطالبـــــــــــ :أم ري عادل صﻻح عبد العظيم كلية : الهندســــه القسم: الحاسبات و النظم الفرقة/المستوى : الثالثة الشعبة : اسم المقرر :بنية الحاسب كود المقرر : CSE312 استاذ المقرر : د.طارق مراد جمعة ر ال رييد اﻻلكيون [email protected] : للطالب عنوان الرسالة البحثية : Modern Computers Memory ثاهيا: بياهاث جمل بمعزفت لجىت املمتحىيين هل الزسالت البحثيت املقدمت متشابت جشئيا او كليا ☐ وعم ☐ ﻻ فى حالت الاجابت بىعم ﻻ يتم جقييم املشزوع البحثى ويعتبر غير مجاس جقييم املشزوع البحثى م عىاصز التقييم الوسن التقييم اليسبى 1 الشكل العام للزسالت البحثيت 2 جحقق املتطلباث العلميت املطلوبت 3 يذكز املزاجع واملصادر العلميت 4 الصياغت اللغويت واسلوب الكتابت جيد هتيجت التقييم النهائى 100/ ☐ هاجح ☐ راسب جوقيع لجىت التقييم 1. .2 .3 .4 .5 جزفق هذه الاستمارة كغﻻف للمشزوع البحثى بعد استكمال البياهاث بمعزفت الطالب وعلى ان ﻻ جشيد عً صفحت واحدة Computers Memory Introduction At the beginning of the age of technology , A new term name called Memory has appeared .The memory is the most important thing in Computer . it is the main item which is responsible for data storage. The memories were designed by different ways and through multiple stages. At the beginning of memory manufacturing, the memory was produced by vacuum tubes from 1946 to 1959 .Vacuum tubes were basic components which was used to make the first generation of memories . Also the vacuum tubes used to make circuitry of CPU (Central Processing unit).In this generation ,the basic programming language was machine code which used in computers used vacuum tubes in the memory. There were many types that were made the same way as punch cards , paper tape , and magnetic tape which used as input and output devices . But the first time that the vacuum tubes were used there were many problems and defects appeared such like generation a lot of heat and consumption a lot of memory . This reduced the memory life and was not good in terms of performance . As it led to a very slow transfer and reception of information.The computers used this type of memory were like ENIAC , EDVAC,UNIVAC,IBM 701 and IBM 650.Then they discovered a new type of material used to make the memory called ferrite magnet rings. The memory which produced from this type called Magnetic core memory . So it was designed by hard material but in shape of rings . It was working in the principle of current . Sending current through every wire causes the memory core writes one or zero .the first generation of this type was in 1947 and it was attributed to Fredrick Viehe .Magnetic core memory used at least 20 years from 1950 to 1970. Memory has experienced great development over the years .But now , we are dealing with Semiconductor Memories such like Ram and Rom .In the 1960, they started to produce the first semiconductor memory from bipolar transistors .In 1961 United State Air Force required from Texas instruments to support them by bipolar semiconductor memory but the first model was out in 1965 called SP95 and introduced by IBM . Although this type appeared , it was failing to replace magnetic core memory because bipolar circuits are large and expensive. But in main topic the types of memory will be discussed from all sides. Simply ,the memory is a device to store data or program (sequences of instructions). So the computers get these data as binary code . Each binary digit is being stored in memory to represent 0 and 1.so now the computer uses many types of memory .Although the hard drive and ram are memory .It is very important that they are classified into Ram as memory or primary memory and hard drive as storage or secondary storage . As we will look at all types of memory used in the computer and the dates of use or development of each type in that research. Topic The memory is not only storage device , it is sometimes used to fast the operation of data transfer . as example, if the computer’s CPU needs to access data from hard drive ,the operation will take more time and become very slowly . this makes the CPU in Idle state. Therefore, another type of memory is used like RAM or different levels of cache to make the process more fast And take all the benefit and time from the CPU. In computer, we can classify the memory into four categories: CPU registers Cache Memory Primary memory / Main memory Secondary Memory / Mass storage o Virtual memory CPU registers In CPU, The registers are a type of a computer memory . it is needed to a hold data , information and instructions which are treating with CPU temporirly.it is also needed to hold the memory location which is required to calculate the addresses of the next instructions after completing the current instructions from CPU . the current instructions go to exit state after full process from CPU . so , the CPU register needs to know the address which was used from CPU to get and calculate the location of the next instruction which will go in execution state. These registers are PC (Program counter): Increase the location of the last address and store the new the address of the next instructions in RAM. Memory address register : hold the addresses of next instructions from main memory. Memory data register: get only data from main memory to be executed by CPU. Current instruction register : hold the instructions which is decoded and executed . Accumulator : it is responsible for calculation processes which done in CPU and its results . IR (Interrupt register): control the processes when interrupt occurs due to input/output devices or execution time is ended. Cache Memory In the past, computer systems was treating with hard disk as a device storage and mean to transport data to CPU but the problem is the time . the process is very slowly .then they tried to make a small memory with high cost to access the data from CPU directly with high speed.so , the cache memory is more rapid than hard disk and RAM. In Reality, Cache memory helps the computer’s CPU to do the operations rapidly .It holds the instructions from Main memory or ram and makes the CPU to fetch it. This process prevents the CPU from waiting when needing to get new instruction from The main memory. Cache memory is locating very nearly from CPU chip itself And the link between the two parties are the data buses.so we say that the cache memory increases the performance of the CPU. The result is that a very small amount of cache memory can result in a significant increase in the computer's performance .Until now the cache memory is used to reduce the slow and performance bottlenecks between the RAM and CPU. Sometimes we ask why we can not use more Other pieces of the SRAM. SRAM is fast but more expensive .so , it is preferred to use cache memory which has more speed and less capacity. but the CPU is dealing with 2 types of cache the primary cache and the secondary cache. Primary cache represents into the piece which locates on the same chip of CPU. And secondary cache represents into the part which is away from CPU and not in the same chip but it locates on a separate chip. Now, the developers seek to develop the modern computers so, they try to get more than one piece of cache. But every piece has a special size and speed .These are known as cache levels. Primary memory Sometimes , it is called Main memory or Internal Memory .The primary memory is the memory which connects the CPU Directly with buses . it is formed from two important parts RAM and ROM that store system programs. its manufacturing by using integrated circuits or semiconductor device. Its advantages are that the size is small , also it is more speed than secondary memory but it is more expensive from secondary memory. When you turn on the computer, Generally CPU searches for essential codes in RAM to get it. Otherwise, it goes to ROM. Yes, they both chips collectively called primary memory in a computer system. So we will discuss the ROM and RAM Rom Rom is read only memory and semiconductor memory that can only read data of the system. At the first time when the ROM is programmed from the company , No one can change or delete anything from it . It is usually used in computer or other electronic devices, and even if the power is turned off, the data will not disappear. Rom is nonvolatile memory so it is used in computer and some electronic devices. But, we cannot use it as a primary storage because if we need to get 1 terra as a internal size, it will increase the cost. Also the non-volatile memories have lower performance, or have a limited lifetime compared to volatile random access memories. The ROM is not only one type but There are more one type to ROM. Always the developers try to get their best to reach to the best performance of memory. Types of ROM: MROM (Mask Read Only Memory):it was manufactured to be very fast. Also it is expensive ROM which is hard wired device that contains a pre-programmed set of data or instructions. PROM (Programmable Read Only Memory): In this type , the user can write only one time in chip . The obvious difference between ROM and PROM , The ROM is written in manufacturing Process and no one can write in it but PROM is made from blank Memory.
Recommended publications
  • Random Access Memory (Ram)
    www.studymafia.org A Seminar report On RANDOM ACCESS MEMORY (RAM) Submitted in partial fulfillment of the requirement for the award of degree of Bachelor of Technology in Computer Science SUBMITTED TO: SUBMITTED BY: www.studymafia.org www.studymafia.org www.studymafia.org Acknowledgement I would like to thank respected Mr…….. and Mr. ……..for giving me such a wonderful opportunity to expand my knowledge for my own branch and giving me guidelines to present a seminar report. It helped me a lot to realize of what we study for. Secondly, I would like to thank my parents who patiently helped me as i went through my work and helped to modify and eliminate some of the irrelevant or un-necessary stuffs. Thirdly, I would like to thank my friends who helped me to make my work more organized and well-stacked till the end. Next, I would thank Microsoft for developing such a wonderful tool like MS Word. It helped my work a lot to remain error-free. Last but clearly not the least, I would thank The Almighty for giving me strength to complete my report on time. www.studymafia.org Preface I have made this report file on the topic RANDOM ACCESS MEMORY (RAM); I have tried my best to elucidate all the relevant detail to the topic to be included in the report. While in the beginning I have tried to give a general view about this topic. My efforts and wholehearted co-corporation of each and everyone has ended on a successful note. I express my sincere gratitude to …………..who assisting me throughout the preparation of this topic.
    [Show full text]
  • CS 152 Computer Architecture and Engineering Lecture 6
    CS 152 Computer Architecture and Engineering Lecture 6 - Memory Dr. George Michelogiannakis EECS, University of California at Berkeley CRD, Lawrence Berkeley National Laboratory http://inst.eecs.berkeley.edu/~cs152 2/8/2016 CS152, Spring 2016 CS152 Administritivia . PS 1 due on Wednesday’s class . Lab 1 also due at the same time . Hand paper reports or email . PS 2 will be released on Wendesday . Lab 2 Wednesday or Thursday . Quiz next week Wednesday (17th) . Discussion section on Thursday to cover lab 2 and PS 1 2/8/2016 CS152, Spring 2016 2 Question of the Day . Can a cache worsen performance, latency, bandwidth compared to a system with DRAM and no caches? 2/8/2016 CS152, Spring 2016 3 Last time in Lecture 5 . Control hazards (branches, interrupts) are most difficult to handle as they change which instruction should be executed next . Branch delay slots make control hazard visible to software, but not portable to more advanced µarchs . Speculation commonly used to reduce effect of control hazards (predict sequential fetch, predict no exceptions, branch prediction) . Precise exceptions: stop cleanly on one instruction, all previous instructions completed, no following instructions have changed architectural state . To implement precise exceptions in pipeline, shift faulting instructions down pipeline to “commit” point, where exceptions are handled in program order 2/8/2016 CS152, Spring 2016 4 Early Read-Only Memory Technologies Punched cards, From early 1700s through Jaquard Loom, Punched paper tape, Babbage, and then IBM instruction
    [Show full text]
  • CS 152 Computer Architecture and Engineering CS252 Graduate Computer Architecture Lecture 5 – Memory
    CS 152 Computer Architecture and Engineering CS252 Graduate Computer Architecture Lecture 5 – Memory Krste Asanovic Electrical Engineering and Computer Sciences University of California at Berkeley http://www.eecs.berkeley.edu/~krste http://inst.eecs.berkeley.edu/~cs152 Last me in Lecture 4 § Handling excep>ons in pipelined machines by passing excep>ons down pipeline un>l instruc>ons cross commit point in order § Can use values before commit through bypass network § Pipeline hazards can be avoided through soDware techniques: scheduling, loop unrolling § Decoupled architectures use queues between “access” and “execute” pipelines to tolerate long memory latency § Regularizing all func>onal units to have same latency simplifies more complex pipeline design by avoiding structural hazards, can be expanded to in-order superscalar designs 2 Early Read-Only Memory Technologies Punched cards, From early 1700s through Jaquard Loom, Punched paper tape, Babbage, and then IBM instruc>on stream in Harvard Mk 1 Diode Matrix, EDSAC-2 µcode store IBM Balanced Capacitor ROS IBM Card Capacitor ROS 3 Early Read/Write Main Memory Technologies Babbage, 1800s: Digits stored on mechanical wheels Williams Tube, Manchester Mark 1, 1947 Mercury Delay Line, Univac 1, 1951 Also, regenerave capacitor memory on Atanasoff-Berry computer, and rotang magne>c drum memory on IBM 650 4 MIT Whirlwind Core Memory 5 Core Memory § Core memory was first large scale reliable main memory – invented by Forrester in late 40s/early 50s at MIT for Whirlwind project § Bits stored as magne>zaon
    [Show full text]
  • Computer Conservation Society
    Issue Number 76 Winter 2016/7 Computer Conservation Society Aims and objectives The Computer Conservation Society (CCS) is a co-operative venture between BCS, The Chartered Institute for IT; the Science Museum of London; and the Museum of Science and Industry (MSI) in Manchester. The CCS was constituted in September 1989 as a Specialist Group of the British Computer Society. It is thus covered by the Royal Charter and charitable status of BCS. The aims of the CCS are: To promote the conservation of historic computers and to identify existing computers which may need to be archived in the future, To develop awareness of the importance of historic computers, To develop expertise in the conservation and restoration of historic computers, To represent the interests of Computer Conservation Society members with other bodies, To promote the study of historic computers, their use and the history of the computer industry, To publish information of relevance to these objectives for the information of Computer Conservation Society members and the wider public. Membership is open to anyone interested in computer conservation and the history of computing. The CCS is funded and supported by voluntary subscriptions from members, a grant from BCS, fees from corporate membership, donations and by the free use of the facilities of our founding museums. Some charges may be made for publications and attendance at seminars and conferences. There are a number of active projects on specific computer restorations and early computer technologies and software. Younger people are especially encouraged to take part in order to achieve skills transfer. The CCS also enjoys a close relationship with the National Museum of Computing.
    [Show full text]
  • Computer Oral History Collection, 1969-1973, 1977
    Computer Oral History Collection, 1969-1973, 1977 Interviewee: Robert Everett Interviewer: Henry S. Tropp Date: August 3, 1972 Repository: Archives Center, National Museum of American History EVERETT: We really got started getting into the control analyzer in '44, and at that time we were talking about an analog. There was a tendency, so I recall, for MIT to sort of be identified with analog computers, as opposed to Aiken's work at Harvard. I remember when the first announcements came out about Aiken's work, I talked to some people in the computing business at MIT, and they all said: "Oh, well that's just a big adding machine. The differential analyzer, that's the way to go." So, when we started working on it, we started working on an analog computer, and it presented very serious problems. And as I recall, it was in 1945 when we'd built amplifiers and servomechanisms and multipliers, and done a lot of planning work and so on, and had run into very serious difficulties in making a machine which would solve that elaborate set of equations. Jay would be a far better man to talk to about this, but he'd heard about the digital business, so he started. He got the thing converted from an analog machine to a digital machine in 1945. TROPP: So, it was kind of Jay's impetus and pressure that— EVERETT: Well, he--I guess I've forgotten now who it was that talked to him. But anyway, he got invited to a very select meeting about digital computers at MIT, and came convinced that the way to go was the digital computer, which was a very sound improvement on his part.
    [Show full text]
  • Dynamic Rams from Asynchrounos to DDR4
    Dynamic RAMs From Asynchrounos to DDR4 PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sun, 10 Feb 2013 17:59:42 UTC Contents Articles Dynamic random-access memory 1 Synchronous dynamic random-access memory 14 DDR SDRAM 27 DDR2 SDRAM 33 DDR3 SDRAM 37 DDR4 SDRAM 43 References Article Sources and Contributors 48 Image Sources, Licenses and Contributors 49 Article Licenses License 50 Dynamic random-access memory 1 Dynamic random-access memory Dynamic random-access memory (DRAM) is a type of random-access memory that stores each bit of data in a separate capacitor within an integrated circuit. The capacitor can be either charged or discharged; these two states are taken to represent the two values of a bit, conventionally called 0 and 1. Since capacitors leak charge, the information eventually fades unless the capacitor charge is refreshed periodically. Because of this refresh requirement, it is a dynamic memory as opposed to SRAM and other static memory. The main memory (the "RAM") in personal computers is dynamic RAM (DRAM). It is the RAM in laptop and workstation computers as well as some of the RAM of video game consoles. The advantage of DRAM is its structural simplicity: only one transistor and a capacitor are required per bit, compared to four or six transistors in SRAM. This allows DRAM to reach very high densities. Unlike flash memory, DRAM is volatile memory (cf. non-volatile memory), since it loses its data quickly when power is removed. The transistors and capacitors used are extremely small; billions can fit on a single memory chip.
    [Show full text]
  • Random Access Memory (RAM)
    P-2 Digital Design & Applications Semiconductor Memory (Unit-V) By: A K Verma SOS in Electronics & Photonics Pt. Ravishankar Shukla University, Raipur (C.G.) 1 What is Memory? • In computing, memory refers to the physical devices used to store programs (sequences of instructions) or data (e.g. program state information) on a temporary or permanent basis for use in a computer or other digital electronic device. The term primary memory is used for the information in physical systems which function at high-speed (i.e. RAM), as a distinction from secondary memory, which are physical devices for program and data storage which are slow to access but offer higher memory capacity. If needed, primary memory can be stored in secondary memory, through a memory management technique called "virtual memory“.[1] 2 History • In the early 1940s, memory technology mostly permitted a capacity of a few bytes. The first electronic programmable digital computer, the ENIAC, using thousands of octal-base radio vacuum tubes, could perform simple calculations involving 20 numbers of ten decimal digits which were held in the vacuum tube accumulators. • The next significant advance in computer memory came with acoustic delay line memory, developed by J. Presper Eckert in the early 1940s. Through the construction of a glass tube filled with mercury and plugged at each end with a quartz crystal, delay lines could store bits of information within the quartz and transfer it through sound waves propagating through mercury. Delay line memory would be limited to a capacity of up to a few hundred thousand bits to remain efficient.
    [Show full text]
  • Cache Memory  Cache Performance  Summary
    EITF20: Computer Architecture Part4.1.1: Cache - 1 Liang Liu [email protected] 1 Lund University / EITF20/ Liang Liu 2016 Outline Reiteration Memory hierarchy Cache memory Cache performance Summary 2 Lund University / EITF20/ Liang Liu 2016 Dynamic scheduling, speculation summary Tomasulo, CDB, ROB Register renaming Out-of-order execution, completion Tolerates unpredictable delays Compile for one pipeline - run effectively on another Allows speculation • multiple branches • in-order commit • precise exceptions • time, energy; recovery Significant increase in HW complexity 3 Lund University / EITF20/ Liang Liu 2016 CPU performance equation 4 Lund University / EITF20/ Liang Liu 2016 Summary pipeline - implementation 5 Lund University / EITF20/ Liang Liu 2016 Intel core-2 chip 7 Lund University / EITF20/ Liang Liu 2016 Intel core-2 chip 8 Lund University / EITF20/ Liang Liu 2016 News 9 Lund University / EITF20/ Liang Liu 2016 Fairchild 10 Lund University / EITF20/ Liang Liu 2016 Fairchild: History “Traitorous 8”: Gordon Moore, C. Sheldon Roberts, Eugene Kleiner, Robert Noyce, Victor Grinich, Julius Blank, Jean Hoerni, Jay Last 1956 Shockley Semiconductor 1957 Fairchild Semiconductor, silicon valley 1959 Kilby, TI and Noyce 1969 Jerry Sanders and First IC 7 other Fairchild colleagues 1968 Noyce, Moore, Rock 11 Lund University / EITF20/ Liang Liu 2016 Fairchild: History The 92 public companies that can be traced back to Fairchild are now worth about $2.1 trillion, which is more than the annual GDP of Canada, India, or Spain.
    [Show full text]
  • Comparative Study of Technology in Semiconductor Memories-A Review
    International Journal of Computer Applications (0975 – 8887) National Conference on Latest Initiatives& Innovations in Communication and Electronics (IICE 2016) Comparative Study of Technology in Semiconductor Memories-A Review Aman Kumar Bobbinpreet Kaur Student Assistant Professor Electronics and communication department Electronics and communication department Chandigarh University Chandigarh University Gharuan, India Gharuan, India ABSTRACT scattering and leakage current are the essential issues of quick In this paper we will present a review on the development of SRAM cells since this undesirable power leakage diminishes the semiconductor Memories through the most recent decade. battery life of adaptable devices. So it is required to have a Starting demands of low power devices is extending therefore; SRAM cell arrangement, having both low static and component this is the reason for scaling of CMOS advancement. In view of power leakage. Supply voltage is scaled to keep up the power the scaling, size of the chip diminishments and number of utilize within most distant point. Nevertheless, scaling of supply transistor in structure on chip increases. Generally the amount of voltage is confined by the prevalent need. Accordingly, the transistors utilized as a piece of chip to store data so, in future scaling of supply voltage just may not be satisfactory to keep up the need of low power memories is growing. The extended the power thickness within purpose of repression, which is enthusiasm for mobile phones has incited amazing examination required for power fragile applications. Circuit methodologies attempts in the setup and progression of low power circuits. and structure level strategies are moreover required close by Memories are the critical section in present day for automated supply voltage scaling to fulfill low power plot.
    [Show full text]
  • Volatile Memory (Temporary)
    2234-18 Meeting of Modern Science and School Physics: College for School Teachers of Physics in ICTP 27 April - 3 May, 2011 Information storage Igor Lukyanchuk University of Picardie Amiens France Igor Lukyanchuk Information Storage 40-70s: Mechanical… For computers 50-90s electronic 2000… Materials… Tendencies in technology “Macro” “Micro” “Nano*” 1m-1cm-1mm m mm nm m Mecanical Electronic Functional devices devices materials bc… 50s 40s-2000 90s-… Technology: structural material and molecular level *See also: Wednesday, April, 27 10.00-11.00 Yuri GALPERIN Introduction to nano-physics Objective: what « smart » properties of material can be used for memory storrage? What ! Physical Principle is beoyond? See also: Thursday, April, 28 8.30-9.30 Giuseppe BALESTRINO Tailoring of new materials History: First computers: The German Z3 (1941) was the first general- purpose digital electromechanical, computer, It used relays for all functions. Destroyed in a bombing raid on Berlin in December 1943. Power Consumption: Around 4000 watts Average calculation Speed: Addition 0.8 seconds Multiplication 3 seconds Relays memory Elements: Around 2,000 relays (1,400 for the memory) Frequency: 5.3 Hertz Data memory: 64 words with a length of 22 bits The ten British Colossus computers (used for cryptanalysis starting in 1943) were designed by Tommy Flowers. The Colossus computers were digital, electronic, and were programmed by plugboard and switches, but they were dedicated to code breaking and not general purpose.[24] ENIAC Electronic Numerical Integrator And Computer) was the first general-purpose digital programming electronic computer. ENIAC was designed to calculate artillery firing tables for the United States Army's Ballistic Research Laboratory.
    [Show full text]
  • A History and Future of Memory Innovation Dean A
    A History and Future of Memory Innovation Dean A. Klein VP Advanced Memory Solutions Micron Technology, Inc. The Role of Memory “The necessity of an inner memory in electronic digital computers has been realized by all designers. The high computing speed possible with electronic devices becomes useful only when sufficient intermediary results can be memorized rapidly to allow the automatic handling of long sequences of accurate computations which would be impractically lengthy by any other slower means. An ideal inner memory organ for a digital computer should be able to register in as short a writing time as possible any selected one of as many as possible on-off signals and be able to deliver unequivocally the result of this registration after an arbitrarily long or short storing time with the smallest possible delay following the reading call.” – Jan Rajchman Early Memory Paper tape Paper Papyrus Parchment Punch card (“H-Card”) Vellum Magnetic Wire . Valdimar Poulsen’s magnetic wire patent 1899 Magnetic Tape . Austrian Fritz Pfleumer . Paper tape with iron oxide . Used for audio Univac-1 Magnetic Tape - 1951 . 128 characters per inch – 25.6K characters/in2 . 12,800 characters/sec, 7,200 usable Drum Memory . Magnetic drum memory was invented by Gustav Tauschek in 1932 in Austria Capacitive Drum Memory – The ABC . 1941 the Atanasoff-Berry Computer. Called a “regenerative capacitor memory,” the system used a pair of drums, each containing 1600 capacitors, with connections to the capacitors covering the surface of the drum and rotating at one revolution per second. Atanasoff-Berry computer. Courtesy . The system gave 3000 bits of total usable University of MN, Charles Babbage memory.
    [Show full text]
  • Memory.9Up.Pdf
    Early Memories Early Memories Memory Prof. Stephen A. Edwards [email protected] NCTU, Summer 2005 Williams Tube CRT-based random access memory, 1946. Used on the Manchester Mark I. 2048 bits. Mercury acoustic delay line. Used in the EDASC, 1947. 32 × 17 bits Memory – p. 1/23 Memory – p. 2/23 Memory – p. 3/23 Early Memories Early Memories Modern Memory Choices Family Programmed Persistence Mask ROM at fabrication 1 PROM once 1 EPROM 1000s, UV 10 years FLASH 1000s, block 10 years EEPROM 1000s, byte 10 years Magnetic core memory, 1952. IBM. NVRAM 1 5 years Magnetic drum memory. 1950s & 60s. SRAM 1 while powered Secondary storage. DRAM 1 64 ms Memory – p. 4/23 Memory – p. 5/23 Memory – p. 6/23 ROMs EPROMs EEPROM and FLASH Slow write Fowler- Oxide Nordheim Tunneling floating gate Word Line EEPROM: bit at a time Drain (bit line) FLASH: block Source Channel at a time Source: SST Memory – p. 7/23 Memory – p. 8/23 Memory – p. 9/23 Static RAM Cell Standard SRAM: 6264 Standard SRAM: 6264 19±15,13±11 Word D[7:0] ¡£¢ ¤ ¡£¢ ¤ 10±2,25±23,21 8K × 8 Addr[12:0] CS1 ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ 22 Can be very fast: 1CY 626 4 OE ¤ ¡£¢ ¤ ¡£¢ 27 Cypress sells a 55ns WE CS2 20 version ¢ ¢ ¢ ¢ ¢ ¢ ¢ CS1 PRELIMINARY 26 Simple, asynchronous ¡£¢ ¤ CY6264 CS2 WE interface ¢ ¢ 8K x 8 Static RAM ¡£¢ ¤ Bit Bit OE Features over 70% when deselected. The CY6264 is packaged in a ¢ 450-mil (300-mil body) SOIC. • 55, 70 ns access times An active LOW write enable signal (WE) controls the writ- ¥ ¥¦ § § § § § § §¨ ¥ ¥ ¥¦ § § § ¨ § ¥ ¥ ¥ • CMOS for optimum speed/power ing/reading operation of the memory.
    [Show full text]