SlideShare a Scribd company logo
5
Most read
10
Most read
11
Most read
RISC Processors
by GANESH P
CONTENTS
Introduction
History
RISC versus CISC
RISC Design Principles
Examples for RISC Processors
Pipelining
Modern Day Advancement
References
INTRODUCTION
Two basic types of processor design philosophies : CISC and
RISC
CISC – Complex Instruction Set Computer
RISC- Reduced Instruction Set Computer
The difference between RISC and CISC can lays on many
levels, lots of plausible arguments are put forward by both
side.
Such as code density, transistor counts, memory bottlenecks,
compiler and decode complexity etc.
HISTORY
The IBM 360 system, created in 1964, was probably the first
modern processor system.
From that CISC microprocessors became prevalent, each
successive processor having more and more complicated
hardware and more and more complex instruction sets.
In the middle of 70's with more and more complex
instructions sets, decoding and execution of such instructions
were complicated and time-consuming, finally which affects
the performance.
RISC chips were evolved in 70’s.
John Cocke at IBM's T.J Watson Research centre provided the
fundamental concepts of RISC.
The idea came from the IBM 801minicomputer built in 1971
which is used as a fast controller in a very large telephone
switching system.
RISC versus CISC
1. Multiple clock cycle 1. Single clock cycle
2. Any instructions may refer
memory.
2. Only LOAD/STORE refer
memory.
3. Not pipelined or less pipelined 3. Highly pipelined
4. Instructions interpreted by the
micro program.
4. Instructions executed by the
hardware.
5. Variable format instructions 5. Fixed format instruction
6. Many instructions and modes 6. Few instructions and modes
7. Complexity in micro program 7. Complexity in the compiler
8. Single register set 8. Multiple register set
CISC RISC
Multiplying two Numbers in Memory
The CISC Approach
Multiplying two numbers can be completed with one
instruction:
MULT 2:3, 5:2
It operates directly on the computer's memory banks and
does not require the programmer to explicitly call any loading
or storing functions.
Advantages: Compiler has to do very little work to translate a
high-level language statement into assembly.
Because length of the code is short, very little RAM is
required to store instructions.
The RISC Approach
Thus, the "MULT" command described above could be divided into
three separate commands:
LOAD A, 2:3
LOAD B, 5:2
PROD A, B
STORE 2:3, A
LOAD - move data from the memory bank to a register.
PROD - finds the product of two operands located within the registers.
STORE - moves data from a register to the memory banks.
Requires only one clock cycle to execute one instruction.
Require less transistors of hardware space but leaving more room for
general purpose registers.
RISC Design Principles
1. Simple Instructions:
The objective is to design simple instruction so that each
can execute in one cycle.
2. Register-to-Register operations:
RISC processors only allow LOAD/STORE operations to
access memory.
Rest of the operations work on the register-to-register
basis.
This feature of restricting operands to registers also
simplifies the control unit.
3. Simple Addressing modes:
RISC processors employ register-to-register instruction so
most instruction use register based addressing.
Only LOAD/STORE instructions need memory addressing
modes.
4. Large Register Set:
For register-to-register operation large number of
registers required.
Provide ample opportunities for the compiler to optimize
their usage.
With large register set can minimize overhead associated
with the procedure calls and returns.
To speed up procedure calls, we can use registers to
store local variables as well as passing arguments.
5. Fixed-Length:
RISC design use fixed-length instructions. Variable length
instructions cause implementation and execution inefficient.
The boundaries of various fields in an instruction such as
opcode and source operands are fixed. This allows efficient
decoding and scheduling of instructions.
Examples for RISC Architectures
MIPS (Million Instructions Per Second)
Dominant in embedded applications including digital
cameras, digital tv’s, sony playstaion2, network routers and
so on.
SPARC (Scalable Processor ARChitecture)
1987 – SPARC version 7, 32-bit processor.
1990 – SPARC version 8, 32–bit.
1993 – SPARC version 9, 64-bit.
POWER PC
Developed by IBM, MOTOROLA, APPLE
64bit architecture can use in two modes : 64bit/ 32bit. It
supports dynamic switching between these two modes.
ITANIUM
Developed by INTEL.
Based on EPIC (Explicit Parallel Instruction Computing) design
philosophy
ARM(Advanced RISC Machines)
Cost – sensitive embedded applications modems, mobile
phones, pagers and most DSP instructions.
Pipelining
A RISC processor pipeline operates in much the same way,
although the stages in the pipeline are different.
While different processors have different numbers of steps,
they are basically variations of these five, used in the MIPS
R3000 processor:
Fetch instructions from memory
Read registers and decode the instruction
Execute the instruction or calculate an address
Access an operand in data memory
Write the result into a register
Modern Day Advancement
NISC PROCESSORS
 Further advancement of compiler and memory
technologies leads to emerging VLIW processors.
 NISC is a successor of VLIW processors.
 In NISC, the compiler has both horizontal and vertical
control of the operations in the datapath. Therefore, the
hardware is much simpler.
 No instruction set computing (NISC). NISC is a statically-
scheduled horizontal nanocoded architecture (SSHNA).
 The term "statically scheduled" means, operation
scheduling and hazard handling are done by a compiler.
 The term "horizontal nanocoded" means that NISC does
not have any predefined instruction set or microcode.
References
 http://cse.stanford.edu/class/sophomore-college/projects-00/risc/
 http://www.visionengineer.com/comp/why_cisc.shtml
 http://www.visionengineer.com/comp/why_risc.shtml
 http://www.embedded.com/story/OEG20030205S0025
 http://encyclopedia.laborlawtalk.com/PowerPC
 http://www.sunderland.ac.uk/~ts0jti/comparch/ciscrisc.htm
 http://www.heyrick.co.uk/assembler/riscvcisc.html
 http://www.aallison.com/history.htm

More Related Content

What's hot (20)

PPT
CPU Register Organization.ppt
prathamgunj
 
PPTX
pipeline in computer architecture design
ssuser87fa0c1
 
PPTX
ARM Processor
Aniket Thakur
 
PPTX
Von Neumann vs Harvard Architecture
OLSON MATUNGA
 
PPT
Unit 4 memory system
chidabdu
 
PPSX
CISC & RISC ARCHITECTURES
Dr.YNM
 
PPSX
LECT 1: ARM PROCESSORS
Dr.YNM
 
PPTX
Unit-4 (IO Interface).pptx
Medicaps University
 
PPTX
RISC and CISC Processors
Adeel Rasheed
 
PPTX
Pipelining of Processors
Gaditek
 
PPTX
Internal architecture-of-8086
Estiak Khan
 
PPTX
Arithmetic micro operations
lavanya marichamy
 
PPTX
Microcontroller architecture
Vikas Dongre
 
PPT
mano.ppt
prathamgunj
 
PPTX
Computer architecture instruction formats
Mazin Alwaaly
 
PPTX
Dsdco IE: RISC and CISC architectures and design issues
Home
 
PPTX
Memory management
Muhammad Fayyaz
 
PPT
Addressing modes
Mahesh Kumar Attri
 
PPT
04 cache memory.ppt 1
Anwal Mirza
 
PPTX
Computer architecture control unit
Mazin Alwaaly
 
CPU Register Organization.ppt
prathamgunj
 
pipeline in computer architecture design
ssuser87fa0c1
 
ARM Processor
Aniket Thakur
 
Von Neumann vs Harvard Architecture
OLSON MATUNGA
 
Unit 4 memory system
chidabdu
 
CISC & RISC ARCHITECTURES
Dr.YNM
 
LECT 1: ARM PROCESSORS
Dr.YNM
 
Unit-4 (IO Interface).pptx
Medicaps University
 
RISC and CISC Processors
Adeel Rasheed
 
Pipelining of Processors
Gaditek
 
Internal architecture-of-8086
Estiak Khan
 
Arithmetic micro operations
lavanya marichamy
 
Microcontroller architecture
Vikas Dongre
 
mano.ppt
prathamgunj
 
Computer architecture instruction formats
Mazin Alwaaly
 
Dsdco IE: RISC and CISC architectures and design issues
Home
 
Memory management
Muhammad Fayyaz
 
Addressing modes
Mahesh Kumar Attri
 
04 cache memory.ppt 1
Anwal Mirza
 
Computer architecture control unit
Mazin Alwaaly
 

Viewers also liked (8)

PPT
Tibor
sharma_lokraj
 
PDF
CISC vs RISC Processor Architecture
Kaushik Patra
 
PPTX
Instruction Set Architecture – II
Dilum Bandara
 
PPTX
Risc cisc Difference
Sehrish Asif
 
PDF
Plataformas cisc e risc
Tiago
 
PPTX
RISC Vs CISC, Harvard v/s Van Neumann
Ravikumar Tiwari
 
PPT
Flynns classification
Yasir Khan
 
CISC vs RISC Processor Architecture
Kaushik Patra
 
Instruction Set Architecture – II
Dilum Bandara
 
Risc cisc Difference
Sehrish Asif
 
Plataformas cisc e risc
Tiago
 
RISC Vs CISC, Harvard v/s Van Neumann
Ravikumar Tiwari
 
Flynns classification
Yasir Khan
 
Ad

Similar to Risc processors (20)

PPT
Risc and cisc eugene clewlow
karan saini
 
PPT
Risc and cisc eugene clewlow
Chaudhary Manzoor
 
PDF
Microcontroller pic 16f877 architecture and basics
Nilesh Bhaskarrao Bahadure
 
PDF
Unit I_MT2301.pdf
Kannan Kanagaraj
 
PDF
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
Guru Nanak Technical Institutions
 
PDF
A 64-Bit RISC Processor Design and Implementation Using VHDL
Andrew Yoila
 
PPT
Necessity of 32-Bit Controllers
mohanav
 
PPT
risc_and_cisc.ppt
Ruhul Amin
 
PPSX
Processors used in System on chip
Dr. A. B. Shinde
 
PDF
ARM.pdf
SnehaSoni72
 
PPTX
DESIGN OF A 16-BIT HARVARD STRUCTURED RISC PROCESSOR IN CADENCE 45nmTECHNOLOGY
shaikalthaf40
 
PDF
Lecture 1 m&ca
Tribhuvan University
 
PDF
Hg3612911294
IJERA Editor
 
PDF
Question 1. please describe an embedded system in less than 100 word.pdf
armcomputers
 
PDF
M&m comparison for elcetrical engineering
chauhangopal7354
 
PPTX
18CS44-MODULE1-PPT.pptx
KokilaK25
 
PPTX
Embedded System IoT_4.pptx ppt presentation
MITS
 
PPTX
Advanced Processor Power Point Presentation
PrashantYadav931011
 
PPTX
MCI-Unit_1.PPTX electronics communication Engineering
KongaMadhukar
 
PPTX
M&i(lec#01)
Majid Mehmood
 
Risc and cisc eugene clewlow
karan saini
 
Risc and cisc eugene clewlow
Chaudhary Manzoor
 
Microcontroller pic 16f877 architecture and basics
Nilesh Bhaskarrao Bahadure
 
Unit I_MT2301.pdf
Kannan Kanagaraj
 
CS304PC:Computer Organization and Architecture UNIT V_merged_merged.pdf
Guru Nanak Technical Institutions
 
A 64-Bit RISC Processor Design and Implementation Using VHDL
Andrew Yoila
 
Necessity of 32-Bit Controllers
mohanav
 
risc_and_cisc.ppt
Ruhul Amin
 
Processors used in System on chip
Dr. A. B. Shinde
 
ARM.pdf
SnehaSoni72
 
DESIGN OF A 16-BIT HARVARD STRUCTURED RISC PROCESSOR IN CADENCE 45nmTECHNOLOGY
shaikalthaf40
 
Lecture 1 m&ca
Tribhuvan University
 
Hg3612911294
IJERA Editor
 
Question 1. please describe an embedded system in less than 100 word.pdf
armcomputers
 
M&m comparison for elcetrical engineering
chauhangopal7354
 
18CS44-MODULE1-PPT.pptx
KokilaK25
 
Embedded System IoT_4.pptx ppt presentation
MITS
 
Advanced Processor Power Point Presentation
PrashantYadav931011
 
MCI-Unit_1.PPTX electronics communication Engineering
KongaMadhukar
 
M&i(lec#01)
Majid Mehmood
 
Ad

Recently uploaded (20)

PDF
Zidane ben hmida _ Portfolio
Zidane Ben Hmida
 
PPTX
Mini-Project description of design of expert project
peter349484
 
PDF
Dunes.pdf, Durable and Seamless Solid Surface Countertops
tranquil01
 
DOCX
BusinessPlan_redesignedf word format .docx
MohammadMaqatif
 
PPTX
3. Introduction to Materials and springs.pptx
YESIMSMART
 
PPTX
CHANDIGARH Architecture Design and Planning
FaizSaifi3
 
PDF
First-Aid.pdfjavaghavavgahavavavbabavabba
meitohehe
 
PDF
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
PDF
Home_Decor_Presentation and idiea with decor
sp1357556
 
PDF
hees101.pdfyyyyyuywgbzhdtehwytjeyktweyga
pratap1004
 
PPTX
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
PDF
Hossain Kamyab on Mixing and Matching Furniture.pdf
Hossain Kamyab
 
PPTX
Web Design: Enhancing User Experience & Brand Value
ashokmakwana0303
 
PDF
Spring Summer 2027 Beauty & Wellness Trend Book
Peclers Paris
 
PPTX
Morph Slide Presentation transition.pptx
ArifaAkter10
 
PDF
mlbrolllist2024-25 (1)ygrude4ferfssrddde
rishabh1chaurasia4
 
PPTX
700315768-Linguistic-Connnnnnnnnntext.pptx
rossanthonytan1
 
PPT
Strengthening of an existing reinforced concrete structure.ppt
erdarshanpshah
 
PPTX
Lesson 2 Application of Induced current.pptx
hananmahjoob18
 
PPTX
lesson 02- Mang- Ruklani Wickramasinghe (2).pptx
dinalisanjala002
 
Zidane ben hmida _ Portfolio
Zidane Ben Hmida
 
Mini-Project description of design of expert project
peter349484
 
Dunes.pdf, Durable and Seamless Solid Surface Countertops
tranquil01
 
BusinessPlan_redesignedf word format .docx
MohammadMaqatif
 
3. Introduction to Materials and springs.pptx
YESIMSMART
 
CHANDIGARH Architecture Design and Planning
FaizSaifi3
 
First-Aid.pdfjavaghavavgahavavavbabavabba
meitohehe
 
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
Home_Decor_Presentation and idiea with decor
sp1357556
 
hees101.pdfyyyyyuywgbzhdtehwytjeyktweyga
pratap1004
 
Blended Wing Body y jet engines Aircrafts.pptx
anshul9051
 
Hossain Kamyab on Mixing and Matching Furniture.pdf
Hossain Kamyab
 
Web Design: Enhancing User Experience & Brand Value
ashokmakwana0303
 
Spring Summer 2027 Beauty & Wellness Trend Book
Peclers Paris
 
Morph Slide Presentation transition.pptx
ArifaAkter10
 
mlbrolllist2024-25 (1)ygrude4ferfssrddde
rishabh1chaurasia4
 
700315768-Linguistic-Connnnnnnnnntext.pptx
rossanthonytan1
 
Strengthening of an existing reinforced concrete structure.ppt
erdarshanpshah
 
Lesson 2 Application of Induced current.pptx
hananmahjoob18
 
lesson 02- Mang- Ruklani Wickramasinghe (2).pptx
dinalisanjala002
 

Risc processors

  • 2. CONTENTS Introduction History RISC versus CISC RISC Design Principles Examples for RISC Processors Pipelining Modern Day Advancement References
  • 3. INTRODUCTION Two basic types of processor design philosophies : CISC and RISC CISC – Complex Instruction Set Computer RISC- Reduced Instruction Set Computer The difference between RISC and CISC can lays on many levels, lots of plausible arguments are put forward by both side. Such as code density, transistor counts, memory bottlenecks, compiler and decode complexity etc.
  • 4. HISTORY The IBM 360 system, created in 1964, was probably the first modern processor system. From that CISC microprocessors became prevalent, each successive processor having more and more complicated hardware and more and more complex instruction sets. In the middle of 70's with more and more complex instructions sets, decoding and execution of such instructions were complicated and time-consuming, finally which affects the performance.
  • 5. RISC chips were evolved in 70’s. John Cocke at IBM's T.J Watson Research centre provided the fundamental concepts of RISC. The idea came from the IBM 801minicomputer built in 1971 which is used as a fast controller in a very large telephone switching system.
  • 6. RISC versus CISC 1. Multiple clock cycle 1. Single clock cycle 2. Any instructions may refer memory. 2. Only LOAD/STORE refer memory. 3. Not pipelined or less pipelined 3. Highly pipelined 4. Instructions interpreted by the micro program. 4. Instructions executed by the hardware. 5. Variable format instructions 5. Fixed format instruction 6. Many instructions and modes 6. Few instructions and modes 7. Complexity in micro program 7. Complexity in the compiler 8. Single register set 8. Multiple register set CISC RISC
  • 8. The CISC Approach Multiplying two numbers can be completed with one instruction: MULT 2:3, 5:2 It operates directly on the computer's memory banks and does not require the programmer to explicitly call any loading or storing functions. Advantages: Compiler has to do very little work to translate a high-level language statement into assembly. Because length of the code is short, very little RAM is required to store instructions.
  • 9. The RISC Approach Thus, the "MULT" command described above could be divided into three separate commands: LOAD A, 2:3 LOAD B, 5:2 PROD A, B STORE 2:3, A LOAD - move data from the memory bank to a register. PROD - finds the product of two operands located within the registers. STORE - moves data from a register to the memory banks. Requires only one clock cycle to execute one instruction. Require less transistors of hardware space but leaving more room for general purpose registers.
  • 10. RISC Design Principles 1. Simple Instructions: The objective is to design simple instruction so that each can execute in one cycle. 2. Register-to-Register operations: RISC processors only allow LOAD/STORE operations to access memory. Rest of the operations work on the register-to-register basis. This feature of restricting operands to registers also simplifies the control unit.
  • 11. 3. Simple Addressing modes: RISC processors employ register-to-register instruction so most instruction use register based addressing. Only LOAD/STORE instructions need memory addressing modes. 4. Large Register Set: For register-to-register operation large number of registers required. Provide ample opportunities for the compiler to optimize their usage.
  • 12. With large register set can minimize overhead associated with the procedure calls and returns. To speed up procedure calls, we can use registers to store local variables as well as passing arguments. 5. Fixed-Length: RISC design use fixed-length instructions. Variable length instructions cause implementation and execution inefficient. The boundaries of various fields in an instruction such as opcode and source operands are fixed. This allows efficient decoding and scheduling of instructions.
  • 13. Examples for RISC Architectures MIPS (Million Instructions Per Second) Dominant in embedded applications including digital cameras, digital tv’s, sony playstaion2, network routers and so on. SPARC (Scalable Processor ARChitecture) 1987 – SPARC version 7, 32-bit processor. 1990 – SPARC version 8, 32–bit. 1993 – SPARC version 9, 64-bit.
  • 14. POWER PC Developed by IBM, MOTOROLA, APPLE 64bit architecture can use in two modes : 64bit/ 32bit. It supports dynamic switching between these two modes. ITANIUM Developed by INTEL. Based on EPIC (Explicit Parallel Instruction Computing) design philosophy ARM(Advanced RISC Machines) Cost – sensitive embedded applications modems, mobile phones, pagers and most DSP instructions.
  • 15. Pipelining A RISC processor pipeline operates in much the same way, although the stages in the pipeline are different. While different processors have different numbers of steps, they are basically variations of these five, used in the MIPS R3000 processor: Fetch instructions from memory Read registers and decode the instruction Execute the instruction or calculate an address Access an operand in data memory Write the result into a register
  • 16. Modern Day Advancement NISC PROCESSORS  Further advancement of compiler and memory technologies leads to emerging VLIW processors.  NISC is a successor of VLIW processors.  In NISC, the compiler has both horizontal and vertical control of the operations in the datapath. Therefore, the hardware is much simpler.  No instruction set computing (NISC). NISC is a statically- scheduled horizontal nanocoded architecture (SSHNA).  The term "statically scheduled" means, operation scheduling and hazard handling are done by a compiler.  The term "horizontal nanocoded" means that NISC does not have any predefined instruction set or microcode.
  • 17. References  http://cse.stanford.edu/class/sophomore-college/projects-00/risc/  http://www.visionengineer.com/comp/why_cisc.shtml  http://www.visionengineer.com/comp/why_risc.shtml  http://www.embedded.com/story/OEG20030205S0025  http://encyclopedia.laborlawtalk.com/PowerPC  http://www.sunderland.ac.uk/~ts0jti/comparch/ciscrisc.htm  http://www.heyrick.co.uk/assembler/riscvcisc.html  http://www.aallison.com/history.htm