1 / 9

µP rocessor Architectures

µP rocessor Architectures. By: Group 18. To : Eng. Ahmad Hassan. Agenda. CISC architecture RISC architecture CISC vs RISC architecture Von Neumann architecture Harvard architecture Von Neumann vs Harvard architecture. CISC architecture .

arnav
Télécharger la présentation

µP rocessor Architectures

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. µProcessor Architectures By: Group 18 To : Eng. Ahmad Hassan

  2. Agenda • CISC architecture • RISC architecture • CISC vs RISC architecture • Von Neumann architecture • Harvard architecture • Von Neumann vs Harvard architecture

  3. CISC architecture • Complex instruction set computer. Its actually a CPU designed to carry out many operations in a singlein a single instruction. These can be loading from and to memory and performing mathematical operation etc. • Features Include: • Complex instruction • More number of addressing modes • Highly Pipelined • More data types in hardware

  4. RISC architecture • Reduced instruction set Computer. It is a type of microprocessor that has been designed to carry out few instructions at the same time. As instructions are few it can be executed in a less amount of time. Another advantage is the use of fewer transistor reducing its cost. • Features include: • Demand less decoding • Uniform instruction set • Identical general purpose register • Simple addressing modes • Fewer data types in hardware

  5. RISC Vs CISC architecture • Reduced Instruction Set Computer (RISC) • Compact, uniform instructions facilitate pipelining • More lines of code poor memory footprint • Allow effective compiler optimization • Complex Instruction Set Computer (CISC) • Many addressing modes and instructions; High code density. • Often require manual optimization of assembly code • for embedded systems.

  6. Von Neumann architecture • The von Neumann Architecture is named after the mathematician and early computer scientist John von Neumann. von Neumann machines have shared signals and memory for code and data. Thus, the program can be easily modified by itself since it is stored in read-write memory

  7. Harvard architecture • The name Harvard Architecture comes from the Harvard Mark I relay-based computer. The most obvious characteristic of the Harvard Architecture is that it has physically separate signals and storage for code and data memory. It is possible to access program memory and data memory simultaneously. Typically, code (or program) memory is read-only and data memory is read-write. Therefore, it is impossible for program contents to be modified by the program itself.

  8. Von NeumannVsHarvard architecture

More Related