Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugech38/mips
🐢 用 Verilog 实现的单周期 MIPS 指令集的 CPU,并用它来计算斐波那契数。
https://github.com/hugech38/mips
cpu mips mips-architecture mips-instructions mips-processor verilog vhdl
Last synced: 12 days ago
JSON representation
🐢 用 Verilog 实现的单周期 MIPS 指令集的 CPU,并用它来计算斐波那契数。
- Host: GitHub
- URL: https://github.com/hugech38/mips
- Owner: HugeCH38
- Created: 2019-12-12T02:59:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T03:00:09.000Z (about 5 years ago)
- Last Synced: 2024-11-20T11:07:48.473Z (2 months ago)
- Topics: cpu, mips, mips-architecture, mips-instructions, mips-processor, verilog, vhdl
- Language: VHDL
- Size: 179 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MIPS
> 🐢 用 Verilog 实现的单周期 MIPS 指令集的 CPU,并用它来计算斐波那契数。