Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ogvalt/hardware_design_course_mips_core

MIPS core describe on Verilog with some test provided
https://github.com/ogvalt/hardware_design_course_mips_core

Last synced: about 2 months ago
JSON representation

MIPS core describe on Verilog with some test provided

Awesome Lists containing this project

README

        

# MIPS_core
MIPS core describe on Verilog with some test provided
Project was simulated using ModelSim.
For simulating just compile all files in ModelSim 10.2c and run without optimization mips_tb.v

All asm file was created by using Mars 4.5. Be careful with this program. There are some bugs in Mars 4.5. Bugs are connected
with counting of jump address via label in beq and bne command. In addition, there are no ROTR and ROTRV command in Mars 4.5.