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

https://github.com/cmpark0126/mips_32bits

Implements 32bits MIPS with verilog. (18.11.25 ~ 18.12.)
https://github.com/cmpark0126/mips_32bits

fpga mips32cpu verilog

Last synced: 5 months ago
JSON representation

Implements 32bits MIPS with verilog. (18.11.25 ~ 18.12.)

Awesome Lists containing this project

README

          

# MIPS_32bits
Implements 32bits MIPS with verilog. (18.11.25 ~ 18.12.)

# supported instruction set
add, addi, sub, and, or, slt, lw, sw, beq, j, SYSCALL(partial)

# Mode
0 > Inner Program running

1 > MIPS Interpreter mode

# sseg_mode
0 > current instruction

1 > register value

# keybord
1-9, a-f > for hex input (instruction used by interpreter mode)

s : start > start inner program or interpreter

r : resume > back to INIT state (when interpreter)

# doc : reference
TeamI_21400337_박천명_21400404_신다현.pdf

# run project
Please check appendix of doc