Searched Projects

Tags: MIPS

project.name
0 Stars     193 Views

Program Counter

Program Counter

A register build with D Flip Flops designed to keep the address of the current-executed instruction. The addresses it keeps are numbers multiple of four.


project.name
0 Stars     133 Views

32-bit ALU

32-bit ALU

project.name
1 Stars     99 Views

ALU control

ALU control

project.name
4 Stars     403 Views
User:

MIPS-32

MIPS-32

Reference to ComputerOrganisationAndDesign 4:4.

This CPU is capable of executing the following instructions.

  • lw
  • sw
  • bne
  • add
  • sub
  • and
  • or
  • slt
  • j

project.name
0 Stars     148 Views

MIPS_R2000

MIPS_R2000

Implementation of the processor MIPS R2000 in it's unicycle version.