Skip to content

University project in Computer Architecture. 24-bit CPU design that can handle some MIPS instructions

Notifications You must be signed in to change notification settings

gjon-h/24bit-cpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

24bit-cpu

A team university project focused on designing a functioning 24-bit CPU that can calculate and perform some MIPS instructions.

Datapath visualization

CPU Schematics

MIPS code in instruction memory

addi $r1, $zero, 10
addi $r2, $zero, 2

lw $r3, 0($r1)

slt $r4, $r2, $r3
beq $r4, $zero, kercimi

and $r3, $r1, $r2

kercimi: sw $r3, 4($r2)
addi $r6, $zero, $zero

Contributors

  • Gjon Hajdari
  • Klajdi Gashi
  • Kleda Gashi
  • Gentrit Bytyçi

About

University project in Computer Architecture. 24-bit CPU design that can handle some MIPS instructions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •