Skip to content

avirajs/MIPS-Processor-in-Verilog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

the datapath implements all instructions specified

all programs must begin with a nop or they won't work correctly
$ra is initialized to 0, so a program that calls jr $ra will perform an infinite loop
the stack pointer should be kept initialized to the top of the data memory times four
jumps must be coded by hand

About

Processor repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Verilog 99.4%
  • Assembly 0.6%