Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neoki07/mips-verilog


https://github.com/neoki07/mips-verilog

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# mips-verilog
FPGAボードの1つである[DE10-Lite](https://www.intel.com/content/www/us/en/programmable/solutions/partners/partner-profile/terasic-inc-/board/max-10-device-family---de10-lite-board.html)上で動作するCPUです。

MIPS命令セットのうち、いくつかの基本的な命令に対応しています(対応している命令は、samplesディレクトリにあるテストプログラムから確認することができます)。各命令の仕様は[このページ](https://en.wikipedia.org/wiki/MIPS_architecture#MIPS_I)を参考にしています。