Skip to content

Single-cycle and multi-cycle MIPS processor designs implemented in Verilog

Notifications You must be signed in to change notification settings

delete3GM/MIPS-designs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

MIPS-designs

🏃 Usage

I recommand using VSCode + iverilog to develop this project.

Firstly use iverilog to generate .out file

iverilog -o .\build\test.out .\tests\test.v .\src\mips.v

Then convert .out file to .vcd file

vvp .\build\test.out

Finally use gtkwave to open and analyze .vcd file

gtkwave.exe .\build\test.vcd

About

Single-cycle and multi-cycle MIPS processor designs implemented in Verilog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published