Friday, 14 October 2016

MIPS Introduction

Intorduction
  • MIPS or Microprocessor without Interlocked Pipeline Stages is a reduced instruction set computer (RISC) instruction set architecture
  • The first commercial MIPS model, R2000 was announced in 1985.It had thirty-two 32-bit general purpose registers, but no condition code register which the designers considered it a potential bottleneck.
  • Figure 1 shows the architecture of MIPS R2000.


Figure 1

  • From Figure 1, a SPIM processor compose of an integer processing unit (the CPU), and a collection of coprocessor that perform subsidiary tasks.
  • SPIM simulates two coprocessor, Coprocessor 0 handles traps, exceptions, and the virtual memory system.MIPS simulates most of the first two and entirely omits details of the memory system.Coprocessor 1 is the floating point unit.SPIM simulates most aspects of this units.

Related Posts:

  • MIPS : Memory Allocation and Data Alignment Memory Allocation Figure 2 Based on Figure 2, system based on MIPS processors typically divide memory into three parts:1. Text segment : - This holds the machine language code for instructions in source file (user &… Read More
  • MIPS Introduction Intorduction MIPS or Microprocessor without Interlocked Pipeline Stages is a reduced instruction set computer (RISC) instruction set architecture The first commercial MIPS model, R2000 was announced in 1985.It had thirty-tw… Read More

0 comments:

Post a Comment