Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoki07/mips-verilog
https://github.com/neoki07/mips-verilog
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/neoki07/mips-verilog
- Owner: neoki07
- Created: 2019-07-26T02:17:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T14:24:20.000Z (almost 5 years ago)
- Last Synced: 2024-06-15T17:15:30.815Z (5 months ago)
- Language: Verilog
- Size: 96.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)を参考にしています。