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: 2 months ago
JSON representation
🐢 用 Verilog 实现的单周期 MIPS 指令集的 CPU,并用它来计算斐波那契数。
- Host: GitHub
- URL: https://github.com/hugech38/mips
- Owner: HugeCH38
- Created: 2019-12-12T02:59:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-12T03:00:09.000Z (over 5 years ago)
- Last Synced: 2025-01-21T08:23:33.494Z (4 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,并用它来计算斐波那契数。