SkillAgentSearch skills...

Slmips

MIPS processor in Simulink

Install / Use

/learn @kyak/Slmips
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MIPS processor in Simulink

This is the implementation of single-cycle MIPS processor in Simulink. It closely follows the MIPS microarchitecture described in "Digital Design and Computer Architecture" by David Money Harris and Sarah L. Harris. This design can be simulated in Simulink and converted automatically to HDL using HDL Coder.

Supported instructions:

  • add
  • sub
  • and
  • or
  • slt
  • addi
  • lw
  • sw
  • beq
  • j

The instruction memory is preloaded with a sample program from the same book.

Related Skills

View on GitHub
GitHub Stars8
CategoryDevelopment
Updated4y ago
Forks2

Security Score

55/100

Audited on Mar 7, 2022

No findings